From fb0d03babf9bf6e7795db987696d191861e109ad Mon Sep 17 00:00:00 2001 From: Amaya Date: Thu, 26 Mar 2020 20:06:25 +0100 Subject: [PATCH] please work. --- maps/tether/submaps/om_ships/vespa.dm | 149 +++ maps/tether/submaps/om_ships/vespa.dmm | 1341 ++++++++++++++++++++++++ 2 files changed, 1490 insertions(+) create mode 100644 maps/tether/submaps/om_ships/vespa.dm create mode 100644 maps/tether/submaps/om_ships/vespa.dmm diff --git a/maps/tether/submaps/om_ships/vespa.dm b/maps/tether/submaps/om_ships/vespa.dm new file mode 100644 index 00000000000..2805e480d40 --- /dev/null +++ b/maps/tether/submaps/om_ships/vespa.dm @@ -0,0 +1,149 @@ +// Compile in the map for CI testing if we're testing compileability of all the maps +#if MAP_TEST +#include "vespa.dmm" +#endif + +// Map template for spawning the shuttle +/datum/map_template/om_ships/vespa + name = "OM Ship - Vespa (New Z)" + desc = "The Vespa, a Hephaestus Industries vessel." + mappath = 'vespa.dmm' + +// The shuttle's area(s) +/area/ship/expe + name = "\improper Event Ship (Use a Subtype!)" + icon_state = "shuttle2" + requires_power = 1 + dynamic_lighting = 1 + +/area/ship/expe/engineering + name = "\improper Exp Ship - Engineering" +/area/ship/expe/engineeringpower + name = "\improper Exp Ship - Engineering Power Station" +/area/ship/expe/engineeringequipment + name = "\improper Exp Ship - Engineering Equipment Room" +/area/ship/expe/engineeringstorage + name = "\improper Exp Ship - Engineering Storage Room" +/area/ship/expe/hangar + name = "\improper Exp Ship - Hangar" +/area/ship/expe/hangarcontrol + name = "\improper Exp Ship - Exploration Equipment Room" +/area/ship/expe/cabin1 + name = "\improper Exp Ship - Cabin 1" +/area/ship/expe/cabin2 + name = "\improper Exp Ship - Cabin 2" +/area/ship/expe/cabin3 + name = "\improper Exp Ship - Cabin 3" +/area/ship/expe/cabin4 + name = "\improper Exp Ship - Cabin 4" +/area/ship/expe/cabin5 + name = "\improper Exp Ship - Cabin 5" +/area/ship/expe/cabin6 + name = "\improper Exp Ship - Cabin 6" +/area/ship/expe/cabin7 + name = "\improper Exp Ship - Cabin 7" +/area/ship/expe/cabin8 + name = "\improper Exp Ship - Cabin 8" +/area/ship/expe/cabin9 + name = "\improper Exp Ship - Cabin 9" +/area/ship/expe/corridor1 + name = "\improper Exp Ship - Corridor" +/area/ship/expe/corridor2 + name = "\improper Exp Ship - Corridor" +/area/ship/expe/corridor3 + name = "\improper Exp Ship - Corridor" +/area/ship/expe/corridor4 + name = "\improper Exp Ship - Corridor" +/area/ship/expe/corridor5 + name = "\improper Exp Ship - Corridor" +/area/ship/expe/corridor6 + name = "\improper Exp Ship - Corridor" +/area/ship/expe/sm + name = "\improper Exp Ship - Supermatter" +/area/ship/expe/smstorage + name = "\improper Exp Ship - Supermatter Storage" +/area/ship/expe/medical + name = "\improper Exp Ship - Medical" +/area/ship/expe/medical1 + name = "\improper Exp Ship - Medical Pacient Room" +/area/ship/expe/medicalchem + name = "\improper Exp Ship - Chemistry" +/area/ship/expe/medicalmain + name = "\improper Exp Ship - Medical Main" +/area/ship/expe/medicaleq + name = "\improper Exp Ship - Medical Equipment Room" +/area/ship/expe/medicalsur + name = "\improper Exp Ship - Medical Surgery" +/area/ship/expe/armoury + name = "\improper Exp Ship - Lightweight Armoury" +/area/ship/expe/science + name = "\improper Exp Ship - Science" +/area/ship/expe/sciencestorage + name = "\improper Exp Ship - Science Storage Room" +/area/ship/expe/scienceequip + name = "\improper Exp Ship - Science Equipment Room" +/area/ship/expe/sciencemain + name = "\improper Exp Ship - Science Main" +/area/ship/expe/cafet + name = "\improper Exp Ship - Cafeteria" +/area/ship/expe/cargo + name = "\improper Exp Ship - Storage" +/area/ship/expe/bridge + name = "\improper Exp Ship - Bridge" +/area/ship/expe/engines + name = "\improper Exp Ship - Engines" +/area/ship/expe/captqua + name = "\improper Exp Ship - Captain's Quarters" +/area/ship/expe/expedition + name = "\improper Exp Ship - Expedition Prep" +/area/ship/expe/atmospherics + name = "\improper Exp Ship - Atmos" +/area/ship/expe/northairlock + name = "\improper Exp Ship - Airlock" +/area/ship/expe/southairlock + name = "\improper Exp Ship - Airlock" +/area/ship/expe/maintenancerim + name = "\improper Exp Ship - Maintenance" +/area/ship/expe/maintenance1 + name = "\improper Exp Ship - Maintenance" +/area/ship/expe/maintenance2 + name = "\improper Exp Ship - Maintenance" + + +// The 'ship' +/obj/effect/overmap/visitable/ship/vespa + name = "HPV Vespa" + desc = "A Hephaestus Industries vessel." + color = "#4cad73" //Green + vessel_mass = 10000 + vessel_size = SHIP_SIZE_LARGE + initial_generic_waypoints = list("hpv_port", "hpv_starboard", "omship_spawn_vespaboat") + +// The ship's boat +/area/shuttle/vespaboat + name = "\improper Vespa's Ship's Boat" + icon_state = "shuttle" + +// The shuttle's 'shuttle' computer +/obj/machinery/computer/shuttle_control/explore/vespaboat + name = "Vespa's Shuttle control console" + shuttle_tag = "Vespa's Ship's Boat" + req_one_access = list(access_pilot) + +// A shuttle lateloader landmark +/obj/effect/shuttle_landmark/shuttle_initializer/vespaboat + name = "Vespa's Boat Bay" + base_area = /area/ship/expe/hangar + base_turf = /turf/simulated/floor/tiled/techfloor + landmark_tag = "omship_spawn_vespaboat" + docking_controller = "vespa_boatbay" + shuttle_type = /datum/shuttle/autodock/overmap/vespaboat + +// The 'shuttle' +/datum/shuttle/autodock/overmap/vespaboat + name = "Vespa's Ship's Boat" + current_location = "omship_spawn_vespaboat" + docking_controller_tag = "vespaboat_docker" + shuttle_area = /area/shuttle/vespaboat + fuel_consumption = 0 + defer_initialisation = TRUE \ No newline at end of file diff --git a/maps/tether/submaps/om_ships/vespa.dmm b/maps/tether/submaps/om_ships/vespa.dmm new file mode 100644 index 00000000000..40ee2af53ed --- /dev/null +++ b/maps/tether/submaps/om_ships/vespa.dmm @@ -0,0 +1,1341 @@ +"aa" = (/turf/space,/area/space) +"ab" = (/turf/simulated/wall/rthull,/area/ship/expe/sm) +"ac" = (/obj/machinery/portable_atmospherics/powered/pump,/turf/simulated/floor/tiled/techfloor,/area/ship/expe/atmospherics) +"ad" = (/turf/simulated/wall/rthull,/area/ship/expe/atmospherics) +"ae" = (/obj/item/latexballon,/turf/simulated/floor/tiled/techfloor,/area/ship/expe/atmospherics) +"af" = (/turf/simulated/wall/rthull,/area/ship/expe/engineering) +"ag" = (/obj/structure/lattice,/turf/space,/area/space) +"ah" = (/turf/simulated/wall/rthull,/area/ship/expe/northairlock) +"ai" = (/obj/machinery/access_button/airlock_exterior{pixel_x = 0; pixel_y = -28; master_tag = "northairlock"; frequency = 1449},/turf/space,/area/space) +"aj" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply{icon_state = "intact-supply"; dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{icon_state = "intact-scrubbers"; dir = 4},/obj/structure/cable{icon_state = "4-8"},/obj/effect/floor_decal/borderfloorblack/full,/obj/machinery/door/firedoor/glass,/obj/effect/floor_decal/corner/yellow/borderfull,/obj/machinery/door/airlock/engineering{req_one_access = ""},/turf/simulated/floor/tiled/techfloor,/area/ship/expe/sm) +"ak" = (/turf/simulated/wall/rthull,/area/ship/expe/cafet) +"al" = (/turf/simulated/wall/rthull,/area/ship/expe/cabin1) +"am" = (/turf/simulated/wall/rthull,/area/ship/expe/cabin2) +"an" = (/turf/simulated/wall/rthull,/area/ship/expe/cabin3) +"ao" = (/turf/simulated/wall/rthull,/area/ship/expe/cabin4) +"ap" = (/turf/simulated/wall/rthull,/area/ship/expe/cabin5) +"aq" = (/turf/simulated/wall/rthull,/area/ship/expe/cabin6) +"ar" = (/turf/simulated/wall/rthull,/area/ship/expe/cabin7) +"as" = (/turf/simulated/wall/rthull,/area/ship/expe/cabin8) +"at" = (/turf/simulated/wall/rthull,/area/ship/expe/cabin9) +"au" = (/turf/simulated/floor/tiled/techfloor,/area/ship/expe/atmospherics) +"av" = (/obj/structure/grille,/obj/structure/window/reinforced/full,/turf/simulated/floor/tiled/techfloor,/area/ship/expe/maintenance1) +"aw" = (/obj/machinery/firealarm{pixel_x = 0; pixel_y = 28},/obj/effect/floor_decal/borderfloorwhite{icon_state = "borderfloor_white"; dir = 9},/obj/effect/floor_decal/corner/paleblue/border{icon_state = "bordercolor"; dir = 9},/turf/simulated/floor/tiled/white,/area/ship/expe/medicalchem) +"ax" = (/obj/machinery/atmospherics/pipe/manifold/hidden/supply{icon_state = "map-supply"; dir = 1},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{icon_state = "intact-scrubbers"; dir = 4},/obj/structure/cable{icon_state = "2-8"},/obj/structure/cable{d1 = 2; d2 = 4; icon_state = "2-4"},/obj/effect/floor_decal/techfloor,/turf/simulated/floor/tiled/techfloor,/area/ship/expe/corridor4) +"ay" = (/obj/machinery/portable_atmospherics/powered/scrubber,/turf/simulated/floor/tiled/techfloor,/area/ship/expe/atmospherics) +"az" = (/obj/machinery/portable_atmospherics/canister/phoron,/obj/machinery/light{icon_state = "tube1"; dir = 8},/turf/simulated/floor/tiled/techfloor,/area/ship/expe/atmospherics) +"aA" = (/turf/simulated/wall/rthull,/area/ship/expe/engineeringstorage) +"aB" = (/obj/machinery/portable_atmospherics/canister/phoron,/turf/simulated/floor/tiled/techfloor,/area/ship/expe/atmospherics) +"aC" = (/obj/machinery/power/apc{dir = 1; name = "north bump"; pixel_x = 0; pixel_y = 32},/obj/machinery/power/terminal{icon_state = "term"; dir = 1},/obj/structure/cable{icon_state = "0-2"; d2 = 2},/turf/simulated/floor/tiled/techfloor,/area/ship/expe/maintenance1) +"aD" = (/obj/machinery/alarm{frequency = 1441; pixel_y = 22},/obj/machinery/portable_atmospherics/canister/air,/turf/simulated/floor/tiled/techfloor,/area/ship/expe/atmospherics) +"aE" = (/turf/simulated/floor,/area/ship/expe/atmospherics) +"aF" = (/obj/machinery/portable_atmospherics/canister/air,/turf/simulated/floor/tiled/techfloor,/area/ship/expe/atmospherics) +"aG" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply{icon_state = "intact-supply"; dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{icon_state = "intact-scrubbers"; dir = 4},/obj/structure/cable{icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/hidden/blue{icon_state = "intact"; dir = 6},/turf/simulated/floor/tiled/techfloor,/area/ship/expe/sm) +"aH" = (/obj/machinery/atmospherics/pipe/simple/hidden{dir = 6},/turf/simulated/floor,/area/ship/expe/atmospherics) +"aI" = (/turf/simulated/wall/rthull,/area/ship/expe/hangarcontrol) +"aJ" = (/obj/machinery/atmospherics/binary/pump{icon_state = "map_off"; dir = 4},/turf/simulated/floor,/area/ship/expe/atmospherics) +"aK" = (/turf/simulated/wall/rthull,/area/ship/expe/bridge) +"aL" = (/obj/effect/floor_decal/techfloor{icon_state = "techfloor_edges"; dir = 1},/turf/simulated/floor/tiled/techfloor,/area/ship/expe/corridor4) +"aM" = (/obj/machinery/atmospherics/pipe/simple/hidden{icon_state = "intact"; dir = 8},/turf/simulated/wall/rthull,/area/ship/expe/atmospherics) +"aN" = (/obj/machinery/atmospherics/pipe/tank/air,/turf/simulated/floor/tiled/techfloor,/area/ship/expe/atmospherics) +"aO" = (/obj/machinery/atmospherics/valve,/turf/simulated/floor,/area/ship/expe/atmospherics) +"aP" = (/obj/machinery/atmospherics/valve/open,/turf/simulated/floor,/area/ship/expe/atmospherics) +"aQ" = (/turf/simulated/wall/rthull,/area/ship/expe/maintenance1) +"aR" = (/turf/simulated/wall/rthull,/area/ship/expe/sciencemain) +"aS" = (/obj/machinery/atmospherics/pipe/manifold/hidden{dir = 1; icon_state = "map"},/turf/simulated/floor,/area/ship/expe/atmospherics) +"aT" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/effect/floor_decal/techfloor{icon_state = "techfloor_edges"; dir = 1},/turf/simulated/floor/tiled/techfloor,/area/ship/expe/corridor4) +"aU" = (/obj/machinery/atmospherics/pipe/manifold/hidden,/turf/simulated/floor,/area/ship/expe/atmospherics) +"aV" = (/turf/simulated/wall/rthull,/area/space) +"aW" = (/obj/machinery/atmospherics/pipe/simple/hidden{dir = 10; icon_state = "intact"},/turf/simulated/floor,/area/ship/expe/atmospherics) +"aX" = (/obj/machinery/atmospherics/binary/pump/on{name = "gas pump - air - distro"},/obj/machinery/light{icon_state = "tube1"; dir = 8},/turf/simulated/floor,/area/ship/expe/atmospherics) +"aY" = (/obj/machinery/atmospherics/binary/pump,/turf/simulated/floor,/area/ship/expe/atmospherics) +"aZ" = (/obj/machinery/atmospherics/portables_connector{icon_state = "map_connector"; dir = 1},/obj/machinery/portable_atmospherics/canister/empty,/turf/simulated/floor,/area/ship/expe/atmospherics) +"ba" = (/obj/machinery/atmospherics/binary/pump/on{name = "gas pump - waste - scrubbers"; icon_state = "map_on"; dir = 1},/turf/simulated/floor,/area/ship/expe/atmospherics) +"bb" = (/obj/machinery/atmospherics/pipe/simple/hidden/green{icon_state = "intact"; dir = 10},/turf/simulated/floor/tiled/techfloor,/area/ship/expe/engines) +"bc" = (/obj/machinery/atmospherics/pipe/simple/hidden{icon_state = "intact"; dir = 5},/turf/simulated/floor,/area/ship/expe/atmospherics) +"bd" = (/obj/machinery/atmospherics/pipe/simple/hidden{icon_state = "intact"; dir = 8},/turf/simulated/floor,/area/ship/expe/atmospherics) +"be" = (/turf/simulated/wall/rthull,/area/ship/expe/engines) +"bf" = (/obj/machinery/atmospherics/pipe/simple/hidden/green{icon_state = "intact"; dir = 6},/turf/simulated/floor/tiled/techfloor,/area/ship/expe/maintenancerim) +"bg" = (/obj/machinery/atmospherics/pipe/simple/hidden,/turf/simulated/floor,/area/ship/expe/atmospherics) +"bh" = (/obj/machinery/atmospherics/pipe/simple/hidden/green,/turf/simulated/floor/tiled/techfloor,/area/ship/expe/engines) +"bi" = (/obj/machinery/power/apc{dir = 8; name = "west bump"; pixel_x = -32},/obj/machinery/power/terminal{dir = 8},/obj/structure/cable{icon_state = "0-4"; d2 = 4},/turf/simulated/floor,/area/ship/expe/atmospherics) +"bj" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply{icon_state = "intact-supply"; dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{icon_state = "intact-scrubbers"; dir = 4},/obj/structure/cable{icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/hidden/blue{icon_state = "intact"; dir = 8},/obj/machinery/door/airlock/engineering{req_one_access = ""},/obj/machinery/door/firedoor/glass,/turf/simulated/floor/tiled/techfloor,/area/ship/expe/sm) +"bk" = (/obj/structure/cable{icon_state = "4-8"},/turf/simulated/floor,/area/ship/expe/atmospherics) +"bl" = (/obj/machinery/atmospherics/pipe/simple/hidden/universal,/obj/structure/cable{icon_state = "4-8"},/turf/simulated/floor,/area/ship/expe/atmospherics) +"bm" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply{icon_state = "intact-supply"; dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{icon_state = "intact-scrubbers"; dir = 4},/obj/machinery/power/apc{dir = 1; name = "north bump"; pixel_x = 0; pixel_y = 32},/obj/machinery/power/terminal{icon_state = "term"; dir = 1},/obj/structure/cable{d2 = 8; icon_state = "0-8"},/obj/structure/cable{icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/hidden/blue{icon_state = "intact"; dir = 8},/turf/simulated/floor/tiled/techfloor,/area/ship/expe/sm) +"bn" = (/obj/machinery/atmospherics/pipe/simple/hidden/universal,/obj/structure/cable{icon_state = "2-8"},/turf/simulated/floor,/area/ship/expe/atmospherics) +"bo" = (/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/turf/simulated/floor/tiled/techfloor,/area/ship/expe/northairlock) +"bp" = (/obj/machinery/atmospherics/pipe/simple/hidden/green,/obj/machinery/light{dir = 4; icon_state = "tube1"},/turf/simulated/floor/tiled/techfloor,/area/ship/expe/engines) +"bq" = (/turf/simulated/floor/tiled/techfloor,/area/ship/expe/hangarcontrol) +"br" = (/obj/machinery/cablelayer,/turf/simulated/floor,/area/ship/expe/atmospherics) +"bs" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply{icon_state = "intact-supply"; dir = 5},/turf/simulated/floor,/area/ship/expe/atmospherics) +"bt" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/effect/floor_decal/techfloor{icon_state = "techfloor_edges"; dir = 1},/turf/simulated/floor/tiled/techfloor,/area/ship/expe/corridor4) +"bu" = (/obj/effect/floor_decal/techfloor{icon_state = "techfloor_edges"; dir = 1},/obj/structure/closet/walllocker/emerglocker/north,/turf/simulated/floor/tiled/techfloor,/area/ship/expe/corridor4) +"bv" = (/obj/machinery/door/airlock/engineering{req_one_access = ""},/obj/machinery/atmospherics/pipe/simple/hidden/supply{icon_state = "intact-supply"; dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{icon_state = "intact-scrubbers"; dir = 4},/obj/structure/cable{icon_state = "4-8"},/obj/effect/floor_decal/borderfloorblack/full,/obj/effect/floor_decal/corner/yellow/borderfull,/obj/machinery/door/firedoor/glass,/turf/simulated/floor/tiled/techfloor,/area/ship/expe/engineering) +"bw" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply{icon_state = "intact-supply"; dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{icon_state = "intact-scrubbers"; dir = 4},/obj/structure/cable{icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/hidden/blue{icon_state = "intact"; dir = 8},/turf/simulated/floor/tiled/techfloor,/area/ship/expe/sm) +"bx" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply{icon_state = "intact-supply"; dir = 6},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{icon_state = "intact-scrubbers"; dir = 6},/turf/simulated/floor/tiled/techfloor,/area/ship/expe/hangar) +"by" = (/obj/structure/cable{icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/hidden/supply{icon_state = "intact-supply"; dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/blue{icon_state = "intact"; dir = 8},/obj/structure/cable{icon_state = "2-8"},/turf/simulated/floor/tiled/techfloor,/area/ship/expe/sm) +"bz" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 10},/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/turf/simulated/floor,/area/ship/expe/atmospherics) +"bA" = (/obj/structure/cable{icon_state = "4-8"},/obj/machinery/light{dir = 1},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/blue{icon_state = "intact"; dir = 8},/obj/machinery/atmospherics/pipe/manifold/hidden/supply{dir = 1},/turf/simulated/floor/tiled/techfloor,/area/ship/expe/sm) +"bB" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply{icon_state = "intact-supply"; dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{icon_state = "intact-scrubbers"; dir = 4},/turf/simulated/floor/tiled/techfloor,/area/ship/expe/hangar) +"bC" = (/obj/machinery/door/airlock/maintenance_hatch,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/door/firedoor/glass,/turf/simulated/floor/tiled/techfloor,/area/ship/expe/atmospherics) +"bD" = (/obj/machinery/door/airlock/maintenance_hatch,/obj/machinery/atmospherics/pipe/simple/hidden/green,/turf/simulated/floor/tiled/techfloor,/area/ship/expe/engines) +"bE" = (/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/effect/floor_decal/techfloor{icon_state = "techfloor_edges"; dir = 1},/turf/simulated/floor/tiled/techfloor,/area/ship/expe/corridor4) +"bF" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/turf/simulated/floor/tiled/techfloor,/area/ship/expe/atmospherics) +"bG" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/turf/simulated/wall/rthull,/area/ship/expe/corridor3) +"bH" = (/obj/machinery/door/airlock/maintenance_hatch,/turf/simulated/floor/tiled/techfloor,/area/ship/expe/atmospherics) +"bI" = (/obj/machinery/door/airlock/external{frequency = 1449; id_tag = "northext"},/obj/structure/fans/tiny,/obj/structure/fans/tiny,/turf/simulated/floor/tiled/techfloor,/area/ship/expe/northairlock) +"bJ" = (/obj/machinery/atmospherics/unary/vent_pump/on{dir = 4},/obj/effect/floor_decal/techfloor{icon_state = "techfloor_edges"; dir = 8},/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/turf/simulated/floor/tiled/techfloor,/area/ship/expe/corridor4) +"bK" = (/obj/structure/cable{icon_state = "4-8"},/obj/structure/cable{d1 = 1; d2 = 4; icon_state = "1-4"},/obj/effect/floor_decal/techfloor{icon_state = "techfloor_edges"; dir = 8},/obj/structure/cable{icon_state = "2-8"},/turf/simulated/floor/tiled/techfloor,/area/ship/expe/corridor4) +"bL" = (/turf/simulated/wall/rthull,/area/ship/expe/corridor3) +"bM" = (/obj/machinery/door/airlock/external{frequency = 1449; id_tag = "northext"},/obj/structure/fans/tiny,/turf/simulated/floor/tiled/techfloor,/area/ship/expe/northairlock) +"bN" = (/obj/structure/cable{icon_state = "2-8"},/turf/simulated/floor/tiled/techfloor,/area/ship/expe/maintenancerim) +"bO" = (/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/light{icon_state = "tube1"; dir = 8},/obj/effect/floor_decal/techfloor{icon_state = "techfloor_edges"; dir = 9},/turf/simulated/floor/tiled/techfloor,/area/ship/expe/corridor4) +"bP" = (/obj/machinery/power/apc{dir = 1; name = "north bump"; pixel_x = 0; pixel_y = 32},/obj/machinery/power/terminal{icon_state = "term"; dir = 1},/obj/structure/cable{icon_state = "0-2"; d2 = 2},/turf/simulated/floor/tiled/techfloor,/area/ship/expe/northairlock) +"bQ" = (/obj/machinery/alarm{frequency = 1441; pixel_y = 22},/turf/simulated/floor/tiled/techfloor,/area/ship/expe/northairlock) +"bR" = (/obj/machinery/door/airlock/glass_external{frequency = 1449; id_tag = "northint"},/turf/simulated/floor/tiled/techfloor,/area/ship/expe/northairlock) +"bS" = (/obj/machinery/atmospherics/unary/vent_pump/high_volume{frequency = 1449; id_tag = "northvent"},/turf/simulated/floor/tiled/techfloor,/area/ship/expe/northairlock) +"bT" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply{icon_state = "intact-supply"; dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{icon_state = "intact-scrubbers"; dir = 4},/obj/structure/cable{icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/hidden/blue{icon_state = "intact"; dir = 8},/obj/machinery/light{dir = 1},/turf/simulated/floor/tiled/techfloor,/area/ship/expe/sm) +"bU" = (/obj/machinery/atmospherics/unary/vent_pump/on{dir = 4},/obj/effect/floor_decal/techfloor{icon_state = "techfloor_edges"; dir = 8},/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/door/firedoor/glass/hidden{icon_state = "door_open"; dir = 8},/turf/simulated/floor/tiled/techfloor,/area/ship/expe/corridor4) +"bV" = (/obj/machinery/atmospherics/unary/vent_pump/on,/obj/effect/floor_decal/techfloor{icon_state = "techfloor_edges"; dir = 1},/turf/simulated/floor/tiled/techfloor,/area/ship/expe/corridor4) +"bW" = (/turf/simulated/floor/tiled/techfloor,/area/ship/expe/northairlock) +"bX" = (/turf/simulated/floor/tiled/techfloor,/area/ship/expe/maintenance1) +"bY" = (/obj/machinery/atmospherics/unary/vent_scrubber/on{dir = 4},/obj/machinery/light{dir = 1},/obj/effect/floor_decal/techfloor{icon_state = "techfloor_edges"; dir = 1},/turf/simulated/floor/tiled/techfloor,/area/ship/expe/corridor4) +"bZ" = (/obj/machinery/atmospherics/portables_connector{icon_state = "map_connector"; dir = 4},/obj/machinery/portable_atmospherics/canister/air/airlock,/turf/simulated/floor/tiled/techfloor,/area/ship/expe/northairlock) +"ca" = (/obj/machinery/atmospherics/pipe/simple/hidden/green,/turf/simulated/floor/tiled/techfloor,/area/ship/expe/maintenancerim) +"cb" = (/obj/machinery/door/airlock/maintenance_hatch,/obj/machinery/door/firedoor/glass,/turf/simulated/floor/tiled/techfloor,/area/ship/expe/hangar) +"cc" = (/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/turf/simulated/floor/tiled/techfloor,/area/ship/expe/maintenancerim) +"cd" = (/obj/machinery/atmospherics/pipe/manifold/hidden/blue{icon_state = "map"; dir = 8},/obj/machinery/air_sensor{frequency = 1449; id_tag = "northsensor"},/obj/machinery/airlock_sensor{frequency = 1449; id_tag = "northsensor"; master_tag = "northairlock"; pixel_x = -1; pixel_y = -21},/turf/simulated/floor/tiled/techfloor,/area/ship/expe/northairlock) +"ce" = (/obj/machinery/light{dir = 4; icon_state = "tube1"},/obj/machinery/atmospherics/pipe/simple/hidden/blue{icon_state = "intact"; dir = 9},/obj/machinery/embedded_controller/radio/airlock/airlock_controller{frequency = 1449; id_tag = "northairlock"; pixel_x = 1; pixel_y = -25; tag_airpump = "northvent"; tag_chamber_sensor = "northsensor"; tag_exterior_door = "northext"; tag_interior_door = "northint"},/turf/simulated/floor/tiled/techfloor,/area/ship/expe/northairlock) +"cf" = (/obj/machinery/atmospherics/pipe/manifold/hidden/blue,/turf/simulated/floor/tiled/techfloor,/area/ship/expe/maintenance1) +"cg" = (/obj/machinery/light{dir = 1},/turf/simulated/floor/tiled/techfloor,/area/ship/expe/hangar) +"ch" = (/obj/machinery/alarm{frequency = 1441; pixel_y = 22},/turf/simulated/floor/tiled/techfloor,/area/ship/expe/hangar) +"ci" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/turf/simulated/floor/tiled/techfloor,/area/ship/expe/hangar) +"cj" = (/obj/machinery/atmospherics/unary/engine{icon_state = "nozzle"; dir = 4},/turf/simulated/floor/tiled/techfloor,/area/ship/expe/engines) +"ck" = (/obj/structure/window/reinforced{icon_state = "rwindow"; dir = 4},/obj/machinery/atmospherics/pipe/manifold/hidden/green{icon_state = "map"; dir = 1},/turf/simulated/floor/tiled/techfloor,/area/ship/expe/engines) +"cl" = (/obj/machinery/light{dir = 1},/obj/structure/table/rack,/obj/item/weapon/storage/box/lights/mixed,/turf/simulated/floor/tiled/techfloor,/area/ship/expe/hangarcontrol) +"cm" = (/obj/machinery/alarm{frequency = 1441; pixel_y = 22},/obj/structure/table/rack,/obj/item/weapon/storage/box/lights/mixed,/turf/simulated/floor/tiled/techfloor,/area/ship/expe/hangarcontrol) +"cn" = (/obj/structure/closet/walllocker/emerglocker/north,/obj/effect/floor_decal/borderfloorwhite{icon_state = "borderfloor_white"; dir = 1},/obj/effect/floor_decal/corner/paleblue/border{icon_state = "bordercolor"; dir = 1},/turf/simulated/floor/tiled/white,/area/ship/expe/medicalchem) +"co" = (/obj/machinery/vending/cigarette,/obj/effect/floor_decal/corner/white/border{icon_state = "bordercolor"; dir = 9},/turf/simulated/floor/tiled/techfloor,/area/ship/expe/cafet) +"cp" = (/obj/machinery/vending/coffee,/obj/effect/floor_decal/corner/white/border{icon_state = "bordercolor"; dir = 1},/turf/simulated/floor/tiled/techfloor,/area/ship/expe/cafet) +"cq" = (/obj/machinery/vending/cola,/obj/machinery/light{dir = 1},/obj/effect/floor_decal/corner/white/border{icon_state = "bordercolor"; dir = 1},/turf/simulated/floor/tiled/techfloor,/area/ship/expe/cafet) +"cr" = (/obj/structure/window/reinforced{icon_state = "rwindow"; dir = 4},/obj/machinery/atmospherics/pipe/manifold/hidden/green{icon_state = "map"; dir = 4},/turf/simulated/floor/tiled/techfloor,/area/ship/expe/engines) +"cs" = (/obj/machinery/vending/fitness,/obj/machinery/alarm{frequency = 1441; pixel_y = 22},/obj/effect/floor_decal/corner/white/border{icon_state = "bordercolor"; dir = 1},/turf/simulated/floor/tiled/techfloor,/area/ship/expe/cafet) +"ct" = (/obj/machinery/vending/snack,/obj/effect/floor_decal/corner/white/border{icon_state = "bordercolor"; dir = 5},/turf/simulated/floor/tiled/techfloor,/area/ship/expe/cafet) +"cu" = (/obj/structure/table/rack,/obj/item/weapon/storage/bag/trash,/turf/simulated/floor/tiled/techfloor,/area/ship/expe/hangarcontrol) +"cv" = (/obj/machinery/power/apc{dir = 1; name = "north bump"; pixel_x = 0; pixel_y = 32},/obj/machinery/power/terminal{icon_state = "term"; dir = 1},/obj/structure/cable{icon_state = "0-2"; d2 = 2},/obj/structure/closet/secure_closet/personal/cabinet,/turf/simulated/floor/tiled/techfloor,/area/ship/expe/cabin1) +"cw" = (/obj/item/modular_computer/console/preset/civilian,/turf/simulated/floor/tiled/techfloor,/area/ship/expe/cabin1) +"cx" = (/obj/structure/window/reinforced{icon_state = "rwindow"; dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/green{icon_state = "intact"; dir = 9},/turf/simulated/floor/tiled/techfloor,/area/ship/expe/engines) +"cy" = (/obj/machinery/alarm{frequency = 1441; pixel_y = 22},/obj/structure/table/woodentable,/turf/simulated/floor/tiled/techfloor,/area/ship/expe/cabin2) +"cz" = (/obj/machinery/power/apc{dir = 1; name = "north bump"; pixel_x = 0; pixel_y = 32},/obj/machinery/power/terminal{icon_state = "term"; dir = 1},/obj/structure/cable{icon_state = "0-2"; d2 = 2},/obj/structure/closet/secure_closet/personal/cabinet,/turf/simulated/floor/tiled/techfloor,/area/ship/expe/cabin2) +"cA" = (/turf/simulated/floor/tiled/techfloor,/area/ship/expe/maintenancerim) +"cB" = (/obj/item/modular_computer/console/preset/civilian,/turf/simulated/floor/tiled/techfloor,/area/ship/expe/cabin2) +"cC" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply{icon_state = "intact-supply"; dir = 6},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{icon_state = "intact-scrubbers"; dir = 6},/turf/simulated/floor/tiled/techfloor,/area/ship/expe/maintenancerim) +"cD" = (/obj/machinery/atmospherics/unary/vent_pump/on,/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/turf/simulated/floor/tiled/techfloor,/area/ship/expe/northairlock) +"cE" = (/obj/machinery/atmospherics/unary/vent_scrubber/on,/obj/machinery/light{dir = 4; icon_state = "tube1"},/obj/machinery/access_button/airlock_interior{frequency = 1449; master_tag = "northairlock"; pixel_x = 23},/turf/simulated/floor/tiled/techfloor,/area/ship/expe/northairlock) +"cF" = (/obj/machinery/atmospherics/pipe/simple/hidden/blue,/turf/simulated/wall/rthull,/area/ship/expe/northairlock) +"cG" = (/obj/machinery/atmospherics/pipe/manifold/hidden/supply{icon_state = "map-supply"; dir = 4},/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{icon_state = "map-scrubbers"; dir = 4},/turf/simulated/floor/tiled/techfloor,/area/ship/expe/hangar) +"cH" = (/obj/machinery/recharger/wallcharger{pixel_x = -25},/turf/simulated/floor/tiled/techfloor,/area/ship/expe/hangarcontrol) +"cI" = (/obj/machinery/atmospherics/pipe/simple/hidden/blue{icon_state = "intact"; dir = 5},/turf/simulated/floor/tiled/techfloor,/area/ship/expe/sm) +"cJ" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply{icon_state = "intact-supply"; dir = 6},/turf/simulated/floor/tiled/techfloor,/area/ship/expe/hangarcontrol) +"cK" = (/obj/machinery/atmospherics/unary/vent_pump/on{dir = 8},/turf/simulated/floor/tiled/techfloor,/area/ship/expe/hangarcontrol) +"cL" = (/obj/machinery/atmospherics/unary/vent_pump/on{dir = 4},/obj/effect/floor_decal/corner/white/border{icon_state = "bordercolor"; dir = 8},/turf/simulated/floor/tiled/techfloor,/area/ship/expe/cafet) +"cM" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply{icon_state = "intact-supply"; dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{icon_state = "intact-scrubbers"; dir = 4},/turf/simulated/floor/tiled/techfloor,/area/ship/expe/maintenancerim) +"cN" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply{icon_state = "intact-supply"; dir = 4},/turf/simulated/floor/tiled/techfloor,/area/ship/expe/cafet) +"cO" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply{icon_state = "intact-supply"; dir = 10},/obj/effect/floor_decal/corner/white/border{icon_state = "bordercolor"; dir = 4},/turf/simulated/floor/tiled/techfloor,/area/ship/expe/cafet) +"cP" = (/obj/machinery/atmospherics/unary/vent_scrubber/on{dir = 4},/obj/structure/bed/double,/obj/item/weapon/bedsheet/double,/turf/simulated/floor/tiled/techfloor,/area/ship/expe/cabin1) +"cQ" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply{icon_state = "intact-supply"; dir = 6},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{icon_state = "intact-scrubbers"; dir = 10},/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/turf/simulated/floor/tiled/techfloor,/area/ship/expe/cabin1) +"cR" = (/obj/machinery/atmospherics/unary/vent_scrubber/on{dir = 4},/obj/structure/bed/double,/obj/item/weapon/bedsheet/double,/turf/simulated/floor/tiled/techfloor,/area/ship/expe/cabin2) +"cS" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply{icon_state = "intact-supply"; dir = 6},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{icon_state = "intact-scrubbers"; dir = 10},/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/turf/simulated/floor/tiled/techfloor,/area/ship/expe/cabin2) +"cT" = (/obj/machinery/atmospherics/unary/vent_pump/on{dir = 8},/turf/simulated/floor/tiled/techfloor,/area/ship/expe/cabin2) +"cU" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply{icon_state = "intact-supply"; dir = 9},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{icon_state = "intact-scrubbers"; dir = 9},/obj/structure/cable{d1 = 1; d2 = 4; icon_state = "1-4"},/turf/simulated/floor/tiled/techfloor,/area/ship/expe/maintenancerim) +"cV" = (/turf/simulated/floor/tiled/techfloor,/area/ship/expe/bridge) +"cW" = (/obj/machinery/door/airlock/maintenance_hatch,/turf/simulated/floor/tiled/techfloor,/area/ship/expe/maintenancerim) +"cX" = (/obj/structure/lattice,/turf/space,/area/ship/expe/atmospherics) +"cY" = (/obj/machinery/atmospherics/pipe/manifold/hidden/supply,/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers,/obj/structure/cable{icon_state = "4-8"},/obj/structure/cable{d1 = 1; d2 = 4; icon_state = "1-4"},/obj/structure/cable{d1 = 2; d2 = 4; icon_state = "2-4"},/obj/effect/floor_decal/techfloor{icon_state = "techfloor_edges"; dir = 1},/turf/simulated/floor/tiled/techfloor,/area/ship/expe/corridor3) +"cZ" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/turf/simulated/floor/tiled/techfloor,/area/ship/expe/northairlock) +"da" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/turf/simulated/floor/tiled/techfloor,/area/ship/expe/northairlock) +"db" = (/turf/simulated/wall/rthull,/area/ship/expe/engineeringpower) +"dc" = (/turf/simulated/floor/tiled/techfloor,/area/ship/expe/engineeringpower) +"dd" = (/obj/structure/cable{icon_state = "4-8"},/turf/simulated/floor/tiled/techfloor,/area/ship/expe/maintenancerim) +"de" = (/obj/machinery/atmospherics/pipe/simple/hidden/blue{icon_state = "intact"; dir = 8},/turf/simulated/floor/tiled/techfloor,/area/ship/expe/sm) +"df" = (/obj/machinery/shipsensors,/turf/simulated/floor/airless,/area/ship/expe/bridge) +"dg" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply,/turf/simulated/floor/tiled/techfloor,/area/ship/expe/hangarcontrol) +"dh" = (/obj/machinery/atmospherics/unary/vent_scrubber/on,/turf/simulated/floor/tiled/techfloor,/area/ship/expe/hangarcontrol) +"di" = (/obj/machinery/firealarm{pixel_y = -26},/turf/simulated/floor/tiled/techfloor,/area/ship/expe/cabin3) +"dj" = (/obj/machinery/firealarm{pixel_y = -26},/turf/simulated/floor/tiled/techfloor,/area/ship/expe/cabin4) +"dk" = (/obj/machinery/firealarm{pixel_y = -26},/turf/simulated/floor/tiled/techfloor,/area/ship/expe/cabin5) +"dl" = (/obj/machinery/firealarm{pixel_y = -26},/turf/simulated/floor/tiled/techfloor,/area/ship/expe/cabin6) +"dm" = (/obj/item/weapon/stool/padded,/obj/effect/floor_decal/corner/white/border{icon_state = "bordercolor"; dir = 8},/turf/simulated/floor/tiled/techfloor,/area/ship/expe/cafet) +"dn" = (/obj/machinery/firealarm{pixel_y = -26},/turf/simulated/floor/tiled/techfloor,/area/ship/expe/cabin7) +"do" = (/obj/machinery/atmospherics/unary/vent_scrubber/on,/obj/structure/table/steel_reinforced,/obj/item/pizzavoucher,/turf/simulated/floor/tiled/techfloor,/area/ship/expe/cafet) +"dp" = (/obj/item/weapon/stool/padded,/turf/simulated/floor/tiled/techfloor,/area/ship/expe/cafet) +"dq" = (/obj/machinery/firealarm{pixel_y = -26},/turf/simulated/floor/tiled/techfloor,/area/ship/expe/cabin8) +"dr" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/effect/floor_decal/corner/white/border{icon_state = "bordercolor"; dir = 4},/turf/simulated/floor/tiled/techfloor,/area/ship/expe/cafet) +"ds" = (/obj/structure/lattice,/obj/machinery/atmospherics/unary/vent_pump/on{dir = 8},/turf/space,/area/space) +"dt" = (/obj/machinery/atmospherics/pipe/simple/hidden/green{icon_state = "intact"; dir = 4},/turf/simulated/floor/tiled/techfloor,/area/ship/expe/maintenancerim) +"du" = (/obj/machinery/atmospherics/pipe/simple/hidden/green{icon_state = "intact"; dir = 9},/turf/simulated/floor/tiled/techfloor,/area/ship/expe/maintenancerim) +"dv" = (/turf/simulated/wall/rthull,/area/ship/expe/maintenancerim) +"dw" = (/obj/structure/cable{d2 = 2; icon_state = "0-2"; pixel_y = 0},/turf/space,/area/space) +"dx" = (/obj/machinery/firealarm{pixel_y = -26},/turf/simulated/floor/tiled/techfloor,/area/ship/expe/cabin1) +"dy" = (/obj/machinery/firealarm{pixel_y = -26},/turf/simulated/floor/tiled/techfloor,/area/ship/expe/cabin9) +"dz" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/turf/simulated/floor/tiled/techfloor,/area/ship/expe/cabin1) +"dA" = (/obj/machinery/light,/turf/simulated/floor/tiled/techfloor,/area/ship/expe/cabin1) +"dB" = (/obj/machinery/firealarm{pixel_y = -26},/turf/simulated/floor/tiled/techfloor,/area/ship/expe/cabin2) +"dC" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/turf/simulated/floor/tiled/techfloor,/area/ship/expe/cabin2) +"dD" = (/obj/machinery/light,/turf/simulated/floor/tiled/techfloor,/area/ship/expe/cabin2) +"dE" = (/obj/machinery/atmospherics/unary/vent_pump/on{dir = 8},/turf/simulated/floor/tiled/techfloor,/area/ship/expe/cabin1) +"dF" = (/obj/machinery/door/airlock/maintenance_hatch,/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/door/firedoor/glass,/turf/simulated/floor/tiled/techfloor,/area/ship/expe/maintenancerim) +"dG" = (/obj/machinery/power/apc{dir = 1; name = "north bump"; pixel_x = 0; pixel_y = 32},/obj/machinery/power/terminal{icon_state = "term"; dir = 1},/obj/structure/cable{icon_state = "0-2"; d2 = 2},/obj/structure/closet/secure_closet/personal/cabinet,/turf/simulated/floor/tiled/techfloor,/area/ship/expe/cabin3) +"dH" = (/obj/machinery/door/airlock/hatch{req_access = ""; req_one_access = ""},/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/door/firedoor/glass,/turf/simulated/floor/tiled/techfloor,/area/ship/expe/northairlock) +"dI" = (/obj/machinery/alarm{frequency = 1441; pixel_y = 22},/obj/structure/table/woodentable,/turf/simulated/floor/tiled/techfloor,/area/ship/expe/cabin3) +"dJ" = (/obj/machinery/power/apc{dir = 1; name = "north bump"; pixel_x = 0; pixel_y = 32},/obj/machinery/power/terminal{icon_state = "term"; dir = 1},/obj/structure/cable{icon_state = "0-2"; d2 = 2},/obj/structure/closet/secure_closet/personal/cabinet,/turf/simulated/floor/tiled/techfloor,/area/ship/expe/cabin4) +"dK" = (/obj/machinery/atmospherics/unary/vent_pump/on{dir = 8},/turf/simulated/floor/tiled/techfloor,/area/ship/expe/cabin3) +"dL" = (/obj/machinery/alarm{frequency = 1441; pixel_y = 22},/obj/structure/table/woodentable,/turf/simulated/floor/tiled/techfloor,/area/ship/expe/cabin4) +"dM" = (/obj/machinery/power/apc{dir = 1; name = "north bump"; pixel_x = 0; pixel_y = 32},/obj/machinery/power/terminal{icon_state = "term"; dir = 1},/obj/structure/cable{icon_state = "0-2"; d2 = 2},/obj/structure/closet/secure_closet/personal/cabinet,/turf/simulated/floor/tiled/techfloor,/area/ship/expe/cabin5) +"dN" = (/obj/machinery/atmospherics/unary/vent_pump/on{dir = 8},/turf/simulated/floor/tiled/techfloor,/area/ship/expe/cabin4) +"dO" = (/obj/machinery/alarm{frequency = 1441; pixel_y = 22},/obj/structure/table/woodentable,/turf/simulated/floor/tiled/techfloor,/area/ship/expe/cabin5) +"dP" = (/obj/machinery/power/apc{dir = 1; name = "north bump"; pixel_x = 0; pixel_y = 32},/obj/machinery/power/terminal{icon_state = "term"; dir = 1},/obj/structure/cable{icon_state = "0-2"; d2 = 2},/obj/structure/closet/secure_closet/personal/cabinet,/turf/simulated/floor/tiled/techfloor,/area/ship/expe/cabin6) +"dQ" = (/obj/machinery/atmospherics/unary/vent_pump/on{dir = 8},/turf/simulated/floor/tiled/techfloor,/area/ship/expe/cabin5) +"dR" = (/obj/machinery/alarm{frequency = 1441; pixel_y = 22},/obj/structure/table/woodentable,/obj/item/weapon/soap/nanotrasen,/turf/simulated/floor/tiled/techfloor,/area/ship/expe/cabin1) +"dS" = (/obj/machinery/power/apc{dir = 1; name = "north bump"; pixel_x = 0; pixel_y = 32},/obj/machinery/power/terminal{icon_state = "term"; dir = 1},/obj/structure/cable{icon_state = "0-2"; d2 = 2},/obj/structure/closet/secure_closet/personal/cabinet,/turf/simulated/floor/tiled/techfloor,/area/ship/expe/cabin7) +"dT" = (/obj/machinery/atmospherics/unary/vent_pump/on{dir = 8},/turf/simulated/floor/tiled/techfloor,/area/ship/expe/cabin6) +"dU" = (/obj/machinery/alarm{frequency = 1441; pixel_y = 22},/obj/structure/table/woodentable,/turf/simulated/floor/tiled/techfloor,/area/ship/expe/cabin7) +"dV" = (/obj/machinery/power/apc{dir = 1; name = "north bump"; pixel_x = 0; pixel_y = 32},/obj/machinery/power/terminal{icon_state = "term"; dir = 1},/obj/structure/cable{icon_state = "0-2"; d2 = 2},/obj/structure/closet/secure_closet/personal/cabinet,/turf/simulated/floor/tiled/techfloor,/area/ship/expe/cabin8) +"dW" = (/obj/machinery/atmospherics/unary/vent_pump/on{dir = 8},/turf/simulated/floor/tiled/techfloor,/area/ship/expe/cabin7) +"dX" = (/obj/machinery/alarm{frequency = 1441; pixel_y = 22},/obj/structure/table/woodentable,/turf/simulated/floor/tiled/techfloor,/area/ship/expe/cabin8) +"dY" = (/obj/machinery/power/apc{dir = 1; name = "north bump"; pixel_x = 0; pixel_y = 32},/obj/machinery/power/terminal{icon_state = "term"; dir = 1},/obj/structure/cable{icon_state = "0-2"; d2 = 2},/obj/structure/closet/secure_closet/personal/cabinet,/turf/simulated/floor/tiled/techfloor,/area/ship/expe/cabin9) +"dZ" = (/obj/machinery/atmospherics/unary/vent_pump/on{dir = 8},/turf/simulated/floor/tiled/techfloor,/area/ship/expe/cabin8) +"ea" = (/obj/machinery/alarm{frequency = 1441; pixel_y = 22},/obj/structure/table/woodentable,/turf/simulated/floor/tiled/techfloor,/area/ship/expe/cabin9) +"eb" = (/obj/machinery/door/airlock/hatch{req_access = ""; req_one_access = ""},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/door/firedoor/glass,/turf/simulated/floor/tiled/techfloor,/area/ship/expe/northairlock) +"ec" = (/obj/machinery/atmospherics/unary/vent_pump/on{dir = 8},/turf/simulated/floor/tiled/techfloor,/area/ship/expe/cabin9) +"ed" = (/obj/machinery/door/airlock/maintenance_hatch,/obj/machinery/door/firedoor/glass,/turf/simulated/floor/tiled/techfloor,/area/ship/expe/maintenance1) +"ee" = (/obj/structure/grille,/obj/structure/window/reinforced/full,/turf/simulated/floor/tiled/techfloor,/area/ship/expe/bridge) +"ef" = (/obj/structure/table/steel_reinforced,/turf/simulated/floor/tiled/techfloor,/area/ship/expe/cafet) +"eg" = (/obj/machinery/atmospherics/unary/vent_pump/on,/obj/structure/table/steel_reinforced,/turf/simulated/floor/tiled/techfloor,/area/shuttle/vespaboat) +"eh" = (/obj/machinery/atmospherics/unary/vent_scrubber/on,/obj/structure/closet/crate,/obj/fiftyspawner/phoron,/turf/simulated/floor/tiled/techfloor,/area/shuttle/vespaboat) +"ei" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply{icon_state = "intact-supply"; dir = 6},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{icon_state = "intact-scrubbers"; dir = 10},/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/turf/simulated/floor/tiled/techfloor,/area/ship/expe/cabin3) +"ej" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply{icon_state = "intact-supply"; dir = 6},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{icon_state = "intact-scrubbers"; dir = 10},/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/turf/simulated/floor/tiled/techfloor,/area/ship/expe/cabin4) +"ek" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply{icon_state = "intact-supply"; dir = 6},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{icon_state = "intact-scrubbers"; dir = 10},/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/turf/simulated/floor/tiled/techfloor,/area/ship/expe/cabin5) +"el" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply{icon_state = "intact-supply"; dir = 6},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{icon_state = "intact-scrubbers"; dir = 10},/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/turf/simulated/floor/tiled/techfloor,/area/ship/expe/cabin6) +"em" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply{icon_state = "intact-supply"; dir = 6},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{icon_state = "intact-scrubbers"; dir = 10},/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/turf/simulated/floor/tiled/techfloor,/area/ship/expe/cabin7) +"en" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply{icon_state = "intact-supply"; dir = 6},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{icon_state = "intact-scrubbers"; dir = 10},/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/turf/simulated/floor/tiled/techfloor,/area/ship/expe/cabin8) +"eo" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply{icon_state = "intact-supply"; dir = 6},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{icon_state = "intact-scrubbers"; dir = 10},/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/turf/simulated/floor/tiled/techfloor,/area/ship/expe/cabin9) +"ep" = (/obj/structure/closet/crate,/turf/simulated/floor/tiled/techfloor,/area/shuttle/vespaboat) +"eq" = (/obj/machinery/recharger/wallcharger{pixel_x = -25},/obj/structure/table/rack,/obj/item/clothing/suit/space/void/exploration,/obj/item/clothing/suit/space/void/exploration,/obj/item/clothing/suit/space/void/exploration,/obj/item/clothing/head/helmet/space/void/exploration,/obj/item/clothing/head/helmet/space/void/exploration,/obj/item/clothing/head/helmet/space/void/exploration,/turf/simulated/floor/tiled/techfloor,/area/ship/expe/hangarcontrol) +"er" = (/obj/structure/table/rack,/obj/item/clothing/suit/space/void/exploration,/obj/item/clothing/suit/space/void/exploration,/obj/item/clothing/suit/space/void/exploration,/obj/item/clothing/head/helmet/space/void/exploration,/obj/item/clothing/head/helmet/space/void/exploration,/obj/item/clothing/head/helmet/space/void/exploration,/turf/simulated/floor/tiled/techfloor,/area/ship/expe/hangarcontrol) +"es" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/turf/simulated/floor/tiled/techfloor,/area/ship/expe/hangarcontrol) +"et" = (/obj/machinery/power/apc{dir = 4; name = "east bump"; pixel_x = 24},/obj/machinery/power/terminal{icon_state = "term"; dir = 4},/obj/structure/cable{icon_state = "0-2"; d2 = 2},/turf/simulated/floor/tiled/techfloor,/area/ship/expe/hangarcontrol) +"eu" = (/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{icon_state = "map-scrubbers"; dir = 8},/obj/structure/table/steel_reinforced,/turf/simulated/floor/tiled/techfloor,/area/ship/expe/cafet) +"ev" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/turf/simulated/floor/tiled/techfloor,/area/ship/expe/cabin3) +"ew" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/turf/simulated/floor/tiled/techfloor,/area/ship/expe/cabin4) +"ex" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/turf/simulated/floor/tiled/techfloor,/area/ship/expe/cabin5) +"ey" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/turf/simulated/floor/tiled/techfloor,/area/ship/expe/cabin6) +"ez" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/turf/simulated/floor/tiled/techfloor,/area/ship/expe/cabin7) +"eA" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/turf/simulated/floor/tiled/techfloor,/area/ship/expe/cabin8) +"eB" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/turf/simulated/floor/tiled/techfloor,/area/ship/expe/cabin9) +"eC" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{icon_state = "intact-scrubbers"; dir = 4},/obj/structure/table/steel_reinforced,/turf/simulated/floor/tiled/techfloor,/area/ship/expe/cafet) +"eD" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply{icon_state = "intact-supply"; dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{icon_state = "intact-scrubbers"; dir = 4},/obj/structure/cable{icon_state = "4-8"},/obj/effect/floor_decal/techfloor{icon_state = "techfloor_edges"; dir = 1},/turf/simulated/floor/tiled/techfloor,/area/ship/expe/corridor3) +"eE" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{icon_state = "intact-scrubbers"; dir = 4},/obj/item/weapon/stool/padded,/turf/simulated/floor/tiled/techfloor,/area/ship/expe/cafet) +"eF" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply{icon_state = "intact-supply"; dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{icon_state = "intact-scrubbers"; dir = 4},/obj/structure/cable{icon_state = "4-8"},/obj/machinery/light{dir = 1},/obj/effect/floor_decal/techfloor{icon_state = "techfloor_edges"; dir = 1},/turf/simulated/floor/tiled/techfloor,/area/ship/expe/corridor3) +"eG" = (/obj/machinery/atmospherics/pipe/manifold/hidden/supply,/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers,/obj/structure/cable{icon_state = "4-8"},/obj/structure/cable{d1 = 1; d2 = 4; icon_state = "1-4"},/obj/effect/floor_decal/techfloor{icon_state = "techfloor_edges"; dir = 1},/turf/simulated/floor/tiled/techfloor,/area/ship/expe/corridor3) +"eH" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply{icon_state = "intact-supply"; dir = 4},/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{icon_state = "map-scrubbers"; dir = 1},/obj/structure/cable{icon_state = "4-8"},/obj/effect/floor_decal/techfloor{icon_state = "techfloor_edges"; dir = 1},/turf/simulated/floor/tiled/techfloor,/area/ship/expe/corridor3) +"eI" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply{icon_state = "intact-supply"; dir = 6},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{icon_state = "intact-scrubbers"; dir = 6},/obj/structure/cable{icon_state = "4-8"},/obj/structure/cable{d1 = 2; d2 = 4; icon_state = "2-4"},/obj/effect/floor_decal/corner_techfloor_grid/full{icon_state = "corner_techfloor_grid_full"; dir = 8},/turf/simulated/floor/tiled/techfloor,/area/ship/expe/corridor3) +"eJ" = (/obj/machinery/door/airlock/maintenance_hatch,/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/door/firedoor/glass,/turf/simulated/floor/tiled/techfloor,/area/ship/expe/maintenance1) +"eK" = (/obj/structure/cable{icon_state = "4-8"},/obj/effect/floor_decal/corner_techfloor_grid,/turf/simulated/floor/tiled/techfloor,/area/ship/expe/corridor4) +"eL" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{icon_state = "intact-scrubbers"; dir = 10},/obj/effect/floor_decal/corner/white/border{icon_state = "bordercolor"; dir = 4},/turf/simulated/floor/tiled/techfloor,/area/ship/expe/cafet) +"eM" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply{icon_state = "intact-supply"; dir = 5},/obj/structure/cable{icon_state = "4-8"},/obj/structure/cable{d1 = 1; d2 = 4; icon_state = "1-4"},/obj/effect/floor_decal/techfloor,/obj/machinery/firealarm{pixel_y = -26},/turf/simulated/floor/tiled/techfloor,/area/ship/expe/corridor4) +"eN" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply{icon_state = "intact-supply"; dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{icon_state = "intact-scrubbers"; dir = 5},/obj/structure/cable{icon_state = "4-8"},/obj/effect/floor_decal/techfloor,/turf/simulated/floor/tiled/techfloor,/area/ship/expe/corridor4) +"eO" = (/obj/machinery/door/airlock{name = "Cabin 1"},/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/door/firedoor/glass,/turf/simulated/floor/tiled/techfloor,/area/ship/expe/cabin1) +"eP" = (/obj/machinery/door/airlock/maintenance_hatch,/obj/structure/cable{icon_state = "4-8"},/turf/simulated/floor/tiled/techfloor,/area/ship/expe/maintenancerim) +"eQ" = (/obj/machinery/atmospherics/pipe/manifold/hidden/supply{icon_state = "map-supply"; dir = 1},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{icon_state = "intact-scrubbers"; dir = 4},/obj/structure/cable{icon_state = "4-8"},/obj/effect/floor_decal/techfloor{icon_state = "techfloor_edges"; dir = 1},/turf/simulated/floor/tiled/techfloor,/area/ship/expe/corridor3) +"eR" = (/obj/machinery/door/airlock{name = "Cabin 2"},/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/door/firedoor/glass,/turf/simulated/floor/tiled/techfloor,/area/ship/expe/cabin2) +"eS" = (/obj/machinery/power/apc{dir = 2; name = "south bump"; pixel_y = -32},/obj/machinery/power/terminal,/obj/structure/cable,/obj/effect/floor_decal/techfloor,/turf/simulated/floor/tiled/techfloor,/area/ship/expe/corridor3) +"eT" = (/obj/machinery/power/apc{dir = 1; name = "north bump"; pixel_x = 0; pixel_y = 32},/obj/machinery/power/terminal{icon_state = "term"; dir = 1},/obj/structure/cable{icon_state = "0-4"; d2 = 4},/turf/simulated/floor/tiled/techfloor,/area/ship/expe/maintenancerim) +"eU" = (/obj/machinery/door/airlock{name = "Cabin 3"},/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/door/firedoor/glass,/turf/simulated/floor/tiled/techfloor,/area/ship/expe/cabin3) +"eV" = (/obj/machinery/door/airlock{name = "Cabin 4"},/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/door/firedoor/glass,/turf/simulated/floor/tiled/techfloor,/area/ship/expe/cabin4) +"eW" = (/obj/machinery/door/airlock{name = "Cabin 5"},/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/door/firedoor/glass,/turf/simulated/floor/tiled/techfloor,/area/ship/expe/cabin5) +"eX" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply{icon_state = "intact-supply"; dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{icon_state = "intact-scrubbers"; dir = 4},/obj/effect/floor_decal/techfloor{icon_state = "techfloor_edges"; dir = 9},/turf/simulated/floor/tiled/techfloor,/area/ship/expe/corridor1) +"eY" = (/obj/machinery/door/airlock{name = "Cabin 6"},/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/door/firedoor/glass,/turf/simulated/floor/tiled/techfloor,/area/ship/expe/cabin6) +"eZ" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply{icon_state = "intact-supply"; dir = 4},/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{icon_state = "map-scrubbers"; dir = 1},/obj/machinery/light{dir = 1},/obj/effect/floor_decal/techfloor{icon_state = "techfloor_edges"; dir = 1},/turf/simulated/floor/tiled/techfloor,/area/ship/expe/corridor1) +"fa" = (/obj/machinery/alarm{frequency = 1441; pixel_y = 22},/obj/structure/cable{icon_state = "2-8"},/turf/simulated/floor/tiled/techfloor,/area/ship/expe/maintenancerim) +"fb" = (/obj/machinery/atmospherics/pipe/manifold/hidden/supply{icon_state = "map-supply"; dir = 1},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{icon_state = "intact-scrubbers"; dir = 4},/obj/effect/floor_decal/techfloor{icon_state = "techfloor_edges"; dir = 1},/turf/simulated/floor/tiled/techfloor,/area/ship/expe/corridor1) +"fc" = (/obj/machinery/door/airlock{name = "Cabin 7"},/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/door/firedoor/glass,/turf/simulated/floor/tiled/techfloor,/area/ship/expe/cabin7) +"fd" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply{icon_state = "intact-supply"; dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{icon_state = "intact-scrubbers"; dir = 4},/obj/effect/floor_decal/techfloor{icon_state = "techfloor_edges"; dir = 1},/turf/simulated/floor/tiled/techfloor,/area/ship/expe/corridor1) +"fe" = (/obj/machinery/door/airlock{name = "Cabin 8"},/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/door/firedoor/glass,/turf/simulated/floor/tiled/techfloor,/area/ship/expe/cabin8) +"ff" = (/obj/machinery/door/airlock{name = "Cabin 9"},/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/door/firedoor/glass,/turf/simulated/floor/tiled/techfloor,/area/ship/expe/cabin9) +"fg" = (/obj/machinery/alarm{frequency = 1441; pixel_y = 22},/obj/effect/floor_decal/techfloor{icon_state = "techfloor_edges"; dir = 1},/turf/simulated/floor/tiled/techfloor,/area/ship/expe/corridor6) +"fh" = (/obj/effect/floor_decal/techfloor{icon_state = "techfloor_edges"; dir = 5},/turf/simulated/floor/tiled/techfloor,/area/ship/expe/corridor6) +"fi" = (/obj/effect/floor_decal/corner/blue/border{icon_state = "bordercolor"; dir = 9},/turf/simulated/floor/tiled/techfloor,/area/ship/expe/bridge) +"fj" = (/obj/machinery/alarm{frequency = 1441; pixel_y = 22},/obj/effect/floor_decal/corner/blue/border{icon_state = "bordercolor"; dir = 1},/turf/simulated/floor/tiled/techfloor,/area/ship/expe/bridge) +"fk" = (/obj/machinery/power/apc{dir = 1; name = "north bump"; pixel_x = 0; pixel_y = 32},/obj/machinery/power/terminal{icon_state = "term"; dir = 1},/obj/structure/cable{icon_state = "0-2"; d2 = 2},/obj/effect/floor_decal/corner/blue/border{icon_state = "bordercolor"; dir = 1},/turf/simulated/floor/tiled/techfloor,/area/ship/expe/bridge) +"fl" = (/obj/structure/table/steel_reinforced,/obj/effect/floor_decal/corner/blue/border{icon_state = "bordercolor"; dir = 1},/turf/simulated/floor/tiled/techfloor,/area/ship/expe/bridge) +"fm" = (/obj/structure/table/steel_reinforced,/obj/effect/floor_decal/corner/blue/border{icon_state = "bordercolor"; dir = 5},/turf/simulated/floor/tiled/techfloor,/area/ship/expe/bridge) +"fn" = (/obj/structure/cable{icon_state = "4-8"},/obj/effect/floor_decal/techfloor{icon_state = "techfloor_edges"; dir = 10},/turf/simulated/floor/tiled/techfloor,/area/ship/expe/corridor1) +"fo" = (/obj/machinery/atmospherics/unary/vent_scrubber/on{dir = 1},/obj/structure/cable{icon_state = "4-8"},/obj/effect/floor_decal/techfloor,/turf/simulated/floor/tiled/techfloor,/area/ship/expe/corridor1) +"fp" = (/obj/machinery/light{icon_state = "tube1"; dir = 8},/turf/simulated/floor/tiled/techfloor,/area/ship/expe/hangar) +"fq" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/effect/floor_decal/corner_techfloor_grid/full,/turf/simulated/floor/tiled/techfloor,/area/ship/expe/corridor3) +"fr" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/turf/simulated/floor/tiled/techfloor,/area/shuttle/vespaboat) +"fs" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply{icon_state = "intact-supply"; dir = 9},/obj/machinery/computer/shuttle_control/explore/vespaboat{icon_state = "computer"; dir = 8},/obj/machinery/light{dir = 4},/turf/simulated/floor/tiled/techfloor,/area/shuttle/vespaboat) +"ft" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{icon_state = "intact-scrubbers"; dir = 5},/obj/machinery/light{dir = 8},/turf/simulated/floor/tiled/techfloor,/area/shuttle/vespaboat) +"fu" = (/obj/machinery/atmospherics/unary/vent_pump/on{dir = 1},/obj/structure/cable{icon_state = "4-8"},/obj/effect/floor_decal/techfloor,/turf/simulated/floor/tiled/techfloor,/area/ship/expe/corridor1) +"fv" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 6},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{icon_state = "intact-scrubbers"; dir = 10},/turf/simulated/floor/tiled/techfloor,/area/shuttle/vespaboat) +"fw" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply{icon_state = "intact-supply"; dir = 9},/turf/simulated/floor/tiled/techfloor,/area/shuttle/vespaboat) +"fx" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/light{dir = 4; icon_state = "tube1"},/turf/simulated/floor/tiled/techfloor,/area/ship/expe/hangar) +"fy" = (/turf/simulated/wall/rthull,/area/ship/expe/captqua) +"fz" = (/obj/machinery/suit_cycler/exploration,/turf/simulated/floor/tiled/techfloor,/area/ship/expe/hangarcontrol) +"fA" = (/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{icon_state = "map-scrubbers"; dir = 8},/turf/simulated/floor/tiled/techfloor,/area/ship/expe/hangarcontrol) +"fB" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply{icon_state = "intact-supply"; dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{icon_state = "intact-scrubbers"; dir = 4},/obj/structure/cable{icon_state = "4-8"},/obj/structure/cable{d1 = 1; d2 = 4; icon_state = "1-4"},/obj/effect/floor_decal/techfloor,/turf/simulated/floor/tiled/techfloor,/area/ship/expe/corridor4) +"fC" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{icon_state = "intact-scrubbers"; dir = 10},/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/turf/simulated/floor/tiled/techfloor,/area/ship/expe/hangarcontrol) +"fD" = (/obj/machinery/power/apc{dir = 8; name = "west bump"; pixel_x = -32},/obj/machinery/power/terminal{dir = 8},/obj/structure/cable{icon_state = "0-4"; d2 = 4},/obj/item/weapon/stool/padded,/obj/effect/floor_decal/corner/white/border{icon_state = "bordercolor"; dir = 8},/turf/simulated/floor/tiled/techfloor,/area/ship/expe/cafet) +"fE" = (/obj/machinery/atmospherics/unary/vent_scrubber/on{dir = 1},/obj/structure/table/steel_reinforced,/obj/structure/cable{icon_state = "4-8"},/turf/simulated/floor/tiled/techfloor,/area/ship/expe/cafet) +"fF" = (/obj/structure/table/steel_reinforced,/obj/structure/cable{icon_state = "4-8"},/turf/simulated/floor/tiled/techfloor,/area/ship/expe/cafet) +"fG" = (/obj/structure/cable{icon_state = "4-8"},/obj/item/weapon/stool/padded,/turf/simulated/floor/tiled/techfloor,/area/ship/expe/cafet) +"fH" = (/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/corner/white/border{icon_state = "bordercolor"; dir = 4},/turf/simulated/floor/tiled/techfloor,/area/ship/expe/cafet) +"fI" = (/obj/machinery/door/airlock/glass,/obj/structure/cable{icon_state = "4-8"},/turf/simulated/floor/tiled/techfloor,/area/ship/expe/cafet) +"fJ" = (/obj/machinery/atmospherics/pipe/manifold4w/hidden/supply,/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers,/obj/structure/cable{icon_state = "4-8"},/obj/structure/cable{d1 = 1; d2 = 4; icon_state = "1-4"},/obj/effect/floor_decal/techfloor{icon_state = "techfloor_edges"; dir = 1},/turf/simulated/floor/tiled/techfloor,/area/ship/expe/corridor3) +"fK" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{icon_state = "intact-scrubbers"; dir = 10},/obj/effect/floor_decal/techfloor{icon_state = "techfloor_edges"; dir = 1},/obj/structure/closet/walllocker/emerglocker/north,/turf/simulated/floor/tiled/techfloor,/area/ship/expe/corridor4) +"fL" = (/obj/machinery/door/airlock/hatch{req_access = ""; req_one_access = ""},/obj/structure/cable{icon_state = "4-8"},/obj/effect/floor_decal/techfloor{icon_state = "techfloor_edges"; dir = 1},/obj/effect/floor_decal/techfloor,/obj/machinery/door/firedoor/glass,/turf/simulated/floor/tiled/techfloor,/area/ship/expe/corridor3) +"fM" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply{icon_state = "intact-supply"; dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{icon_state = "intact-scrubbers"; dir = 9},/obj/structure/cable{icon_state = "4-8"},/obj/effect/floor_decal/techfloor,/turf/simulated/floor/tiled/techfloor,/area/ship/expe/corridor4) +"fN" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply{icon_state = "intact-supply"; dir = 9},/obj/structure/cable{icon_state = "4-8"},/obj/effect/floor_decal/techfloor,/turf/simulated/floor/tiled/techfloor,/area/ship/expe/corridor4) +"fO" = (/obj/structure/cable{icon_state = "4-8"},/obj/effect/floor_decal/techfloor,/turf/simulated/floor/tiled/techfloor,/area/ship/expe/corridor4) +"fP" = (/obj/machinery/door/airlock/hatch{req_access = ""; req_one_access = ""},/obj/structure/cable{icon_state = "4-8"},/obj/effect/floor_decal/techfloor,/obj/machinery/door/firedoor/glass,/turf/simulated/floor/tiled/techfloor,/area/ship/expe/corridor4) +"fQ" = (/obj/machinery/atmospherics/unary/vent_pump/on,/obj/structure/cable{icon_state = "4-8"},/obj/effect/floor_decal/corner_techfloor_grid{icon_state = "corner_techfloor_grid"; dir = 8},/turf/simulated/floor/tiled/techfloor,/area/ship/expe/corridor6) +"fR" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply{icon_state = "intact-supply"; dir = 10},/obj/structure/cable{icon_state = "2-8"},/obj/machinery/light{dir = 4; icon_state = "tube1"},/obj/effect/floor_decal/techfloor{icon_state = "techfloor_edges"; dir = 4},/turf/simulated/floor/tiled/techfloor,/area/ship/expe/corridor6) +"fS" = (/obj/machinery/alarm{frequency = 1441; pixel_y = 22},/obj/effect/floor_decal/borderfloorwhite{icon_state = "borderfloor_white"; dir = 1},/obj/effect/floor_decal/corner/paleblue/border{icon_state = "bordercolor"; dir = 1},/turf/simulated/floor/tiled/white,/area/ship/expe/medicalchem) +"fT" = (/obj/structure/table/steel_reinforced,/obj/machinery/microwave,/turf/simulated/floor/tiled/techfloor,/area/ship/expe/cafet) +"fU" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply{icon_state = "intact-supply"; dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{icon_state = "intact-scrubbers"; dir = 4},/obj/structure/cable{icon_state = "4-8"},/obj/machinery/light{dir = 1},/obj/effect/floor_decal/techfloor{icon_state = "techfloor_edges"; dir = 1},/obj/structure/closet/walllocker/emerglocker/north,/turf/simulated/floor/tiled/techfloor,/area/ship/expe/corridor3) +"fV" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply{icon_state = "intact-supply"; dir = 6},/turf/simulated/floor/tiled/techfloor,/area/ship/expe/bridge) +"fW" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply{icon_state = "intact-supply"; dir = 4},/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/turf/simulated/floor/tiled/techfloor,/area/ship/expe/bridge) +"fX" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply{icon_state = "intact-supply"; dir = 4},/turf/simulated/floor/tiled/techfloor,/area/ship/expe/bridge) +"fY" = (/obj/machinery/atmospherics/unary/vent_pump/on{dir = 8},/obj/structure/table/steel_reinforced,/obj/effect/floor_decal/corner/blue/border{icon_state = "bordercolor"; dir = 4},/turf/simulated/floor/tiled/techfloor,/area/ship/expe/bridge) +"fZ" = (/obj/machinery/door/airlock/hatch,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/turf/simulated/floor/tiled/techfloor,/area/shuttle/vespaboat) +"ga" = (/obj/machinery/atmospherics/pipe/manifold/hidden/supply{icon_state = "map-supply"; dir = 8},/turf/simulated/floor/tiled/techfloor,/area/ship/expe/hangarcontrol) +"gb" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply{icon_state = "intact-supply"; dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/turf/simulated/floor/tiled/techfloor,/area/ship/expe/hangarcontrol) +"gc" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply{icon_state = "intact-supply"; dir = 10},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/turf/simulated/floor/tiled/techfloor,/area/ship/expe/hangarcontrol) +"gd" = (/turf/simulated/wall/rthull,/area/ship/expe/medicalmain) +"ge" = (/obj/machinery/atmospherics/unary/vent_pump/on{dir = 4},/obj/item/weapon/stool/padded,/obj/effect/floor_decal/corner/white/border{icon_state = "bordercolor"; dir = 8},/turf/simulated/floor/tiled/techfloor,/area/ship/expe/cafet) +"gf" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply{icon_state = "intact-supply"; dir = 4},/obj/item/weapon/stool/padded,/turf/simulated/floor/tiled/techfloor,/area/ship/expe/cafet) +"gg" = (/obj/machinery/atmospherics/pipe/manifold/hidden/supply{icon_state = "map-supply"; dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/effect/floor_decal/corner/white/border{icon_state = "bordercolor"; dir = 4},/turf/simulated/floor/tiled/techfloor,/area/ship/expe/cafet) +"gh" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/effect/floor_decal/corner_techfloor_grid/full{icon_state = "corner_techfloor_grid_full"; dir = 4},/turf/simulated/floor/tiled/techfloor,/area/ship/expe/corridor3) +"gi" = (/obj/machinery/door/airlock/hatch{req_access = ""; req_one_access = ""},/obj/effect/floor_decal/techfloor{icon_state = "techfloor_edges"; dir = 1},/obj/effect/floor_decal/techfloor,/obj/machinery/door/firedoor/glass,/turf/simulated/floor/tiled/techfloor,/area/ship/expe/corridor3) +"gj" = (/obj/effect/floor_decal/techfloor{icon_state = "techfloor_edges"; dir = 8},/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/turf/simulated/floor/tiled/techfloor,/area/ship/expe/corridor4) +"gk" = (/obj/machinery/light{dir = 4; icon_state = "tube1"},/obj/effect/floor_decal/techfloor{icon_state = "techfloor_edges"; dir = 4},/turf/simulated/floor/tiled/techfloor,/area/ship/expe/corridor4) +"gl" = (/obj/machinery/door/airlock,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/door/firedoor/glass,/turf/simulated/floor/tiled/techfloor,/area/ship/expe/corridor4) +"gm" = (/obj/machinery/atmospherics/unary/vent_scrubber/on{dir = 4},/obj/effect/floor_decal/techfloor{icon_state = "techfloor_edges"; dir = 8},/turf/simulated/floor/tiled/techfloor,/area/ship/expe/corridor6) +"gn" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{icon_state = "intact-scrubbers"; dir = 10},/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/effect/floor_decal/techfloor{icon_state = "techfloor_edges"; dir = 4},/turf/simulated/floor/tiled/techfloor,/area/ship/expe/corridor6) +"go" = (/obj/effect/floor_decal/corner/blue/border{icon_state = "bordercolor"; dir = 8},/turf/simulated/floor/tiled/techfloor,/area/ship/expe/bridge) +"gp" = (/turf/simulated/wall/rthull,/area/ship/expe/sciencestorage) +"gq" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{icon_state = "intact-scrubbers"; dir = 6},/obj/structure/bed/chair/bay/comfy{icon_state = "bay_comfychair_preview"; dir = 4},/turf/simulated/floor/tiled/techfloor,/area/ship/expe/bridge) +"gr" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{icon_state = "intact-scrubbers"; dir = 4},/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/computer/ship/helm{icon_state = "computer"; dir = 8},/turf/simulated/floor/tiled/techfloor,/area/ship/expe/bridge) +"gs" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{icon_state = "intact-scrubbers"; dir = 4},/obj/structure/bed/chair/bay/comfy{icon_state = "bay_comfychair_preview"; dir = 4},/turf/simulated/floor/tiled/techfloor,/area/ship/expe/bridge) +"gt" = (/obj/machinery/atmospherics/unary/vent_scrubber/on{dir = 8},/obj/machinery/computer/ship/engines{dir = 8; throwpass = 1},/obj/effect/floor_decal/corner/blue/border{icon_state = "bordercolor"; dir = 4},/turf/simulated/floor/tiled/techfloor,/area/ship/expe/bridge) +"gu" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply{icon_state = "intact-supply"; dir = 10},/obj/effect/floor_decal/borderfloorblack{icon_state = "borderfloor_black"; dir = 5},/obj/effect/floor_decal/corner/mauve/border{icon_state = "bordercolor"; dir = 5},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 10},/turf/simulated/floor/tiled/steel,/area/shuttle/vespaboat) +"gv" = (/obj/machinery/sleep_console{icon_state = "sleeperconsole"; dir = 4},/turf/simulated/floor/tiled/techfloor,/area/shuttle/vespaboat) +"gw" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply{icon_state = "intact-supply"; dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{icon_state = "intact-scrubbers"; dir = 4},/obj/effect/floor_decal/techfloor{icon_state = "techfloor_edges"; dir = 1},/turf/simulated/floor/tiled/techfloor,/area/ship/expe/corridor2) +"gx" = (/obj/machinery/sleeper{icon_state = "sleeper_0"; dir = 4},/obj/machinery/light{dir = 4},/turf/simulated/floor/tiled/techfloor,/area/shuttle/vespaboat) +"gy" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/light{dir = 4},/turf/simulated/floor/tiled/techfloor,/area/ship/expe/hangarcontrol) +"gz" = (/obj/structure/table/steel_reinforced,/obj/item/weapon/storage/box/glasses,/obj/effect/floor_decal/corner/white/border{icon_state = "bordercolor"; dir = 8},/turf/simulated/floor/tiled/techfloor,/area/ship/expe/cafet) +"gA" = (/obj/structure/table/steel_reinforced,/obj/item/pizzabox/meat,/obj/item/pizzabox/meat,/obj/item/pizzabox/meat,/turf/simulated/floor/tiled/techfloor,/area/ship/expe/cafet) +"gB" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/effect/floor_decal/corner/white/border{icon_state = "bordercolor"; dir = 4},/turf/simulated/floor/tiled/techfloor,/area/ship/expe/cafet) +"gC" = (/obj/machinery/power/apc{dir = 1; name = "north bump"; pixel_x = 0; pixel_y = 32},/obj/machinery/power/terminal{icon_state = "term"; dir = 1},/obj/structure/cable{icon_state = "0-4"; d2 = 4},/obj/effect/floor_decal/borderfloorblack{icon_state = "borderfloor_black"; dir = 9},/obj/effect/floor_decal/corner/yellow/border{icon_state = "bordercolor"; dir = 9},/turf/simulated/floor/tiled/techfloor,/area/ship/expe/engineeringstorage) +"gD" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply{icon_state = "intact-supply"; dir = 6},/obj/machinery/alarm{frequency = 1441; pixel_y = 22},/obj/structure/cable{icon_state = "4-8"},/obj/effect/floor_decal/borderfloorblack{icon_state = "borderfloor_black"; dir = 1},/obj/effect/floor_decal/corner/yellow/border{icon_state = "bordercolor"; dir = 1},/turf/simulated/floor/tiled/techfloor,/area/ship/expe/engineeringstorage) +"gE" = (/obj/machinery/atmospherics/pipe/manifold/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{icon_state = "intact-scrubbers"; dir = 4},/obj/structure/cable{icon_state = "4-8"},/obj/effect/floor_decal/techfloor,/turf/simulated/floor/tiled/techfloor,/area/ship/expe/corridor4) +"gF" = (/obj/machinery/atmospherics/unary/vent_scrubber/on{dir = 4},/obj/effect/floor_decal/techfloor{icon_state = "techfloor_edges"; dir = 8},/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/turf/simulated/floor/tiled/techfloor,/area/ship/expe/corridor4) +"gG" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{icon_state = "intact-scrubbers"; dir = 10},/obj/effect/floor_decal/techfloor{icon_state = "techfloor_edges"; dir = 4},/turf/simulated/floor/tiled/techfloor,/area/ship/expe/corridor4) +"gH" = (/obj/machinery/shield_gen/advanced,/obj/effect/floor_decal/borderfloorblack{icon_state = "borderfloor_black"; dir = 10},/obj/effect/floor_decal/corner/yellow/border{icon_state = "bordercolor"; dir = 10},/turf/simulated/floor/tiled/techfloor,/area/ship/expe/engineeringstorage) +"gI" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply{icon_state = "intact-supply"; dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{icon_state = "intact-scrubbers"; dir = 6},/obj/structure/cable{icon_state = "4-8"},/obj/machinery/light{dir = 1},/obj/effect/floor_decal/borderfloorblack{icon_state = "borderfloor_black"; dir = 1},/obj/effect/floor_decal/corner/yellow/border{icon_state = "bordercolor"; dir = 1},/turf/simulated/floor/tiled/techfloor,/area/ship/expe/engineeringstorage) +"gJ" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply{icon_state = "intact-supply"; dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{icon_state = "intact-scrubbers"; dir = 4},/obj/structure/cable{icon_state = "4-8"},/obj/effect/floor_decal/borderfloorblack{icon_state = "borderfloor_black"; dir = 1},/obj/effect/floor_decal/corner/yellow/border{icon_state = "bordercolor"; dir = 1},/turf/simulated/floor/tiled/techfloor,/area/ship/expe/engineeringstorage) +"gK" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply{icon_state = "intact-supply"; dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{icon_state = "intact-scrubbers"; dir = 4},/obj/structure/cable{icon_state = "4-8"},/obj/effect/floor_decal/borderfloorblack{icon_state = "borderfloor_black"; dir = 5},/obj/effect/floor_decal/corner/yellow/border{icon_state = "bordercolor"; dir = 5},/turf/simulated/floor/tiled/techfloor,/area/ship/expe/engineeringstorage) +"gL" = (/obj/machinery/door/airlock/engineering{req_one_access = ""},/obj/machinery/atmospherics/pipe/simple/hidden/supply{icon_state = "intact-supply"; dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{icon_state = "intact-scrubbers"; dir = 4},/obj/structure/cable{icon_state = "4-8"},/obj/effect/floor_decal/borderfloorblack/full,/obj/effect/floor_decal/corner/yellow/borderfull,/obj/machinery/door/firedoor/glass,/turf/simulated/floor/tiled/techfloor,/area/ship/expe/engineeringstorage) +"gM" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply{icon_state = "intact-supply"; dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{icon_state = "intact-scrubbers"; dir = 4},/obj/structure/cable{icon_state = "4-8"},/obj/machinery/light{dir = 1},/obj/effect/floor_decal/borderfloorblack,/obj/effect/floor_decal/corner/yellow/border,/obj/machinery/firealarm{pixel_y = -26},/turf/simulated/floor/tiled/techfloor,/area/ship/expe/engineering) +"gN" = (/turf/simulated/wall/rthull,/area/ship/expe/corridor1) +"gO" = (/turf/simulated/wall/rthull,/area/ship/expe/corridor2) +"gP" = (/obj/structure/cable{icon_state = "4-8"},/obj/item/weapon/handcuffs/fuzzy,/turf/simulated/floor/tiled/techfloor,/area/ship/expe/maintenancerim) +"gQ" = (/obj/machinery/atmospherics/pipe/manifold4w/hidden/supply,/obj/machinery/atmospherics/pipe/manifold4w/hidden/scrubbers,/obj/structure/cable{icon_state = "2-8"},/obj/structure/cable{d1 = 2; d2 = 4; icon_state = "2-4"},/obj/structure/cable{icon_state = "4-8"},/obj/structure/cable{icon_state = "1-8"},/obj/structure/cable{d1 = 1; d2 = 4; icon_state = "1-4"},/obj/effect/floor_decal/borderfloorblack{icon_state = "borderfloor_black"; dir = 8},/obj/effect/floor_decal/corner/yellow/border{icon_state = "bordercolor"; dir = 8},/obj/effect/floor_decal/borderfloorblack{icon_state = "borderfloor_black"; dir = 4},/obj/effect/floor_decal/corner/yellow/border{icon_state = "bordercolor"; dir = 4},/turf/simulated/floor/tiled/techfloor,/area/ship/expe/corridor4) +"gR" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply{icon_state = "intact-supply"; dir = 4},/obj/structure/cable{icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/hidden/blue{icon_state = "intact"; dir = 8},/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{icon_state = "map-scrubbers"; dir = 1},/turf/simulated/floor/tiled/techfloor,/area/ship/expe/sm) +"gS" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply{icon_state = "intact-supply"; dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{icon_state = "intact-scrubbers"; dir = 4},/obj/structure/cable{icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/hidden/blue{icon_state = "intact"; dir = 10},/turf/simulated/floor/tiled/techfloor,/area/ship/expe/sm) +"gT" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply{icon_state = "intact-supply"; dir = 10},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{icon_state = "intact-scrubbers"; dir = 10},/obj/structure/cable{icon_state = "2-8"},/turf/simulated/floor/tiled/techfloor,/area/ship/expe/sm) +"gU" = (/obj/machinery/atmospherics/pipe/simple/hidden/blue{icon_state = "intact"; dir = 10},/turf/simulated/floor/tiled/techfloor,/area/ship/expe/sm) +"gV" = (/obj/machinery/atmospherics/pipe/simple/heat_exchanging{icon_state = "intact"; dir = 6},/turf/space,/area/ship/expe/sm) +"gW" = (/obj/machinery/atmospherics/pipe/simple/heat_exchanging{icon_state = "intact"; dir = 10},/turf/space,/area/ship/expe/sm) +"gX" = (/obj/machinery/atmospherics/unary/vent_pump/on{dir = 1},/obj/machinery/shield_capacitor/advanced,/obj/effect/floor_decal/borderfloorblack,/obj/effect/floor_decal/corner/yellow/border,/turf/simulated/floor/tiled/techfloor,/area/ship/expe/engineeringstorage) +"gY" = (/obj/effect/floor_decal/techfloor{icon_state = "techfloor_edges"; dir = 8},/turf/simulated/floor/tiled/techfloor,/area/ship/expe/corridor6) +"gZ" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/effect/floor_decal/techfloor{icon_state = "techfloor_edges"; dir = 4},/obj/machinery/door/firedoor/glass,/obj/machinery/door/airlock/hatch{req_access = ""; req_one_access = ""},/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/turf/simulated/floor/tiled/techfloor,/area/ship/expe/corridor2) +"ha" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/effect/floor_decal/techfloor{icon_state = "techfloor_edges"; dir = 4},/turf/simulated/floor/tiled/techfloor,/area/ship/expe/corridor6) +"hb" = (/turf/simulated/wall/rthull,/area/ship/expe/medical) +"hc" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/turf/simulated/floor/tiled/techfloor,/area/ship/expe/bridge) +"hd" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{icon_state = "intact-scrubbers"; dir = 4},/turf/simulated/floor/tiled/techfloor,/area/ship/expe/hangar) +"he" = (/turf/simulated/wall/rthull,/area/ship/expe/hangar) +"hf" = (/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/structure/table/steel_reinforced,/turf/simulated/floor/tiled/techfloor,/area/ship/expe/bridge) +"hg" = (/obj/effect/floor_decal/corner/blue/bordercorner{icon_state = "bordercolorcorner"; dir = 4},/turf/simulated/floor/tiled/techfloor,/area/ship/expe/bridge) +"hh" = (/turf/simulated/wall/rpshull,/area/shuttle/vespaboat) +"hi" = (/turf/simulated/floor/tiled/techfloor,/area/ship/expe/engines) +"hj" = (/obj/machinery/computer/ship/navigation{icon_state = "computer"; dir = 8},/obj/machinery/light{dir = 1},/obj/effect/floor_decal/corner/blue/border{icon_state = "bordercolor"; dir = 5},/turf/simulated/floor/tiled/techfloor,/area/ship/expe/bridge) +"hk" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/effect/floor_decal/borderfloorblack{icon_state = "borderfloor_black"; dir = 4},/obj/effect/floor_decal/corner/mauve/border{icon_state = "bordercolor"; dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/turf/simulated/floor/tiled/steel,/area/shuttle/vespaboat) +"hl" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 6},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{icon_state = "intact-scrubbers"; dir = 6},/turf/simulated/floor/tiled/techfloor,/area/shuttle/vespaboat) +"hm" = (/obj/machinery/atmospherics/pipe/manifold/hidden/supply{dir = 1},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{icon_state = "intact-scrubbers"; dir = 4},/obj/structure/bed/chair,/turf/simulated/floor/tiled/techfloor,/area/shuttle/vespaboat) +"hn" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply{icon_state = "intact-supply"; dir = 9},/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{dir = 4},/obj/structure/bed/chair,/turf/simulated/floor/tiled/techfloor,/area/shuttle/vespaboat) +"ho" = (/obj/structure/bed/chair,/turf/simulated/floor/tiled/techfloor,/area/shuttle/vespaboat) +"hp" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/turf/simulated/floor/tiled/techfloor,/area/ship/expe/hangarcontrol) +"hq" = (/obj/machinery/atmospherics/pipe/simple/hidden/green{icon_state = "intact"; dir = 9},/turf/simulated/floor/tiled/techfloor,/area/ship/expe/engines) +"hr" = (/obj/effect/floor_decal/corner/white/border{icon_state = "bordercolor"; dir = 8},/turf/simulated/floor/tiled/techfloor,/area/ship/expe/cafet) +"hs" = (/obj/structure/closet/crate/freezer/rations,/turf/simulated/floor/tiled/techfloor,/area/ship/expe/cafet) +"ht" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/effect/floor_decal/techfloor{icon_state = "techfloor_edges"; dir = 4},/turf/simulated/floor/tiled/techfloor,/area/ship/expe/science) +"hu" = (/turf/simulated/floor/tiled/techfloor,/area/ship/expe/hangar) +"hv" = (/turf/simulated/floor,/area/ship/expe/sciencemain) +"hw" = (/obj/machinery/atmospherics/unary/vent_pump/on,/obj/effect/floor_decal/borderfloorblack{icon_state = "borderfloor_black"; dir = 1},/obj/effect/floor_decal/corner/purple/border{icon_state = "bordercolor"; dir = 1},/turf/simulated/floor/tiled/techfloor,/area/ship/expe/expedition) +"hx" = (/obj/structure/window/phoronreinforced{icon_state = "phoronrwindow"; dir = 4},/obj/structure/window/phoronreinforced{icon_state = "phoronrwindow"; dir = 8},/turf/simulated/floor,/area/ship/expe/sciencemain) +"hy" = (/obj/machinery/alarm{frequency = 1441; pixel_y = 22},/obj/machinery/light{dir = 1},/turf/simulated/floor,/area/ship/expe/sciencemain) +"hz" = (/obj/machinery/power/apc{dir = 1; name = "north bump"; pixel_x = 0; pixel_y = 32},/obj/machinery/power/terminal{icon_state = "term"; dir = 1},/obj/structure/cable{icon_state = "0-2"; d2 = 2},/turf/simulated/floor,/area/ship/expe/sciencemain) +"hA" = (/obj/structure/grille,/obj/structure/window/reinforced/full,/turf/simulated/floor/tiled/techfloor,/area/ship/expe/hangarcontrol) +"hB" = (/obj/machinery/atmospherics/unary/vent_scrubber/on,/turf/simulated/floor,/area/ship/expe/sciencemain) +"hC" = (/obj/machinery/alarm{frequency = 1441; pixel_y = 22},/obj/effect/floor_decal/borderfloorblack{icon_state = "borderfloor_black"; dir = 4},/obj/effect/floor_decal/borderfloorblack{icon_state = "borderfloor_black"; dir = 8},/obj/effect/floor_decal/borderfloorblack{icon_state = "borderfloor_black"; dir = 1},/obj/effect/floor_decal/corner/mauve/border{icon_state = "bordercolor"; dir = 4},/obj/effect/floor_decal/corner/mauve/border{icon_state = "bordercolor"; dir = 8},/obj/effect/floor_decal/corner/mauve/border{icon_state = "bordercolor"; dir = 1},/turf/simulated/floor/tiled/white,/area/ship/expe/science) +"hD" = (/turf/simulated/wall/rthull,/area/ship/expe/scienceequip) +"hE" = (/obj/machinery/door/airlock/hatch{req_access = ""; req_one_access = ""},/obj/effect/floor_decal/techfloor{icon_state = "techfloor_edges"; dir = 1},/obj/machinery/door/firedoor/glass,/turf/simulated/floor/tiled/techfloor,/area/ship/expe/corridor4) +"hF" = (/obj/machinery/alarm{frequency = 1441; pixel_y = 22},/obj/structure/closet/excavation,/obj/effect/floor_decal/borderfloorblack{icon_state = "borderfloor_black"; dir = 9},/obj/effect/floor_decal/corner/mauve/border{icon_state = "bordercolor"; dir = 9},/turf/simulated/floor/tiled/white,/area/ship/expe/scienceequip) +"hG" = (/obj/machinery/atmospherics/unary/vent_pump/on,/obj/structure/closet/medical_wall{pixel_y = 30},/obj/effect/floor_decal/borderfloorblack{icon_state = "borderfloor_black"; dir = 1},/obj/effect/floor_decal/corner/mauve/border{icon_state = "bordercolor"; dir = 1},/turf/simulated/floor/tiled/white,/area/ship/expe/scienceequip) +"hH" = (/obj/effect/floor_decal/techfloor,/obj/machinery/firealarm{pixel_y = -26},/turf/simulated/floor/tiled/techfloor,/area/ship/expe/corridor3) +"hI" = (/obj/structure/cable{icon_state = "4-8"},/obj/effect/floor_decal/techfloor,/turf/simulated/floor/tiled/techfloor,/area/ship/expe/corridor1) +"hJ" = (/obj/machinery/power/apc{dir = 1; name = "north bump"; pixel_x = 0; pixel_y = 32},/obj/machinery/power/terminal{icon_state = "term"; dir = 1},/obj/structure/cable{icon_state = "0-2"; d2 = 2},/obj/effect/floor_decal/borderfloorblack{icon_state = "borderfloor_black"; dir = 5},/obj/effect/floor_decal/corner/mauve/border{icon_state = "bordercolor"; dir = 5},/turf/simulated/floor/tiled/white,/area/ship/expe/scienceequip) +"hK" = (/turf/simulated/wall/rthull,/area/ship/expe/expedition) +"hL" = (/turf/simulated/floor/tiled/techfloor,/area/ship/expe/expedition) +"hM" = (/obj/machinery/atmospherics/unary/vent_scrubber/on{dir = 1},/obj/structure/closet/crate,/obj/effect/floor_decal/borderfloorblack,/obj/effect/floor_decal/corner/yellow/border,/turf/simulated/floor/tiled/techfloor,/area/ship/expe/engineeringstorage) +"hN" = (/obj/structure/closet/crate,/obj/fiftyspawner/uranium,/obj/fiftyspawner/uranium,/obj/effect/floor_decal/borderfloorblack,/obj/effect/floor_decal/corner/yellow/border,/turf/simulated/floor/tiled/techfloor,/area/ship/expe/engineeringstorage) +"hO" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/effect/floor_decal/techfloor{icon_state = "techfloor_edges"; dir = 4},/turf/simulated/floor/tiled/techfloor,/area/ship/expe/corridor4) +"hP" = (/obj/machinery/atmospherics/unary/vent_pump/on,/obj/effect/floor_decal/borderfloorblack{icon_state = "borderfloor_black"; dir = 9},/obj/effect/floor_decal/corner/yellow/border{icon_state = "bordercolor"; dir = 9},/obj/structure/dispenser/oxygen,/turf/simulated/floor/tiled/techfloor,/area/ship/expe/engineeringequipment) +"hQ" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply{icon_state = "intact-supply"; dir = 10},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{icon_state = "intact-scrubbers"; dir = 10},/obj/structure/cable{icon_state = "4-8"},/obj/structure/cable{d1 = 2; d2 = 4; icon_state = "2-4"},/obj/effect/floor_decal/corner_techfloor_grid/full{icon_state = "corner_techfloor_grid_full"; dir = 1},/obj/machinery/light{dir = 1},/obj/structure/closet/walllocker/emerglocker/north,/turf/simulated/floor/tiled/techfloor,/area/ship/expe/corridor3) +"hR" = (/obj/machinery/light{dir = 1},/obj/effect/floor_decal/borderfloorblack{icon_state = "borderfloor_black"; dir = 1},/obj/effect/floor_decal/corner/yellow/border{icon_state = "bordercolor"; dir = 1},/obj/machinery/portable_atmospherics/canister/oxygen,/turf/simulated/floor/tiled/techfloor,/area/ship/expe/engineeringequipment) +"hS" = (/obj/machinery/alarm{frequency = 1441; pixel_y = 22},/obj/effect/floor_decal/borderfloorblack{icon_state = "borderfloor_black"; dir = 1},/obj/effect/floor_decal/corner/yellow/border{icon_state = "bordercolor"; dir = 1},/turf/simulated/floor/tiled/techfloor,/area/ship/expe/engineeringequipment) +"hT" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/light{dir = 4; icon_state = "tube1"},/obj/effect/floor_decal/techfloor{icon_state = "techfloor_edges"; dir = 4},/turf/simulated/floor,/area/ship/expe/corridor4) +"hU" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/structure/closet/secure_closet/engineering_electrical,/obj/effect/floor_decal/borderfloorblack{icon_state = "borderfloor_black"; dir = 8},/obj/effect/floor_decal/corner/yellow/border{icon_state = "bordercolor"; dir = 8},/turf/simulated/floor/tiled/techfloor,/area/ship/expe/engineeringequipment) +"hV" = (/obj/structure/closet/crate,/obj/fiftyspawner/uranium,/obj/fiftyspawner/uranium,/obj/effect/floor_decal/borderfloorblack{icon_state = "borderfloor_black"; dir = 6},/obj/effect/floor_decal/corner/yellow/border{icon_state = "bordercolor"; dir = 6},/turf/simulated/floor/tiled/techfloor,/area/ship/expe/engineeringstorage) +"hW" = (/obj/structure/cable{d1 = 1; d2 = 4; icon_state = "1-4"},/obj/effect/floor_decal/borderfloorblack{icon_state = "borderfloor_black"; dir = 8},/obj/effect/floor_decal/corner/yellow/border{icon_state = "bordercolor"; dir = 8},/turf/simulated/floor/tiled/techfloor,/area/ship/expe/engineering) +"hX" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/structure/cable{icon_state = "2-8"},/obj/effect/floor_decal/borderfloorblack{icon_state = "borderfloor_black"; dir = 4},/obj/effect/floor_decal/corner/yellow/border{icon_state = "bordercolor"; dir = 4},/turf/simulated/floor/tiled/techfloor,/area/ship/expe/engineering) +"hY" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/light{dir = 4; icon_state = "tube1"},/obj/effect/floor_decal/borderfloorblack{icon_state = "borderfloor_black"; dir = 8},/obj/effect/floor_decal/corner/yellow/border{icon_state = "bordercolor"; dir = 8},/obj/effect/floor_decal/borderfloorblack{icon_state = "borderfloor_black"; dir = 4},/obj/effect/floor_decal/corner/yellow/border{icon_state = "bordercolor"; dir = 4},/turf/simulated/floor/tiled/techfloor,/area/ship/expe/corridor4) +"hZ" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply{icon_state = "intact-supply"; dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{icon_state = "intact-scrubbers"; dir = 4},/obj/machinery/alarm{frequency = 1441; pixel_y = 22},/obj/structure/cable{icon_state = "2-8"},/obj/effect/floor_decal/borderfloorblack/corner{icon_state = "borderfloorcorner_black"; dir = 8},/obj/effect/floor_decal/corner/yellow/bordercorner{icon_state = "bordercolorcorner"; dir = 8},/turf/simulated/floor/tiled/techfloor,/area/ship/expe/engineering) +"ia" = (/obj/machinery/atmospherics/unary/vent_scrubber/on{dir = 1},/turf/simulated/floor/tiled/techfloor,/area/ship/expe/sm) +"ib" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/simple/hidden/blue{icon_state = "intact"; dir = 10},/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/turf/simulated/floor/tiled/techfloor,/area/ship/expe/sm) +"ic" = (/obj/structure/grille,/obj/structure/window/phoronreinforced/full,/turf/simulated/floor/tiled/techfloor,/area/ship/expe/sm) +"id" = (/obj/machinery/atmospherics/pipe/simple/heat_exchanging,/turf/space,/area/ship/expe/sm) +"ie" = (/obj/structure/bed/chair/bay/comfy/captain{icon_state = "capchair_preview"; dir = 4},/obj/machinery/computer/ship/navigation/telescreen{pixel_x = -31; pixel_y = 1},/obj/effect/floor_decal/corner/blue/border{icon_state = "bordercolor"; dir = 8},/turf/simulated/floor/tiled/techfloor,/area/ship/expe/bridge) +"if" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/item/modular_computer/console{icon_state = "console"; dir = 8},/turf/simulated/floor/tiled/techfloor,/area/ship/expe/bridge) +"ig" = (/obj/structure/bed/chair/bay/comfy{icon_state = "bay_comfychair_preview"; dir = 4},/turf/simulated/floor/tiled/techfloor,/area/ship/expe/bridge) +"ih" = (/obj/machinery/computer/ship/helm{icon_state = "computer"; dir = 8},/obj/effect/floor_decal/corner/blue/border{icon_state = "bordercolor"; dir = 4},/turf/simulated/floor/tiled/techfloor,/area/ship/expe/bridge) +"ii" = (/obj/machinery/atmospherics/unary/vent_scrubber/on{dir = 1},/turf/simulated/floor/tiled/techfloor,/area/shuttle/vespaboat) +"ij" = (/obj/structure/table/rack,/obj/item/clothing/head/helmet/space/void/pilot,/obj/item/clothing/suit/space/void/pilot,/turf/simulated/floor/tiled/techfloor,/area/ship/expe/hangarcontrol) +"ik" = (/obj/machinery/atmospherics/unary/vent_pump/on{dir = 4},/obj/structure/table/rack,/obj/item/clothing/head/helmet/space/void/pilot,/obj/item/clothing/suit/space/void/pilot,/turf/simulated/floor/tiled/techfloor,/area/ship/expe/hangarcontrol) +"il" = (/obj/machinery/door/airlock/hatch{req_access = ""; req_one_access = ""},/obj/machinery/atmospherics/pipe/simple/hidden/supply{icon_state = "intact-supply"; dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{icon_state = "intact-scrubbers"; dir = 4},/obj/structure/cable{icon_state = "4-8"},/obj/effect/floor_decal/techfloor,/obj/machinery/door/firedoor/glass,/turf/simulated/floor/tiled/techfloor,/area/ship/expe/corridor4) +"im" = (/turf/simulated/wall/rthull,/area/ship/expe/southairlock) +"in" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply{icon_state = "intact-supply"; dir = 9},/obj/machinery/suit_cycler/pilot,/turf/simulated/floor/tiled/techfloor,/area/ship/expe/hangarcontrol) +"io" = (/obj/structure/closet/firecloset/full,/turf/simulated/floor/tiled/techfloor,/area/ship/expe/atmospherics) +"ip" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/door/airlock/hatch{req_access = ""; req_one_access = ""},/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/effect/floor_decal/techfloor{icon_state = "techfloor_edges"; dir = 4},/obj/machinery/door/firedoor/glass,/turf/simulated/floor/tiled/techfloor,/area/ship/expe/corridor3) +"iq" = (/turf/simulated/wall/rthull,/area/ship/expe/maintenance2) +"ir" = (/obj/machinery/vending/boozeomat,/obj/effect/floor_decal/corner/white/border{icon_state = "bordercolor"; dir = 10},/turf/simulated/floor/tiled/techfloor,/area/ship/expe/cafet) +"is" = (/turf/simulated/floor/tiled/techfloor,/area/ship/expe/southairlock) +"it" = (/turf/simulated/floor/tiled/techfloor,/area/ship/expe/maintenance2) +"iu" = (/obj/effect/floor_decal/corner/white/border,/turf/simulated/floor/tiled/techfloor,/area/ship/expe/cafet) +"iv" = (/obj/machinery/light,/obj/effect/floor_decal/corner/white/border,/turf/simulated/floor/tiled/techfloor,/area/ship/expe/cafet) +"iw" = (/obj/structure/grille,/obj/structure/window/reinforced/full,/turf/simulated/floor/tiled/techfloor,/area/ship/expe/maintenance2) +"ix" = (/obj/effect/floor_decal/corner/white/border,/obj/machinery/firealarm{pixel_y = -26},/turf/simulated/floor/tiled/techfloor,/area/ship/expe/cafet) +"iy" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/effect/floor_decal/corner/white/border{icon_state = "bordercolor"; dir = 6},/turf/simulated/floor/tiled/techfloor,/area/ship/expe/cafet) +"iz" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply{icon_state = "intact-supply"; dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{icon_state = "intact-scrubbers"; dir = 4},/obj/structure/cable{icon_state = "4-8"},/obj/effect/floor_decal/techfloor,/turf/simulated/floor/tiled/techfloor,/area/ship/expe/corridor4) +"iA" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply{icon_state = "intact-supply"; dir = 4},/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers,/obj/structure/cable{icon_state = "4-8"},/obj/effect/floor_decal/techfloor,/turf/simulated/floor/tiled/techfloor,/area/ship/expe/corridor4) +"iB" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/turf/simulated/floor/tiled/techfloor,/area/ship/expe/sm) +"iC" = (/obj/structure/cable{d1 = 1; d2 = 4; icon_state = "1-4"},/turf/simulated/floor,/area/ship/expe/sciencemain) +"iD" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/structure/cable{icon_state = "2-8"},/turf/simulated/floor,/area/ship/expe/sciencemain) +"iE" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply{icon_state = "intact-supply"; dir = 6},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{icon_state = "intact-scrubbers"; dir = 6},/obj/structure/cable{d1 = 2; d2 = 4; icon_state = "2-4"},/obj/effect/floor_decal/borderfloorblack{icon_state = "borderfloor_black"; dir = 4},/obj/effect/floor_decal/borderfloorblack{icon_state = "borderfloor_black"; dir = 8},/obj/effect/floor_decal/corner/mauve/border{icon_state = "bordercolor"; dir = 4},/obj/effect/floor_decal/corner/mauve/border{icon_state = "bordercolor"; dir = 8},/turf/simulated/floor/tiled/white,/area/ship/expe/science) +"iF" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply{icon_state = "intact-supply"; dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{icon_state = "intact-scrubbers"; dir = 4},/obj/machinery/door/airlock/research,/obj/structure/cable{icon_state = "4-8"},/obj/effect/floor_decal/borderfloorblack/full,/obj/effect/floor_decal/corner/mauve/borderfull,/obj/machinery/door/firedoor/glass,/turf/simulated/floor/tiled/white,/area/ship/expe/scienceequip) +"iG" = (/obj/machinery/door/airlock/hatch{req_access = ""; req_one_access = ""},/obj/machinery/atmospherics/pipe/simple/hidden/supply{icon_state = "intact-supply"; dir = 4},/obj/machinery/door/firedoor/glass,/turf/simulated/floor/tiled/techfloor,/area/ship/expe/corridor1) +"iH" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply{icon_state = "intact-supply"; dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{icon_state = "intact-scrubbers"; dir = 4},/obj/structure/cable{icon_state = "4-8"},/obj/effect/floor_decal/borderfloorblack{icon_state = "borderfloor_black"; dir = 8},/obj/effect/floor_decal/corner/mauve/border{icon_state = "bordercolor"; dir = 8},/turf/simulated/floor/tiled/white,/area/ship/expe/scienceequip) +"iI" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply{icon_state = "intact-supply"; dir = 9},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{icon_state = "intact-scrubbers"; dir = 10},/obj/structure/cable{icon_state = "4-8"},/turf/simulated/floor/tiled/white,/area/ship/expe/scienceequip) +"iJ" = (/obj/structure/cable{icon_state = "1-8"},/obj/effect/floor_decal/borderfloorblack{icon_state = "borderfloor_black"; dir = 4},/obj/effect/floor_decal/corner/mauve/border{icon_state = "bordercolor"; dir = 4},/turf/simulated/floor/tiled/white,/area/ship/expe/scienceequip) +"iK" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{icon_state = "intact-scrubbers"; dir = 5},/turf/simulated/floor/tiled/techfloor,/area/ship/expe/engineeringequipment) +"iL" = (/obj/effect/floor_decal/borderfloorblack{icon_state = "borderfloor_black"; dir = 8},/obj/effect/floor_decal/corner/yellow/border{icon_state = "bordercolor"; dir = 8},/turf/simulated/floor/tiled/techfloor,/area/ship/expe/engineering) +"iM" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/effect/floor_decal/borderfloorblack{icon_state = "borderfloor_black"; dir = 4},/obj/effect/floor_decal/corner/yellow/border{icon_state = "bordercolor"; dir = 4},/turf/simulated/floor/tiled/techfloor,/area/ship/expe/engineering) +"iN" = (/obj/machinery/light{icon_state = "tube1"; dir = 8},/obj/effect/floor_decal/corner/blue/border{icon_state = "bordercolor"; dir = 8},/obj/structure/closet/walllocker/emerglocker/west,/turf/simulated/floor/tiled/techfloor,/area/ship/expe/bridge) +"iO" = (/obj/machinery/power/port_gen/pacman/mrs,/obj/effect/floor_decal/borderfloorblack{icon_state = "borderfloor_black"; dir = 1},/obj/effect/floor_decal/corner/yellow/border{icon_state = "bordercolor"; dir = 1},/turf/simulated/floor/tiled/techfloor,/area/ship/expe/engineeringpower) +"iP" = (/obj/machinery/atmospherics/unary/vent_pump/on,/obj/effect/floor_decal/borderfloorblack{icon_state = "borderfloor_black"; dir = 5},/obj/effect/floor_decal/corner/yellow/border{icon_state = "bordercolor"; dir = 5},/obj/machinery/telecomms/allinone,/turf/simulated/floor/tiled/techfloor,/area/ship/expe/engineeringpower) +"iQ" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/effect/floor_decal/borderfloorblack{icon_state = "borderfloor_black"; dir = 8},/obj/effect/floor_decal/corner/yellow/border{icon_state = "bordercolor"; dir = 8},/obj/effect/floor_decal/borderfloorblack{icon_state = "borderfloor_black"; dir = 4},/obj/effect/floor_decal/corner/yellow/border{icon_state = "bordercolor"; dir = 4},/turf/simulated/floor/tiled/techfloor,/area/ship/expe/corridor4) +"iR" = (/obj/machinery/atmospherics/pipe/cap/visible/supply{icon_state = "cap-supply"; dir = 1},/obj/machinery/atmospherics/pipe/cap/visible/scrubbers{icon_state = "cap-scrubbers"; dir = 1},/obj/machinery/atmospherics/pipe/simple/hidden/blue,/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/light{icon_state = "tube1"; dir = 8},/turf/simulated/floor/tiled/techfloor,/area/ship/expe/sm) +"iS" = (/obj/machinery/atmospherics/unary/vent_pump/on,/obj/effect/floor_decal/techfloor{icon_state = "techfloor_edges"; dir = 8},/turf/simulated/floor/tiled/techfloor,/area/ship/expe/corridor6) +"iT" = (/obj/machinery/atmospherics/pipe/manifold/hidden/supply{icon_state = "map-supply"; dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/effect/floor_decal/techfloor{icon_state = "techfloor_edges"; dir = 4},/turf/simulated/floor/tiled/techfloor,/area/ship/expe/corridor6) +"iU" = (/obj/effect/floor_decal/corner/blue/bordercorner,/turf/simulated/floor/tiled/techfloor,/area/ship/expe/bridge) +"iV" = (/obj/machinery/computer/ship/sensors{icon_state = "computer"; dir = 8},/obj/machinery/light,/obj/effect/floor_decal/corner/blue/border{icon_state = "bordercolor"; dir = 6},/turf/simulated/floor/tiled/techfloor,/area/ship/expe/bridge) +"iW" = (/obj/machinery/atmospherics/pipe/manifold/hidden/supply{dir = 8},/obj/effect/floor_decal/borderfloorblack{icon_state = "borderfloor_black"; dir = 4},/obj/effect/floor_decal/corner/mauve/border{icon_state = "bordercolor"; dir = 4},/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{dir = 8},/turf/simulated/floor/tiled/steel,/area/shuttle/vespaboat) +"iX" = (/obj/machinery/door/airlock/hatch,/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{icon_state = "intact-scrubbers"; dir = 4},/turf/simulated/floor/tiled/techfloor,/area/shuttle/vespaboat) +"iY" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply{icon_state = "intact-supply"; dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{icon_state = "intact-scrubbers"; dir = 4},/obj/structure/cable{icon_state = "4-8"},/obj/machinery/light{dir = 1},/obj/effect/floor_decal/borderfloorblack,/obj/effect/floor_decal/corner/yellow/border,/turf/simulated/floor/tiled/techfloor,/area/ship/expe/engineering) +"iZ" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply{icon_state = "intact-supply"; dir = 9},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{icon_state = "intact-scrubbers"; dir = 9},/turf/simulated/floor/tiled/techfloor,/area/shuttle/vespaboat) +"ja" = (/obj/structure/bed/chair{dir = 1},/turf/simulated/floor/tiled/techfloor,/area/shuttle/vespaboat) +"jb" = (/obj/structure/bed/chair{dir = 1},/obj/machinery/light{dir = 4},/turf/simulated/floor/tiled/techfloor,/area/shuttle/vespaboat) +"jc" = (/obj/machinery/door/airlock/glass,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/door/firedoor/glass,/turf/simulated/floor/tiled/techfloor,/area/ship/expe/hangarcontrol) +"jd" = (/obj/machinery/door/airlock/glass,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/door/firedoor/glass,/turf/simulated/floor/tiled/techfloor,/area/ship/expe/cafet) +"je" = (/obj/structure/window/phoronreinforced,/obj/structure/window/phoronreinforced{icon_state = "phoronrwindow"; dir = 1},/turf/simulated/floor,/area/ship/expe/sciencemain) +"jf" = (/obj/structure/window/phoronreinforced,/obj/structure/window/phoronreinforced{icon_state = "phoronrwindow"; dir = 4},/turf/simulated/floor,/area/ship/expe/sciencemain) +"jg" = (/obj/item/pizzavoucher,/turf/simulated/floor,/area/ship/expe/sciencemain) +"jh" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/turf/simulated/floor,/area/ship/expe/sciencemain) +"ji" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/light{icon_state = "tube1"; dir = 8},/obj/effect/floor_decal/borderfloorblack{icon_state = "borderfloor_black"; dir = 4},/obj/effect/floor_decal/borderfloorblack{icon_state = "borderfloor_black"; dir = 8},/obj/effect/floor_decal/corner/mauve/border{icon_state = "bordercolor"; dir = 4},/obj/effect/floor_decal/corner/mauve/border{icon_state = "bordercolor"; dir = 8},/turf/simulated/floor/tiled/white,/area/ship/expe/science) +"jj" = (/obj/structure/table/rack,/obj/item/stack/flag/green,/obj/item/stack/flag/red,/obj/item/stack/flag/blue,/obj/effect/floor_decal/borderfloorblack{icon_state = "borderfloor_black"; dir = 10},/obj/effect/floor_decal/corner/mauve/border{icon_state = "bordercolor"; dir = 10},/turf/simulated/floor/tiled/white,/area/ship/expe/scienceequip) +"jk" = (/obj/machinery/atmospherics/unary/vent_scrubber/on{dir = 1},/obj/machinery/light,/obj/structure/table/rack,/obj/item/device/geiger,/obj/item/device/geiger,/obj/item/device/geiger,/obj/item/device/geiger,/obj/effect/floor_decal/borderfloorblack,/turf/simulated/floor/tiled/white,/area/ship/expe/scienceequip) +"jl" = (/obj/structure/table/rack,/obj/effect/floor_decal/borderfloorblack{icon_state = "borderfloor_black"; dir = 6},/obj/effect/floor_decal/corner/mauve/border{icon_state = "bordercolor"; dir = 6},/turf/simulated/floor/tiled/white,/area/ship/expe/scienceequip) +"jm" = (/obj/structure/closet/walllocker/emerglocker/north,/turf/simulated/floor/tiled/techfloor,/area/shuttle/vespaboat) +"jn" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply{icon_state = "intact-supply"; dir = 6},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{icon_state = "intact-scrubbers"; dir = 4},/turf/simulated/floor/tiled/techfloor,/area/ship/expe/engineeringequipment) +"jo" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply{icon_state = "intact-supply"; dir = 4},/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{icon_state = "map-scrubbers"; dir = 1},/turf/simulated/floor/tiled/techfloor,/area/ship/expe/engineeringequipment) +"jp" = (/obj/machinery/atmospherics/pipe/manifold/hidden/supply{icon_state = "map-supply"; dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/effect/floor_decal/techfloor{icon_state = "techfloor_edges"; dir = 4},/turf/simulated/floor/tiled/techfloor,/area/ship/expe/corridor4) +"jq" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply{icon_state = "intact-supply"; dir = 5},/obj/structure/closet/secure_closet/engineering_welding,/obj/effect/floor_decal/borderfloorblack{icon_state = "borderfloor_black"; dir = 8},/obj/effect/floor_decal/corner/yellow/border{icon_state = "bordercolor"; dir = 8},/turf/simulated/floor/tiled/techfloor,/area/ship/expe/engineeringequipment) +"jr" = (/obj/machinery/power/apc{dir = 1; name = "north bump"; pixel_x = 0; pixel_y = 24},/obj/machinery/power/terminal{icon_state = "term"; dir = 1},/obj/structure/cable{d2 = 2; icon_state = "0-2"; pixel_y = 0},/obj/effect/floor_decal/borderfloorwhite{icon_state = "borderfloor_white"; dir = 5},/obj/effect/floor_decal/corner/paleblue/border{icon_state = "bordercolor"; dir = 5},/turf/simulated/floor/tiled/white,/area/ship/expe/medicalchem) +"js" = (/obj/machinery/power/apc{dir = 1; name = "north bump"; pixel_x = 0; pixel_y = 32},/obj/machinery/power/terminal{icon_state = "term"; dir = 1},/obj/structure/cable{icon_state = "0-2"; d2 = 2},/obj/effect/floor_decal/borderfloorblack{icon_state = "borderfloor_black"; dir = 5},/obj/effect/floor_decal/corner/yellow/border{icon_state = "bordercolor"; dir = 5},/turf/simulated/floor/tiled/techfloor,/area/ship/expe/engineeringequipment) +"jt" = (/obj/machinery/atmospherics/unary/vent_scrubber/on,/turf/simulated/floor/tiled/techfloor,/area/ship/expe/engineeringpower) +"ju" = (/obj/machinery/atmospherics/pipe/manifold/hidden/supply{icon_state = "map-supply"; dir = 1},/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{icon_state = "map-scrubbers"; dir = 1},/obj/machinery/power/apc{dir = 1; name = "north bump"; pixel_x = 0; pixel_y = 32},/obj/machinery/power/terminal{icon_state = "term"; dir = 1},/obj/structure/cable{icon_state = "0-2"; d2 = 2},/obj/structure/cable{d1 = 2; d2 = 4; icon_state = "2-4"},/obj/effect/floor_decal/borderfloorblack/corner,/obj/effect/floor_decal/corner/yellow/bordercorner,/turf/simulated/floor/tiled/techfloor,/area/ship/expe/engineering) +"jv" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/pipedispenser/disposal,/obj/effect/floor_decal/borderfloorblack{icon_state = "borderfloor_black"; dir = 4},/obj/effect/floor_decal/corner/yellow/border{icon_state = "bordercolor"; dir = 4},/turf/simulated/floor/tiled/techfloor,/area/ship/expe/engineeringpower) +"jw" = (/obj/machinery/power/rad_collector,/obj/structure/window/phoronreinforced{icon_state = "phoronrwindow"; dir = 1},/turf/simulated/floor/tiled/techfloor,/area/ship/expe/sm) +"jx" = (/obj/machinery/light,/turf/simulated/floor/tiled/techfloor,/area/ship/expe/cabin3) +"jy" = (/obj/machinery/alarm{frequency = 1441; pixel_y = 22},/obj/effect/floor_decal/techfloor{icon_state = "techfloor_edges"; dir = 1},/turf/simulated/floor/tiled/techfloor,/area/ship/expe/corridor4) +"jz" = (/obj/machinery/power/apc{dir = 1; name = "north bump"; pixel_x = 0; pixel_y = 32},/obj/machinery/power/terminal{icon_state = "term"; dir = 1},/obj/structure/cable{icon_state = "0-2"; d2 = 2},/obj/effect/floor_decal/techfloor{icon_state = "techfloor_edges"; dir = 1},/turf/simulated/floor/tiled/techfloor,/area/ship/expe/corridor4) +"jA" = (/obj/machinery/atmospherics/unary/vent_scrubber/on,/obj/effect/floor_decal/techfloor{icon_state = "techfloor_edges"; dir = 1},/turf/simulated/floor/tiled/techfloor,/area/ship/expe/corridor4) +"jB" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply{icon_state = "intact-supply"; dir = 10},/obj/effect/floor_decal/techfloor{icon_state = "techfloor_edges"; dir = 4},/obj/machinery/door/firedoor/glass/hidden,/turf/simulated/floor/tiled/techfloor,/area/ship/expe/corridor4) +"jC" = (/obj/machinery/door/airlock/hatch{req_access = ""; req_one_access = ""},/obj/machinery/atmospherics/pipe/simple/hidden/supply{icon_state = "intact-supply"; dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{icon_state = "intact-scrubbers"; dir = 4},/obj/effect/floor_decal/techfloor,/obj/effect/floor_decal/techfloor{icon_state = "techfloor_edges"; dir = 1},/obj/machinery/door/firedoor/glass,/turf/simulated/floor/tiled/techfloor,/area/ship/expe/corridor2) +"jD" = (/obj/machinery/power/terminal{icon_state = "term"; dir = 4},/obj/structure/cable{d2 = 2; icon_state = "0-2"; pixel_y = 0},/turf/simulated/floor/tiled/techfloor,/area/ship/expe/sm) +"jE" = (/obj/machinery/power/smes,/obj/structure/cable,/turf/simulated/floor/tiled/techfloor,/area/ship/expe/sm) +"jF" = (/obj/machinery/atmospherics/pipe/simple/hidden/blue{icon_state = "intact"; dir = 8},/turf/simulated/wall/r_lead,/area/ship/expe/sm) +"jG" = (/obj/machinery/power/rad_collector,/turf/simulated/floor/tiled/techfloor,/area/ship/expe/sm) +"jH" = (/obj/machinery/power/rad_collector,/obj/machinery/atmospherics/unary/vent_pump/on{dir = 1},/obj/structure/window/phoronreinforced{icon_state = "phoronrwindow"; dir = 1},/turf/simulated/floor/tiled/techfloor,/area/ship/expe/sm) +"jI" = (/obj/machinery/atmospherics/pipe/manifold/hidden/blue,/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/turf/simulated/floor/tiled/techfloor,/area/ship/expe/sm) +"jJ" = (/obj/structure/grille,/obj/structure/window/phoronreinforced/full,/obj/machinery/atmospherics/pipe/simple/heat_exchanging/junction{icon_state = "intact"; dir = 4},/turf/simulated/floor/tiled/techfloor,/area/ship/expe/sm) +"jK" = (/obj/machinery/atmospherics/pipe/simple/heat_exchanging{icon_state = "intact"; dir = 9},/turf/space,/area/ship/expe/sm) +"jL" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{icon_state = "map-scrubbers"; dir = 4},/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/effect/floor_decal/techfloor{icon_state = "techfloor_edges"; dir = 4},/turf/simulated/floor/tiled/techfloor,/area/ship/expe/corridor6) +"jM" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/structure/bed/chair/bay/comfy{icon_state = "bay_comfychair_preview"; dir = 4},/turf/simulated/floor/tiled/techfloor,/area/ship/expe/bridge) +"jN" = (/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/computer/ship/sensors{icon_state = "computer"; dir = 8},/turf/simulated/floor/tiled/techfloor,/area/ship/expe/bridge) +"jO" = (/obj/item/modular_computer/console{icon_state = "console"; dir = 8},/obj/effect/floor_decal/corner/blue/border{icon_state = "bordercolor"; dir = 4},/turf/simulated/floor/tiled/techfloor,/area/ship/expe/bridge) +"jP" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/effect/floor_decal/borderfloorblack{icon_state = "borderfloor_black"; dir = 4},/obj/effect/floor_decal/corner/mauve/border{icon_state = "bordercolor"; dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/light{dir = 4},/turf/simulated/floor/tiled/steel,/area/shuttle/vespaboat) +"jQ" = (/obj/machinery/atmospherics/portables_connector{icon_state = "map_connector"; dir = 4},/turf/simulated/floor/tiled/techfloor,/area/ship/expe/sm) +"jR" = (/obj/machinery/atmospherics/binary/pump/high_power{icon_state = "map_off"; dir = 4},/turf/simulated/floor/tiled/techfloor,/area/ship/expe/sm) +"jS" = (/obj/machinery/atmospherics/pipe/manifold/hidden/blue{icon_state = "map"; dir = 4},/turf/simulated/floor/tiled/techfloor,/area/ship/expe/sm) +"jT" = (/obj/machinery/atmospherics/unary/vent_pump/on{dir = 1},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/button/remote/blast_door{pixel_x = 24; pixel_y = 1; id = "SuperMatterDoors"},/turf/simulated/floor/tiled/techfloor,/area/ship/expe/sm) +"jU" = (/obj/structure/cable{icon_state = "2-8"},/obj/structure/cable{icon_state = "1-8"},/obj/structure/cable{icon_state = "4-8"},/turf/simulated/wall/r_lead,/area/ship/expe/sm) +"jV" = (/obj/machinery/atmospherics/pipe/manifold/hidden/supply{icon_state = "map-supply"; dir = 8},/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{icon_state = "map-scrubbers"; dir = 8},/turf/simulated/floor/tiled/techfloor,/area/ship/expe/hangar) +"jW" = (/turf/simulated/floor/tiled/techfloor,/area/ship/expe/sm) +"jX" = (/obj/machinery/atmospherics/pipe/manifold/hidden/supply,/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers,/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/effect/floor_decal/techfloor{icon_state = "techfloor_edges"; dir = 1},/turf/simulated/floor/tiled/techfloor,/area/ship/expe/corridor1) +"jY" = (/turf/simulated/floor/reinforced/phoron,/area/ship/expe/sm) +"jZ" = (/obj/machinery/atmospherics/unary/vent_scrubber/on{dir = 4},/turf/simulated/floor/reinforced/phoron,/area/ship/expe/sm) +"ka" = (/obj/structure/grille,/obj/structure/window/phoronreinforced/full,/obj/structure/cable{icon_state = "1-8"},/obj/structure/cable{icon_state = "4-8"},/obj/machinery/door/blast/regular{id = "SuperMatterDoors"},/turf/simulated/floor/reinforced/phoron,/area/ship/expe/sm) +"kb" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply{icon_state = "intact-supply"; dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{icon_state = "intact-scrubbers"; dir = 4},/obj/structure/cable{icon_state = "4-8"},/obj/effect/floor_decal/borderfloorblack,/obj/effect/floor_decal/corner/yellow/border,/turf/simulated/floor/tiled/techfloor,/area/ship/expe/engineering) +"kc" = (/turf/simulated/wall/r_lead,/area/ship/expe/sm) +"kd" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply{icon_state = "intact-supply"; dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{icon_state = "intact-scrubbers"; dir = 4},/obj/machinery/light{dir = 1},/obj/effect/floor_decal/techfloor{icon_state = "techfloor_edges"; dir = 1},/turf/simulated/floor/tiled/techfloor,/area/ship/expe/corridor1) +"ke" = (/obj/structure/cable{d1 = 1; d2 = 4; icon_state = "1-4"},/turf/simulated/wall/r_lead,/area/ship/expe/sm) +"kf" = (/obj/machinery/atmospherics/pipe/manifold/hidden/supply{icon_state = "map-supply"; dir = 4},/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{icon_state = "map-scrubbers"; dir = 4},/obj/effect/floor_decal/techfloor{icon_state = "techfloor_edges"; dir = 5},/turf/simulated/floor/tiled/techfloor,/area/ship/expe/corridor1) +"kg" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/light{icon_state = "tube1"; dir = 8},/obj/effect/floor_decal/techfloor{icon_state = "techfloor_edges"; dir = 4},/turf/simulated/floor/tiled/techfloor,/area/ship/expe/science) +"kh" = (/obj/machinery/atmospherics/unary/vent_pump/on{dir = 4},/obj/machinery/light{icon_state = "tube1"; dir = 8},/turf/simulated/floor,/area/ship/expe/sciencemain) +"ki" = (/obj/machinery/atmospherics/unary/vent_pump/on,/turf/simulated/floor/tiled/techfloor,/area/ship/expe/engineeringpower) +"kj" = (/turf/simulated/wall/rthull,/area/ship/expe/engineeringequipment) +"kk" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply{icon_state = "intact-supply"; dir = 4},/turf/simulated/floor,/area/ship/expe/sciencemain) +"kl" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply{icon_state = "intact-supply"; dir = 10},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/turf/simulated/floor,/area/ship/expe/sciencemain) +"km" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/effect/floor_decal/borderfloorblack{icon_state = "borderfloor_black"; dir = 4},/obj/effect/floor_decal/borderfloorblack{icon_state = "borderfloor_black"; dir = 8},/obj/effect/floor_decal/corner/mauve/border{icon_state = "bordercolor"; dir = 4},/obj/effect/floor_decal/corner/mauve/border{icon_state = "bordercolor"; dir = 8},/turf/simulated/floor/tiled/white,/area/ship/expe/science) +"kn" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/turf/simulated/floor/tiled/techfloor,/area/ship/expe/engineeringpower) +"ko" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply{icon_state = "intact-supply"; dir = 4},/turf/simulated/floor/tiled/techfloor,/area/ship/expe/engineeringequipment) +"kp" = (/obj/machinery/power/apc{dir = 1; name = "north bump"; pixel_x = 0; pixel_y = 32},/obj/machinery/power/terminal{icon_state = "term"; dir = 1},/obj/structure/cable{icon_state = "0-2"; d2 = 2},/obj/effect/floor_decal/borderfloorblack{icon_state = "borderfloor_black"; dir = 9},/obj/effect/floor_decal/corner/yellow/border{icon_state = "bordercolor"; dir = 9},/turf/simulated/floor/tiled/techfloor,/area/ship/expe/engineeringpower) +"kq" = (/obj/machinery/atmospherics/pipe/manifold/hidden/supply,/turf/simulated/floor/tiled/techfloor,/area/ship/expe/engineeringequipment) +"kr" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply{icon_state = "intact-supply"; dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/turf/simulated/floor/tiled/techfloor,/area/ship/expe/engineeringequipment) +"ks" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{icon_state = "map-scrubbers"; dir = 4},/obj/effect/floor_decal/techfloor{icon_state = "techfloor_edges"; dir = 4},/turf/simulated/floor/tiled/techfloor,/area/ship/expe/corridor4) +"kt" = (/obj/structure/table/steel_reinforced,/obj/fiftyspawner/glass,/obj/fiftyspawner/steel,/obj/effect/floor_decal/borderfloorblack{icon_state = "borderfloor_black"; dir = 8},/obj/effect/floor_decal/corner/yellow/border{icon_state = "bordercolor"; dir = 8},/turf/simulated/floor/tiled/techfloor,/area/ship/expe/engineeringequipment) +"ku" = (/obj/machinery/alarm{frequency = 1441; pixel_y = 22},/obj/effect/floor_decal/borderfloorblack{icon_state = "borderfloor_black"; dir = 1},/obj/effect/floor_decal/corner/yellow/border{icon_state = "bordercolor"; dir = 1},/turf/simulated/floor/tiled/techfloor,/area/ship/expe/engineeringpower) +"kv" = (/turf/simulated/floor/tiled/techfloor,/area/ship/expe/engineeringequipment) +"kw" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply{icon_state = "intact-supply"; dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{icon_state = "intact-scrubbers"; dir = 4},/obj/structure/cable{d1 = 1; d2 = 4; icon_state = "1-4"},/obj/effect/floor_decal/borderfloorblack{icon_state = "borderfloor_black"; dir = 4},/obj/effect/floor_decal/corner/yellow/border{icon_state = "bordercolor"; dir = 4},/turf/simulated/floor/tiled/techfloor,/area/ship/expe/engineeringequipment) +"kx" = (/obj/machinery/door/airlock/engineering{req_one_access = ""},/obj/machinery/atmospherics/pipe/simple/hidden/supply{icon_state = "intact-supply"; dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{icon_state = "intact-scrubbers"; dir = 4},/obj/structure/cable{icon_state = "4-8"},/obj/effect/floor_decal/borderfloorblack/full,/obj/effect/floor_decal/corner/yellow/borderfull,/obj/machinery/door/firedoor/glass,/turf/simulated/floor/tiled/techfloor,/area/ship/expe/engineeringequipment) +"ky" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply{icon_state = "intact-supply"; dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{icon_state = "intact-scrubbers"; dir = 4},/obj/structure/cable{icon_state = "4-8"},/obj/effect/floor_decal/borderfloorblack{icon_state = "borderfloor_black"; dir = 8},/obj/effect/floor_decal/corner/yellow/border{icon_state = "bordercolor"; dir = 8},/turf/simulated/floor/tiled/techfloor,/area/ship/expe/engineering) +"kz" = (/obj/machinery/light{dir = 1},/obj/effect/floor_decal/borderfloorblack{icon_state = "borderfloor_black"; dir = 1},/obj/effect/floor_decal/corner/yellow/border{icon_state = "bordercolor"; dir = 1},/turf/simulated/floor/tiled/techfloor,/area/ship/expe/engineeringpower) +"kA" = (/obj/machinery/atmospherics/pipe/manifold/hidden/supply{icon_state = "map-supply"; dir = 4},/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{icon_state = "map-scrubbers"; dir = 4},/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/structure/cable{icon_state = "2-8"},/obj/effect/floor_decal/borderfloorblack{icon_state = "borderfloor_black"; dir = 4},/obj/effect/floor_decal/corner/yellow/border{icon_state = "bordercolor"; dir = 4},/turf/simulated/floor/tiled/techfloor,/area/ship/expe/engineering) +"kB" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply{icon_state = "intact-supply"; dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{icon_state = "intact-scrubbers"; dir = 4},/turf/simulated/floor/tiled/techfloor,/area/ship/expe/engineeringpower) +"kC" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/pipedispenser,/obj/effect/floor_decal/borderfloorblack{icon_state = "borderfloor_black"; dir = 4},/obj/effect/floor_decal/corner/yellow/border{icon_state = "bordercolor"; dir = 4},/turf/simulated/floor/tiled/techfloor,/area/ship/expe/engineeringpower) +"kD" = (/obj/machinery/power/rad_collector,/obj/structure/cable{d2 = 8; icon_state = "0-8"},/turf/simulated/floor/tiled/techfloor,/area/ship/expe/sm) +"kE" = (/obj/machinery/atmospherics/pipe/manifold/hidden/supply{icon_state = "map-supply"; dir = 8},/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{icon_state = "map-scrubbers"; dir = 8},/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/structure/cable{d1 = 1; d2 = 4; icon_state = "1-4"},/obj/effect/floor_decal/corner/blue/border{icon_state = "bordercolor"; dir = 4},/turf/simulated/floor/tiled/techfloor,/area/ship/expe/corridor6) +"kF" = (/obj/machinery/alarm{dir = 4; pixel_x = -25; pixel_y = 0},/obj/machinery/atmospherics/pipe/simple/hidden/blue{icon_state = "intact"; dir = 6},/turf/simulated/floor/tiled/techfloor,/area/ship/expe/sm) +"kG" = (/obj/machinery/door/airlock/command{req_one_access = ""},/obj/machinery/atmospherics/pipe/simple/hidden/supply{icon_state = "intact-supply"; dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{icon_state = "intact-scrubbers"; dir = 4},/obj/structure/cable{icon_state = "4-8"},/obj/effect/floor_decal/corner/blue/borderfull,/obj/machinery/door/firedoor/glass,/turf/simulated/floor/tiled/techfloor,/area/ship/expe/bridge) +"kH" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply{icon_state = "intact-supply"; dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{icon_state = "intact-scrubbers"; dir = 4},/obj/structure/cable{icon_state = "4-8"},/obj/effect/floor_decal/corner/blue/border{icon_state = "bordercolor"; dir = 8},/turf/simulated/floor/tiled/techfloor,/area/ship/expe/bridge) +"kI" = (/obj/machinery/atmospherics/pipe/manifold/hidden/blue{icon_state = "map"; dir = 1},/turf/simulated/floor/tiled/techfloor,/area/ship/expe/sm) +"kJ" = (/obj/machinery/atmospherics/pipe/manifold/hidden/supply,/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{icon_state = "map-scrubbers"; dir = 4},/obj/structure/cable{icon_state = "4-8"},/turf/simulated/floor/tiled/techfloor,/area/ship/expe/bridge) +"kK" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply{icon_state = "intact-supply"; dir = 10},/obj/structure/cable{icon_state = "1-8"},/turf/simulated/floor/tiled/techfloor,/area/ship/expe/bridge) +"kL" = (/obj/machinery/atmospherics/pipe/manifold/hidden/supply{dir = 8},/obj/structure/cable{d1 = 2; d2 = 4; icon_state = "2-4"},/obj/effect/floor_decal/borderfloorblack{icon_state = "borderfloor_black"; dir = 4},/obj/effect/floor_decal/corner/mauve/border{icon_state = "bordercolor"; dir = 4},/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{dir = 8},/turf/simulated/floor/tiled/steel,/area/shuttle/vespaboat) +"kM" = (/obj/machinery/light,/turf/simulated/floor/tiled/techfloor,/area/ship/expe/cabin4) +"kN" = (/obj/machinery/door/airlock/hatch,/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{icon_state = "intact-scrubbers"; dir = 4},/obj/structure/cable{icon_state = "4-8"},/turf/simulated/floor/tiled/techfloor,/area/shuttle/vespaboat) +"kO" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply{icon_state = "intact-supply"; dir = 10},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{icon_state = "intact-scrubbers"; dir = 10},/obj/structure/cable{icon_state = "2-8"},/turf/simulated/floor/tiled/techfloor,/area/shuttle/vespaboat) +"kP" = (/obj/effect/floor_decal/techfloor{icon_state = "techfloor_edges"; dir = 8},/obj/structure/cable{d1 = 2; d2 = 4; icon_state = "2-4"},/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/turf/simulated/floor/tiled/techfloor,/area/ship/expe/corridor4) +"kQ" = (/obj/machinery/door/airlock/hatch{req_access = ""; req_one_access = ""},/obj/structure/cable{icon_state = "4-8"},/obj/effect/floor_decal/techfloor,/obj/effect/floor_decal/techfloor{icon_state = "techfloor_edges"; dir = 1},/obj/machinery/door/firedoor/glass,/turf/simulated/floor/tiled/techfloor,/area/ship/expe/corridor2) +"kR" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply{icon_state = "intact-supply"; dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{icon_state = "intact-scrubbers"; dir = 4},/obj/structure/cable{icon_state = "4-8"},/obj/effect/floor_decal/borderfloorblack,/obj/effect/floor_decal/corner/yellow/border,/obj/structure/closet/walllocker/emerglocker/north,/turf/simulated/floor/tiled/techfloor,/area/ship/expe/engineering) +"kS" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply{icon_state = "intact-supply"; dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{icon_state = "intact-scrubbers"; dir = 4},/obj/structure/cable{icon_state = "2-8"},/obj/effect/floor_decal/techfloor{icon_state = "techfloor_edges"; dir = 1},/turf/simulated/floor/tiled/techfloor,/area/ship/expe/corridor5) +"kT" = (/obj/machinery/power/apc{dir = 1; name = "north bump"; pixel_x = 0; pixel_y = 24},/obj/structure/cable{d2 = 2; icon_state = "0-2"; pixel_y = 0},/obj/machinery/power/terminal{icon_state = "term"; dir = 1},/turf/simulated/floor/tiled/techfloor,/area/shuttle/vespaboat) +"kU" = (/obj/machinery/door/airlock/hatch{req_access = ""; req_one_access = ""},/obj/structure/cable{icon_state = "4-8"},/obj/machinery/door/firedoor/glass,/turf/simulated/floor/tiled/techfloor,/area/ship/expe/corridor1) +"kV" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply{icon_state = "intact-supply"; dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{icon_state = "intact-scrubbers"; dir = 4},/obj/effect/floor_decal/techfloor{icon_state = "techfloor_edges"; dir = 1},/turf/simulated/floor/tiled/techfloor,/area/ship/expe/corridor5) +"kW" = (/obj/machinery/atmospherics/unary/vent_scrubber/on,/obj/effect/floor_decal/borderfloorblack{icon_state = "borderfloor_black"; dir = 1},/obj/effect/floor_decal/corner/yellow/border{icon_state = "bordercolor"; dir = 1},/turf/simulated/floor/tiled/techfloor,/area/ship/expe/engineeringpower) +"kX" = (/obj/machinery/door/airlock/engineering{req_one_access = ""},/turf/simulated/floor/tiled/techfloor,/area/ship/expe/sm) +"kY" = (/obj/machinery/atmospherics/unary/vent_pump/on{dir = 4},/turf/simulated/floor/reinforced/phoron,/area/ship/expe/sm) +"kZ" = (/obj/machinery/atmospherics/unary/vent_pump/on,/obj/machinery/light{dir = 1},/turf/simulated/floor/tiled/techfloor,/area/shuttle/vespaboat) +"la" = (/obj/machinery/portable_atmospherics/canister/empty,/obj/machinery/atmospherics/portables_connector,/turf/simulated/floor/tiled/techfloor,/area/shuttle/vespaboat) +"lb" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply{icon_state = "intact-supply"; dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{icon_state = "intact-scrubbers"; dir = 4},/obj/machinery/alarm{frequency = 1441; pixel_y = 22},/obj/effect/floor_decal/techfloor{icon_state = "techfloor_edges"; dir = 1},/turf/simulated/floor/tiled/techfloor,/area/ship/expe/corridor5) +"lc" = (/obj/structure/cable{icon_state = "4-8"},/turf/simulated/wall/r_lead,/area/ship/expe/sm) +"ld" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/structure/cable{d1 = 2; d2 = 4; icon_state = "2-4"},/turf/simulated/floor/tiled/techfloor,/area/ship/expe/hangar) +"le" = (/obj/structure/cable{icon_state = "4-8"},/obj/structure/cable{d1 = 1; d2 = 4; icon_state = "1-4"},/obj/effect/floor_decal/techfloor,/obj/machinery/firealarm{pixel_y = -26},/turf/simulated/floor/tiled/techfloor,/area/ship/expe/corridor1) +"lf" = (/obj/structure/cable{icon_state = "2-8"},/turf/simulated/floor/tiled/techfloor,/area/ship/expe/corridor1) +"lg" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/power/apc{dir = 4; name = "east bump"; pixel_x = 24},/obj/machinery/power/terminal{icon_state = "term"; dir = 4},/obj/structure/cable{icon_state = "0-2"; d2 = 2},/obj/effect/floor_decal/techfloor{icon_state = "techfloor_edges"; dir = 4},/turf/simulated/floor/tiled/techfloor,/area/ship/expe/corridor1) +"lh" = (/obj/effect/floor_decal/techfloor,/turf/simulated/floor/tiled/techfloor,/area/ship/expe/corridor3) +"li" = (/obj/machinery/radiocarbon_spectrometer,/turf/simulated/floor,/area/ship/expe/sciencemain) +"lj" = (/obj/structure/closet,/obj/item/device/camera,/obj/item/device/aicard,/obj/item/device/geiger,/turf/simulated/floor,/area/ship/expe/sciencemain) +"lk" = (/obj/effect/shuttle_landmark{base_area = /area/space; base_turf = /turf/space; landmark_tag = "HPV_port"; name = "port of Vespa"},/turf/space,/area/space) +"ll" = (/obj/structure/closet,/obj/item/device/bodysnatcher,/obj/item/device/geiger,/obj/machinery/firealarm{pixel_y = -26},/turf/simulated/floor,/area/ship/expe/sciencemain) +"lm" = (/obj/structure/closet,/obj/item/device/ano_scanner,/obj/item/device/geiger,/turf/simulated/floor,/area/ship/expe/corridor2) +"ln" = (/turf/simulated/floor,/area/ship/expe/corridor2) +"lo" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/turf/simulated/floor,/area/ship/expe/sciencemain) +"lp" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/effect/floor_decal/corner/mauve/bordercorner{icon_state = "bordercolorcorner"; dir = 4},/obj/effect/floor_decal/borderfloorblack{icon_state = "borderfloor_black"; dir = 8},/obj/effect/floor_decal/borderfloorblack/corner{icon_state = "borderfloorcorner_black"; dir = 4},/obj/effect/floor_decal/corner/mauve/border{icon_state = "bordercolor"; dir = 8},/obj/effect/floor_decal/corner/mauve/bordercorner{icon_state = "bordercolorcorner"; dir = 4},/turf/simulated/floor/tiled/white,/area/ship/expe/science) +"lq" = (/obj/machinery/atmospherics/unary/vent_scrubber/on,/obj/effect/floor_decal/borderfloorblack{icon_state = "borderfloor_black"; dir = 5},/obj/effect/floor_decal/corner/mauve/border{icon_state = "bordercolor"; dir = 5},/turf/simulated/floor/tiled/white,/area/ship/expe/science) +"lr" = (/obj/machinery/atmospherics/unary/vent_pump/on,/obj/machinery/alarm{frequency = 1441; pixel_y = 22},/obj/structure/table/rack,/obj/effect/floor_decal/borderfloorblack{icon_state = "borderfloor_black"; dir = 9},/obj/effect/floor_decal/corner/mauve/border{icon_state = "bordercolor"; dir = 9},/turf/simulated/floor/tiled/white,/area/ship/expe/sciencestorage) +"ls" = (/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/turf/simulated/floor/tiled/techfloor,/area/ship/expe/expedition) +"lt" = (/obj/structure/cable{d1 = 1; d2 = 4; icon_state = "1-4"},/obj/structure/table/steel_reinforced,/turf/simulated/floor/tiled/techfloor,/area/ship/expe/engineeringpower) +"lu" = (/obj/machinery/power/apc{dir = 1; name = "north bump"; pixel_x = 0; pixel_y = 32},/obj/machinery/power/terminal{icon_state = "term"; dir = 1},/obj/structure/cable{icon_state = "0-2"; d2 = 2},/obj/structure/table/rack,/obj/effect/floor_decal/borderfloorblack{icon_state = "borderfloor_black"; dir = 5},/obj/effect/floor_decal/corner/mauve/border{icon_state = "bordercolor"; dir = 5},/turf/simulated/floor/tiled/white,/area/ship/expe/sciencestorage) +"lv" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/turf/simulated/floor/tiled/techfloor,/area/ship/expe/engineeringequipment) +"lw" = (/obj/structure/table/steel_reinforced,/obj/fiftyspawner/plasteel,/obj/effect/floor_decal/borderfloorblack{icon_state = "borderfloor_black"; dir = 8},/obj/effect/floor_decal/corner/yellow/border{icon_state = "bordercolor"; dir = 8},/turf/simulated/floor/tiled/techfloor,/area/ship/expe/engineeringequipment) +"lx" = (/obj/machinery/atmospherics/unary/vent_scrubber/on{dir = 1},/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/light{dir = 4},/turf/simulated/floor/tiled/techfloor,/area/ship/expe/sm) +"ly" = (/obj/structure/table/steel_reinforced,/obj/item/weapon/storage/toolbox/mechanical,/obj/item/weapon/storage/toolbox/mechanical,/obj/effect/floor_decal/borderfloorblack{icon_state = "borderfloor_black"; dir = 10},/obj/effect/floor_decal/corner/yellow/border{icon_state = "bordercolor"; dir = 10},/turf/simulated/floor/tiled/techfloor,/area/ship/expe/engineeringequipment) +"lz" = (/obj/structure/table/steel_reinforced,/obj/item/weapon/storage/toolbox/electrical,/obj/item/weapon/storage/toolbox/electrical,/obj/effect/floor_decal/borderfloorblack,/obj/effect/floor_decal/corner/yellow/border,/turf/simulated/floor/tiled/techfloor,/area/ship/expe/engineeringequipment) +"lA" = (/obj/machinery/atmospherics/unary/vent_scrubber/on{dir = 1},/obj/effect/floor_decal/techfloor,/turf/simulated/floor/tiled/techfloor,/area/ship/expe/corridor3) +"lB" = (/obj/machinery/autolathe,/obj/effect/floor_decal/borderfloorblack,/obj/effect/floor_decal/corner/yellow/border,/turf/simulated/floor/tiled/techfloor,/area/ship/expe/engineeringequipment) +"lC" = (/obj/structure/cable{icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/hidden/blue{icon_state = "intact"; dir = 8},/obj/machinery/atmospherics/pipe/manifold/hidden/supply{dir = 1},/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{icon_state = "map-scrubbers"; dir = 1},/obj/structure/cable{icon_state = "2-8"},/obj/structure/closet/walllocker/emerglocker/north,/turf/simulated/floor/tiled/techfloor,/area/ship/expe/sm) +"lD" = (/obj/machinery/light{dir = 1},/obj/effect/floor_decal/techfloor{icon_state = "techfloor_edges"; dir = 1},/turf/simulated/floor/tiled/techfloor,/area/ship/expe/corridor4) +"lE" = (/obj/structure/grille,/obj/structure/window/reinforced/full,/turf/simulated/floor/tiled/techfloor,/area/shuttle/vespaboat) +"lF" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply{icon_state = "intact-supply"; dir = 10},/obj/effect/floor_decal/borderfloorblack{icon_state = "borderfloor_black"; dir = 4},/obj/effect/floor_decal/corner/yellow/border{icon_state = "bordercolor"; dir = 4},/obj/machinery/suit_cycler/engineering,/turf/simulated/floor/tiled/techfloor,/area/ship/expe/engineeringequipment) +"lG" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply{icon_state = "intact-supply"; dir = 5},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{icon_state = "intact-scrubbers"; dir = 5},/obj/structure/cable{d1 = 1; d2 = 4; icon_state = "1-4"},/obj/effect/floor_decal/borderfloorblack{icon_state = "borderfloor_black"; dir = 4},/obj/effect/floor_decal/corner/yellow/border{icon_state = "bordercolor"; dir = 4},/turf/simulated/floor/tiled/techfloor,/area/ship/expe/engineering) +"lH" = (/obj/machinery/atmospherics/pipe/simple/hidden/blue{icon_state = "intact"; dir = 10},/turf/simulated/floor/tiled/techfloor,/area/ship/expe/maintenance1) +"lI" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply{icon_state = "intact-supply"; dir = 4},/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers,/obj/structure/cable{icon_state = "4-8"},/turf/simulated/floor/tiled/techfloor,/area/ship/expe/engineeringpower) +"lJ" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply{icon_state = "intact-supply"; dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{icon_state = "intact-scrubbers"; dir = 4},/obj/structure/cable{icon_state = "2-8"},/obj/structure/cable{icon_state = "4-8"},/turf/simulated/floor/tiled/techfloor,/area/ship/expe/engineeringpower) +"lK" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply{icon_state = "intact-supply"; dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{icon_state = "intact-scrubbers"; dir = 4},/obj/structure/cable{icon_state = "4-8"},/turf/simulated/floor/tiled/techfloor,/area/ship/expe/engineeringpower) +"lL" = (/obj/machinery/power/apc{dir = 1; name = "north bump"; pixel_x = 0; pixel_y = 32},/obj/machinery/power/terminal{icon_state = "term"; dir = 1},/obj/structure/cable{icon_state = "0-2"; d2 = 2},/obj/machinery/atmospherics/pipe/simple/hidden/blue{icon_state = "intact"; dir = 8},/turf/simulated/floor/tiled/techfloor,/area/ship/expe/maintenance2) +"lM" = (/obj/structure/cable{d1 = 2; d2 = 4; icon_state = "2-4"},/obj/machinery/atmospherics/pipe/simple/hidden/blue{icon_state = "intact"; dir = 8},/turf/simulated/floor/tiled/techfloor,/area/ship/expe/maintenance2) +"lN" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply{icon_state = "intact-supply"; dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{icon_state = "intact-scrubbers"; dir = 4},/obj/structure/cable{icon_state = "2-8"},/turf/simulated/floor/tiled/techfloor,/area/ship/expe/engineeringpower) +"lO" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply{icon_state = "intact-supply"; dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{icon_state = "intact-scrubbers"; dir = 9},/turf/simulated/floor/tiled/techfloor,/area/ship/expe/engineeringpower) +"lP" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply{icon_state = "intact-supply"; dir = 9},/obj/effect/floor_decal/borderfloorblack{icon_state = "borderfloor_black"; dir = 4},/obj/effect/floor_decal/corner/yellow/border{icon_state = "bordercolor"; dir = 4},/turf/simulated/floor/tiled/techfloor,/area/ship/expe/engineeringpower) +"lQ" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/effect/floor_decal/borderfloorblack{icon_state = "borderfloor_black"; dir = 8},/obj/effect/floor_decal/corner/yellow/border{icon_state = "bordercolor"; dir = 8},/obj/effect/floor_decal/borderfloorblack{icon_state = "borderfloor_black"; dir = 4},/obj/effect/floor_decal/corner/yellow/border{icon_state = "bordercolor"; dir = 4},/turf/simulated/floor/tiled/techfloor,/area/ship/expe/corridor5) +"lR" = (/obj/machinery/atmospherics/pipe/simple/hidden/blue{icon_state = "intact"; dir = 10},/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/turf/simulated/floor/tiled/techfloor,/area/ship/expe/sm) +"lS" = (/obj/machinery/atmospherics/pipe/simple/heat_exchanging{icon_state = "intact"; dir = 5},/turf/space,/area/ship/expe/sm) +"lT" = (/obj/effect/floor_decal/techfloor{icon_state = "techfloor_edges"; dir = 8},/obj/machinery/power/apc{dir = 8; name = "west bump"; pixel_x = -24},/obj/machinery/power/terminal{dir = 8},/obj/structure/cable{icon_state = "0-4"; d2 = 4},/turf/simulated/floor/tiled/techfloor,/area/ship/expe/corridor6) +"lU" = (/obj/machinery/atmospherics/unary/vent_scrubber/on{dir = 4},/obj/structure/bed/double,/obj/item/weapon/bedsheet/double,/turf/simulated/floor/tiled/techfloor,/area/ship/expe/cabin3) +"lV" = (/obj/machinery/atmospherics/unary/vent_scrubber/on{dir = 4},/obj/structure/bed/double,/obj/item/weapon/bedsheet/double,/turf/simulated/floor/tiled/techfloor,/area/ship/expe/cabin4) +"lW" = (/obj/machinery/atmospherics/unary/vent_scrubber/on{dir = 4},/obj/structure/bed/double,/obj/item/weapon/bedsheet/double,/turf/simulated/floor/tiled/techfloor,/area/ship/expe/cabin5) +"lX" = (/obj/machinery/atmospherics/unary/vent_scrubber/on{dir = 4},/obj/structure/bed/double,/obj/item/weapon/bedsheet/double,/turf/simulated/floor/tiled/techfloor,/area/ship/expe/cabin6) +"lY" = (/obj/machinery/atmospherics/unary/vent_scrubber/on{dir = 4},/obj/structure/bed/double,/obj/item/weapon/bedsheet/double,/turf/simulated/floor/tiled/techfloor,/area/ship/expe/cabin7) +"lZ" = (/obj/machinery/alarm{frequency = 1441; pixel_y = 22},/obj/machinery/light{dir = 4},/turf/simulated/floor/tiled/techfloor,/area/ship/expe/maintenance1) +"ma" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/effect/floor_decal/techfloor{icon_state = "techfloor_edges"; dir = 4},/obj/structure/cable{icon_state = "1-8"},/turf/simulated/floor/tiled/techfloor,/area/ship/expe/corridor6) +"mb" = (/obj/effect/floor_decal/techfloor,/turf/simulated/floor/tiled/techfloor,/area/ship/expe/corridor5) +"mc" = (/obj/effect/floor_decal/corner/blue/border{icon_state = "bordercolor"; dir = 10},/turf/simulated/floor/tiled/techfloor,/area/ship/expe/bridge) +"md" = (/obj/machinery/atmospherics/unary/vent_scrubber/on{dir = 1},/obj/structure/table/steel_reinforced,/obj/effect/floor_decal/corner/blue/border,/turf/simulated/floor/tiled/techfloor,/area/ship/expe/bridge) +"me" = (/obj/machinery/atmospherics/portables_connector,/turf/simulated/floor/tiled/techfloor,/area/ship/expe/sm) +"mf" = (/obj/structure/table/steel_reinforced,/obj/effect/floor_decal/corner/blue/border,/turf/simulated/floor/tiled/techfloor,/area/ship/expe/bridge) +"mg" = (/obj/machinery/computer/message_monitor{icon_state = "computer"; dir = 8},/obj/effect/floor_decal/corner/blue/border{icon_state = "bordercolor"; dir = 6},/turf/simulated/floor/tiled/techfloor,/area/ship/expe/bridge) +"mh" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/effect/floor_decal/borderfloorblack{icon_state = "borderfloor_black"; dir = 4},/obj/effect/floor_decal/corner/mauve/border{icon_state = "bordercolor"; dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/turf/simulated/floor/tiled/steel,/area/shuttle/vespaboat) +"mi" = (/obj/machinery/power/terminal,/obj/machinery/atmospherics/pipe/simple/hidden/supply{icon_state = "intact-supply"; dir = 5},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{icon_state = "intact-scrubbers"; dir = 5},/obj/structure/cable,/turf/simulated/floor/tiled/techfloor,/area/shuttle/vespaboat) +"mj" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers,/turf/simulated/floor/tiled/techfloor,/area/shuttle/vespaboat) +"mk" = (/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{icon_state = "intact-scrubbers"; dir = 4},/obj/machinery/atmospherics/pipe/manifold/hidden/supply{dir = 1},/turf/simulated/floor/tiled/techfloor,/area/shuttle/vespaboat) +"ml" = (/obj/machinery/atmospherics/pipe/simple/hidden/universal{icon_state = "map_universal"; dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{icon_state = "intact-supply"; dir = 9},/turf/simulated/floor/tiled/techfloor,/area/shuttle/vespaboat) +"mm" = (/obj/machinery/atmospherics/pipe/simple/hidden/green{icon_state = "intact"; dir = 9},/obj/structure/closet/crate/freezer/rations,/turf/simulated/floor/tiled/techfloor,/area/shuttle/vespaboat) +"mn" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/turf/simulated/floor/tiled/techfloor,/area/ship/expe/hangar) +"mo" = (/obj/machinery/atmospherics/trinary/atmos_filter/m_filter{icon_state = "mmap"; dir = 4},/turf/simulated/floor/tiled/techfloor,/area/ship/expe/sm) +"mp" = (/obj/machinery/atmospherics/unary/vent_scrubber/on{dir = 4},/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/effect/floor_decal/techfloor{icon_state = "techfloor_edges"; dir = 8},/turf/simulated/floor/tiled/techfloor,/area/ship/expe/corridor1) +"mq" = (/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/effect/floor_decal/borderfloorblack{icon_state = "borderfloor_black"; dir = 8},/obj/effect/floor_decal/corner/yellow/border{icon_state = "bordercolor"; dir = 8},/turf/simulated/floor/tiled/techfloor,/area/ship/expe/engineeringpower) +"mr" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{icon_state = "map-scrubbers"; dir = 4},/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/effect/floor_decal/techfloor{icon_state = "techfloor_edges"; dir = 4},/turf/simulated/floor/tiled/techfloor,/area/ship/expe/corridor1) +"ms" = (/obj/machinery/door/airlock/research,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/effect/floor_decal/corner/mauve/borderfull,/obj/machinery/door/firedoor/glass,/turf/simulated/floor,/area/ship/expe/sciencemain) +"mt" = (/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{icon_state = "map-scrubbers"; dir = 8},/obj/machinery/atmospherics/pipe/manifold/hidden/supply{icon_state = "map-supply"; dir = 8},/obj/structure/cable{d1 = 2; d2 = 4; icon_state = "2-4"},/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/effect/floor_decal/borderfloorblack{icon_state = "borderfloor_black"; dir = 8},/obj/effect/floor_decal/corner/mauve/border{icon_state = "bordercolor"; dir = 8},/turf/simulated/floor/tiled/white,/area/ship/expe/science) +"mu" = (/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers,/obj/machinery/atmospherics/pipe/manifold/hidden/supply{icon_state = "map-supply"; dir = 1},/obj/structure/cable{icon_state = "4-8"},/obj/effect/floor_decal/borderfloorblack{icon_state = "borderfloor_black"; dir = 4},/obj/effect/floor_decal/corner/mauve/border{icon_state = "bordercolor"; dir = 4},/turf/simulated/floor/tiled/white,/area/ship/expe/science) +"mv" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{icon_state = "intact-scrubbers"; dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{icon_state = "intact-supply"; dir = 4},/obj/machinery/door/airlock/research,/obj/structure/cable{icon_state = "4-8"},/obj/effect/floor_decal/borderfloorblack/full,/obj/effect/floor_decal/corner/mauve/borderfull,/obj/machinery/door/firedoor/glass,/turf/simulated/floor/tiled/white,/area/ship/expe/sciencestorage) +"mw" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply{icon_state = "intact-supply"; dir = 9},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{icon_state = "intact-scrubbers"; dir = 10},/obj/structure/cable{icon_state = "4-8"},/obj/effect/floor_decal/borderfloorblack{icon_state = "borderfloor_black"; dir = 8},/obj/effect/floor_decal/corner/mauve/border{icon_state = "bordercolor"; dir = 8},/turf/simulated/floor/tiled/white,/area/ship/expe/sciencestorage) +"mx" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply{icon_state = "intact-supply"; dir = 4},/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{icon_state = "map-scrubbers"; dir = 1},/obj/effect/floor_decal/techfloor{icon_state = "techfloor_edges"; dir = 1},/turf/simulated/floor/tiled/techfloor,/area/ship/expe/corridor2) +"my" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply{icon_state = "intact-supply"; dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{icon_state = "intact-scrubbers"; dir = 4},/obj/machinery/power/apc{dir = 1; name = "north bump"; pixel_x = 0; pixel_y = 32},/obj/machinery/power/terminal{icon_state = "term"; dir = 1},/obj/structure/cable{icon_state = "0-2"; d2 = 2},/obj/effect/floor_decal/techfloor{icon_state = "techfloor_edges"; dir = 1},/turf/simulated/floor/tiled/techfloor,/area/ship/expe/corridor5) +"mz" = (/obj/structure/cable{icon_state = "1-8"},/obj/effect/floor_decal/borderfloorblack{icon_state = "borderfloor_black"; dir = 4},/obj/effect/floor_decal/corner/mauve/border{icon_state = "bordercolor"; dir = 4},/turf/simulated/floor/tiled/white,/area/ship/expe/sciencestorage) +"mA" = (/obj/machinery/atmospherics/pipe/simple/hidden/blue,/turf/simulated/floor/tiled/techfloor,/area/ship/expe/maintenance2) +"mB" = (/turf/simulated/wall/rthull,/area/ship/expe/medicalchem) +"mC" = (/turf/simulated/floor/tiled/white,/area/ship/expe/medicalmain) +"mD" = (/obj/effect/floor_decal/techfloor{icon_state = "techfloor_edges"; dir = 10},/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/turf/simulated/floor/tiled/techfloor,/area/ship/expe/corridor4) +"mE" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/effect/floor_decal/borderfloorblack{icon_state = "borderfloor_black"; dir = 4},/obj/effect/floor_decal/corner/yellow/border{icon_state = "bordercolor"; dir = 4},/obj/structure/table/rack,/obj/item/clothing/head/helmet/space/void/engineering,/obj/item/clothing/suit/space/void/engineering,/turf/simulated/floor/tiled/techfloor,/area/ship/expe/engineeringequipment) +"mF" = (/obj/effect/floor_decal/borderfloorblack{icon_state = "borderfloor_black"; dir = 4},/obj/effect/floor_decal/corner/yellow/border{icon_state = "bordercolor"; dir = 4},/turf/simulated/floor/tiled/techfloor,/area/ship/expe/engineering) +"mG" = (/obj/machinery/power/smes/buildable/hybrid{recharge_rate = 100000},/obj/structure/cable{d2 = 8; icon_state = "0-8"},/turf/simulated/floor/tiled/techfloor,/area/ship/expe/engineeringpower) +"mH" = (/obj/structure/cable{d1 = 1; d2 = 4; icon_state = "1-4"},/obj/structure/table/steel_reinforced,/obj/machinery/cell_charger,/turf/simulated/floor/tiled/techfloor,/area/ship/expe/engineeringpower) +"mI" = (/turf/simulated/wall/r_lead,/area/ship/expe/smstorage) +"mJ" = (/obj/structure/cable{icon_state = "4-8"},/turf/simulated/floor/tiled/techfloor,/area/ship/expe/engineeringpower) +"mK" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/structure/cable{icon_state = "2-8"},/turf/simulated/floor/tiled/techfloor,/area/ship/expe/engineeringpower) +"mL" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/hidden/supply{icon_state = "intact-supply"; dir = 9},/obj/effect/floor_decal/borderfloorblack{icon_state = "borderfloor_black"; dir = 4},/obj/effect/floor_decal/corner/mauve/border{icon_state = "bordercolor"; dir = 4},/turf/simulated/floor/tiled/steel,/area/shuttle/vespaboat) +"mM" = (/obj/structure/cable{d1 = 1; d2 = 4; icon_state = "1-4"},/obj/structure/cable{d1 = 2; d2 = 4; icon_state = "2-4"},/obj/effect/floor_decal/borderfloorblack{icon_state = "borderfloor_black"; dir = 8},/obj/effect/floor_decal/corner/yellow/border{icon_state = "bordercolor"; dir = 8},/turf/simulated/floor/tiled/techfloor,/area/ship/expe/engineeringpower) +"mN" = (/obj/machinery/power/smes/buildable,/obj/structure/cable{icon_state = "0-4"; d2 = 4},/turf/simulated/floor/tiled/techfloor,/area/shuttle/vespaboat) +"mO" = (/obj/machinery/atmospherics/pipe/manifold/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{icon_state = "intact-scrubbers"; dir = 4},/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/structure/cable{d1 = 1; d2 = 4; icon_state = "1-4"},/turf/simulated/floor/tiled/techfloor,/area/ship/expe/engineeringpower) +"mP" = (/obj/structure/cable{icon_state = "4-8"},/turf/simulated/floor/tiled/techfloor,/area/shuttle/vespaboat) +"mQ" = (/obj/structure/cable{icon_state = "1-8"},/obj/machinery/atmospherics/pipe/simple/hidden/supply{icon_state = "intact-supply"; dir = 5},/turf/simulated/floor/tiled/techfloor,/area/shuttle/vespaboat) +"mR" = (/obj/machinery/atmospherics/pipe/simple/hidden/universal{icon_state = "map_universal"; dir = 8},/turf/simulated/floor/tiled/techfloor,/area/shuttle/vespaboat) +"mS" = (/obj/machinery/atmospherics/pipe/tank/air{icon_state = "air_map"; dir = 8},/turf/simulated/floor/tiled/techfloor,/area/shuttle/vespaboat) +"mT" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/power/apc{dir = 4; name = "east bump"; pixel_x = 24},/obj/machinery/power/terminal{icon_state = "term"; dir = 4},/obj/structure/cable{icon_state = "0-2"; d2 = 2},/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/turf/simulated/floor/tiled/techfloor,/area/ship/expe/hangar) +"mU" = (/obj/effect/floor_decal/borderfloorblack{icon_state = "borderfloor_black"; dir = 1},/obj/effect/floor_decal/corner/purple/border{icon_state = "bordercolor"; dir = 1},/obj/structure/closet,/obj/item/device/flashlight/maglight,/obj/item/device/flashlight/maglight,/obj/item/device/flashlight/maglight,/obj/item/device/flashlight/maglight,/turf/simulated/floor/tiled/techfloor,/area/ship/expe/expedition) +"mV" = (/obj/effect/floor_decal/borderfloorwhite{icon_state = "borderfloor_white"; dir = 9},/obj/effect/floor_decal/corner/paleblue/border{icon_state = "bordercolor"; dir = 9},/turf/simulated/floor/tiled/white,/area/ship/expe/medicalmain) +"mW" = (/obj/effect/floor_decal/borderfloorblack{icon_state = "borderfloor_black"; dir = 1},/obj/effect/floor_decal/corner/purple/border{icon_state = "bordercolor"; dir = 1},/obj/structure/table/rack/shelf,/obj/item/device/geiger,/obj/item/device/geiger,/obj/item/device/geiger,/turf/simulated/floor/tiled/techfloor,/area/ship/expe/expedition) +"mX" = (/obj/effect/floor_decal/borderfloorblack{icon_state = "borderfloor_black"; dir = 1},/obj/effect/floor_decal/corner/purple/border{icon_state = "bordercolor"; dir = 1},/obj/structure/table/rack/shelf,/obj/item/device/radio,/obj/item/device/radio,/obj/item/device/radio,/obj/item/device/radio,/obj/item/device/radio,/turf/simulated/floor/tiled/techfloor,/area/ship/expe/expedition) +"mY" = (/obj/machinery/power/apc{dir = 1; name = "north bump"; pixel_x = 0; pixel_y = 32},/obj/machinery/power/terminal{icon_state = "term"; dir = 1},/obj/structure/cable{icon_state = "0-2"; d2 = 2},/obj/effect/floor_decal/borderfloorblack{icon_state = "borderfloor_black"; dir = 1},/obj/effect/floor_decal/corner/purple/border{icon_state = "bordercolor"; dir = 1},/turf/simulated/floor/tiled/techfloor,/area/ship/expe/expedition) +"mZ" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply{icon_state = "intact-supply"; dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{icon_state = "intact-scrubbers"; dir = 4},/obj/structure/cable{icon_state = "1-8"},/obj/effect/floor_decal/borderfloorblack{icon_state = "borderfloor_black"; dir = 8},/obj/effect/floor_decal/corner/yellow/border{icon_state = "bordercolor"; dir = 8},/turf/simulated/floor/tiled/techfloor,/area/ship/expe/engineeringpower) +"na" = (/obj/machinery/alarm{frequency = 1441; pixel_y = 22},/obj/effect/floor_decal/borderfloorblack{icon_state = "borderfloor_black"; dir = 1},/obj/effect/floor_decal/corner/purple/border{icon_state = "bordercolor"; dir = 1},/turf/simulated/floor/tiled/techfloor,/area/ship/expe/expedition) +"nb" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply{icon_state = "intact-supply"; dir = 5},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{icon_state = "intact-scrubbers"; dir = 5},/obj/structure/cable{icon_state = "4-8"},/obj/effect/floor_decal/corner_techfloor_grid{icon_state = "corner_techfloor_grid"; dir = 4},/turf/simulated/floor/tiled/techfloor,/area/ship/expe/corridor4) +"nc" = (/obj/effect/floor_decal/borderfloorblack{icon_state = "borderfloor_black"; dir = 5},/obj/effect/floor_decal/corner/purple/border{icon_state = "bordercolor"; dir = 5},/obj/machinery/autolathe{hacked = 1; name = "unlocked autolathe"},/turf/simulated/floor/tiled/techfloor,/area/ship/expe/expedition) +"nd" = (/obj/machinery/atmospherics/unary/vent_pump/on{dir = 4},/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/effect/floor_decal/techfloor{icon_state = "techfloor_edges"; dir = 8},/turf/simulated/floor/tiled/techfloor,/area/ship/expe/corridor1) +"ne" = (/obj/structure/cable{icon_state = "4-8"},/turf/simulated/floor/tiled/techfloor,/area/ship/expe/maintenance1) +"nf" = (/obj/structure/cable{icon_state = "1-8"},/turf/simulated/floor/tiled/techfloor,/area/ship/expe/maintenance1) +"ng" = (/obj/machinery/atmospherics/pipe/manifold/hidden/supply{icon_state = "map-supply"; dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/effect/floor_decal/techfloor{icon_state = "techfloor_edges"; dir = 4},/turf/simulated/floor/tiled/techfloor,/area/ship/expe/corridor1) +"nh" = (/obj/machinery/door/airlock/research,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{icon_state = "intact-scrubbers"; dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{icon_state = "intact-supply"; dir = 4},/obj/structure/cable{icon_state = "4-8"},/obj/effect/floor_decal/corner/mauve/borderfull,/obj/effect/floor_decal/borderfloorblack/full,/obj/machinery/door/firedoor/glass,/turf/simulated/floor/tiled/white,/area/ship/expe/science) +"ni" = (/obj/machinery/door/airlock/hatch{req_access = ""; req_one_access = ""},/turf/simulated/floor/tiled/techfloor,/area/ship/expe/corridor1) +"nj" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{icon_state = "intact-scrubbers"; dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{icon_state = "intact-supply"; dir = 4},/obj/structure/cable{icon_state = "4-8"},/obj/effect/floor_decal/borderfloorblack{icon_state = "borderfloor_black"; dir = 1},/obj/effect/floor_decal/borderfloorblack,/obj/effect/floor_decal/corner/mauve/border{icon_state = "bordercolor"; dir = 1},/obj/effect/floor_decal/corner/mauve/border,/turf/simulated/floor/tiled/white,/area/ship/expe/corridor2) +"nk" = (/obj/structure/cable{icon_state = "4-8"},/obj/effect/floor_decal/techfloor,/turf/simulated/floor/tiled/techfloor,/area/ship/expe/corridor5) +"nl" = (/obj/structure/cable{icon_state = "4-8"},/obj/machinery/light,/obj/effect/floor_decal/techfloor,/turf/simulated/floor/tiled/techfloor,/area/ship/expe/corridor5) +"nm" = (/obj/structure/cable{d1 = 1; d2 = 4; icon_state = "1-4"},/obj/structure/cable{icon_state = "4-8"},/obj/effect/floor_decal/techfloor,/turf/simulated/floor/tiled/techfloor,/area/ship/expe/corridor5) +"nn" = (/obj/structure/cable{icon_state = "1-8"},/obj/effect/floor_decal/techfloor,/turf/simulated/floor/tiled/techfloor,/area/ship/expe/corridor5) +"no" = (/obj/machinery/atmospherics/unary/vent_scrubber/on{dir = 1},/obj/effect/floor_decal/techfloor,/turf/simulated/floor/tiled/techfloor,/area/ship/expe/corridor5) +"np" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{icon_state = "intact-scrubbers"; dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{icon_state = "intact-supply"; dir = 4},/obj/machinery/power/apc{dir = 1; name = "north bump"; pixel_x = 0; pixel_y = 32},/obj/machinery/power/terminal{icon_state = "term"; dir = 1},/obj/structure/cable{d2 = 8; icon_state = "0-8"},/obj/structure/cable{icon_state = "4-8"},/obj/effect/floor_decal/borderfloorblack{icon_state = "borderfloor_black"; dir = 1},/obj/effect/floor_decal/borderfloorblack,/obj/effect/floor_decal/corner/mauve/border{icon_state = "bordercolor"; dir = 1},/obj/effect/floor_decal/corner/mauve/border,/turf/simulated/floor/tiled/white,/area/ship/expe/corridor2) +"nq" = (/obj/machinery/atmospherics/pipe/manifold/hidden/supply,/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers,/obj/structure/cable{icon_state = "4-8"},/obj/structure/cable{icon_state = "1-8"},/obj/machinery/light,/obj/effect/floor_decal/borderfloorblack{icon_state = "borderfloor_black"; dir = 1},/obj/effect/floor_decal/borderfloorblack,/obj/effect/floor_decal/corner/mauve/border{icon_state = "bordercolor"; dir = 1},/obj/effect/floor_decal/corner/mauve/border,/turf/simulated/floor/tiled/white,/area/ship/expe/science) +"nr" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply{icon_state = "intact-supply"; dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{icon_state = "intact-scrubbers"; dir = 4},/obj/structure/cable{icon_state = "4-8"},/obj/effect/floor_decal/borderfloorblack{icon_state = "borderfloor_black"; dir = 1},/obj/effect/floor_decal/borderfloorblack,/obj/effect/floor_decal/corner/mauve/border{icon_state = "bordercolor"; dir = 1},/obj/effect/floor_decal/corner/mauve/border,/turf/simulated/floor/tiled/white,/area/ship/expe/science) +"ns" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply{icon_state = "intact-supply"; dir = 9},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{icon_state = "intact-scrubbers"; dir = 9},/obj/structure/cable{icon_state = "1-8"},/obj/effect/floor_decal/corner/mauve/bordercorner{icon_state = "bordercolorcorner"; dir = 1},/obj/effect/floor_decal/borderfloorblack,/obj/effect/floor_decal/borderfloorblack/corner{icon_state = "borderfloorcorner_black"; dir = 1},/obj/effect/floor_decal/corner/mauve/border,/obj/effect/floor_decal/corner/mauve/bordercorner{icon_state = "bordercolorcorner"; dir = 1},/turf/simulated/floor/tiled/white,/area/ship/expe/science) +"nt" = (/obj/machinery/atmospherics/unary/vent_pump/on{dir = 1},/obj/effect/floor_decal/borderfloorblack{icon_state = "borderfloor_black"; dir = 6},/obj/effect/floor_decal/corner/mauve/border{icon_state = "bordercolor"; dir = 6},/turf/simulated/floor/tiled/white,/area/ship/expe/science) +"nu" = (/obj/structure/cable{icon_state = "4-8"},/turf/simulated/floor/tiled/techfloor,/area/ship/expe/maintenance2) +"nv" = (/obj/structure/cable{icon_state = "1-8"},/turf/simulated/floor/tiled/techfloor,/area/ship/expe/maintenance2) +"nw" = (/obj/machinery/atmospherics/unary/vent_scrubber/on{dir = 1},/obj/machinery/light,/obj/structure/table/rack,/obj/effect/floor_decal/borderfloorblack{icon_state = "borderfloor_black"; dir = 10},/obj/effect/floor_decal/corner/mauve/border{icon_state = "bordercolor"; dir = 10},/turf/simulated/floor/tiled/white,/area/ship/expe/sciencestorage) +"nx" = (/obj/structure/closet/firecloset/full,/turf/simulated/floor/tiled/techfloor,/area/ship/expe/maintenancerim) +"ny" = (/obj/structure/table/rack,/obj/effect/floor_decal/borderfloorblack{icon_state = "borderfloor_black"; dir = 6},/obj/effect/floor_decal/corner/mauve/border{icon_state = "bordercolor"; dir = 6},/turf/simulated/floor/tiled/white,/area/ship/expe/sciencestorage) +"nz" = (/obj/machinery/atmospherics/pipe/manifold/hidden/supply{icon_state = "map-supply"; dir = 1},/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{icon_state = "map-scrubbers"; dir = 1},/obj/structure/cable{icon_state = "4-8"},/obj/effect/floor_decal/techfloor{icon_state = "techfloor_edges"; dir = 1},/turf/simulated/floor/tiled/techfloor,/area/ship/expe/corridor4) +"nA" = (/obj/effect/floor_decal/borderfloorblack{icon_state = "borderfloor_black"; dir = 8},/obj/effect/floor_decal/corner/purple/border{icon_state = "bordercolor"; dir = 8},/turf/simulated/floor/tiled/techfloor,/area/ship/expe/expedition) +"nB" = (/obj/machinery/power/terminal{icon_state = "term"; dir = 1},/obj/structure/cable{icon_state = "0-2"; d2 = 2},/turf/simulated/floor/tiled/techfloor,/area/ship/expe/engineeringpower) +"nC" = (/obj/machinery/portable_atmospherics/powered/scrubber,/turf/simulated/floor/tiled/techfloor,/area/ship/expe/engineeringpower) +"nD" = (/obj/machinery/portable_atmospherics/powered/scrubber,/obj/effect/floor_decal/borderfloorblack{icon_state = "borderfloor_black"; dir = 4},/obj/effect/floor_decal/corner/yellow/border{icon_state = "bordercolor"; dir = 4},/turf/simulated/floor/tiled/techfloor,/area/ship/expe/engineeringpower) +"nE" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/light{dir = 4; icon_state = "tube1"},/obj/effect/floor_decal/borderfloorblack{icon_state = "borderfloor_black"; dir = 8},/obj/effect/floor_decal/corner/yellow/border{icon_state = "bordercolor"; dir = 8},/obj/effect/floor_decal/borderfloorblack{icon_state = "borderfloor_black"; dir = 4},/obj/effect/floor_decal/corner/yellow/border{icon_state = "bordercolor"; dir = 4},/turf/simulated/floor/tiled/techfloor,/area/ship/expe/corridor5) +"nF" = (/obj/machinery/portable_atmospherics/canister/phoron,/turf/simulated/floor/tiled/techfloor,/area/ship/expe/smstorage) +"nG" = (/obj/machinery/power/emitter,/obj/machinery/power/apc{dir = 1; name = "north bump"; pixel_x = 0; pixel_y = 32},/obj/machinery/power/terminal{icon_state = "term"; dir = 1},/obj/structure/cable{d2 = 2; icon_state = "0-2"; pixel_y = 0},/turf/simulated/floor/tiled/techfloor,/area/ship/expe/smstorage) +"nH" = (/obj/machinery/atmospherics/pipe/simple/hidden/blue,/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/light{icon_state = "tube1"; dir = 8},/turf/simulated/floor/tiled/techfloor,/area/ship/expe/sm) +"nI" = (/obj/machinery/power/apc{dir = 1; name = "north bump"; pixel_x = 0; pixel_y = 32},/obj/machinery/power/terminal{icon_state = "term"; dir = 1},/obj/structure/cable{icon_state = "0-2"; d2 = 2},/obj/effect/floor_decal/corner/blue/border{icon_state = "bordercolor"; dir = 9},/turf/simulated/floor/tiled/techfloor,/area/ship/expe/captqua) +"nJ" = (/obj/machinery/atmospherics/unary/vent_pump/on{dir = 1},/obj/effect/floor_decal/techfloor,/turf/simulated/floor/tiled/techfloor,/area/ship/expe/corridor3) +"nK" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply{icon_state = "intact-supply"; dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{icon_state = "intact-scrubbers"; dir = 4},/obj/machinery/alarm{frequency = 1441; pixel_y = 22},/obj/effect/floor_decal/techfloor{icon_state = "techfloor_edges"; dir = 1},/turf/simulated/floor/tiled/techfloor,/area/ship/expe/corridor2) +"nL" = (/obj/machinery/alarm{frequency = 1441; pixel_y = 22},/obj/structure/table/woodentable,/obj/effect/floor_decal/corner/blue/border{icon_state = "bordercolor"; dir = 1},/turf/simulated/floor/tiled/techfloor,/area/ship/expe/captqua) +"nM" = (/obj/effect/floor_decal/corner/blue/border{icon_state = "bordercolor"; dir = 1},/turf/simulated/floor/tiled/techfloor,/area/ship/expe/captqua) +"nN" = (/obj/structure/table/woodentable,/obj/effect/floor_decal/corner/blue/border{icon_state = "bordercolor"; dir = 1},/turf/simulated/floor/tiled/techfloor,/area/ship/expe/captqua) +"nO" = (/obj/structure/table/woodentable,/obj/effect/floor_decal/corner/blue/border{icon_state = "bordercolor"; dir = 5},/turf/simulated/floor/tiled/techfloor,/area/ship/expe/captqua) +"nP" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply{icon_state = "intact-supply"; dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{icon_state = "intact-scrubbers"; dir = 4},/obj/structure/cable{d1 = 2; d2 = 4; icon_state = "2-4"},/obj/effect/floor_decal/techfloor{icon_state = "techfloor_edges"; dir = 1},/turf/simulated/floor/tiled/techfloor,/area/ship/expe/corridor5) +"nQ" = (/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/effect/floor_decal/borderfloorblack{icon_state = "borderfloor_black"; dir = 4},/obj/effect/floor_decal/corner/mauve/border{icon_state = "bordercolor"; dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 9},/turf/simulated/floor/tiled/steel,/area/shuttle/vespaboat) +"nR" = (/obj/machinery/atmospherics/unary/vent_pump/on{dir = 1},/obj/machinery/light,/obj/effect/floor_decal/techfloor,/turf/simulated/floor/tiled/techfloor,/area/ship/expe/corridor5) +"nS" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/embedded_controller/radio/simple_docking_controller{frequency = 1500; id_tag = "vespaboat_docker"; pixel_x = 22; pixel_y = -2; tag = "vespaboat_docker"},/turf/simulated/floor/tiled/techfloor,/area/ship/expe/hangar) +"nT" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply,/turf/simulated/floor/tiled/techfloor,/area/ship/expe/expedition) +"nU" = (/obj/machinery/atmospherics/unary/vent_scrubber/on,/turf/simulated/floor/tiled/techfloor,/area/ship/expe/expedition) +"nV" = (/obj/machinery/light{dir = 4; icon_state = "tube1"},/obj/effect/floor_decal/borderfloorblack{icon_state = "borderfloor_black"; dir = 4},/obj/effect/floor_decal/corner/purple/border{icon_state = "bordercolor"; dir = 4},/turf/simulated/floor/tiled/techfloor,/area/ship/expe/expedition) +"nW" = (/obj/structure/cable{d1 = 1; d2 = 4; icon_state = "1-4"},/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/effect/floor_decal/techfloor{icon_state = "techfloor_edges"; dir = 8},/turf/simulated/floor/tiled/techfloor,/area/ship/expe/corridor1) +"nX" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/structure/cable{icon_state = "2-8"},/obj/effect/floor_decal/techfloor{icon_state = "techfloor_edges"; dir = 4},/turf/simulated/floor/tiled/techfloor,/area/ship/expe/corridor1) +"nY" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply{icon_state = "intact-supply"; dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{icon_state = "intact-scrubbers"; dir = 4},/obj/structure/cable{icon_state = "2-8"},/obj/effect/floor_decal/techfloor{icon_state = "techfloor_edges"; dir = 1},/turf/simulated/floor/tiled/techfloor,/area/ship/expe/corridor4) +"nZ" = (/obj/machinery/door/airlock/hatch{req_access = ""; req_one_access = ""},/obj/machinery/atmospherics/pipe/simple/hidden/supply{icon_state = "intact-supply"; dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{icon_state = "intact-scrubbers"; dir = 4},/obj/effect/floor_decal/techfloor{icon_state = "techfloor_edges"; dir = 1},/obj/machinery/door/firedoor/glass,/turf/simulated/floor/tiled/techfloor,/area/ship/expe/corridor4) +"oa" = (/obj/machinery/door/airlock/engineering{req_one_access = ""},/obj/machinery/atmospherics/pipe/simple/hidden/supply{icon_state = "intact-supply"; dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{icon_state = "intact-scrubbers"; dir = 4},/obj/structure/cable{icon_state = "4-8"},/obj/effect/floor_decal/borderfloorblack/full,/obj/effect/floor_decal/corner/yellow/borderfull,/obj/machinery/door/firedoor/glass,/turf/simulated/floor/tiled/techfloor,/area/ship/expe/engineeringpower) +"ob" = (/obj/machinery/atmospherics/pipe/simple/hidden/green{icon_state = "intact"; dir = 4},/obj/structure/cable{d1 = 1; d2 = 4; icon_state = "1-4"},/turf/simulated/floor/tiled/techfloor,/area/ship/expe/maintenancerim) +"oc" = (/obj/machinery/atmospherics/pipe/simple/hidden/green{icon_state = "intact"; dir = 4},/obj/structure/cable{icon_state = "4-8"},/turf/simulated/floor/tiled/techfloor,/area/ship/expe/maintenancerim) +"od" = (/obj/machinery/atmospherics/pipe/simple/hidden/green{icon_state = "intact"; dir = 10},/obj/structure/cable{icon_state = "2-8"},/turf/simulated/floor/tiled/techfloor,/area/ship/expe/maintenancerim) +"oe" = (/obj/machinery/atmospherics/unary/freezer{icon_state = "freezer_0"; dir = 1},/turf/simulated/floor/tiled/techfloor,/area/ship/expe/sm) +"of" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply{icon_state = "intact-supply"; dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{icon_state = "intact-scrubbers"; dir = 4},/obj/effect/floor_decal/techfloor{icon_state = "techfloor_edges"; dir = 1},/turf/simulated/floor/tiled/techfloor,/area/ship/expe/corridor4) +"og" = (/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/turf/simulated/floor/tiled/techfloor,/area/ship/expe/corridor2) +"oh" = (/obj/effect/floor_decal/techfloor,/turf/simulated/floor/tiled/techfloor,/area/ship/expe/corridor4) +"oi" = (/obj/machinery/alarm{frequency = 1441; pixel_y = 22},/obj/effect/floor_decal/borderfloorwhite{icon_state = "borderfloor_white"; dir = 1},/obj/effect/floor_decal/corner/paleblue/border{icon_state = "bordercolor"; dir = 1},/turf/simulated/floor/tiled/white,/area/ship/expe/medicalmain) +"oj" = (/obj/effect/floor_decal/borderfloorblack{icon_state = "borderfloor_black"; dir = 10},/obj/effect/floor_decal/corner/yellow/border{icon_state = "bordercolor"; dir = 10},/turf/simulated/floor/tiled/techfloor,/area/ship/expe/engineering) +"ok" = (/obj/effect/floor_decal/borderfloorblack{icon_state = "borderfloor_black"; dir = 6},/obj/effect/floor_decal/corner/yellow/border{icon_state = "bordercolor"; dir = 6},/turf/simulated/floor/tiled/techfloor,/area/ship/expe/engineering) +"ol" = (/obj/machinery/atmospherics/pipe/manifold/hidden/supply{icon_state = "map-supply"; dir = 1},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{icon_state = "intact-scrubbers"; dir = 4},/obj/effect/floor_decal/techfloor{icon_state = "techfloor_edges"; dir = 1},/turf/simulated/floor/tiled/techfloor,/area/ship/expe/corridor2) +"om" = (/obj/structure/cable{icon_state = "1-8"},/obj/effect/floor_decal/borderfloorblack,/obj/effect/floor_decal/corner/yellow/border,/turf/simulated/floor/tiled/techfloor,/area/ship/expe/engineeringpower) +"on" = (/obj/structure/cable{icon_state = "4-8"},/obj/effect/floor_decal/techfloor,/turf/simulated/floor/tiled/techfloor,/area/ship/expe/corridor2) +"oo" = (/obj/structure/cable{icon_state = "0-4"; d2 = 4},/obj/effect/floor_decal/borderfloorblack,/obj/effect/floor_decal/corner/yellow/border,/turf/simulated/floor/tiled/techfloor,/area/ship/expe/engineeringpower) +"op" = (/obj/structure/cable{icon_state = "1-8"},/obj/machinery/light,/obj/effect/floor_decal/borderfloorblack,/obj/effect/floor_decal/corner/yellow/border,/turf/simulated/floor/tiled/techfloor,/area/ship/expe/engineeringpower) +"oq" = (/obj/machinery/portable_atmospherics/powered/pump,/obj/effect/floor_decal/borderfloorblack,/obj/effect/floor_decal/corner/yellow/border,/turf/simulated/floor/tiled/techfloor,/area/ship/expe/engineeringpower) +"or" = (/obj/machinery/portable_atmospherics/powered/pump,/obj/effect/floor_decal/borderfloorblack{icon_state = "borderfloor_black"; dir = 6},/obj/effect/floor_decal/corner/yellow/border{icon_state = "bordercolor"; dir = 6},/turf/simulated/floor/tiled/techfloor,/area/ship/expe/engineeringpower) +"os" = (/obj/structure/cable{d1 = 1; d2 = 4; icon_state = "1-4"},/turf/simulated/floor/tiled/techfloor,/area/ship/expe/smstorage) +"ot" = (/obj/machinery/atmospherics/pipe/manifold/hidden/supply{icon_state = "map-supply"; dir = 8},/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{icon_state = "map-scrubbers"; dir = 8},/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/structure/cable{d1 = 1; d2 = 4; icon_state = "1-4"},/obj/effect/floor_decal/borderfloorblack{icon_state = "borderfloor_black"; dir = 4},/obj/effect/floor_decal/corner/mauve/border{icon_state = "bordercolor"; dir = 4},/turf/simulated/floor/tiled/techfloor,/area/ship/expe/science) +"ou" = (/obj/machinery/door/airlock/engineering{req_one_access = ""},/obj/structure/cable{icon_state = "4-8"},/turf/simulated/floor/tiled/techfloor,/area/ship/expe/smstorage) +"ov" = (/obj/machinery/atmospherics/trinary/atmos_filter/m_filter{icon_state = "mmap"; dir = 4},/obj/structure/cable{icon_state = "4-8"},/turf/simulated/floor/tiled/techfloor,/area/ship/expe/sm) +"ow" = (/obj/machinery/atmospherics/pipe/manifold/hidden/blue,/obj/structure/cable{icon_state = "1-8"},/turf/simulated/floor/tiled/techfloor,/area/ship/expe/sm) +"ox" = (/obj/machinery/atmospherics/pipe/simple/heat_exchanging/junction{icon_state = "intact"; dir = 4},/turf/simulated/wall/r_lead,/area/ship/expe/sm) +"oy" = (/obj/machinery/atmospherics/pipe/simple/heat_exchanging{icon_state = "intact"; dir = 8},/turf/space,/area/ship/expe/sm) +"oz" = (/obj/machinery/atmospherics/pipe/manifold/hidden/supply{icon_state = "map-supply"; dir = 8},/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{icon_state = "map-scrubbers"; dir = 8},/obj/structure/cable{d1 = 1; d2 = 4; icon_state = "1-4"},/obj/effect/floor_decal/corner/blue/border{icon_state = "bordercolor"; dir = 4},/turf/simulated/floor/tiled/techfloor,/area/ship/expe/corridor6) +"oA" = (/obj/machinery/door/airlock/command{req_one_access = ""},/obj/machinery/atmospherics/pipe/simple/hidden/supply{icon_state = "intact-supply"; dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{icon_state = "intact-scrubbers"; dir = 4},/obj/structure/cable{icon_state = "4-8"},/obj/effect/floor_decal/corner/blue/borderfull,/obj/machinery/door/firedoor/glass,/turf/simulated/floor/tiled/techfloor,/area/ship/expe/captqua) +"oB" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply{icon_state = "intact-supply"; dir = 4},/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{icon_state = "map-scrubbers"; dir = 1},/obj/structure/cable{icon_state = "1-8"},/obj/structure/cable{icon_state = "2-8"},/obj/effect/floor_decal/corner/blue/border{icon_state = "bordercolor"; dir = 8},/turf/simulated/floor/tiled/techfloor,/area/ship/expe/captqua) +"oC" = (/obj/machinery/atmospherics/pipe/manifold/hidden/supply{icon_state = "map-supply"; dir = 1},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{icon_state = "intact-scrubbers"; dir = 4},/turf/simulated/floor/tiled/techfloor,/area/ship/expe/captqua) +"oD" = (/obj/structure/cable,/turf/space,/area/space) +"oE" = (/obj/machinery/atmospherics/binary/pump/high_power{icon_state = "map_off"; dir = 8},/turf/simulated/floor/tiled/techfloor,/area/ship/expe/sm) +"oF" = (/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/turf/simulated/floor/tiled/techfloor,/area/ship/expe/sm) +"oG" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply{icon_state = "intact-supply"; dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{icon_state = "intact-scrubbers"; dir = 4},/turf/simulated/floor/tiled/techfloor,/area/ship/expe/captqua) +"oH" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply{icon_state = "intact-supply"; dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{icon_state = "intact-scrubbers"; dir = 10},/turf/simulated/floor/tiled/techfloor,/area/ship/expe/captqua) +"oI" = (/obj/machinery/atmospherics/unary/vent_pump/on{dir = 8},/obj/machinery/light{dir = 4; icon_state = "tube1"},/obj/structure/table/woodentable,/obj/effect/floor_decal/corner/blue/border{icon_state = "bordercolor"; dir = 4},/turf/simulated/floor/tiled/techfloor,/area/ship/expe/captqua) +"oJ" = (/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/effect/floor_decal/borderfloorblack/corner{icon_state = "borderfloorcorner_black"; dir = 4},/obj/effect/floor_decal/corner/mauve/bordercorner{icon_state = "bordercolorcorner"; dir = 4},/turf/simulated/floor/tiled/steel,/area/shuttle/vespaboat) +"oK" = (/obj/machinery/atmospherics/pipe/simple/hidden/blue,/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/turf/simulated/floor/tiled/techfloor,/area/ship/expe/sm) +"oL" = (/obj/effect/floor_decal/borderfloorblack{icon_state = "borderfloor_black"; dir = 1},/obj/effect/floor_decal/corner/mauve/border{icon_state = "bordercolor"; dir = 1},/turf/simulated/floor/tiled/steel,/area/shuttle/vespaboat) +"oM" = (/obj/effect/floor_decal/borderfloorblack{icon_state = "borderfloor_black"; dir = 5},/obj/effect/floor_decal/corner/mauve/border{icon_state = "bordercolor"; dir = 5},/obj/machinery/access_button/airlock_interior{frequency = 1500; master_tag = "vespalock"; pixel_x = 1; pixel_y = 22},/turf/simulated/floor/tiled/steel,/area/shuttle/vespaboat) +"oN" = (/obj/machinery/light,/turf/simulated/floor/tiled/techfloor,/area/ship/expe/cabin5) +"oO" = (/obj/machinery/light{dir = 1},/obj/machinery/atmospherics/pipe/simple/hidden/black{dir = 6},/obj/machinery/embedded_controller/radio/simple_docking_controller{frequency = 1500; id_tag = "vespaboat_docker"; pixel_x = 0; pixel_y = 19},/turf/simulated/floor/tiled/techfloor,/area/shuttle/vespaboat) +"oP" = (/obj/machinery/embedded_controller/radio/airlock/airlock_controller{frequency = 1500; pixel_x = 0; pixel_y = 18; tag_airpump = "vespavent"; tag_chamber_sensor = "vespasensor"; tag_exterior_door = "vespaext"; tag_interior_door = "vespaint"},/obj/machinery/atmospherics/unary/vent_pump/high_volume{dir = 8; frequency = 1500; icon_state = "map_vent_out"; id_tag = "vespavent"; use_power = 1},/turf/simulated/floor/tiled/techfloor,/area/shuttle/vespaboat) +"oQ" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{icon_state = "intact-scrubbers"; dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{icon_state = "intact-supply"; dir = 4},/obj/structure/cable{icon_state = "4-8"},/obj/effect/floor_decal/borderfloorblack{icon_state = "borderfloor_black"; dir = 1},/obj/effect/floor_decal/borderfloorblack,/obj/effect/floor_decal/corner/mauve/border{icon_state = "bordercolor"; dir = 1},/obj/effect/floor_decal/corner/mauve/border,/turf/simulated/floor/tiled/white,/area/ship/expe/science) +"oR" = (/obj/machinery/light{dir = 1},/obj/machinery/airlock_sensor{frequency = 1500; master_tag = "vespasensor"; pixel_y = 19},/turf/simulated/floor/tiled/techfloor,/area/shuttle/vespaboat) +"oS" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply{icon_state = "intact-supply"; dir = 6},/turf/simulated/floor/tiled/techfloor,/area/ship/expe/expedition) +"oT" = (/obj/structure/cable{d2 = 2; icon_state = "0-2"; pixel_y = 0},/turf/simulated/floor/tiled/techfloor,/area/ship/expe/sm) +"oU" = (/obj/machinery/light,/turf/simulated/floor/tiled/techfloor,/area/ship/expe/cabin6) +"oV" = (/obj/machinery/atmospherics/pipe/manifold/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{icon_state = "intact-scrubbers"; dir = 6},/obj/structure/bed/chair,/turf/simulated/floor/tiled/techfloor,/area/ship/expe/expedition) +"oW" = (/obj/machinery/atmospherics/pipe/simple/hidden/blue{icon_state = "intact"; dir = 8},/obj/structure/cable{d1 = 1; d2 = 4; icon_state = "1-4"},/turf/simulated/floor/tiled/techfloor,/area/ship/expe/sm) +"oX" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply{icon_state = "intact-supply"; dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{icon_state = "intact-scrubbers"; dir = 4},/obj/structure/bed/chair,/turf/simulated/floor/tiled/techfloor,/area/ship/expe/expedition) +"oY" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply{icon_state = "intact-supply"; dir = 4},/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers,/obj/structure/bed/chair,/turf/simulated/floor/tiled/techfloor,/area/ship/expe/expedition) +"oZ" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply{icon_state = "intact-supply"; dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{icon_state = "intact-scrubbers"; dir = 4},/obj/structure/cable{d1 = 1; d2 = 4; icon_state = "1-4"},/obj/structure/bed/chair,/turf/simulated/floor/tiled/techfloor,/area/ship/expe/expedition) +"pa" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply{icon_state = "intact-supply"; dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{icon_state = "intact-scrubbers"; dir = 4},/obj/structure/cable{icon_state = "4-8"},/turf/simulated/floor/tiled/techfloor,/area/ship/expe/expedition) +"pb" = (/obj/machinery/door/airlock/glass_science{name = "Exploration"; req_one_access = ""},/obj/machinery/atmospherics/pipe/simple/hidden/supply{icon_state = "intact-supply"; dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{icon_state = "intact-scrubbers"; dir = 4},/obj/structure/cable{icon_state = "4-8"},/obj/effect/floor_decal/corner/purple/borderfull,/obj/machinery/door/firedoor/glass,/turf/simulated/floor/tiled/techfloor,/area/ship/expe/expedition) +"pc" = (/obj/machinery/atmospherics/pipe/simple/hidden/blue{icon_state = "intact"; dir = 8},/obj/structure/cable{icon_state = "4-8"},/turf/simulated/floor/tiled/techfloor,/area/ship/expe/sm) +"pd" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply{icon_state = "intact-supply"; dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{icon_state = "intact-scrubbers"; dir = 4},/obj/structure/cable{icon_state = "2-8"},/turf/simulated/floor/tiled/techfloor,/area/ship/expe/corridor1) +"pe" = (/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/effect/floor_decal/techfloor{icon_state = "techfloor_edges"; dir = 4},/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{icon_state = "map-scrubbers"; dir = 4},/obj/machinery/atmospherics/pipe/manifold/hidden/supply{icon_state = "map-supply"; dir = 4},/turf/simulated/floor/tiled/techfloor,/area/ship/expe/corridor1) +"pf" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/turf/simulated/floor/tiled/techfloor,/area/ship/expe/corridor2) +"pg" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/structure/cable{d1 = 2; d2 = 4; icon_state = "2-4"},/obj/effect/floor_decal/techfloor,/turf/simulated/floor/tiled/techfloor,/area/ship/expe/corridor4) +"ph" = (/obj/structure/grille,/obj/structure/window/reinforced/full,/turf/simulated/floor/tiled/techfloor,/area/ship/expe/engineering) +"pi" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/effect/floor_decal/borderfloorblack{icon_state = "borderfloor_black"; dir = 8},/obj/effect/floor_decal/corner/yellow/border{icon_state = "bordercolor"; dir = 8},/obj/machinery/door/firedoor/glass,/obj/effect/floor_decal/borderfloorblack{icon_state = "borderfloor_black"; dir = 4},/obj/effect/floor_decal/corner/yellow/border{icon_state = "bordercolor"; dir = 4},/turf/simulated/floor/tiled/techfloor,/area/ship/expe/corridor5) +"pj" = (/obj/effect/floor_decal/borderfloorblack{icon_state = "borderfloor_black"; dir = 8},/obj/effect/floor_decal/corner/yellow/border{icon_state = "bordercolor"; dir = 8},/turf/simulated/floor/tiled/techfloor,/area/ship/expe/engineeringpower) +"pk" = (/obj/structure/table/steel_reinforced,/turf/simulated/floor/tiled/techfloor,/area/ship/expe/engineeringpower) +"pl" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/effect/floor_decal/techfloor{icon_state = "techfloor_edges"; dir = 4},/turf/simulated/floor/tiled/techfloor,/area/ship/expe/corridor6) +"pm" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/effect/floor_decal/corner/blue/border{icon_state = "bordercolor"; dir = 8},/turf/simulated/floor/tiled/techfloor,/area/ship/expe/captqua) +"pn" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply,/turf/simulated/floor/tiled/techfloor,/area/ship/expe/captqua) +"po" = (/turf/simulated/floor/tiled/techfloor,/area/ship/expe/captqua) +"pp" = (/obj/machinery/atmospherics/unary/vent_scrubber/on{dir = 1},/obj/structure/bed/chair/bay/comfy/captain{icon_state = "capchair_preview"; dir = 4},/turf/simulated/floor/tiled/techfloor,/area/ship/expe/captqua) +"pq" = (/obj/item/modular_computer/console{icon_state = "console"; dir = 8},/obj/effect/floor_decal/corner/blue/border{icon_state = "bordercolor"; dir = 4},/turf/simulated/floor/tiled/techfloor,/area/ship/expe/captqua) +"pr" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/unary/vent_scrubber/on{dir = 1},/turf/simulated/floor/tiled/techfloor,/area/ship/expe/hangar) +"ps" = (/obj/structure/cable{d1 = 1; d2 = 4; icon_state = "1-4"},/obj/effect/floor_decal/borderfloorblack,/obj/effect/floor_decal/corner/mauve/border,/obj/structure/cable{d1 = 2; d2 = 4; icon_state = "2-4"},/obj/structure/cable{d1 = 2; d2 = 4; icon_state = "2-4"},/turf/simulated/floor/tiled/steel,/area/shuttle/vespaboat) +"pt" = (/obj/structure/cable{icon_state = "4-8"},/obj/effect/floor_decal/borderfloorblack,/obj/effect/floor_decal/corner/mauve/border,/turf/simulated/floor/tiled/steel,/area/shuttle/vespaboat) +"pu" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply{icon_state = "intact-supply"; dir = 4},/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{icon_state = "map-scrubbers"; dir = 1},/obj/effect/floor_decal/techfloor{icon_state = "techfloor_edges"; dir = 1},/turf/simulated/floor/tiled/techfloor,/area/ship/expe/corridor5) +"pv" = (/obj/structure/table/steel_reinforced,/turf/simulated/floor/tiled/techfloor,/area/shuttle/vespaboat) +"pw" = (/obj/machinery/atmospherics/unary/vent_scrubber/on{dir = 1},/obj/structure/cable{icon_state = "4-8"},/obj/effect/floor_decal/techfloor,/turf/simulated/floor/tiled/techfloor,/area/ship/expe/corridor2) +"px" = (/obj/machinery/atmospherics/unary/vent_pump/on{dir = 1},/obj/structure/cable{icon_state = "4-8"},/obj/machinery/light,/obj/effect/floor_decal/techfloor,/turf/simulated/floor/tiled/techfloor,/area/ship/expe/corridor2) +"py" = (/obj/structure/cable{icon_state = "4-8"},/obj/effect/floor_decal/borderfloorblack{icon_state = "borderfloor_black"; dir = 6},/obj/effect/floor_decal/corner/mauve/border{icon_state = "bordercolor"; dir = 6},/turf/simulated/floor/tiled/steel,/area/shuttle/vespaboat) +"pz" = (/obj/structure/cable{icon_state = "4-8"},/obj/structure/fans/tiny,/obj/machinery/door/airlock/glass_external{frequency = 1500; id_tag = "vespaint"},/turf/simulated/floor/tiled/techfloor,/area/shuttle/vespaboat) +"pA" = (/obj/machinery/light,/turf/simulated/floor/tiled/techfloor,/area/ship/expe/cabin7) +"pB" = (/obj/machinery/light,/turf/simulated/floor/tiled/techfloor,/area/ship/expe/cabin8) +"pC" = (/obj/machinery/light,/turf/simulated/floor/tiled/techfloor,/area/ship/expe/cabin9) +"pD" = (/obj/structure/cable{icon_state = "4-8"},/obj/machinery/atmospherics/pipe/manifold/hidden/black{icon_state = "map"; dir = 8},/turf/simulated/floor/tiled/techfloor,/area/shuttle/vespaboat) +"pE" = (/obj/structure/cable{d1 = 1; d2 = 4; icon_state = "1-4"},/obj/effect/floor_decal/techfloor,/turf/simulated/floor/tiled/techfloor,/area/ship/expe/corridor5) +"pF" = (/obj/structure/cable{d2 = 8; icon_state = "0-8"},/obj/effect/floor_decal/techfloor,/turf/simulated/floor/tiled/techfloor,/area/ship/expe/corridor5) +"pG" = (/obj/structure/cable{icon_state = "4-8"},/obj/machinery/atmospherics/unary/vent_pump/high_volume{dir = 8; frequency = 1500; icon_state = "map_vent_out"; id_tag = "vespavent"; use_power = 1},/turf/simulated/floor/tiled/techfloor,/area/shuttle/vespaboat) +"pH" = (/obj/structure/cable{icon_state = "4-8"},/obj/effect/shuttle_landmark/shuttle_initializer/vespaboat,/turf/simulated/floor/tiled/techfloor,/area/shuttle/vespaboat) +"pI" = (/obj/structure/cable{icon_state = "4-8"},/obj/structure/fans/tiny,/obj/machinery/door/airlock/glass_external{frequency = 1500; id_tag = "vespaext"},/turf/simulated/floor/tiled/techfloor,/area/shuttle/vespaboat) +"pJ" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/light{dir = 4; icon_state = "tube1"},/obj/structure/cable{icon_state = "1-8"},/turf/simulated/floor/tiled/techfloor,/area/ship/expe/hangar) +"pK" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply{icon_state = "intact-supply"; dir = 5},/obj/structure/bed/chair{dir = 4},/turf/simulated/floor/tiled/techfloor,/area/ship/expe/expedition) +"pL" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply{icon_state = "intact-supply"; dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/structure/table/steel_reinforced,/obj/item/weapon/paper_bin,/turf/simulated/floor/tiled/techfloor,/area/ship/expe/expedition) +"pM" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply{icon_state = "intact-supply"; dir = 4},/obj/structure/table/steel_reinforced,/obj/item/weapon/pen,/turf/simulated/floor/tiled/techfloor,/area/ship/expe/expedition) +"pN" = (/obj/machinery/atmospherics/unary/vent_pump/on{dir = 1},/obj/effect/floor_decal/techfloor,/turf/simulated/floor/tiled/techfloor,/area/ship/expe/corridor5) +"pO" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply{icon_state = "intact-supply"; dir = 4},/obj/structure/table/steel_reinforced,/obj/item/weapon/folder/white,/turf/simulated/floor/tiled/techfloor,/area/ship/expe/expedition) +"pP" = (/obj/machinery/door/airlock/hatch{req_access = ""; req_one_access = ""},/obj/machinery/atmospherics/pipe/simple/hidden/supply{icon_state = "intact-supply"; dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{icon_state = "intact-scrubbers"; dir = 4},/obj/effect/floor_decal/techfloor{icon_state = "techfloor_edges"; dir = 1},/obj/machinery/door/firedoor/glass,/turf/simulated/floor/tiled/techfloor,/area/ship/expe/corridor5) +"pQ" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply{icon_state = "intact-supply"; dir = 4},/obj/structure/table/steel_reinforced,/obj/item/device/universal_translator,/turf/simulated/floor/tiled/techfloor,/area/ship/expe/expedition) +"pR" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply{icon_state = "intact-supply"; dir = 10},/obj/structure/bed/chair{dir = 8},/turf/simulated/floor/tiled/techfloor,/area/ship/expe/expedition) +"pS" = (/obj/effect/floor_decal/borderfloorblack{icon_state = "borderfloor_black"; dir = 4},/obj/effect/floor_decal/corner/purple/border{icon_state = "bordercolor"; dir = 4},/turf/simulated/floor/tiled/techfloor,/area/ship/expe/expedition) +"pT" = (/obj/structure/cable{d1 = 1; d2 = 4; icon_state = "1-4"},/obj/effect/floor_decal/techfloor{icon_state = "techfloor_edges"; dir = 8},/turf/simulated/floor/tiled/techfloor,/area/ship/expe/corridor1) +"pU" = (/obj/structure/cable{icon_state = "1-8"},/obj/structure/cable{icon_state = "2-8"},/turf/simulated/wall/r_lead,/area/ship/expe/sm) +"pV" = (/obj/structure/grille,/obj/structure/window/phoronreinforced/full,/obj/structure/cable{icon_state = "1-8"},/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/door/blast/regular{id = "SuperMatterDoors"},/turf/simulated/floor/reinforced/phoron,/area/ship/expe/sm) +"pW" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/structure/cable{d1 = 1; d2 = 4; icon_state = "1-4"},/obj/effect/floor_decal/techfloor{icon_state = "techfloor_edges"; dir = 4},/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/structure/cable{icon_state = "2-8"},/turf/simulated/floor/tiled/techfloor,/area/ship/expe/corridor1) +"pX" = (/obj/structure/grille,/obj/structure/window/phoronreinforced/full,/obj/machinery/atmospherics/pipe/simple/hidden/blue{icon_state = "intact"; dir = 8},/obj/structure/cable{d1 = 1; d2 = 4; icon_state = "1-4"},/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/door/blast/regular{id = "SuperMatterDoors"},/turf/simulated/floor/reinforced/phoron,/area/ship/expe/sm) +"pY" = (/obj/machinery/power/rad_collector,/obj/structure/cable{icon_state = "0-4"; d2 = 4},/turf/simulated/floor/tiled/techfloor,/area/ship/expe/sm) +"pZ" = (/obj/structure/dispenser/oxygen,/obj/effect/floor_decal/borderfloorblack{icon_state = "borderfloor_black"; dir = 8},/obj/effect/floor_decal/corner/yellow/border{icon_state = "bordercolor"; dir = 8},/turf/simulated/floor/tiled/techfloor,/area/ship/expe/engineeringpower) +"qa" = (/obj/structure/cable{icon_state = "4-8"},/obj/structure/cable{d1 = 1; d2 = 4; icon_state = "1-4"},/obj/effect/floor_decal/techfloor,/turf/simulated/floor/tiled/techfloor,/area/ship/expe/corridor4) +"qb" = (/obj/structure/grille,/obj/structure/window/phoronreinforced/full,/obj/structure/cable{d1 = 1; d2 = 4; icon_state = "1-4"},/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/door/blast/regular{id = "SuperMatterDoors"},/turf/simulated/floor/reinforced/phoron,/area/ship/expe/sm) +"qc" = (/obj/machinery/door/airlock/hatch{req_access = ""; req_one_access = ""},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{icon_state = "intact-scrubbers"; dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{icon_state = "intact-supply"; dir = 4},/obj/effect/floor_decal/techfloor{icon_state = "techfloor_edges"; dir = 1},/obj/effect/floor_decal/techfloor,/obj/machinery/door/firedoor/glass,/turf/simulated/floor/tiled/techfloor,/area/ship/expe/corridor2) +"qd" = (/obj/machinery/atmospherics/pipe/manifold4w/hidden/supply,/obj/machinery/atmospherics/pipe/manifold4w/hidden/scrubbers,/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/effect/floor_decal/corner_techfloor_grid/full{icon_state = "corner_techfloor_grid_full"; dir = 8},/turf/simulated/floor/tiled/techfloor,/area/ship/expe/corridor2) +"qe" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply{icon_state = "intact-supply"; dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{icon_state = "intact-scrubbers"; dir = 4},/obj/machinery/power/apc{dir = 1; name = "north bump"; pixel_x = 0; pixel_y = 32},/obj/machinery/power/terminal{icon_state = "term"; dir = 1},/obj/structure/cable{icon_state = "0-2"; d2 = 2},/obj/effect/floor_decal/techfloor{icon_state = "techfloor_edges"; dir = 1},/turf/simulated/floor/tiled/techfloor,/area/ship/expe/corridor2) +"qf" = (/obj/machinery/door/airlock/hatch{req_access = ""; req_one_access = ""},/obj/structure/cable{icon_state = "4-8"},/obj/effect/floor_decal/techfloor{icon_state = "techfloor_edges"; dir = 1},/obj/effect/floor_decal/techfloor,/obj/machinery/door/firedoor/glass,/turf/simulated/floor/tiled/techfloor,/area/ship/expe/corridor2) +"qg" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/structure/cable{icon_state = "4-8"},/obj/structure/cable{d1 = 1; d2 = 4; icon_state = "1-4"},/obj/effect/floor_decal/techfloor/corner,/obj/effect/floor_decal/corner_techfloor_grid/full,/turf/simulated/floor/tiled/techfloor,/area/ship/expe/corridor2) +"qh" = (/obj/machinery/atmospherics/pipe/manifold/hidden/supply{icon_state = "map-supply"; dir = 1},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{icon_state = "intact-scrubbers"; dir = 4},/obj/effect/floor_decal/corner_techfloor_grid{icon_state = "corner_techfloor_grid"; dir = 1},/turf/simulated/floor/tiled/techfloor,/area/ship/expe/corridor6) +"qi" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply{icon_state = "intact-supply"; dir = 9},/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{icon_state = "map-scrubbers"; dir = 4},/obj/machinery/light{dir = 4; icon_state = "tube1"},/obj/effect/floor_decal/techfloor{icon_state = "techfloor_edges"; dir = 4},/turf/simulated/floor/tiled/techfloor,/area/ship/expe/corridor6) +"qj" = (/obj/effect/floor_decal/corner/blue/border{icon_state = "bordercolor"; dir = 4},/turf/simulated/floor/tiled/techfloor,/area/ship/expe/captqua) +"qk" = (/obj/structure/grille,/obj/structure/window/reinforced/full,/turf/simulated/floor/tiled/techfloor,/area/ship/expe/captqua) +"ql" = (/obj/machinery/atmospherics/unary/vent_pump/on{dir = 1},/turf/simulated/floor/tiled/techfloor,/area/ship/expe/hangar) +"qm" = (/obj/machinery/door/window{icon_state = "left"; dir = 1},/obj/machinery/atmospherics/pipe/simple/hidden/black{dir = 5},/turf/simulated/floor/tiled/techfloor,/area/shuttle/vespaboat) +"qn" = (/obj/structure/window/phoronreinforced{icon_state = "phoronrwindow"; dir = 1},/obj/machinery/atmospherics/pipe/simple/hidden/black{dir = 4},/turf/simulated/floor/tiled/techfloor,/area/shuttle/vespaboat) +"qo" = (/obj/structure/window/phoronreinforced{icon_state = "phoronrwindow"; dir = 1},/obj/machinery/atmospherics/portables_connector{icon_state = "map_connector"; dir = 8},/obj/machinery/portable_atmospherics/canister/air/airlock,/turf/simulated/floor/tiled/techfloor,/area/shuttle/vespaboat) +"qp" = (/obj/machinery/light{dir = 4; icon_state = "tube1"},/turf/simulated/floor/tiled/techfloor,/area/ship/expe/engines) +"qq" = (/obj/effect/floor_decal/borderfloorblack{icon_state = "borderfloor_black"; dir = 4},/obj/effect/floor_decal/corner/yellow/border{icon_state = "bordercolor"; dir = 4},/turf/simulated/floor/tiled/techfloor,/area/ship/expe/engineeringpower) +"qr" = (/obj/machinery/access_button/airlock_exterior{pixel_x = 7},/turf/simulated/wall/rpshull,/area/shuttle/vespaboat) +"qs" = (/obj/structure/grille,/obj/structure/window/phoronreinforced/full,/obj/structure/cable{icon_state = "1-8"},/obj/machinery/door/blast/regular{id = "SuperMatterDoors"},/turf/simulated/floor/reinforced/phoron,/area/ship/expe/sm) +"qt" = (/obj/structure/grille,/obj/structure/window/phoronreinforced/full,/obj/machinery/atmospherics/pipe/simple/hidden/blue{icon_state = "intact"; dir = 8},/obj/structure/cable{d1 = 1; d2 = 4; icon_state = "1-4"},/obj/machinery/door/blast/regular{id = "SuperMatterDoors"},/turf/simulated/floor/reinforced/phoron,/area/ship/expe/sm) +"qu" = (/obj/structure/bed/chair{dir = 4},/turf/simulated/floor/tiled/techfloor,/area/ship/expe/expedition) +"qv" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/structure/table/steel_reinforced,/turf/simulated/floor/tiled/techfloor,/area/ship/expe/expedition) +"qw" = (/obj/structure/table/steel_reinforced,/obj/item/weapon/folder/blue,/turf/simulated/floor/tiled/techfloor,/area/ship/expe/expedition) +"qx" = (/obj/structure/table/steel_reinforced,/turf/simulated/floor/tiled/techfloor,/area/ship/expe/expedition) +"qy" = (/obj/structure/table/steel_reinforced,/obj/item/device/universal_translator,/turf/simulated/floor/tiled/techfloor,/area/ship/expe/expedition) +"qz" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/structure/bed/chair{dir = 8},/turf/simulated/floor/tiled/techfloor,/area/ship/expe/expedition) +"qA" = (/obj/effect/floor_decal/techfloor{icon_state = "techfloor_edges"; dir = 8},/turf/simulated/floor/tiled/techfloor,/area/ship/expe/corridor1) +"qB" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/light{dir = 4; icon_state = "tube1"},/obj/effect/floor_decal/techfloor{icon_state = "techfloor_edges"; dir = 4},/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/turf/simulated/floor/tiled/techfloor,/area/ship/expe/corridor1) +"qC" = (/obj/structure/cable{icon_state = "4-8"},/obj/machinery/light,/obj/effect/floor_decal/techfloor,/turf/simulated/floor/tiled/techfloor,/area/ship/expe/corridor2) +"qD" = (/obj/structure/cable{icon_state = "4-8"},/obj/structure/cable{d1 = 1; d2 = 4; icon_state = "1-4"},/obj/effect/floor_decal/techfloor,/turf/simulated/floor/tiled/techfloor,/area/ship/expe/corridor2) +"qE" = (/obj/effect/floor_decal/borderfloorwhite{icon_state = "borderfloor_white"; dir = 1},/obj/effect/floor_decal/corner/paleblue/border{icon_state = "bordercolor"; dir = 1},/turf/simulated/floor/tiled/white,/area/ship/expe/medicalmain) +"qF" = (/turf/simulated/wall/rthull,/area/ship/expe/medicaleq) +"qG" = (/obj/structure/closet/walllocker/emerglocker/north,/obj/effect/floor_decal/borderfloorwhite{icon_state = "borderfloor_white"; dir = 1},/obj/effect/floor_decal/corner/paleblue/border{icon_state = "bordercolor"; dir = 1},/turf/simulated/floor/tiled/white,/area/ship/expe/medicalmain) +"qH" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/turf/simulated/floor/tiled/techfloor,/area/ship/expe/armoury) +"qI" = (/obj/machinery/power/rad_collector,/obj/structure/cable{icon_state = "0-4"; d2 = 4},/obj/structure/window/phoronreinforced{icon_state = "phoronrwindow"; dir = 8},/turf/simulated/floor/tiled/techfloor,/area/ship/expe/sm) +"qJ" = (/obj/structure/grille,/obj/structure/window/phoronreinforced/full,/obj/structure/cable{icon_state = "4-8"},/obj/structure/cable{icon_state = "2-8"},/obj/machinery/door/blast/regular{id = "SuperMatterDoors"},/turf/simulated/floor/reinforced/phoron,/area/ship/expe/sm) +"qK" = (/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/structure/cable{d1 = 1; d2 = 4; icon_state = "1-4"},/turf/simulated/wall/r_lead,/area/ship/expe/sm) +"qL" = (/obj/machinery/power/supermatter/shard,/turf/simulated/floor/reinforced/phoron,/area/ship/expe/sm) +"qM" = (/obj/machinery/atmospherics/unary/vent_scrubber/on,/obj/effect/floor_decal/borderfloorwhite{icon_state = "borderfloor_white"; dir = 1},/obj/effect/floor_decal/corner/paleblue/border{icon_state = "bordercolor"; dir = 1},/turf/simulated/floor/tiled/white,/area/ship/expe/medicalmain) +"qN" = (/obj/machinery/atmospherics/unary/vent_scrubber/on,/obj/structure/table/steel_reinforced,/turf/simulated/floor/tiled/techfloor,/area/shuttle/vespaboat) +"qO" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply{icon_state = "intact-supply"; dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{icon_state = "intact-scrubbers"; dir = 4},/obj/effect/floor_decal/corner_techfloor_grid/full{icon_state = "corner_techfloor_grid_full"; dir = 1},/turf/simulated/floor/tiled/techfloor,/area/ship/expe/corridor2) +"qP" = (/obj/effect/floor_decal/borderfloorblack{icon_state = "borderfloor_black"; dir = 10},/obj/effect/floor_decal/corner/mauve/border{icon_state = "bordercolor"; dir = 10},/obj/structure/cable{d1 = 2; d2 = 4; icon_state = "2-4"},/turf/simulated/floor/tiled/steel,/area/shuttle/vespaboat) +"qQ" = (/obj/machinery/light,/obj/effect/floor_decal/techfloor,/turf/simulated/floor/tiled/techfloor,/area/ship/expe/corridor5) +"qR" = (/obj/machinery/door/airlock/hatch{req_access = ""; req_one_access = ""},/obj/effect/floor_decal/techfloor,/obj/machinery/door/firedoor/glass,/turf/simulated/floor/tiled/techfloor,/area/ship/expe/corridor5) +"qS" = (/turf/simulated/floor/tiled/techfloor,/area/shuttle/vespaboat) +"qT" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 6},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/turf/simulated/floor/tiled/techfloor,/area/shuttle/vespaboat) +"qU" = (/obj/machinery/atmospherics/unary/vent_pump/on{dir = 1},/obj/effect/floor_decal/techfloor,/turf/simulated/floor/tiled/techfloor,/area/ship/expe/corridor6) +"qV" = (/obj/machinery/atmospherics/unary/vent_scrubber/on{dir = 1},/obj/effect/floor_decal/techfloor{icon_state = "techfloor_edges"; dir = 6},/turf/simulated/floor/tiled/techfloor,/area/ship/expe/corridor6) +"qW" = (/obj/machinery/atmospherics/unary/vent_scrubber/on{dir = 1},/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/effect/floor_decal/corner/blue/border{icon_state = "bordercolor"; dir = 10},/turf/simulated/floor/tiled/techfloor,/area/ship/expe/captqua) +"qX" = (/obj/machinery/atmospherics/unary/vent_pump/on{dir = 1},/obj/effect/floor_decal/corner/blue/border,/turf/simulated/floor/tiled/techfloor,/area/ship/expe/captqua) +"qY" = (/obj/structure/closet/secure_closet/personal/cabinet,/obj/effect/floor_decal/corner/blue/border,/turf/simulated/floor/tiled/techfloor,/area/ship/expe/captqua) +"qZ" = (/obj/structure/table/woodentable,/obj/effect/floor_decal/corner/blue/border,/turf/simulated/floor/tiled/techfloor,/area/ship/expe/captqua) +"ra" = (/obj/structure/bed/double,/obj/item/weapon/bedsheet/captaindouble,/obj/effect/floor_decal/corner/blue/border{icon_state = "bordercolor"; dir = 6},/turf/simulated/floor/tiled/techfloor,/area/ship/expe/captqua) +"rb" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/structure/bed/chair{dir = 1},/turf/simulated/floor/tiled/techfloor,/area/ship/expe/expedition) +"rc" = (/obj/structure/bed/chair{dir = 1},/turf/simulated/floor/tiled/techfloor,/area/ship/expe/expedition) +"rd" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/effect/floor_decal/techfloor{icon_state = "techfloor_edges"; dir = 4},/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/turf/simulated/floor/tiled/techfloor,/area/ship/expe/corridor1) +"re" = (/obj/machinery/door/airlock/hatch,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/turf/simulated/floor/tiled/techfloor,/area/shuttle/vespaboat) +"rf" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply{icon_state = "intact-supply"; dir = 4},/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{icon_state = "map-scrubbers"; dir = 1},/obj/structure/cable{icon_state = "4-8"},/obj/effect/floor_decal/techfloor{icon_state = "techfloor_edges"; dir = 1},/turf/simulated/floor/tiled/techfloor,/area/ship/expe/corridor5) +"rg" = (/obj/machinery/door/airlock/hatch{req_access = ""; req_one_access = ""},/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/door/firedoor/glass,/turf/simulated/floor/tiled/techfloor,/area/ship/expe/corridor2) +"rh" = (/obj/machinery/light{icon_state = "tube1"; dir = 8},/obj/effect/floor_decal/borderfloorblack{icon_state = "borderfloor_black"; dir = 8},/obj/effect/floor_decal/corner/purple/border{icon_state = "bordercolor"; dir = 8},/turf/simulated/floor/tiled/techfloor,/area/ship/expe/expedition) +"ri" = (/obj/machinery/door/airlock/hatch{req_access = ""; req_one_access = ""},/obj/machinery/door/firedoor/glass,/turf/simulated/floor/tiled/techfloor,/area/ship/expe/corridor2) +"rj" = (/obj/machinery/door/airlock/maintenance_hatch,/obj/machinery/door/firedoor/glass,/turf/simulated/floor/tiled/techfloor,/area/ship/expe/corridor2) +"rk" = (/obj/machinery/door/airlock/maintenance_hatch,/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/door/firedoor/glass,/turf/simulated/floor/tiled/techfloor,/area/ship/expe/captqua) +"rl" = (/obj/structure/shuttle/engine/propulsion,/turf/simulated/floor/plating/external,/area/shuttle/vespaboat) +"rm" = (/turf/simulated/floor/plating/external,/area/shuttle/vespaboat) +"rn" = (/obj/machinery/atmospherics/unary/vent_pump/on{dir = 4},/turf/simulated/floor/tiled/techfloor,/area/ship/expe/hangar) +"ro" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply{icon_state = "intact-supply"; dir = 9},/obj/machinery/atmospherics/unary/vent_scrubber/on{dir = 1},/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/turf/simulated/floor/tiled/techfloor,/area/ship/expe/hangar) +"rp" = (/obj/machinery/atmospherics/unary/vent_scrubber/on{dir = 4},/obj/structure/bed/double,/obj/item/weapon/bedsheet/double,/turf/simulated/floor/tiled/techfloor,/area/ship/expe/cabin8) +"rq" = (/obj/machinery/atmospherics/unary/vent_scrubber/on{dir = 4},/obj/structure/bed/double,/obj/item/weapon/bedsheet/double,/turf/simulated/floor/tiled/techfloor,/area/ship/expe/cabin9) +"rr" = (/obj/machinery/atmospherics/unary/vent_scrubber/on{dir = 1},/turf/simulated/floor/tiled/techfloor,/area/ship/expe/expedition) +"rs" = (/obj/machinery/light{dir = 4; icon_state = "tube1"},/obj/effect/floor_decal/borderfloorblack{icon_state = "borderfloor_black"; dir = 4},/obj/effect/floor_decal/corner/purple/border{icon_state = "bordercolor"; dir = 4},/obj/structure/table/rack/shelf,/obj/item/device/gps/explorer,/obj/item/device/gps/explorer,/obj/item/device/gps/explorer,/turf/simulated/floor/tiled/techfloor,/area/ship/expe/expedition) +"rt" = (/obj/machinery/atmospherics/unary/vent_scrubber/on{dir = 4},/obj/effect/floor_decal/techfloor{icon_state = "techfloor_edges"; dir = 8},/turf/simulated/floor/tiled/techfloor,/area/ship/expe/corridor1) +"ru" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{icon_state = "intact-scrubbers"; dir = 9},/obj/effect/floor_decal/techfloor{icon_state = "techfloor_edges"; dir = 4},/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/turf/simulated/floor/tiled/techfloor,/area/ship/expe/corridor1) +"rv" = (/obj/item/modular_computer/console/preset/civilian,/turf/simulated/floor/tiled/techfloor,/area/ship/expe/cabin3) +"rw" = (/obj/item/modular_computer/console/preset/civilian,/turf/simulated/floor/tiled/techfloor,/area/ship/expe/cabin4) +"rx" = (/obj/item/modular_computer/console/preset/civilian,/turf/simulated/floor/tiled/techfloor,/area/ship/expe/cabin5) +"ry" = (/obj/item/modular_computer/console/preset/civilian,/turf/simulated/floor/tiled/techfloor,/area/ship/expe/cabin6) +"rz" = (/obj/item/modular_computer/console/preset/civilian,/turf/simulated/floor/tiled/techfloor,/area/ship/expe/cabin7) +"rA" = (/obj/item/modular_computer/console/preset/civilian,/turf/simulated/floor/tiled/techfloor,/area/ship/expe/cabin8) +"rB" = (/obj/item/modular_computer/console/preset/civilian,/turf/simulated/floor/tiled/techfloor,/area/ship/expe/cabin9) +"rC" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply{icon_state = "intact-supply"; dir = 9},/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{icon_state = "intact-scrubbers"; dir = 9},/turf/simulated/floor/tiled/techfloor,/area/ship/expe/corridor2) +"rD" = (/obj/effect/floor_decal/borderfloorwhite{icon_state = "borderfloor_white"; dir = 5},/obj/effect/floor_decal/corner/paleblue/border{icon_state = "bordercolor"; dir = 5},/turf/simulated/floor/tiled/white,/area/ship/expe/medicalmain) +"rE" = (/obj/structure/table/reinforced,/obj/effect/floor_decal/borderfloorwhite{icon_state = "borderfloor_white"; dir = 9},/obj/effect/floor_decal/corner/paleblue/border{icon_state = "bordercolor"; dir = 9},/obj/item/weapon/storage/firstaid/o2,/obj/item/weapon/storage/firstaid/o2,/turf/simulated/floor/tiled/white,/area/ship/expe/medicaleq) +"rF" = (/turf/simulated/floor/tiled/white,/area/ship/expe/medicalchem) +"rG" = (/obj/structure/cable{icon_state = "0-4"; d2 = 4},/turf/space,/area/space) +"rH" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{icon_state = "intact-scrubbers"; dir = 6},/obj/machinery/atmospherics/pipe/simple/hidden/supply{icon_state = "intact-supply"; dir = 6},/turf/simulated/floor/tiled/white,/area/ship/expe/medicalchem) +"rI" = (/obj/structure/table/reinforced,/obj/structure/closet/walllocker/emerglocker/north,/obj/effect/floor_decal/borderfloorwhite{icon_state = "borderfloor_white"; dir = 1},/obj/effect/floor_decal/corner/paleblue/border{icon_state = "bordercolor"; dir = 1},/obj/item/weapon/storage/firstaid/regular,/obj/item/weapon/storage/firstaid/regular,/obj/item/weapon/storage/firstaid/regular,/turf/simulated/floor/tiled/white,/area/ship/expe/medicaleq) +"rJ" = (/obj/machinery/atmospherics/pipe/simple/hidden/blue{icon_state = "intact"; dir = 6},/turf/simulated/floor/tiled/techfloor,/area/ship/expe/corridor2) +"rK" = (/obj/machinery/alarm{frequency = 1441; pixel_y = 22},/obj/machinery/atmospherics/pipe/simple/hidden/blue{icon_state = "intact"; dir = 8},/turf/simulated/floor/tiled/techfloor,/area/ship/expe/corridor2) +"rL" = (/obj/machinery/light,/turf/simulated/floor/tiled/techfloor,/area/ship/expe/hangar) +"rM" = (/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/turf/simulated/floor/tiled/techfloor,/area/ship/expe/hangar) +"rN" = (/obj/effect/floor_decal/borderfloorblack,/obj/effect/floor_decal/corner/purple/border,/obj/structure/table/steel_reinforced,/obj/item/weapon/pen,/turf/simulated/floor/tiled/techfloor,/area/ship/expe/expedition) +"rO" = (/obj/effect/floor_decal/borderfloorblack,/obj/effect/floor_decal/corner/purple/border,/obj/structure/table/steel_reinforced,/obj/item/weapon/folder/red,/turf/simulated/floor/tiled/techfloor,/area/ship/expe/expedition) +"rP" = (/obj/effect/floor_decal/borderfloorblack,/obj/effect/floor_decal/corner/purple/border,/obj/structure/table/steel_reinforced,/obj/machinery/photocopier/faxmachine,/turf/simulated/floor/tiled/techfloor,/area/ship/expe/expedition) +"rQ" = (/obj/effect/floor_decal/borderfloorblack,/obj/effect/floor_decal/corner/purple/border,/obj/machinery/photocopier,/turf/simulated/floor/tiled/techfloor,/area/ship/expe/expedition) +"rR" = (/obj/effect/floor_decal/borderfloorblack,/obj/effect/floor_decal/corner/purple/border,/obj/structure/closet/crate,/turf/simulated/floor/tiled/techfloor,/area/ship/expe/expedition) +"rS" = (/obj/machinery/atmospherics/unary/vent_pump/on{dir = 1},/obj/effect/floor_decal/borderfloorblack,/obj/effect/floor_decal/corner/purple/border,/obj/machinery/mineral/equipment_vendor/survey,/turf/simulated/floor/tiled/techfloor,/area/ship/expe/expedition) +"rT" = (/obj/effect/floor_decal/borderfloorblack{icon_state = "borderfloor_black"; dir = 6},/obj/effect/floor_decal/corner/purple/border{icon_state = "bordercolor"; dir = 6},/obj/structure/table/rack/shelf,/obj/item/device/gps/explorer,/obj/item/device/gps/explorer,/obj/item/device/gps/explorer,/turf/simulated/floor/tiled/techfloor,/area/ship/expe/expedition) +"rU" = (/obj/structure/cable{icon_state = "4-8"},/obj/structure/closet/firecloset/full,/turf/simulated/floor/tiled/techfloor,/area/ship/expe/maintenancerim) +"rV" = (/obj/machinery/atmospherics/unary/vent_pump/on{dir = 1},/obj/effect/floor_decal/techfloor{icon_state = "techfloor_edges"; dir = 6},/obj/structure/cable{d1 = 1; d2 = 4; icon_state = "1-4"},/turf/simulated/floor/tiled/techfloor,/area/ship/expe/corridor1) +"rW" = (/obj/machinery/door/airlock/glass_medical,/obj/machinery/door/firedoor/glass,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{icon_state = "intact-supply"; dir = 4},/obj/structure/cable{icon_state = "4-8"},/turf/simulated/floor/tiled/white,/area/ship/expe/medicalchem) +"rX" = (/obj/machinery/door/firedoor/glass,/turf/simulated/floor/tiled/white,/area/ship/expe/corridor2) +"rY" = (/obj/structure/cable{icon_state = "4-8"},/obj/effect/floor_decal/corner_techfloor_grid/full{icon_state = "corner_techfloor_grid_full"; dir = 4},/turf/simulated/floor/tiled/techfloor,/area/ship/expe/corridor2) +"rZ" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{icon_state = "intact-supply"; dir = 4},/obj/structure/cable{icon_state = "4-8"},/turf/simulated/floor/tiled/white,/area/ship/expe/medicalmain) +"sa" = (/obj/machinery/atmospherics/pipe/manifold4w/hidden/supply,/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers,/obj/structure/cable{icon_state = "1-8"},/obj/structure/cable{d1 = 1; d2 = 4; icon_state = "1-4"},/obj/effect/floor_decal/techfloor{icon_state = "techfloor_edges"; dir = 1},/turf/simulated/floor/tiled/techfloor,/area/ship/expe/corridor5) +"sb" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply{icon_state = "intact-supply"; dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{icon_state = "intact-scrubbers"; dir = 4},/obj/structure/cable{icon_state = "4-8"},/obj/effect/floor_decal/techfloor{icon_state = "techfloor_edges"; dir = 1},/turf/simulated/floor/tiled/techfloor,/area/ship/expe/corridor5) +"sc" = (/obj/effect/floor_decal/borderfloorblack{icon_state = "borderfloor_black"; dir = 9},/obj/effect/floor_decal/corner/mauve/border{icon_state = "bordercolor"; dir = 9},/turf/simulated/floor/tiled/steel,/area/shuttle/vespaboat) +"sd" = (/obj/effect/floor_decal/borderfloorblack{icon_state = "borderfloor_black"; dir = 1},/obj/effect/floor_decal/corner/mauve/border{icon_state = "bordercolor"; dir = 1},/obj/machinery/atmospherics/pipe/simple/hidden/supply{icon_state = "intact-supply"; dir = 5},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{icon_state = "intact-scrubbers"; dir = 5},/turf/simulated/floor/tiled/steel,/area/shuttle/vespaboat) +"se" = (/obj/machinery/sleeper{icon_state = "sleeper_0"; dir = 8},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{icon_state = "intact-supply"; dir = 4},/obj/structure/cable{icon_state = "4-8"},/turf/simulated/floor/tiled/white,/area/ship/expe/medicalmain) +"sf" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/turf/simulated/floor/tiled/techfloor,/area/shuttle/vespaboat) +"sg" = (/obj/machinery/sleep_console,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{icon_state = "intact-supply"; dir = 4},/obj/structure/cable{icon_state = "4-8"},/turf/simulated/floor/tiled/white,/area/ship/expe/medicalmain) +"sh" = (/obj/structure/cable{icon_state = "1-8"},/turf/simulated/floor/tiled/techfloor,/area/ship/expe/corridor2) +"si" = (/obj/effect/floor_decal/borderfloorblack{icon_state = "borderfloor_black"; dir = 8},/obj/effect/floor_decal/corner/mauve/border{icon_state = "bordercolor"; dir = 8},/turf/simulated/floor/tiled/steel,/area/shuttle/vespaboat) +"sj" = (/turf/simulated/floor/tiled/steel,/area/shuttle/vespaboat) +"sk" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{icon_state = "intact-scrubbers"; dir = 5},/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/turf/simulated/floor/tiled/techfloor,/area/ship/expe/corridor2) +"sl" = (/obj/machinery/atmospherics/unary/vent_scrubber/on{dir = 8},/obj/machinery/light{dir = 4; icon_state = "tube1"},/obj/machinery/access_button/airlock_interior{pixel_x = 24; pixel_y = -1},/turf/simulated/floor/tiled/techfloor,/area/ship/expe/corridor2) +"sm" = (/obj/machinery/atmospherics/pipe/simple/hidden/blue,/turf/simulated/wall/rthull,/area/ship/expe/corridor2) +"sn" = (/obj/machinery/door/airlock/maintenance_hatch,/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/door/firedoor/glass,/turf/simulated/floor/tiled/techfloor,/area/ship/expe/hangar) +"so" = (/obj/machinery/atmospherics/unary/vent_pump/on{dir = 1},/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/turf/simulated/floor/tiled/techfloor,/area/ship/expe/southairlock) +"sp" = (/obj/machinery/door/airlock/glass_external{frequency = 1459; id_tag = "southint"},/turf/simulated/floor/tiled/techfloor,/area/ship/expe/southairlock) +"sq" = (/obj/structure/dispenser/oxygen,/obj/effect/floor_decal/borderfloorblack{icon_state = "borderfloor_black"; dir = 10},/obj/effect/floor_decal/corner/yellow/border{icon_state = "bordercolor"; dir = 10},/turf/simulated/floor/tiled/techfloor,/area/ship/expe/engineeringpower) +"sr" = (/obj/effect/floor_decal/borderfloorblack,/obj/effect/floor_decal/corner/yellow/border,/turf/simulated/floor/tiled/techfloor,/area/ship/expe/engineeringpower) +"ss" = (/obj/structure/cable{icon_state = "0-4"; d2 = 4},/obj/machinery/light,/obj/effect/floor_decal/borderfloorblack,/obj/effect/floor_decal/corner/yellow/border,/turf/simulated/floor/tiled/techfloor,/area/ship/expe/engineeringpower) +"st" = (/obj/machinery/atmospherics/pipe/simple/hidden/blue{icon_state = "intact"; dir = 6},/obj/machinery/air_sensor{frequency = 1459; id_tag = "southsensor"},/obj/machinery/airlock_sensor{frequency = 1459; id_tag = "southsensor"; pixel_x = 0; pixel_y = 21},/turf/simulated/floor/tiled/techfloor,/area/ship/expe/southairlock) +"su" = (/obj/machinery/light{dir = 4; icon_state = "tube1"},/obj/machinery/atmospherics/pipe/manifold/hidden/blue{icon_state = "map"; dir = 4},/obj/machinery/embedded_controller/radio/airlock/airlock_controller{frequency = 1459; id_tag = "southairlock"; pixel_x = 0; pixel_y = 21; tag_airpump = "southvent"; tag_chamber_sensor = "southsensor"; tag_exterior_door = "southext"; tag_interior_door = "southint"},/turf/simulated/floor/tiled/techfloor,/area/ship/expe/southairlock) +"sv" = (/obj/machinery/atmospherics/portables_connector{icon_state = "map_connector"; dir = 4},/obj/machinery/portable_atmospherics/canister/air/airlock,/turf/simulated/floor/tiled/techfloor,/area/ship/expe/maintenance2) +"sw" = (/obj/machinery/atmospherics/pipe/simple/hidden/blue{icon_state = "intact"; dir = 8},/turf/simulated/floor/tiled/techfloor,/area/ship/expe/maintenance2) +"sx" = (/obj/machinery/power/apc{dir = 2; name = "south bump"; pixel_y = -32},/obj/machinery/power/terminal,/obj/structure/cable,/turf/simulated/floor/tiled/techfloor,/area/ship/expe/southairlock) +"sy" = (/obj/machinery/alarm{dir = 1; pixel_y = -25},/turf/simulated/floor/tiled/techfloor,/area/ship/expe/southairlock) +"sz" = (/obj/machinery/atmospherics/unary/vent_pump{dir = 1; external_pressure_bound = 140; external_pressure_bound_default = 140; frequency = 1459; icon_state = "map_vent_out"; id_tag = "southvent"; pressure_checks = 0; pressure_checks_default = 0; use_power = 1},/turf/simulated/floor/tiled/techfloor,/area/ship/expe/southairlock) +"sA" = (/obj/item/weapon/handcuffs/fuzzy,/turf/simulated/floor/tiled/techfloor,/area/ship/expe/maintenance2) +"sB" = (/obj/structure/fans/tiny,/obj/structure/fans/tiny,/obj/machinery/door/airlock/external{frequency = 1459; id_tag = "southext"},/turf/simulated/floor/tiled/techfloor,/area/ship/expe/southairlock) +"sC" = (/obj/machinery/door/airlock/external{frequency = 1459; id_tag = "southext"},/obj/structure/fans/tiny,/turf/simulated/floor/tiled/techfloor,/area/ship/expe/southairlock) +"sD" = (/obj/machinery/door/airlock/maintenance_hatch,/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/door/firedoor/glass,/obj/machinery/atmospherics/pipe/simple/hidden/green,/turf/simulated/floor/tiled/techfloor,/area/ship/expe/engines) +"sE" = (/obj/machinery/atmospherics/pipe/simple/hidden/blue{icon_state = "intact"; dir = 9},/turf/simulated/floor/tiled/techfloor,/area/ship/expe/maintenance2) +"sF" = (/obj/machinery/atmospherics/pipe/tank/phoron,/turf/simulated/floor/tiled/techfloor,/area/ship/expe/engines) +"sG" = (/obj/machinery/atmospherics/pipe/manifold/hidden/supply{icon_state = "map-supply"; dir = 1},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{icon_state = "intact-scrubbers"; dir = 4},/obj/effect/floor_decal/techfloor{icon_state = "techfloor_edges"; dir = 1},/turf/simulated/floor/tiled/techfloor,/area/ship/expe/corridor5) +"sH" = (/obj/machinery/power/apc{dir = 1; name = "north bump"; pixel_x = 0; pixel_y = 32},/obj/machinery/power/terminal{icon_state = "term"; dir = 1},/obj/structure/cable{icon_state = "0-2"; d2 = 2},/turf/simulated/floor/tiled/techfloor,/area/ship/expe/engines) +"sI" = (/obj/machinery/alarm{frequency = 1441; pixel_y = 22},/turf/simulated/floor/tiled/techfloor,/area/ship/expe/engines) +"sJ" = (/obj/machinery/atmospherics/pipe/simple/hidden/green,/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/turf/simulated/floor/tiled/techfloor,/area/ship/expe/engines) +"sK" = (/obj/machinery/atmospherics/binary/pump,/turf/simulated/floor/tiled/techfloor,/area/ship/expe/engines) +"sL" = (/obj/structure/cable{d1 = 1; d2 = 4; icon_state = "1-4"},/turf/simulated/floor/tiled/techfloor,/area/ship/expe/engines) +"sM" = (/obj/structure/cable{icon_state = "4-8"},/turf/simulated/floor/tiled/techfloor,/area/ship/expe/engines) +"sN" = (/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{icon_state = "map-scrubbers"; dir = 4},/obj/machinery/atmospherics/pipe/manifold/hidden/supply{dir = 1},/obj/structure/cable{icon_state = "2-8"},/turf/simulated/floor/tiled/white,/area/ship/expe/medicalmain) +"sO" = (/turf/simulated/floor/tiled/techfloor,/area/ship/expe/corridor2) +"sP" = (/obj/machinery/atmospherics/pipe/simple/hidden/green,/obj/structure/cable{icon_state = "1-8"},/turf/simulated/floor/tiled/techfloor,/area/ship/expe/engines) +"sQ" = (/obj/machinery/atmospherics/pipe/simple/hidden/green,/obj/machinery/meter,/obj/machinery/light{icon_state = "tube1"; dir = 8},/turf/simulated/floor/tiled/techfloor,/area/ship/expe/engines) +"sR" = (/obj/machinery/atmospherics/pipe/simple/hidden/green,/obj/machinery/meter,/turf/simulated/floor/tiled/techfloor,/area/ship/expe/engines) +"sS" = (/obj/machinery/atmospherics/pipe/simple/hidden/green{icon_state = "intact"; dir = 5},/turf/simulated/floor/tiled/techfloor,/area/ship/expe/engines) +"sT" = (/obj/machinery/atmospherics/pipe/manifold/hidden/green,/turf/simulated/floor/tiled/techfloor,/area/ship/expe/engines) +"sU" = (/obj/machinery/atmospherics/valve{icon_state = "map_valve0"; dir = 4},/turf/simulated/floor/tiled/techfloor,/area/ship/expe/engines) +"sV" = (/obj/machinery/atmospherics/pipe/manifold/hidden/green{icon_state = "map"; dir = 1},/turf/simulated/floor/tiled/techfloor,/area/ship/expe/engines) +"sW" = (/obj/machinery/atmospherics/pipe/cap/visible{icon_state = "cap"; dir = 1},/turf/simulated/floor/tiled/techfloor,/area/ship/expe/engines) +"sX" = (/obj/machinery/atmospherics/portables_connector{icon_state = "map_connector"; dir = 1},/turf/simulated/floor/tiled/techfloor,/area/ship/expe/engines) +"sY" = (/obj/machinery/atmospherics/portables_connector{icon_state = "map_connector"; dir = 4},/turf/simulated/floor/tiled/techfloor,/area/ship/expe/engines) +"sZ" = (/obj/item/inflatable/torn,/turf/simulated/floor/tiled/techfloor,/area/ship/expe/engines) +"ta" = (/obj/machinery/atmospherics/unary/vent_pump/on{dir = 8},/turf/simulated/floor/tiled/white,/area/ship/expe/medicalmain) +"tb" = (/turf/simulated/floor/tiled/white,/area/ship/expe/medicaleq) +"tc" = (/obj/machinery/atmospherics/unary/vent_scrubber/on,/turf/simulated/floor/tiled/white,/area/ship/expe/medicaleq) +"td" = (/obj/structure/table/reinforced,/obj/machinery/alarm{frequency = 1441; pixel_y = 22},/obj/effect/floor_decal/borderfloorwhite{icon_state = "borderfloor_white"; dir = 1},/obj/effect/floor_decal/corner/paleblue/border{icon_state = "bordercolor"; dir = 1},/obj/item/weapon/storage/firstaid/toxin,/obj/item/weapon/storage/firstaid/toxin,/obj/item/weapon/storage/firstaid/toxin,/turf/simulated/floor/tiled/white,/area/ship/expe/medicaleq) +"te" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/turf/simulated/floor/tiled/white,/area/ship/expe/medicalchem) +"tf" = (/obj/machinery/smartfridge/chemistry,/turf/simulated/wall/rthull,/area/ship/expe/medicalchem) +"tg" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/turf/simulated/floor/tiled/white,/area/ship/expe/medicalmain) +"th" = (/obj/machinery/atmospherics/pipe/simple/hidden/blue,/turf/simulated/floor/tiled/techfloor,/area/ship/expe/maintenance1) +"ti" = (/obj/structure/cable{d1 = 2; d2 = 4; icon_state = "2-4"},/obj/machinery/atmospherics/pipe/simple/hidden/blue{icon_state = "intact"; dir = 5},/turf/simulated/floor/tiled/techfloor,/area/ship/expe/maintenance1) +"tj" = (/obj/structure/cable{icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/hidden/blue{icon_state = "intact"; dir = 8},/turf/simulated/floor/tiled/techfloor,/area/ship/expe/maintenance1) +"tk" = (/obj/structure/cable{icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/hidden/blue{icon_state = "intact"; dir = 9},/turf/simulated/floor/tiled/techfloor,/area/ship/expe/maintenance1) +"tl" = (/obj/structure/cable{icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/hidden/blue{icon_state = "intact"; dir = 10},/turf/simulated/floor/tiled/techfloor,/area/ship/expe/maintenance2) +"tm" = (/obj/machinery/body_scanconsole{icon_state = "scanner_terminal_off"; dir = 4},/turf/simulated/floor/tiled/white,/area/ship/expe/medicalmain) +"tn" = (/obj/machinery/bodyscanner{icon_state = "scanner_open"; dir = 8},/turf/simulated/floor/tiled/white,/area/ship/expe/medicalmain) +"to" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/turf/simulated/floor/tiled/white,/area/ship/expe/medicaleq) +"tp" = (/obj/machinery/access_button/airlock_exterior{pixel_x = -1; pixel_y = 25},/turf/space,/area/space) +"tq" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/effect/floor_decal/borderfloorwhite{icon_state = "borderfloor_white"; dir = 5},/obj/effect/floor_decal/corner/paleblue/border{icon_state = "bordercolor"; dir = 5},/obj/structure/closet/crate,/obj/item/weapon/storage/box/bloodpacks,/obj/item/weapon/storage/box/backup_kit,/obj/item/weapon/storage/box/gloves,/turf/simulated/floor/tiled/white,/area/ship/expe/medicaleq) +"tr" = (/obj/structure/table/reinforced,/obj/machinery/chemical_dispenser/biochemistry,/turf/simulated/floor/tiled/white,/area/ship/expe/medicalchem) +"ts" = (/obj/effect/overmap/visitable/ship/vespa{fore_dir = 4},/turf/space,/area/space) +"tt" = (/obj/effect/floor_decal/techfloor{icon_state = "techfloor_edges"; dir = 8},/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{icon_state = "intact-scrubbers"; dir = 6},/obj/machinery/atmospherics/pipe/simple/hidden/supply{icon_state = "intact-supply"; dir = 6},/obj/machinery/door/firedoor/glass/hidden{icon_state = "door_open"; dir = 8},/turf/simulated/floor/tiled/techfloor,/area/ship/expe/corridor4) +"tu" = (/obj/machinery/alarm{frequency = 1441; pixel_y = 22},/obj/structure/table/woodentable,/obj/item/weapon/soap/nanotrasen,/turf/simulated/floor/tiled/techfloor,/area/ship/expe/cabin6) +"tv" = (/obj/structure/closet/firecloset/full,/turf/simulated/floor/tiled/techfloor,/area/ship/expe/maintenance1) +"tw" = (/obj/structure/cable{d1 = 2; d2 = 4; icon_state = "2-4"},/turf/simulated/floor/tiled/white,/area/ship/expe/medicalmain) +"tx" = (/obj/machinery/sleeper{icon_state = "sleeper_0"; dir = 8},/obj/structure/cable{icon_state = "4-8"},/turf/simulated/floor/tiled/white,/area/ship/expe/medicalmain) +"ty" = (/obj/machinery/sleep_console,/obj/structure/cable{icon_state = "4-8"},/turf/simulated/floor/tiled/white,/area/ship/expe/medicalmain) +"tz" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{icon_state = "intact-scrubbers"; dir = 5},/obj/machinery/atmospherics/pipe/simple/hidden/supply{icon_state = "intact-supply"; dir = 5},/obj/structure/cable{icon_state = "4-8"},/obj/structure/cable{d1 = 1; d2 = 4; icon_state = "1-4"},/turf/simulated/floor/tiled/white,/area/ship/expe/medicalmain) +"tA" = (/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{icon_state = "map-scrubbers"; dir = 1},/obj/machinery/atmospherics/pipe/manifold/hidden/supply{dir = 1},/obj/structure/cable{icon_state = "4-8"},/obj/structure/cable{d1 = 2; d2 = 4; icon_state = "2-4"},/turf/simulated/floor/tiled/white,/area/ship/expe/medicalmain) +"tB" = (/obj/machinery/atmospherics/unary/vent_scrubber/on,/obj/effect/floor_decal/borderfloorblack{icon_state = "borderfloor_black"; dir = 1},/obj/effect/floor_decal/corner/yellow/border{icon_state = "bordercolor"; dir = 1},/obj/structure/closet/walllocker/emerglocker/north,/turf/simulated/floor/tiled/techfloor,/area/ship/expe/engineeringequipment) +"tC" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply{icon_state = "intact-supply"; dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{icon_state = "intact-scrubbers"; dir = 4},/obj/effect/floor_decal/techfloor{icon_state = "techfloor_edges"; dir = 1},/obj/structure/closet/walllocker/emerglocker/north,/turf/simulated/floor/tiled/techfloor,/area/ship/expe/corridor1) +"tD" = (/obj/effect/floor_decal/borderfloorwhite{icon_state = "borderfloor_white"; dir = 8},/obj/effect/floor_decal/corner/paleblue/border{icon_state = "bordercolor"; dir = 8},/turf/simulated/floor/tiled/white,/area/ship/expe/medicalchem) +"tE" = (/obj/structure/cable{icon_state = "4-8"},/obj/effect/floor_decal/techfloor,/obj/machinery/firealarm{pixel_y = -26},/turf/simulated/floor/tiled/techfloor,/area/ship/expe/corridor2) +"tF" = (/obj/structure/cable{icon_state = "4-8"},/obj/effect/floor_decal/techfloor,/obj/machinery/firealarm{pixel_y = -26},/turf/simulated/floor/tiled/techfloor,/area/ship/expe/corridor5) +"tG" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply{icon_state = "intact-supply"; dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{icon_state = "intact-scrubbers"; dir = 4},/obj/effect/floor_decal/techfloor{icon_state = "techfloor_edges"; dir = 1},/obj/machinery/light{dir = 1},/turf/simulated/floor/tiled/techfloor,/area/ship/expe/corridor2) +"tH" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply{icon_state = "intact-supply"; dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{icon_state = "intact-scrubbers"; dir = 4},/obj/effect/floor_decal/techfloor{icon_state = "techfloor_edges"; dir = 1},/obj/machinery/light{dir = 1},/turf/simulated/floor/tiled/techfloor,/area/ship/expe/corridor5) +"tI" = (/obj/machinery/door/airlock/medical,/obj/machinery/door/firedoor/glass,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{icon_state = "intact-supply"; dir = 4},/obj/structure/cable{icon_state = "4-8"},/turf/simulated/floor/tiled/white,/area/ship/expe/medicaleq) +"tJ" = (/obj/machinery/atmospherics/unary/vent_pump/on,/obj/effect/floor_decal/techfloor{icon_state = "techfloor_edges"; dir = 1},/obj/machinery/light{dir = 1},/turf/simulated/floor/tiled/techfloor,/area/ship/expe/corridor4) +"tK" = (/obj/effect/floor_decal/techfloor{icon_state = "techfloor_edges"; dir = 1},/obj/machinery/light{dir = 1},/turf/simulated/floor/tiled/techfloor,/area/ship/expe/corridor4) +"tL" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{icon_state = "intact-supply"; dir = 4},/obj/structure/cable{d1 = 1; d2 = 4; icon_state = "1-4"},/obj/effect/floor_decal/borderfloorwhite{icon_state = "borderfloor_white"; dir = 4},/obj/effect/floor_decal/corner/paleblue/border{icon_state = "bordercolor"; dir = 4},/turf/simulated/floor/tiled/white,/area/ship/expe/medicalchem) +"tM" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{icon_state = "intact-supply"; dir = 4},/obj/structure/cable{icon_state = "2-8"},/turf/simulated/floor/tiled/white,/area/ship/expe/medicaleq) +"tN" = (/obj/machinery/light{dir = 4},/turf/simulated/floor/tiled/techfloor,/area/ship/expe/maintenance2) +"tO" = (/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers,/obj/machinery/atmospherics/pipe/manifold/hidden/supply{dir = 1},/turf/simulated/floor/tiled/white,/area/ship/expe/medicaleq) +"tP" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{icon_state = "intact-supply"; dir = 4},/obj/structure/cable{icon_state = "4-8"},/obj/effect/floor_decal/borderfloorwhite{icon_state = "borderfloor_white"; dir = 8},/obj/effect/floor_decal/corner/paleblue/border{icon_state = "bordercolor"; dir = 8},/turf/simulated/floor/tiled/white,/area/ship/expe/medicalmain) +"tQ" = (/obj/effect/floor_decal/borderfloorwhite{icon_state = "borderfloor_white"; dir = 4},/obj/effect/floor_decal/corner/paleblue/border{icon_state = "bordercolor"; dir = 4},/turf/simulated/floor/tiled/white,/area/ship/expe/medicalmain) +"tR" = (/obj/machinery/atmospherics/unary/vent_scrubber/on,/obj/structure/closet/walllocker/emerglocker/north,/turf/simulated/floor/tiled/techfloor,/area/shuttle/vespaboat) +"tS" = (/obj/machinery/atmospherics/unary/vent_scrubber/on{dir = 4},/turf/simulated/floor/tiled/white,/area/ship/expe/medicalchem) +"tT" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{icon_state = "intact-scrubbers"; dir = 9},/obj/machinery/atmospherics/pipe/simple/hidden/supply,/turf/simulated/floor/tiled/white,/area/ship/expe/medicalchem) +"tU" = (/obj/structure/table/reinforced,/obj/effect/floor_decal/borderfloorwhite{icon_state = "borderfloor_white"; dir = 8},/obj/effect/floor_decal/corner/paleblue/border{icon_state = "bordercolor"; dir = 8},/obj/item/weapon/storage/firstaid/fire,/obj/item/weapon/storage/firstaid/fire,/turf/simulated/floor/tiled/white,/area/ship/expe/medicaleq) +"tV" = (/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/turf/simulated/floor/tiled/white,/area/ship/expe/medicalmain) +"tW" = (/obj/effect/floor_decal/borderfloorblack{icon_state = "borderfloor_black"; dir = 10},/obj/effect/floor_decal/corner/purple/border{icon_state = "bordercolor"; dir = 10},/obj/structure/table/steel_reinforced,/turf/simulated/floor/tiled/techfloor,/area/ship/expe/expedition) +"tX" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/turf/simulated/floor/tiled/white,/area/ship/expe/medicalmain) +"tY" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/effect/floor_decal/borderfloorwhite{icon_state = "borderfloor_white"; dir = 4},/obj/effect/floor_decal/corner/paleblue/border{icon_state = "bordercolor"; dir = 4},/turf/simulated/floor/tiled/white,/area/ship/expe/medicaleq) +"tZ" = (/obj/structure/closet/secure_closet/medical1,/obj/effect/floor_decal/borderfloorwhite{icon_state = "borderfloor_white"; dir = 8},/obj/effect/floor_decal/corner/paleblue/border{icon_state = "bordercolor"; dir = 8},/turf/simulated/floor/tiled/white,/area/ship/expe/medicalchem) +"ua" = (/obj/structure/cable{icon_state = "1-8"},/turf/simulated/floor/tiled/white,/area/ship/expe/medicaleq) +"ub" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply,/turf/simulated/floor/tiled/white,/area/ship/expe/medicaleq) +"uc" = (/obj/structure/sign/chemistry,/turf/simulated/wall/rthull,/area/ship/expe/medicalchem) +"ud" = (/obj/structure/sign/department/eng,/turf/simulated/wall/rthull,/area/ship/expe/engineeringpower) +"ue" = (/obj/effect/floor_decal/borderfloorwhite{icon_state = "borderfloor_white"; dir = 4},/obj/effect/floor_decal/corner/paleblue/border{icon_state = "bordercolor"; dir = 4},/turf/simulated/floor/tiled/white,/area/ship/expe/medicalchem) +"uf" = (/obj/effect/floor_decal/borderfloorblack{icon_state = "borderfloor_black"; dir = 9},/obj/effect/floor_decal/corner/purple/border{icon_state = "bordercolor"; dir = 9},/obj/structure/closet,/obj/item/weapon/cell/high,/obj/item/weapon/cell/high,/turf/simulated/floor/tiled/techfloor,/area/ship/expe/expedition) +"ug" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply,/turf/simulated/floor/tiled/white,/area/ship/expe/medicalchem) +"uh" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/effect/floor_decal/corner/blue/border{icon_state = "bordercolor"; dir = 8},/obj/structure/closet/walllocker/emerglocker/west,/turf/simulated/floor/tiled/techfloor,/area/ship/expe/captqua) +"ui" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply{icon_state = "intact-supply"; dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{icon_state = "intact-scrubbers"; dir = 4},/obj/effect/floor_decal/techfloor{icon_state = "techfloor_edges"; dir = 1},/obj/structure/closet/walllocker/emerglocker/north,/turf/simulated/floor/tiled/techfloor,/area/ship/expe/corridor5) +"uj" = (/obj/machinery/atmospherics/unary/vent_pump/on{dir = 1},/turf/simulated/floor/tiled/techfloor,/area/shuttle/vespaboat) +"uk" = (/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/turf/space,/area/space) +"ul" = (/obj/structure/closet/walllocker/emerglocker/east,/turf/simulated/floor/tiled/techfloor,/area/ship/expe/corridor2) +"um" = (/obj/structure/cable{icon_state = "4-8"},/obj/effect/floor_decal/techfloor,/obj/structure/closet/walllocker/emerglocker/south,/turf/simulated/floor/tiled/techfloor,/area/ship/expe/corridor2) +"un" = (/obj/machinery/atmospherics/unary/vent_scrubber/on{dir = 1},/obj/structure/cable{icon_state = "4-8"},/obj/effect/floor_decal/techfloor,/obj/structure/closet/walllocker/emerglocker/south,/turf/simulated/floor/tiled/techfloor,/area/ship/expe/corridor2) +"uo" = (/obj/effect/floor_decal/borderfloorwhite{icon_state = "borderfloor_white"; dir = 8},/obj/effect/floor_decal/corner/paleblue/border{icon_state = "bordercolor"; dir = 8},/turf/simulated/floor/tiled/white,/area/ship/expe/medicalmain) +"up" = (/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/structure/cable{icon_state = "2-8"},/turf/simulated/floor/tiled/white,/area/ship/expe/medicalmain) +"uq" = (/obj/structure/cable{d2 = 8; icon_state = "0-8"},/turf/space,/area/space) +"ur" = (/obj/machinery/atmospherics/unary/vent_scrubber/on{dir = 4},/turf/simulated/floor/tiled/white,/area/ship/expe/medicalmain) +"us" = (/obj/structure/cable{d1 = 2; d2 = 4; icon_state = "2-4"},/turf/space,/area/space) +"ut" = (/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{icon_state = "map-scrubbers"; dir = 4},/obj/machinery/atmospherics/pipe/manifold/hidden/supply{dir = 8},/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/turf/simulated/floor/tiled/white,/area/ship/expe/medicalmain) +"uu" = (/obj/structure/table/reinforced,/obj/machinery/chemical_dispenser,/obj/effect/floor_decal/borderfloorwhite{icon_state = "borderfloor_white"; dir = 8},/obj/effect/floor_decal/corner/paleblue/border{icon_state = "bordercolor"; dir = 8},/turf/simulated/floor/tiled/white,/area/ship/expe/medicalchem) +"uv" = (/obj/machinery/atmospherics/unary/vent_pump/on{dir = 1},/turf/simulated/floor/tiled/white,/area/ship/expe/medicaleq) +"uw" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/effect/floor_decal/borderfloorwhite{icon_state = "borderfloor_white"; dir = 4},/obj/effect/floor_decal/corner/paleblue/border{icon_state = "bordercolor"; dir = 4},/obj/structure/table/reinforced,/obj/item/weapon/soap/syndie,/turf/simulated/floor/tiled/white,/area/ship/expe/medicaleq) +"ux" = (/obj/machinery/atmospherics/pipe/manifold/hidden/supply{icon_state = "map-supply"; dir = 4},/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{icon_state = "map-scrubbers"; dir = 4},/obj/machinery/light{dir = 4; icon_state = "tube1"},/obj/effect/floor_decal/techfloor{icon_state = "techfloor_edges"; dir = 4},/obj/machinery/door/firedoor/glass/hidden,/turf/simulated/floor/tiled/techfloor,/area/ship/expe/corridor4) +"uy" = (/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{icon_state = "map-scrubbers"; dir = 1},/obj/machinery/atmospherics/pipe/manifold/hidden/supply{dir = 1},/obj/structure/cable{icon_state = "4-8"},/obj/effect/floor_decal/borderfloorwhite{icon_state = "borderfloor_white"; dir = 4},/obj/effect/floor_decal/corner/paleblue/border{icon_state = "bordercolor"; dir = 4},/turf/simulated/floor/tiled/white,/area/ship/expe/medicalmain) +"uz" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{icon_state = "intact-supply"; dir = 4},/obj/structure/cable{icon_state = "4-8"},/obj/effect/floor_decal/borderfloorwhite{icon_state = "borderfloor_white"; dir = 8},/obj/effect/floor_decal/corner/paleblue/border{icon_state = "bordercolor"; dir = 8},/turf/simulated/floor/tiled/white,/area/ship/expe/medicaleq) +"uA" = (/obj/structure/table/reinforced,/obj/effect/floor_decal/borderfloorwhite{icon_state = "borderfloor_white"; dir = 8},/obj/effect/floor_decal/corner/paleblue/border{icon_state = "bordercolor"; dir = 8},/obj/item/weapon/storage/firstaid/adv,/obj/item/weapon/storage/firstaid/adv,/turf/simulated/floor/tiled/white,/area/ship/expe/medicaleq) +"uB" = (/obj/machinery/chem_master,/obj/effect/floor_decal/borderfloorwhite{icon_state = "borderfloor_white"; dir = 8},/obj/effect/floor_decal/corner/paleblue/border{icon_state = "bordercolor"; dir = 8},/turf/simulated/floor/tiled/white,/area/ship/expe/medicalchem) +"uC" = (/obj/effect/floor_decal/borderfloorblack{icon_state = "borderfloor_black"; dir = 8},/obj/effect/floor_decal/corner/mauve/border{icon_state = "bordercolor"; dir = 8},/obj/machinery/light{dir = 8},/turf/simulated/floor/tiled/steel,/area/shuttle/vespaboat) +"uD" = (/obj/structure/grille,/obj/structure/window/reinforced/full,/turf/simulated/floor/tiled/white,/area/ship/expe/medicalchem) +"uE" = (/obj/structure/table/reinforced,/obj/machinery/door/window/southright,/obj/machinery/door/window/northright,/turf/simulated/floor/tiled/white,/area/ship/expe/medicalchem) +"uF" = (/obj/machinery/door/airlock/glass_medical,/obj/machinery/door/firedoor/glass,/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/turf/simulated/floor/tiled/white,/area/ship/expe/medicalmain) +"uG" = (/turf/simulated/wall/rthull,/area/ship/expe/medicalsur) +"uH" = (/obj/machinery/door/airlock/multi_tile/glass{icon_state = "door_closed"; dir = 8},/obj/machinery/door/firedoor/glass,/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/turf/simulated/floor/tiled/white,/area/ship/expe/corridor2) +"uI" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply{icon_state = "intact-supply"; dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{icon_state = "intact-scrubbers"; dir = 4},/obj/effect/floor_decal/techfloor{icon_state = "techfloor_edges"; dir = 1},/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/turf/simulated/floor/tiled/techfloor,/area/ship/expe/corridor2) +"uJ" = (/obj/machinery/atmospherics/unary/vent_pump/on{dir = 4},/obj/effect/floor_decal/borderfloorblack{icon_state = "borderfloor_black"; dir = 8},/obj/effect/floor_decal/corner/mauve/border{icon_state = "bordercolor"; dir = 8},/turf/simulated/floor/tiled/steel,/area/shuttle/vespaboat) +"uK" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 4},/turf/simulated/floor/tiled/steel,/area/shuttle/vespaboat) +"uL" = (/obj/structure/cable{icon_state = "4-8"},/obj/effect/floor_decal/techfloor,/obj/structure/cable{icon_state = "1-8"},/turf/simulated/floor/tiled/techfloor,/area/ship/expe/corridor2) +"uM" = (/obj/structure/cable{icon_state = "4-8"},/turf/space,/area/space) +"uN" = (/obj/machinery/door/airlock/medical,/obj/machinery/door/firedoor/glass,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/turf/simulated/floor/tiled/white,/area/ship/expe/medicalsur) +"uO" = (/obj/machinery/door/airlock/medical,/obj/machinery/door/firedoor/glass,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/turf/simulated/floor/tiled/white,/area/ship/expe/medical1) +"uP" = (/obj/structure/closet/walllocker/emerglocker/north,/turf/simulated/floor/tiled/techfloor,/area/ship/expe/armoury) +"uQ" = (/obj/machinery/power/apc{dir = 1; name = "north bump"; pixel_x = 0; pixel_y = 32},/obj/machinery/power/terminal{icon_state = "term"; dir = 1},/obj/structure/cable{d2 = 2; icon_state = "0-2"; pixel_y = 0},/turf/simulated/floor/tiled/techfloor,/area/ship/expe/armoury) +"uR" = (/obj/machinery/atmospherics/unary/vent_scrubber/on{dir = 4},/obj/effect/floor_decal/borderfloorblack{icon_state = "borderfloor_black"; dir = 8},/obj/effect/floor_decal/corner/mauve/border{icon_state = "bordercolor"; dir = 8},/turf/simulated/floor/tiled/steel,/area/shuttle/vespaboat) +"uS" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/turf/simulated/floor/tiled/steel,/area/shuttle/vespaboat) +"uT" = (/obj/machinery/firealarm{pixel_x = -31; pixel_y = -1},/obj/effect/floor_decal/borderfloorwhite{icon_state = "borderfloor_white"; dir = 8},/obj/effect/floor_decal/corner/paleblue/border{icon_state = "bordercolor"; dir = 8},/turf/simulated/floor/tiled/white,/area/ship/expe/medicalmain) +"uU" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/effect/floor_decal/borderfloorwhite{icon_state = "borderfloor_white"; dir = 4},/obj/effect/floor_decal/corner/paleblue/border{icon_state = "bordercolor"; dir = 4},/turf/simulated/floor/tiled/white,/area/ship/expe/medicalmain) +"uV" = (/obj/machinery/power/apc{dir = 8; name = "west bump"; pixel_x = -24},/obj/machinery/power/terminal{dir = 8},/obj/structure/cable{icon_state = "0-4"; d2 = 4},/obj/effect/floor_decal/borderfloorwhite{icon_state = "borderfloor_white"; dir = 8},/obj/effect/floor_decal/corner/paleblue/border{icon_state = "bordercolor"; dir = 8},/turf/simulated/floor/tiled/white,/area/ship/expe/medicaleq) +"uW" = (/obj/effect/floor_decal/borderfloorwhite{icon_state = "borderfloor_white"; dir = 4},/obj/effect/floor_decal/corner/paleblue/border{icon_state = "bordercolor"; dir = 4},/turf/simulated/floor/tiled/white,/area/ship/expe/medicaleq) +"uX" = (/obj/structure/table/reinforced,/obj/machinery/reagentgrinder,/obj/effect/floor_decal/borderfloorwhite{icon_state = "borderfloor_white"; dir = 8},/obj/effect/floor_decal/corner/paleblue/border{icon_state = "bordercolor"; dir = 8},/turf/simulated/floor/tiled/white,/area/ship/expe/medicalchem) +"uY" = (/obj/effect/floor_decal/borderfloorblack,/obj/effect/floor_decal/corner/mauve/border,/obj/structure/cable{d1 = 2; d2 = 4; icon_state = "2-4"},/turf/simulated/floor/tiled/steel,/area/shuttle/vespaboat) +"uZ" = (/obj/machinery/power/apc{dir = 8; name = "west bump"; pixel_x = -24},/obj/machinery/power/terminal{dir = 8},/obj/structure/cable{icon_state = "0-4"; d2 = 4},/obj/effect/floor_decal/borderfloorwhite{icon_state = "borderfloor_white"; dir = 8},/obj/effect/floor_decal/corner/paleblue/border{icon_state = "bordercolor"; dir = 8},/turf/simulated/floor/tiled/white,/area/ship/expe/medicalmain) +"va" = (/obj/machinery/firealarm{pixel_x = -28},/obj/effect/floor_decal/borderfloorwhite{icon_state = "borderfloor_white"; dir = 8},/obj/effect/floor_decal/corner/paleblue/border{icon_state = "bordercolor"; dir = 8},/turf/simulated/floor/tiled/white,/area/ship/expe/medicaleq) +"vb" = (/obj/machinery/power/port_gen/pacman,/obj/structure/cable,/turf/simulated/floor,/area/shuttle/vespaboat) +"vc" = (/obj/structure/table/reinforced,/obj/effect/floor_decal/borderfloorwhite{icon_state = "borderfloor_white"; dir = 4},/obj/effect/floor_decal/corner/paleblue/border{icon_state = "bordercolor"; dir = 4},/obj/item/weapon/storage/box/pillbottles,/turf/simulated/floor/tiled/white,/area/ship/expe/medicalchem) +"vd" = (/obj/machinery/atmospherics/unary/vent_pump/on{dir = 4},/obj/effect/floor_decal/borderfloorwhite,/obj/effect/floor_decal/corner/paleblue/border,/turf/simulated/floor/tiled/white,/area/ship/expe/medicalchem) +"ve" = (/obj/machinery/atmospherics/pipe/simple/hidden/blue{icon_state = "intact"; dir = 5},/obj/structure/dispenser/phoron,/turf/simulated/floor/tiled/techfloor,/area/ship/expe/sm) +"vf" = (/obj/machinery/atmospherics/pipe/simple/hidden/blue{icon_state = "intact"; dir = 5},/obj/structure/cable{icon_state = "1-8"},/turf/simulated/floor/tiled/techfloor,/area/ship/expe/sm) +"vg" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply{icon_state = "intact-supply"; dir = 9},/obj/effect/floor_decal/borderfloorwhite,/obj/effect/floor_decal/corner/paleblue/border,/turf/simulated/floor/tiled/white,/area/ship/expe/medicalchem) +"vh" = (/obj/structure/table/reinforced,/obj/effect/floor_decal/borderfloorwhite{icon_state = "borderfloor_white"; dir = 4},/obj/effect/floor_decal/corner/paleblue/border{icon_state = "bordercolor"; dir = 4},/obj/item/weapon/storage/box/syringes,/turf/simulated/floor/tiled/white,/area/ship/expe/medicalchem) +"vi" = (/obj/structure/table/reinforced,/obj/item/weapon/reagent_containers/dropper,/obj/item/weapon/reagent_containers/glass/beaker/large,/obj/item/weapon/reagent_containers/glass/beaker/large,/turf/simulated/floor/tiled/white,/area/ship/expe/medicalchem) +"vj" = (/obj/effect/floor_decal/borderfloorwhite{icon_state = "borderfloor_white"; dir = 10},/obj/effect/floor_decal/corner/paleblue/border{icon_state = "bordercolor"; dir = 10},/turf/simulated/floor/tiled/white,/area/ship/expe/medicalmain) +"vk" = (/obj/effect/shuttle_landmark{base_area = /area/space; base_turf = /turf/space; landmark_tag = "HPV_starboard"; name = "starboard of Vespa"},/turf/space,/area/space) +"vl" = (/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/effect/floor_decal/borderfloorwhite,/obj/effect/floor_decal/corner/paleblue/border,/turf/simulated/floor/tiled/white,/area/ship/expe/medicalmain) +"vm" = (/obj/structure/table/reinforced,/obj/machinery/recharger,/obj/effect/floor_decal/borderfloorwhite,/obj/effect/floor_decal/corner/paleblue/border,/turf/simulated/floor/tiled/white,/area/ship/expe/medicalmain) +"vn" = (/obj/structure/table/reinforced,/obj/effect/floor_decal/borderfloorwhite,/obj/effect/floor_decal/corner/paleblue/border,/turf/simulated/floor/tiled/white,/area/ship/expe/medicalmain) +"vo" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/effect/floor_decal/borderfloorwhite,/obj/effect/floor_decal/corner/paleblue/border,/turf/simulated/floor/tiled/white,/area/ship/expe/medicalmain) +"vp" = (/turf/simulated/wall/rthull,/area/ship/expe/medical1) +"vq" = (/turf/simulated/floor/tiled/techfloor,/area/ship/expe/armoury) +"vr" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/effect/floor_decal/borderfloorwhite{icon_state = "borderfloor_white"; dir = 6},/obj/effect/floor_decal/corner/paleblue/border{icon_state = "bordercolor"; dir = 6},/turf/simulated/floor/tiled/white,/area/ship/expe/medicalmain) +"vs" = (/turf/simulated/floor,/area/shuttle/vespaboat) +"vt" = (/obj/structure/cable{icon_state = "4-8"},/turf/simulated/floor/tiled/white,/area/ship/expe/medical) +"vu" = (/obj/structure/cable{icon_state = "4-8"},/obj/structure/cable{icon_state = "2-8"},/turf/simulated/floor/tiled/white,/area/ship/expe/medical) +"vv" = (/obj/structure/closet/secure_closet/medical3,/obj/effect/floor_decal/borderfloorwhite{icon_state = "borderfloor_white"; dir = 10},/obj/effect/floor_decal/corner/paleblue/border{icon_state = "bordercolor"; dir = 10},/turf/simulated/floor/tiled/white,/area/ship/expe/medicaleq) +"vw" = (/obj/structure/closet/secure_closet/medical3,/obj/effect/floor_decal/borderfloorwhite,/obj/effect/floor_decal/corner/paleblue/border,/turf/simulated/floor/tiled/white,/area/ship/expe/medicaleq) +"vx" = (/obj/structure/cable{icon_state = "2-8"},/turf/space,/area/space) +"vy" = (/obj/structure/lattice,/turf/space,/area/ship/expe/engines) +"vz" = (/obj/structure/cable{d1 = 1; d2 = 4; icon_state = "1-4"},/turf/space,/area/space) +"vA" = (/obj/structure/cable{icon_state = "1-8"},/turf/space,/area/space) +"vB" = (/turf/simulated/floor/tiled/white,/area/ship/expe/medicalsur) +"vC" = (/obj/structure/closet/secure_closet/medical3,/obj/effect/floor_decal/borderfloorwhite{icon_state = "borderfloor_white"; dir = 6},/obj/effect/floor_decal/corner/paleblue/border{icon_state = "bordercolor"; dir = 6},/turf/simulated/floor/tiled/white,/area/ship/expe/medicaleq) +"vD" = (/obj/machinery/atmospherics/unary/vent_pump/on{dir = 8},/turf/simulated/floor/tiled/white,/area/ship/expe/medical1) +"vE" = (/turf/simulated/floor/tiled/white,/area/ship/expe/medical1) +"vF" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/structure/cable{d1 = 2; d2 = 4; icon_state = "2-4"},/turf/simulated/floor/tiled/techfloor,/area/ship/expe/armoury) +"vG" = (/obj/structure/cable{icon_state = "4-8"},/obj/structure/cable{d1 = 1; d2 = 4; icon_state = "1-4"},/turf/simulated/floor/tiled/techfloor,/area/ship/expe/maintenancerim) +"vH" = (/obj/structure/cable{icon_state = "4-8"},/turf/simulated/wall/rthull,/area/ship/expe/maintenancerim) +"vI" = (/obj/machinery/atmospherics/pipe/simple/hidden/green{icon_state = "intact"; dir = 5},/turf/simulated/floor/tiled/techfloor,/area/ship/expe/maintenancerim) +"vJ" = (/obj/machinery/atmospherics/pipe/manifold/hidden/green{icon_state = "map"; dir = 1},/turf/simulated/floor/tiled/techfloor,/area/ship/expe/maintenancerim) +"vK" = (/obj/machinery/atmospherics/pipe/simple/hidden/green,/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/turf/simulated/floor/tiled/techfloor,/area/ship/expe/maintenancerim) +"vL" = (/obj/machinery/holoplant,/obj/effect/floor_decal/borderfloorwhite{icon_state = "borderfloor_white"; dir = 9},/obj/effect/floor_decal/corner/paleblue/border{icon_state = "bordercolor"; dir = 9},/turf/simulated/floor/tiled/white,/area/ship/expe/medical) +"vM" = (/obj/effect/floor_decal/borderfloorwhite{icon_state = "borderfloor_white"; dir = 1},/obj/effect/floor_decal/corner/paleblue/border{icon_state = "bordercolor"; dir = 1},/turf/simulated/floor/tiled/white,/area/ship/expe/medical) +"vN" = (/obj/machinery/atmospherics/pipe/simple/hidden/blue{icon_state = "intact"; dir = 10},/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/light{dir = 4},/turf/simulated/floor/tiled/techfloor,/area/ship/expe/sm) +"vO" = (/obj/machinery/light{dir = 1},/turf/simulated/floor/tiled/techfloor,/area/ship/expe/sm) +"vP" = (/obj/machinery/firealarm{pixel_x = 0; pixel_y = 31},/obj/structure/bed/chair,/obj/effect/floor_decal/borderfloorwhite{icon_state = "borderfloor_white"; dir = 1},/obj/effect/floor_decal/corner/paleblue/border{icon_state = "bordercolor"; dir = 1},/turf/simulated/floor/tiled/white,/area/ship/expe/medical) +"vQ" = (/obj/structure/closet/walllocker/emerglocker/north,/obj/structure/bed/chair,/obj/effect/floor_decal/borderfloorwhite{icon_state = "borderfloor_white"; dir = 1},/obj/effect/floor_decal/corner/paleblue/border{icon_state = "bordercolor"; dir = 1},/turf/simulated/floor/tiled/white,/area/ship/expe/medical) +"vR" = (/obj/structure/closet/secure_closet/medical_wall{pixel_x = 0; pixel_y = 32; req_access = ""; req_one_access = ""},/obj/structure/bed/chair,/obj/effect/floor_decal/borderfloorwhite{icon_state = "borderfloor_white"; dir = 1},/obj/effect/floor_decal/corner/paleblue/border{icon_state = "bordercolor"; dir = 1},/turf/simulated/floor/tiled/white,/area/ship/expe/medical) +"vS" = (/obj/machinery/alarm{frequency = 1441; pixel_y = 22},/obj/structure/bed/chair,/obj/effect/floor_decal/borderfloorwhite{icon_state = "borderfloor_white"; dir = 1},/obj/effect/floor_decal/corner/paleblue/border{icon_state = "bordercolor"; dir = 1},/turf/simulated/floor/tiled/white,/area/ship/expe/medical) +"vT" = (/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/effect/floor_decal/borderfloorwhite{icon_state = "borderfloor_white"; dir = 5},/obj/effect/floor_decal/corner/paleblue/border{icon_state = "bordercolor"; dir = 5},/turf/simulated/floor/tiled/white,/area/ship/expe/medical) +"vU" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/door/airlock/hatch{req_access = ""; req_one_access = ""},/turf/simulated/floor/tiled/techfloor,/area/ship/expe/corridor2) +"vV" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply{icon_state = "intact-supply"; dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{icon_state = "intact-scrubbers"; dir = 4},/obj/structure/cable{icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/hidden/blue{icon_state = "intact"; dir = 8},/obj/machinery/door/airlock/engineering{req_one_access = ""},/turf/simulated/floor/tiled/techfloor,/area/ship/expe/sm) +"vW" = (/obj/machinery/atmospherics/pipe/simple/hidden/blue{icon_state = "intact"; dir = 5},/turf/simulated/wall/r_lead,/area/ship/expe/sm) +"vX" = (/obj/machinery/atmospherics/pipe/simple/hidden/blue{icon_state = "intact"; dir = 8},/obj/machinery/door/airlock/engineering{req_one_access = ""},/turf/simulated/floor/tiled/techfloor,/area/ship/expe/sm) +"vY" = (/obj/machinery/atmospherics/pipe/simple/hidden/blue{icon_state = "intact"; dir = 8},/obj/structure/cable{icon_state = "4-8"},/obj/machinery/door/airlock/engineering{req_one_access = ""},/turf/simulated/floor/tiled/techfloor,/area/ship/expe/sm) +"vZ" = (/obj/structure/sign/department/engine,/turf/simulated/wall/r_lead,/area/ship/expe/sm) +"wa" = (/obj/machinery/atmospherics/unary/vent_scrubber/on{dir = 1},/obj/machinery/firealarm{pixel_y = -26},/obj/structure/closet/firecloset/full,/turf/simulated/floor/tiled/techfloor,/area/ship/expe/hangarcontrol) +"wb" = (/obj/machinery/light{dir = 1},/obj/effect/floor_decal/borderfloorblack{icon_state = "borderfloor_black"; dir = 1},/obj/effect/floor_decal/corner/yellow/border{icon_state = "bordercolor"; dir = 1},/obj/structure/closet/radiation,/turf/simulated/floor/tiled/techfloor,/area/ship/expe/engineeringpower) +"wc" = (/obj/effect/floor_decal/borderfloorblack{icon_state = "borderfloor_black"; dir = 1},/obj/effect/floor_decal/corner/yellow/border{icon_state = "bordercolor"; dir = 1},/obj/structure/closet/walllocker/emerglocker/north,/obj/structure/closet/radiation,/turf/simulated/floor/tiled/techfloor,/area/ship/expe/engineeringpower) +"wd" = (/obj/structure/sign/examroom,/turf/simulated/wall/rthull,/area/ship/expe/medicalsur) +"we" = (/obj/machinery/atmospherics/unary/vent_scrubber/on{dir = 1},/obj/machinery/light,/obj/effect/floor_decal/borderfloorblack,/obj/effect/floor_decal/corner/yellow/border,/obj/structure/closet/firecloset/full,/turf/simulated/floor/tiled/techfloor,/area/ship/expe/engineeringequipment) +"wf" = (/obj/machinery/atmospherics/unary/vent_pump/on{dir = 1},/obj/effect/floor_decal/borderfloorblack{icon_state = "borderfloor_black"; dir = 6},/obj/effect/floor_decal/corner/yellow/border{icon_state = "bordercolor"; dir = 6},/obj/structure/closet/firecloset/full,/turf/simulated/floor/tiled/techfloor,/area/ship/expe/engineeringequipment) +"wg" = (/obj/structure/sign/department/engine,/turf/simulated/wall/r_lead,/area/ship/expe/smstorage) +"wh" = (/obj/structure/sign/department/medbay,/turf/simulated/wall/rthull,/area/ship/expe/corridor2) +"wi" = (/obj/effect/floor_decal/techfloor{icon_state = "techfloor_edges"; dir = 10},/obj/structure/closet/firecloset/full,/turf/simulated/floor/tiled/techfloor,/area/ship/expe/corridor1) +"wj" = (/obj/structure/cable{d1 = 1; d2 = 4; icon_state = "1-4"},/obj/structure/closet/firecloset/full,/turf/simulated/floor/tiled/techfloor,/area/ship/expe/maintenance2) +"wk" = (/obj/structure/closet/firecloset/full,/turf/simulated/floor/tiled/techfloor,/area/ship/expe/maintenance2) +"wl" = (/obj/structure/cable{icon_state = "2-8"},/turf/simulated/wall/r_lead,/area/ship/expe/sm) +"wm" = (/obj/structure/cable{icon_state = "4-8"},/turf/simulated/floor/tiled/techfloor,/area/ship/expe/armoury) +"wn" = (/obj/structure/cable{icon_state = "1-8"},/turf/simulated/floor/tiled/techfloor,/area/ship/expe/armoury) +"wo" = (/obj/machinery/power/rad_collector,/obj/machinery/atmospherics/pipe/simple/hidden/blue{icon_state = "intact"; dir = 8},/obj/structure/cable{d2 = 8; icon_state = "0-8"},/obj/structure/window/phoronreinforced{icon_state = "phoronrwindow"; dir = 4},/turf/simulated/floor/tiled/techfloor,/area/ship/expe/sm) +"wp" = (/obj/machinery/power/rad_collector,/obj/structure/cable,/obj/structure/window/phoronreinforced,/turf/simulated/floor/tiled/techfloor,/area/ship/expe/sm) +"wq" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{icon_state = "intact-scrubbers"; dir = 9},/obj/machinery/atmospherics/pipe/simple/hidden/supply{icon_state = "intact-supply"; dir = 9},/obj/effect/floor_decal/borderfloorwhite{icon_state = "borderfloor_white"; dir = 4},/obj/effect/floor_decal/corner/paleblue/border{icon_state = "bordercolor"; dir = 4},/obj/structure/table/reinforced,/turf/simulated/floor/tiled/white,/area/ship/expe/medicaleq) +"wr" = (/obj/structure/closet/walllocker/emerglocker/north,/obj/machinery/atmospherics/unary/vent_scrubber/on{dir = 4},/obj/structure/cable{icon_state = "4-8"},/obj/effect/floor_decal/borderfloorwhite{icon_state = "borderfloor_white"; dir = 1},/obj/effect/floor_decal/corner/paleblue/border{icon_state = "bordercolor"; dir = 1},/turf/simulated/floor/tiled/white,/area/ship/expe/medicalsur) +"ws" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{icon_state = "intact-scrubbers"; dir = 9},/obj/machinery/atmospherics/pipe/simple/hidden/supply{icon_state = "intact-supply"; dir = 5},/obj/structure/cable{icon_state = "1-8"},/obj/effect/floor_decal/borderfloorwhite{icon_state = "borderfloor_white"; dir = 1},/obj/effect/floor_decal/corner/paleblue/border{icon_state = "bordercolor"; dir = 1},/turf/simulated/floor/tiled/white,/area/ship/expe/medicalsur) +"wt" = (/obj/machinery/alarm{frequency = 1441; pixel_y = 22},/obj/machinery/atmospherics/unary/vent_pump/on{dir = 8},/obj/effect/floor_decal/borderfloorwhite{icon_state = "borderfloor_white"; dir = 1},/obj/effect/floor_decal/corner/paleblue/border{icon_state = "bordercolor"; dir = 1},/turf/simulated/floor/tiled/white,/area/ship/expe/medicalsur) +"wu" = (/obj/effect/floor_decal/borderfloorwhite{icon_state = "borderfloor_white"; dir = 4},/obj/effect/floor_decal/corner/paleblue/border{icon_state = "bordercolor"; dir = 4},/obj/structure/table/reinforced,/turf/simulated/floor/tiled/white,/area/ship/expe/medicaleq) +"wv" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/effect/floor_decal/borderfloorwhite{icon_state = "borderfloor_white"; dir = 9},/obj/effect/floor_decal/corner/paleblue/border{icon_state = "bordercolor"; dir = 9},/turf/simulated/floor/tiled/white,/area/ship/expe/medical1) +"ww" = (/obj/machinery/alarm{frequency = 1441; pixel_y = 22},/obj/effect/floor_decal/borderfloorwhite{icon_state = "borderfloor_white"; dir = 1},/obj/effect/floor_decal/corner/paleblue/border{icon_state = "bordercolor"; dir = 1},/turf/simulated/floor/tiled/white,/area/ship/expe/medical1) +"wx" = (/obj/structure/closet/walllocker/emerglocker/north,/obj/structure/bed,/obj/structure/curtain/medical,/obj/effect/floor_decal/borderfloorwhite{icon_state = "borderfloor_white"; dir = 1},/obj/effect/floor_decal/corner/paleblue/border{icon_state = "bordercolor"; dir = 1},/turf/simulated/floor/tiled/white,/area/ship/expe/medical1) +"wy" = (/obj/machinery/firealarm{pixel_x = -1; pixel_y = 30},/obj/structure/bed,/obj/structure/curtain/medical,/obj/effect/floor_decal/borderfloorwhite{icon_state = "borderfloor_white"; dir = 1},/obj/effect/floor_decal/corner/paleblue/border{icon_state = "bordercolor"; dir = 1},/turf/simulated/floor/tiled/white,/area/ship/expe/medical1) +"wz" = (/obj/structure/bed,/obj/structure/curtain/medical,/obj/effect/floor_decal/borderfloorwhite{icon_state = "borderfloor_white"; dir = 1},/obj/effect/floor_decal/corner/paleblue/border{icon_state = "bordercolor"; dir = 1},/turf/simulated/floor/tiled/white,/area/ship/expe/medical1) +"wA" = (/obj/structure/bed,/obj/structure/curtain/medical,/obj/effect/floor_decal/borderfloorwhite{icon_state = "borderfloor_white"; dir = 5},/obj/effect/floor_decal/corner/paleblue/border{icon_state = "bordercolor"; dir = 5},/turf/simulated/floor/tiled/white,/area/ship/expe/medical1) +"wB" = (/obj/structure/cable{d1 = 2; d2 = 4; icon_state = "2-4"},/obj/effect/floor_decal/borderfloorwhite{icon_state = "borderfloor_white"; dir = 8},/obj/effect/floor_decal/corner/paleblue/border{icon_state = "bordercolor"; dir = 8},/turf/simulated/floor/tiled/white,/area/ship/expe/medical) +"wC" = (/obj/structure/cable{icon_state = "1-8"},/obj/effect/floor_decal/borderfloorwhite{icon_state = "borderfloor_white"; dir = 4},/obj/effect/floor_decal/corner/paleblue/border{icon_state = "bordercolor"; dir = 4},/turf/simulated/floor/tiled/white,/area/ship/expe/medical) +"wD" = (/obj/structure/table/reinforced,/obj/effect/floor_decal/borderfloorwhite{icon_state = "borderfloor_white"; dir = 10},/obj/effect/floor_decal/corner/paleblue/border{icon_state = "bordercolor"; dir = 10},/obj/item/weapon/storage/box/beakers,/obj/item/weapon/storage/box/beakers,/turf/simulated/floor/tiled/white,/area/ship/expe/medicalchem) +"wE" = (/obj/structure/table/reinforced,/obj/effect/floor_decal/borderfloorwhite{icon_state = "borderfloor_white"; dir = 6},/obj/effect/floor_decal/corner/paleblue/border{icon_state = "bordercolor"; dir = 6},/obj/item/weapon/reagent_containers/spray/cleaner,/turf/simulated/floor/tiled/white,/area/ship/expe/medicalchem) +"wF" = (/obj/machinery/power/apc{dir = 8; name = "west bump"; pixel_x = -24},/obj/machinery/atmospherics/pipe/simple/hidden/supply{icon_state = "intact-supply"; dir = 5},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/power/terminal{dir = 8},/obj/structure/cable{icon_state = "0-4"; d2 = 4},/obj/effect/floor_decal/borderfloorwhite{icon_state = "borderfloor_white"; dir = 8},/obj/effect/floor_decal/corner/paleblue/border{icon_state = "bordercolor"; dir = 8},/turf/simulated/floor/tiled/white,/area/ship/expe/medical1) +"wG" = (/obj/effect/floor_decal/borderfloorwhite{icon_state = "borderfloor_white"; dir = 4},/obj/effect/floor_decal/corner/paleblue/border{icon_state = "bordercolor"; dir = 4},/turf/simulated/floor/tiled/white,/area/ship/expe/medical1) +"wH" = (/obj/structure/cable{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/effect/floor_decal/borderfloorwhite{icon_state = "borderfloor_white"; dir = 10},/obj/effect/floor_decal/corner/paleblue/border{icon_state = "bordercolor"; dir = 10},/turf/simulated/floor/tiled/white,/area/ship/expe/medical) +"wI" = (/obj/effect/floor_decal/borderfloorwhite,/obj/effect/floor_decal/corner/paleblue/border,/turf/simulated/floor/tiled/white,/area/ship/expe/medical) +"wJ" = (/obj/structure/bed/chair{dir = 1},/obj/effect/floor_decal/borderfloorwhite,/obj/effect/floor_decal/corner/paleblue/border,/turf/simulated/floor/tiled/white,/area/ship/expe/medical) +"wK" = (/obj/machinery/power/apc{dir = 2; name = "south bump"; pixel_y = -32},/obj/machinery/power/terminal,/obj/structure/cable,/obj/structure/bed/chair{dir = 1},/obj/effect/floor_decal/borderfloorwhite,/obj/effect/floor_decal/corner/paleblue/border,/turf/simulated/floor/tiled/white,/area/ship/expe/medical) +"wL" = (/obj/machinery/holoplant,/obj/effect/floor_decal/borderfloorwhite{icon_state = "borderfloor_white"; dir = 6},/obj/effect/floor_decal/corner/paleblue/border{icon_state = "bordercolor"; dir = 6},/turf/simulated/floor/tiled/white,/area/ship/expe/medical) +"wM" = (/obj/machinery/computer/operating{icon_state = "computer"; dir = 4},/obj/effect/floor_decal/borderfloorwhite{icon_state = "borderfloor_white"; dir = 10},/obj/effect/floor_decal/corner/paleblue/border{icon_state = "bordercolor"; dir = 10},/turf/simulated/floor/tiled/white,/area/ship/expe/medicalsur) +"wN" = (/obj/machinery/optable,/obj/machinery/oxygen_pump/anesthetic{pixel_x = -1; pixel_y = -28},/obj/effect/floor_decal/borderfloorwhite,/obj/effect/floor_decal/corner/paleblue/border,/turf/simulated/floor/tiled/white,/area/ship/expe/medicalsur) +"wO" = (/obj/effect/floor_decal/borderfloorwhite,/obj/effect/floor_decal/corner/paleblue/border,/turf/simulated/wall/rthull,/area/ship/expe/medicalsur) +"wP" = (/obj/machinery/optable,/obj/machinery/oxygen_pump/anesthetic{pixel_x = 1; pixel_y = -27},/obj/effect/floor_decal/borderfloorwhite,/obj/effect/floor_decal/corner/paleblue/border,/turf/simulated/floor/tiled/white,/area/ship/expe/medicalsur) +"wQ" = (/obj/machinery/computer/operating{icon_state = "computer"; dir = 8},/obj/effect/floor_decal/borderfloorwhite{icon_state = "borderfloor_white"; dir = 6},/obj/effect/floor_decal/corner/paleblue/border{icon_state = "bordercolor"; dir = 6},/turf/simulated/floor/tiled/white,/area/ship/expe/medicalsur) +"wR" = (/obj/machinery/atmospherics/unary/vent_scrubber/on{dir = 1},/obj/effect/floor_decal/borderfloorwhite{icon_state = "borderfloor_white"; dir = 10},/obj/effect/floor_decal/corner/paleblue/border{icon_state = "bordercolor"; dir = 10},/turf/simulated/floor/tiled/white,/area/ship/expe/medical1) +"wS" = (/obj/effect/floor_decal/borderfloorwhite,/obj/effect/floor_decal/corner/paleblue/border,/turf/simulated/floor/tiled/white,/area/ship/expe/medical1) +"wT" = (/obj/structure/bed,/obj/structure/curtain/medical,/obj/effect/floor_decal/borderfloorwhite,/obj/effect/floor_decal/corner/paleblue/border,/turf/simulated/floor/tiled/white,/area/ship/expe/medical1) +"wU" = (/obj/structure/bed,/obj/structure/curtain/medical,/obj/effect/floor_decal/borderfloorwhite{icon_state = "borderfloor_white"; dir = 6},/obj/effect/floor_decal/corner/paleblue/border{icon_state = "bordercolor"; dir = 6},/turf/simulated/floor/tiled/white,/area/ship/expe/medical1) +"wV" = (/obj/structure/table/reinforced,/obj/machinery/power/apc{dir = 8; name = "west bump"; pixel_x = -24},/obj/machinery/power/terminal{dir = 8},/obj/structure/cable{icon_state = "0-4"; d2 = 4},/obj/effect/floor_decal/borderfloorwhite{icon_state = "borderfloor_white"; dir = 9},/obj/effect/floor_decal/corner/paleblue/border{icon_state = "bordercolor"; dir = 9},/obj/item/weapon/storage/box/freezer,/turf/simulated/floor/tiled/white,/area/ship/expe/medicalsur) +"wW" = (/obj/structure/table/reinforced,/obj/effect/floor_decal/borderfloorwhite{icon_state = "borderfloor_white"; dir = 5},/obj/effect/floor_decal/corner/paleblue/border{icon_state = "bordercolor"; dir = 5},/obj/item/weapon/storage/box/freezer,/turf/simulated/floor/tiled/white,/area/ship/expe/medicalsur) +"wX" = (/obj/machinery/firealarm{pixel_x = -31; pixel_y = 0},/obj/effect/floor_decal/borderfloorwhite{icon_state = "borderfloor_white"; dir = 8},/obj/effect/floor_decal/corner/paleblue/border{icon_state = "bordercolor"; dir = 8},/obj/structure/table/reinforced,/obj/item/weapon/storage/firstaid/surgery,/turf/simulated/floor/tiled/white,/area/ship/expe/medicalsur) +"wY" = (/obj/structure/table/reinforced,/obj/effect/floor_decal/borderfloorwhite{icon_state = "borderfloor_white"; dir = 4},/obj/effect/floor_decal/corner/paleblue/border{icon_state = "bordercolor"; dir = 4},/obj/item/weapon/storage/firstaid/surgery,/turf/simulated/floor/tiled/white,/area/ship/expe/medicalsur) +"wZ" = (/obj/structure/table/reinforced,/obj/effect/floor_decal/borderfloorwhite,/obj/effect/floor_decal/corner/paleblue/border,/obj/item/weapon/storage/box/gloves,/obj/item/weapon/storage/box/masks,/obj/item/weapon/reagent_containers/spray/cleaner,/turf/simulated/floor/tiled/white,/area/ship/expe/medicalmain) +"xa" = (/obj/structure/table/reinforced,/obj/effect/floor_decal/borderfloorwhite,/obj/effect/floor_decal/corner/paleblue/border,/obj/item/weapon/storage/quickdraw/syringe_case,/turf/simulated/floor/tiled/white,/area/ship/expe/medicalmain) +"xb" = (/obj/structure/table/reinforced,/obj/item/weapon/reagent_containers/spray/sterilizine,/turf/simulated/floor/tiled/white,/area/ship/expe/medicalsur) + +(1,1,1) = {" +aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa +aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa +aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa +aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa +aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa +aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa +aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa +aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa +aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa +aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa +aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa +aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa +aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa +aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa +aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa +aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa +aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa +aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa +aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa +aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa +aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa +aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa +aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa +aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa +aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa +aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa +aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa +aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa +aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa +aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa +aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa +aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa +aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa +aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaalkaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa +aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa +aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa +aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa +aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa +aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa +aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa +aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa +aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaadadadadadadadaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa +aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaadacaeadcXcXcXaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa +aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaadadacauadagagagaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa +aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaadayauauadagagagaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa +aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaagadadayauauadagagaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa +aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaagadazayauauadagagaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa +aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaadadaBayauauadagagaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa +aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaagagadaDaEaEaEaEadagagaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa +aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaagadadaFaEaEaHaJaMdsagaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa +aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaagadaNaNaEaEaOaEadcXagaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa +aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaagagagagadaPaOaHaSaUaWadagaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa +aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaagbebebeadaXaYaZaZaEbaadagaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa +aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaagcjckbbbebcaUbdbdaWbgadagaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa +aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaagcjcrbhbebibkbkbkblbnadagaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa +aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaagcjcrbpbebraEaEaEbsbzadaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa +aaaaaaaaaaaaaaaaagagagagagagagagagagagagcjcxbhbeadadadadadbCaddvdvdvdvdvdvdvdvdvdvdvdvdvdvdvdvdvdvdvdvdvdvdvdvdvdvdvdvdvdvdvdvdvdvdvdvdvdvdvdvdvdvdvdvdvdvdvaaaaaaaaaaaiaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa +aaaaaaaaaaaaaaaaagbebebebebebebebebebebebebebDbeioauauauaubFbHcAcAcAcAeTfacAcAcAcAcAcAcAcAcAcAcAcAcAcAcAcAcAcAcAcAcAcAdvnxcAcAcAcAcAcAcAcAcAcAcAcAcAcAcAcAahahahahbIbMahavavaQaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa +aaaaaaaaaaaaaaaaagbenxbfdtdtdtdtdtdtdtdtdtdtducAcAcAcCcMcMcUvHrUddddddddvGddddddddddddddddddddddddddddddddddddddddddddePgPddddddddddddddddddddddddddddddbNahbPbQbRbSbSahbZlHaQaQaQaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa +aaaaaaaaaaaaaaaaagbecAcahehehehehehehehehehehehehehecbaIaIaIaIaIaIakakakakakakalalalalalamamamamananananaoaoaoaoapapapapaqaqaqaqararararasasasasatatatatccahbobWbRcdceahbZcflHbXaQaQaQaaaaaaaQaQaQaQaQaQaQaQaQaQaQaQaaaaaaaQaQaQaQaQaQaQaQaQaQaQaQaQaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa +aaaaaaaaaaaaaaaaagbecAcahehuhuhuhuhuhuhucghuhuhuhuchciaIcHbqclcmcuakcocpcqcsctaldRcvcwalcyczcBamdIdGrvandLdJrwaodOdMrxaptudPryaqdUdSrzardXdVrAaseadYrBatccahcDcEahcFahahtvbXthbXaClZaQavavavaQbXbXbXbXbXbXbXbXbXtvaQavavavaQbXbXbXbXbXbXbXbXbXbXtvaQavavavaQaaaaaaaaaaaaaaaaaaaaaaaaaaaa +aaaaaaaaaaaaaaaaagbecAcahehubxhdbBbBbBbBbBbBbBbBbBbBcGaIcHbqcJcKbqakcLcNcNcNcOalcPcQdEalcRcScTamlUeidKanlVejdNaolWekdQaplXeldTaqlYemdWarrpendZasrqeoecatccahcZdaahtitjtjtjtjtknenfbXbXbXbXbXbXbXbXbXbXbXbXbXbXbXbXbXbXbXbXbXbXbXbXbXbXbXbXbXbXbXbXbXbXbXbXaQdfaaaaaaaaaaaaaaaaaaaaaaaaaa +aaaaaaaaaaaaaaaaagbecAcahehucihhlElElElEhhhhhhhhhhhhciaIcHbqdgdhbqakdmdoefdpdraldxdzdAaldBdCdDamdievjxandjewkMaodkexoNapdleyoUaqdnezpAardqeApBasdyeBpCatdFahdHebaheJaQaQaQaQaQaQaQaQaQaQaQaQaQaQaQaQaQaQaQaQaQaQaQaQaQaQaQaQaQaQaQaQaQaQaQaQaQaQaQaQaQaQedaQaKeeeeaKaaaaaaaaaaaaaaaaaaaa +aaaaaaaaaaaaaaaaagbecAcahehucihhpvqNpveghheheppveglEciaIeqerdgesetakdmeueCeEeLalaleOalalameRamamaneUananaoeVaoaoapeWapapaqeYaqaqarfcararasfeasasatffatatbObuaTbthEbEbVbYfKaLaLaLaLaLaLjyjztJjAaLaLaLaLlDaLaLaLjAbVaLbuaLaLtKaLaLaLaLjAbVaLlDaLaLhEfgfhaKfifjfkflfmaKaaaaaaaaaaaaaaaaaaaa +aaaaaaaaaaaaaaaaagbecAcahefpcihhqSqTfrfshhftfvfrfwlEfxaIfzbqdgfAfCakfDfEfFfGfHfIeIcYeDfUeDeGeHeQeDeGeDeFeDeGeDeDeDeGeDfUeDeGeHeQeDeGeDeFeDeGeDeDeHfJhQfLbKeKeMeNilfBgEiziAizizizizizizizfBgEiAizizizizaxiziziziAgEizizizizizizizizizfMfNfOfOfOfOfPfQfRaKiNfVfWfXfYaKaaaaaaaaaaaaaaaaaaaa +aaaaaaaaaaaaaaaaagbecAcahehucihhhhrehhhhhhhhfZhhhhhhcihAbqbqgagbgcakgegfgfgfggakfqeSlhhHlhlhlAnJlhlhlhlhlhlhlhlhlhlhlhlhlhlhlAnJlhlhlhlhlhlhlhlhlAnJghgigjgkaAaAaAaAaAaAaAafafafafafafafafafafafafafafglkckckckckckckckckckckckckckckckckckcabababgmgnaKgogqgrgsgtaKaKaaaaaaaaaaaaaaaaaa +aaaaaaaaaaaaaaaaagbecAcahehucihhscsdguhhjmqSsfgvgxhhcihAbqbqdgesgyakgzfTefgAgBakipbLbLbLbLbLbLbLbLbLbLbLbLbLbLbLbLbLbLbLbLbLbLbLbLbLbLbLbLbLbLbLbLbLbGbLbUjBaAgCgDgIgJgKgLhZjuiYkbkbkbkbkbkbkbkRgMkbbvgQajaGbjbmlCbTbyvVbwbwbAbwbwvVgRgSgTkcgVgWabgYhaaKgohchfcVhghjeeaaaaaaaaaaaaaaaaaa +aaaaaaaaaaaaaaaaagbecAcahehucihhsisjhkhhhlhmhnhoholEcihAbqbqdgeshpakhrdphsefgBakhtaRhvhvhxhyhzhBaRhChDhFhGhJhDawcnfSjrucmVoiqEqGqMqEqEqEqErDqFrErItdtqqFgFgGaAgHgXhMhNhVaAhWhXdbdbdbdbdbdbdbdbdbdbdbudhYvZvWjFgUiBjDjEkcjGjwjHjwjGkciacIibicididabgYhaaKieifhfcVigiheeaaaaaaaaaaaaaaaaaa +aaaaaaaaaaaaaaaaagbecAcahehucihhsisjhkhhsfujiiqSqSlEfxaIijikinwahpakiriuivixiyakhtaRhvhvhxhviCiDaRiEiFiHiIiJhDtDrFrHtLrWtPrZsesgsNtamCmCmCtQqFtUtbtctYqFgjhOkjkjkjkjkjkjaAiLiMdbkpkuwbwciOiOiOkzkWiPdbiQkcjQjRjSjTkelclcjUkakakapUkckckciRicididabiSiTaKgohchfcViUiVeeaaaaaaaaaaaaaaaaaa +aaaaaaaaaaaaaaaaagbecAcahehucilEsisjiWiXiZjajajajbhhciaIaIaIaIaIjcakakakakakjdakhtaRjejejfhvjgjhaRjihDjjjkjlhDtZrFteuetfuomCmCmCtgtmtnmCmCtQqFuAtbtouwqFgjhOkjhPtBhRhSjskjiLiMdbmqdckijtdcdcdcdcknjvdbiQkcjQoEjSlxkcjWqIpVjYjYjZpXwojRjFjIjJjKidabgmjLaKiNjMjNcVjOaKaKaaaaaaaaaaaaaaaaaa +aaaaaaaaaaaaaaaaagbecAcahehucilEsisjjPhhhhhhhhhhhhhhjViGeXeZfbfdjXfdfdfdtCkdkfgNkgaRkhkkkkkkkkklaRkmhDhDhDhDgduutrtevcmBuotwtxtytztArZrZrZuytIuztMtOwqqFgjhTkjhUiKjnjokwkxkykAdbmMmJmKkndcdcdcdcknkCdbiQkckFkIjSoFkXjWpYpVjYqLjYqbkDjWkXoFicgVjKabgYkEkGkHkJkKigjOaKaaaaaaaaaaaaaaaaaaaa +aaaaaaaaaaaaaaaaagbecAcahehucilEsisjkLkNkOtRkTkZlahhldkUfnfofuhIlehIhIhIhIlflggNhtaRliljlllmlnloaRlplqgplrlugduBtStTvhmBuTtVmCmCmCtXmCmCmCuUqFuVuaubwuqFbJjpkjjqkokqkrlFkjiLlGoamZkBmOlIlJlKlNkBlOlPdblQkcoeoevevNkcjWqIqsjYjYkYqtwodejFlRiclSgWablTmaaKmcmdmfmfmgaKaaaaaaaaaaaaaaaaaaaa +aaaaaaaaaaaaaaaaagbecAcahehucihhuCsjmhhhmimjmkmlmmlEmnhKhKhKhKhKhKhKhKhKhKmpmrgNhtaRaRaRaRgOgOmsaRmtmumvmwmzgduXviugvhmBuZupmCmCuruttamCmCuUqFvatbuvuWqFgFkskjktkvkvlvmEkjiLmFdbpjdcltmGmHmGmHmGdcqqdblQmImImImIoKkckckcqKqJqJqJwlkckckcoKicgVjKabgYhaaKaKaKaKaKaKaKaaaaaaaaaaaaaaaaaaaa +aaaaaaaaaaaaaaaaagbecAcahehucihhuJuKmLhhmNmPmQmRmShhmThKufmUhwmWmXmYnanchKndngniotnhoQoQoQnjnpnqnrnsntgpnwnygdwDvdvgwEmBvjvlvmvmwZvoxavnvnvrqFvvvwvwvCqFgjhOkjlwkvkvlvmEkjiLmFdbpZdcpknBpknBpknBnCnDdbnEmInFnGmIoKkcmevOwpwpoTwpwpvOmekcnHiclSgWabgYhafynInLnMnNnOfyaaaaaaaaaaaaaaaaaaaa +aaaaaaaaaaaaaaaaagbecAcahehucihhuRuSnQhhhhhhhhhhhhhhnShKrhhLnThLnUlshLnVhKnWnXgNgZgOgOgOgOgOgOgOgOgOgOgOgOgOgOuDuEmBmBmBgduFuGuGuGuNuGuGwduOqFqFqFqFqFqFgjhOkjlylzlBwewfkjojokdbsqsrssomooomooopoqordblQmInFosouvfvXmodededeoWpcpcpcovvYowoxoyjKabgYozoAoBoCoGoHoIfyaaaaaaaaaaaaaaaaaaaa +aaaaaaaaaaaaaaaaagbecAcahehucihhsisjoJoLoMlEoOoPoRlEmnhKnAoSoVoXoYoZpapapbpdpegOqHuPuQvqvqvqvqvqvqvqvqvqvqvqhbvLvMvPvQvRvSvTuGwVwrwswtwWuGwvwwwxwywzwAvpttuxkjkjkjkjkjkjkjphphdbdbdbdbdbdbdbdbdbdbdbudpiwgmImImIkckckckckckckckckckckckckckcabababgYplfyuhpnpopppqfyaaaaaaaaaaaaaaaaaaaa +aaaaaaaaaaaaaaaaagbecAcahehuprhhqPuYpsptpypzpDpGpHpIpJhKnApKpLpMpOpQpRpShKpTpWgOvFwmwnvqvqvqvqvqvqvqvqvqvqvqhbwBvtvtvuvtvtwCuGwXvBxbvBwYuGwFvDvEvEvEwGvpkPnbnznYnZofoflbmykVkVuikVkVkVtHkVkVkVkVkVnPrfsasbkSkVkVkVkVkVkVtHpusGkVkVkVuikVkVkVkVkVpPqhqifypmpnpopoqjqkaaaaaaaaaaaaaaaaaaaa +aaaaaaaaaaaaaaaaagbecAcahefpqlhhvbvsvbvsvshhqmqnqoqrmnhKnAquqvqwqxqyqzpShKqAqBgNqHvqvqvqvqvqvqvqvqvqvqvqvqvqhbwHwIwJwKwJwJwLuGwMwNwOwPwQuGwRwSwTwTwTwUvpmDohpgqafPfOfOnlnmtFnknknknknknknknknknknknnnonRmbpEpFmbmbmbmbmbmbnopNmbmbmbmbmbmbqQmbmbqRqUqVfyqWqXqYqZraqkaaaaaaaaaaaaaaaaaaaa +aaaaaaaaaaaaaaaaagbecAcahehuhuhhhhhhhhhhhhhhhhhhhhhhmnhKnAhLrbrcrcrcnTpShKqArdgNvUgOgOgOgOgOgOgOgOgOgOgOgOgOwhuHrXwhgOgOgOgOgOgOgOgOgOgOgOgOgOgOgOgOgOgOoggOrgrigOrjgOgOiqiqiqiqiqiqiqiqiqiqiqiqiqiqiqiqiqiqiqiqiqiqiqiqiqiqiqiqiqiqiqiqiqiqiqiqiqiqiqfyrkfyfyfyfyfyaaaaaaaaaaaaaaaaaaaa +aaaaaaaaaaaaaaaaagbecAcahehuhuhuhhrlrlrmrmrmrlrlhhrnrohKrhhLrrhLhLhLnTrshKrtruqcqdgwgwqemxgwnKgwtGgwgwgwgwgwoluIgwgwmxgwgwtGgwgwgwgwgwolgwgwgwgwmxtGqOjCrCgOpfulgOsOrJrKlLlMtlnunununununununununununununununununununununununununununununununununununununviqaaaaaaaaaaaaaaaaaaaaaaaaaaaa +aaaaaaaaaaaaaaaaagbecAcahehuhuhuhuhuhuhurLhuhuhuhuhurMhKtWrNrOrPrQrRrSrThKwirVqfqgqCumqDpwtEononononononononpxuLononpwononononononononpxononononunonrYkQshgOskslgOgOsmgOwjnvmAitittNiqiwiwiwiqwkitititititititititiqiwiwiwiqititititititititititwkiqiwiwiwiqaaaaaaaaaaaaaaaaaaaaaaaaaaaa +aaaaaaaaaaaaaaaaagbecAcahehehehehehehehehehehehehehesnhKhKhKhKhKhKhKhKhKhKdvdvdvdvdvdvdvdvdvdvdvdvdvdvdvdvdvdvdvdvdvdvdvdvdvdvdvdvdvdvdvdvdvdvdvdvdvdvdvcWimsoisspstsuimsvswsEitiqiqiqaaaaaaiqiqiqiqiqiqiqiqiqiqiqiqaaaaaaiqiqiqiqiqiqiqiqiqiqiqiqiqaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa +aaaaaaaaaaaaaaaaagbenxvIdtdtdtdtdtdtdtdtdtdtvJdtdtdtobococoddvcAcAcAcAcAcAcAcAcAcAcAcAcAcAcAcAcAcAcAcAcAcAcAcAcAcAcAcAcWcAcAcAcAcAcAcAcAcAcAcAcAcAcAcAcAcAimsxsyspszszimitsAiqiqiqaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa +aaaaaaaaaaaaaaaaagbebebebebebebebebebebebebebDbecAcAcAcAcAvKcWcAcAcAcAcAcAcAcAcAcAcAcAcAcAcAcAcAcAcAcAcAcAcAcAcAcAcAcAdvnxcAcAcAcAcAcAcAcAcAcAcAcAcAcAcAcAimimimimsBsCimiwiwiqaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa +aaaaaaaaaaaaaaaaagagagagagagagagagagagagcjckhqbebebebebebesDbedvdvdvdvdvdvdvdvdvdvdvdvdvdvdvdvdvdvdvdvdvdvdvdvdvdvdvdvdvdvdvdvdvdvdvdvdvdvdvdvdvdvdvdvdvdvdvaaaaaaaaaatpaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa +aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaagcjcrqpbesFsFsFsHsIsJbeagaaaaaaaaagaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaVaVaVaVaVaVaVaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa +aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaagcjcrhibesKsKsKsLsMsPbeagaaagagagagaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaVaaaadwaauMaVaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa +aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaagcjcxhibesQsRsRhihibhbeagaaagaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaVoDrGaaukaaaVaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa +aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaagbebebebesSsTsTsUsVhqbeagagagaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaVaauqaausvxaVaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa +aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaagagagbehihihihisWhibeagagaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaVaaaaaavzvAaVaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa +aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaagbesXsXhihihihibeagagaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaVaVaVaVaVaVaVaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa +aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaagaVbesYhihihihibeagagaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa +aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaagbesYhihihihibeagagaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa +aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaagaVbehihihihibeagagaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa +aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaagbehisZhihibeagagaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa +aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaagaVbehisZsZbeagagaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa +aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaabehihihibeagagagaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa +aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaVbehihibeagagagaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa +aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaagbehihibevyvyvyaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa +aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaagbebebebebebebeaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa +aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaagagaaaaaaagagaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa +aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaagaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa +aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa +aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa +aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa +aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa +aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa +aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa +aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa +aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa +aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa +aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa +aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa +aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa +aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaatsaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa +aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa +aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa +aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaavkaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa +aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa +aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa +aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa +aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa +aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa +aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa +aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa +aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa +aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa +aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa +aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa +aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa +aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa +aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa +aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa +aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa +aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa +aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa +aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa +aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa +aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa +aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa +"}