diff --git a/code/game/objects/structures/signs_vr.dm b/code/game/objects/structures/signs_vr.dm new file mode 100644 index 00000000000..321ba27fc7d --- /dev/null +++ b/code/game/objects/structures/signs_vr.dm @@ -0,0 +1,5 @@ +/obj/structure/sign/itg + icon = 'icons/obj/decals_vr.dmi' + name = "\improper ITG" + desc = "A polished metal sign which reads 'Ironcrest Transport Group'." + icon_state = "itg" \ No newline at end of file diff --git a/code/game/turfs/flooring/flooring_decals_vr.dm b/code/game/turfs/flooring/flooring_decals_vr.dm index 438f8a12234..285f2142d79 100644 --- a/code/game/turfs/flooring/flooring_decals_vr.dm +++ b/code/game/turfs/flooring/flooring_decals_vr.dm @@ -129,4 +129,7 @@ /obj/effect/floor_decal/emblem/talon_big icon_state = "talon_big" /obj/effect/floor_decal/emblem/talon_big/center - icon_state = "talon_center" \ No newline at end of file + icon_state = "talon_center" + +/obj/effect/floor_decal/emblem/itgdauntless + icon_state = "itgdauntless" \ No newline at end of file diff --git a/icons/obj/decals_vr.dmi b/icons/obj/decals_vr.dmi index 41586b5f88c..643b3bc9d0c 100644 Binary files a/icons/obj/decals_vr.dmi and b/icons/obj/decals_vr.dmi differ diff --git a/icons/turf/flooring/decals_vr.dmi b/icons/turf/flooring/decals_vr.dmi index 6f6a210ea75..b7e916efd32 100644 Binary files a/icons/turf/flooring/decals_vr.dmi and b/icons/turf/flooring/decals_vr.dmi differ diff --git a/maps/offmap_vr/om_ships/itglight.dm b/maps/offmap_vr/om_ships/itglight.dm new file mode 100644 index 00000000000..ec1e0e48a99 --- /dev/null +++ b/maps/offmap_vr/om_ships/itglight.dm @@ -0,0 +1,129 @@ +// Compile in the map for CI testing if we're testing compileability of all the maps +#if MAP_TEST +#include "itglight.dmm" +#endif + +// Map template for spawning the shuttle +/datum/map_template/om_ships/itglight + name = "OM Ship - ITG Dauntless (New Z)" + desc = "A small, well armed interstellar cargo ship!!" + mappath = 'itglight.dmm' + +/area/itglight + requires_power = 1 + icon_state = "purple" + +/area/itglight/cockpit + name = "Dauntless - Cockpit" +/area/itglight/captain + name = "Dauntless - Captain's Quarters" +/area/itglight/readyroom + name = "Dauntless - Ready Room" +/area/itglight/metingroom + name = "Dauntless - Meeting Room" +/area/itglight/forehall + name = "Dauntless - Fore Hall" +/area/itglight/starboardcargo + name = "Dauntless - Starboard Cargo Bay" +/area/itglight/starboardhighsec + name = "Dauntless - Starboard Secure Cargo" +/area/itglight/starboarddocking + name = "Dauntless - Starboard Docking Port" +/area/itglight/portcargo + name = "Dauntless - Port Cargo Bay" +/area/itglight/porthighsec + name = "Dauntless - Port Secure Cargo" +/area/itglight/portdocking + name = "Dauntless - Port Docking Port" +/area/itglight/common + name = "Dauntless - Common Area" +/area/itglight/lockers + name = "Dauntless - Locker Room" +/area/itglight/passengersleeping + name = "Dauntless - Passenger Sleeping Barracks" +/area/itglight/showers + name = "Dauntless - Showers" +/area/itglight/restrooms + name = "Dauntless - Restrooms" +/area/itglight/afthall + name = "Dauntless - Aft Hall" +/area/itglight/medbay + name = "Dauntless - Medbay" +/area/itglight/kitchen + name = "Dauntless - Kitchen" +/area/itglight/crew1 + name = "Dauntless - Crew Quarters - 1" +/area/itglight/crew2 + name = "Dauntless - Crew Quarters - 2" +/area/itglight/crew3 + name = "Dauntless - Crew Quarters - 3" +/area/itglight/crew4 + name = "Dauntless - Crew Quarters - 4" +/area/itglight/shuttlebay + name = "Dauntless - Shuttle Bay" +/area/itglight/shuttledeck + name = "Dauntless - Shuttle Deck" +/area/itglight/starboardengi + name = "Dauntless - Starboard Engineering" + flags = RAD_SHIELDED | BLUE_SHIELDED +/area/itglight/starboardsolars + name = "Dauntless - Starboard Solars" +/area/itglight/portengi + name = "Dauntless - Port Engineering" + flags = RAD_SHIELDED | BLUE_SHIELDED +/area/itglight/portsolars + name = "Dauntless - Port Solars" + +/area/shuttle/itglightshuttle + name = "ITG Shuttlecraft" + requires_power = 1 + dynamic_lighting = 1 + +// The 'Dauntless' +/obj/effect/overmap/visitable/ship/itglight + name = "spacecraft" + desc = "Spacefaring vessel. Friendly IFF detected." + scanner_name = "ITG Dauntless" + scanner_desc = @{"[i]Registration[/i]: ITG Dauntless +[i]Class[/i]: Small Frigate (Low Displacement) +[i]Transponder[/i]: Transmitting (CIV), non-hostile"} + color = "#d98c1a" //orng + vessel_mass = 8000 + vessel_size = SHIP_SIZE_SMALL + initial_generic_waypoints = list("itglight_fore", "itglight_aft", "itglight_port", "itglight_starboard", "itglight_port_dock", "itglight_starboard_dock") + initial_restricted_waypoints = list("ITG Shuttlecraft" = list("omship_spawn_itglightshuttle")) + fore_dir = NORTH + + skybox_icon = 'aro2.dmi' //Art by Nia Tahl, see ATTRIBUTIONS.md + skybox_icon_state = "skybox" + skybox_pixel_x = 80 + skybox_pixel_y = 100 + +/obj/effect/overmap/visitable/ship/itglight/build_skybox_representation() + ..() + if(!cached_skybox_image) + return + cached_skybox_image.add_overlay("glow") + +// The shuttle's 'shuttle' computer +/obj/machinery/computer/shuttle_control/explore/itglightshuttle + name = "shuttle control console" + shuttle_tag = "ITG Shuttlecraft" + +// A shuttle lateloader landmark +/obj/effect/shuttle_landmark/shuttle_initializer/itglightshuttle + name = "ITG Dauntless - Shuttle Bay" + base_area = /area/itglight/shuttlebay + base_turf = /turf/simulated/floor/reinforced + landmark_tag = "omship_spawn_itglightshuttle" + docking_controller = "itglight_shuttlebay" + shuttle_type = /datum/shuttle/autodock/overmap/itglightshuttle + +// The 'shuttle' +/datum/shuttle/autodock/overmap/itglightshuttle + name = "ITG Shuttlecraft" + current_location = "omship_spawn_itglightshuttle" + docking_controller_tag = "itglightshuttle_docker" + shuttle_area = /area/shuttle/itglightshuttle + fuel_consumption = 0 + defer_initialisation = TRUE \ No newline at end of file diff --git a/maps/offmap_vr/om_ships/itglight.dmm b/maps/offmap_vr/om_ships/itglight.dmm new file mode 100644 index 00000000000..316aa44900c --- /dev/null +++ b/maps/offmap_vr/om_ships/itglight.dmm @@ -0,0 +1,954 @@ +"ab" = (/obj/machinery/atmospherics/portables_connector/fuel{dir = 1},/turf/simulated/floor,/area/itglight/portengi) +"ad" = (/obj/machinery/power/pointdefense{id_tag = "dauntless_pd"},/obj/structure/cable/pink{d2 = 8; icon_state = "0-8"},/turf/simulated/floor/airless,/area/itglight/captain) +"ae" = (/obj/structure/cable/pink{d2 = 4; icon_state = "0-4"},/obj/machinery/power/pointdefense{id_tag = "dauntless_pd"},/turf/simulated/floor/airless,/area/itglight/readyroom) +"ak" = (/obj/structure/cable/pink{d1 = 2; d2 = 8; icon_state = "2-8"},/turf/simulated/floor/airless,/area/itglight/readyroom) +"aq" = (/obj/structure/cable/pink{d1 = 1; d2 = 2; icon_state = "1-2"},/turf/simulated/floor/airless,/area/itglight/captain) +"as" = (/turf/simulated/wall/shull,/area/itglight/cockpit) +"av" = (/obj/effect/shuttle_landmark{landmark_tag = "itglight_fore"; name = "ITG Dauntless - Fore"},/turf/space,/area/space) +"aw" = (/obj/structure/grille,/obj/structure/window/reinforced/full,/obj/machinery/door/firedoor/glass,/obj/structure/window/reinforced,/obj/structure/window/reinforced{dir = 1},/turf/simulated/floor,/area/itglight/cockpit) +"ay" = (/obj/machinery/shipsensors{dir = 1},/obj/machinery/light,/turf/simulated/floor/airless,/area/itglight/cockpit) +"aH" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/turf/simulated/floor/tiled/eris/white/cargo,/area/itglight/medbay) +"aN" = (/obj/structure/cable/pink{d1 = 1; d2 = 2; icon_state = "1-2"},/turf/simulated/floor/airless,/area/itglight/readyroom) +"aQ" = (/obj/structure/bed/chair/bay/chair{dir = 1},/obj/machinery/light,/obj/structure/cable/pink{d1 = 1; d2 = 4; icon_state = "1-4"},/turf/simulated/shuttle/floor/black,/area/shuttle/itglightshuttle) +"aS" = (/obj/structure/grille,/obj/structure/window/reinforced/full,/obj/machinery/door/firedoor/glass,/obj/structure/window/reinforced,/obj/structure/window/reinforced{dir = 1},/obj/structure/cable/pink{d1 = 1; d2 = 2; icon_state = "1-2"},/turf/simulated/floor,/area/itglight/captain) +"aU" = (/obj/machinery/computer/ship/engines,/turf/simulated/floor/tiled/eris/dark/monofloor,/area/itglight/cockpit) +"aV" = (/obj/structure/table/steel_reinforced,/obj/machinery/atmospherics/unary/vent_pump/on,/obj/structure/closet/autolok_wall{pixel_x = 24},/turf/simulated/floor/tiled/eris/dark/monofloor,/area/itglight/cockpit) +"aX" = (/obj/machinery/telecomms/allinone,/obj/structure/window/reinforced{dir = 8},/turf/simulated/floor/tiled/eris/steel/brown_platform,/area/itglight/shuttlebay) +"aY" = (/obj/structure/table/steel_reinforced,/obj/machinery/atmospherics/unary/vent_scrubber/on,/obj/structure/closet/autolok_wall{pixel_x = -24},/turf/simulated/floor/tiled/eris/dark/monofloor,/area/itglight/cockpit) +"bd" = (/obj/machinery/computer/ship/sensors,/turf/simulated/floor/tiled/eris/dark/monofloor,/area/itglight/cockpit) +"bi" = (/obj/structure/grille,/obj/structure/window/reinforced/full,/obj/machinery/door/firedoor/glass,/obj/structure/window/reinforced,/obj/structure/window/reinforced{dir = 1},/obj/structure/cable/pink{d1 = 1; d2 = 2; icon_state = "1-2"},/turf/simulated/floor,/area/itglight/readyroom) +"bp" = (/obj/structure/bed/double/padded,/obj/item/weapon/bedsheet/browndouble,/obj/structure/curtain{color = "#2e1604"},/turf/simulated/floor/carpet/sblucarpet,/area/itglight/captain) +"bq" = (/obj/structure/cable/pink{d1 = 1; d2 = 2; icon_state = "1-2"},/turf/simulated/floor/carpet/sblucarpet,/area/itglight/captain) +"bt" = (/mob/living/bot/farmbot,/turf/simulated/floor/tiled/eris/cafe,/area/itglight/kitchen) +"bv" = (/obj/machinery/light{dir = 1},/obj/structure/filingcabinet/chestdrawer,/turf/simulated/floor/carpet/sblucarpet,/area/itglight/captain) +"by" = (/obj/structure/bed/chair/sofa/brown/right,/turf/simulated/floor/wood,/area/itglight/captain) +"bA" = (/obj/machinery/light{dir = 1},/obj/effect/floor_decal/industrial/outline/yellow,/turf/simulated/floor/tiled/eris/steel/gray_platform,/area/itglight/porthighsec) +"bB" = (/obj/machinery/door/firedoor/glass,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/structure/cable/pink{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/door/airlock{id_tag = "dauntlesspq2"; name = "Room 2"},/turf/simulated/floor/tiled/steel_ridged,/area/itglight/crew2) +"bC" = (/obj/structure/cable/pink{d1 = 4; d2 = 8; icon_state = "4-8"},/turf/simulated/floor/reinforced,/area/itglight/shuttlebay) +"bE" = (/obj/structure/bed/chair/sofa/brown/left,/obj/machinery/atmospherics/unary/vent_pump/on,/obj/machinery/alarm/alarms_hidden{dir = 8; pixel_x = 26},/turf/simulated/floor/wood,/area/itglight/captain) +"bF" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/structure/handrail{dir = 4},/turf/simulated/floor/tiled/eris/steel/brown_platform,/area/itglight/shuttlebay) +"bJ" = (/obj/structure/bed/chair/office/dark{dir = 4},/turf/simulated/floor/tiled/eris/dark/monofloor,/area/itglight/cockpit) +"bK" = (/obj/machinery/seed_extractor,/turf/simulated/floor/tiled/eris/cafe,/area/itglight/kitchen) +"bM" = (/obj/structure/table/steel_reinforced,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/turf/simulated/floor/tiled/eris/dark/monofloor,/area/itglight/cockpit) +"bR" = (/obj/machinery/computer/ship/navigation{pixel_y = 4},/turf/simulated/floor/tiled/eris/dark/gray_platform,/area/itglight/cockpit) +"bT" = (/obj/machinery/computer/ship/helm{pixel_y = 4},/obj/structure/sign/itg{pixel_y = 26},/turf/simulated/floor/tiled/eris/dark/gray_platform,/area/itglight/cockpit) +"bZ" = (/obj/structure/cable/heavyduty{icon_state = "0-4"},/obj/structure/cable/heavyduty{icon_state = "0-8"},/obj/structure/cable/heavyduty{icon_state = "0-2"},/obj/structure/cable/heavyduty,/turf/simulated/floor/airless,/area/itglight/portsolars) +"cb" = (/obj/structure/filingcabinet/chestdrawer{pixel_x = 2; pixel_y = 12},/turf/simulated/floor/tiled/eris/dark/gray_platform,/area/itglight/cockpit) +"cc" = (/obj/structure/cable/heavyduty{icon_state = "0-8"},/obj/structure/cable/heavyduty{icon_state = "0-2"},/obj/structure/cable/heavyduty,/obj/structure/cable/yellow{d2 = 4; icon_state = "0-4"},/turf/simulated/floor/airless,/area/itglight/starboardsolars) +"ci" = (/obj/structure/table/steel_reinforced,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/item/weapon/paper/dockingcodes,/turf/simulated/floor/tiled/eris/dark/monofloor,/area/itglight/cockpit) +"cp" = (/obj/structure/cable/pink{d1 = 2; d2 = 8; icon_state = "2-8"},/turf/simulated/floor/tiled/eris/steel/brown_platform,/area/itglight/shuttlebay) +"cv" = (/obj/structure/bed/chair/office/dark{dir = 8},/turf/simulated/floor/tiled/eris/dark/monofloor,/area/itglight/cockpit) +"cw" = (/obj/structure/cable/pink{d1 = 1; d2 = 4; icon_state = "1-4"},/turf/simulated/floor/airless,/area/itglight/shuttlebay) +"cB" = (/obj/machinery/alarm/alarms_hidden{pixel_y = 26},/turf/simulated/floor/carpet,/area/itglight/readyroom) +"cM" = (/obj/machinery/light{dir = 1},/turf/simulated/floor/carpet,/area/itglight/readyroom) +"cR" = (/obj/structure/cable/pink{d1 = 1; d2 = 2; icon_state = "1-2"},/turf/simulated/floor/carpet,/area/itglight/readyroom) +"cW" = (/turf/simulated/floor/carpet/sblucarpet,/area/itglight/captain) +"cY" = (/turf/simulated/floor/wood,/area/itglight/captain) +"dc" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/light_switch{dir = 8; on = 0; pixel_x = 26; pixel_y = -6},/turf/simulated/floor/wood,/area/itglight/captain) +"de" = (/obj/structure/handrail{dir = 4},/turf/simulated/floor/tiled/eris/dark/monofloor,/area/itglight/cockpit) +"di" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply,/turf/simulated/floor/tiled/eris/dark/monofloor,/area/itglight/cockpit) +"dj" = (/turf/simulated/floor/tiled/eris/dark/gray_platform,/area/itglight/cockpit) +"dp" = (/obj/structure/bed/chair/office/dark{dir = 1},/turf/simulated/floor/tiled/eris/dark/gray_platform,/area/itglight/cockpit) +"dq" = (/obj/machinery/atmospherics/pipe/manifold/hidden/fuel{dir = 4},/obj/structure/catwalk,/turf/simulated/floor,/area/itglight/starboardengi) +"ds" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/turf/simulated/floor/tiled/eris/dark/monofloor,/area/itglight/cockpit) +"dt" = (/obj/structure/handrail{dir = 8},/turf/simulated/floor/tiled/eris/dark/monofloor,/area/itglight/cockpit) +"dB" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/turf/simulated/floor/tiled/eris/cafe,/area/itglight/kitchen) +"dC" = (/obj/structure/bed/chair/bay/chair{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 6},/turf/simulated/floor/carpet,/area/itglight/readyroom) +"dD" = (/obj/structure/table/steel_reinforced,/obj/machinery/atmospherics/unary/vent_scrubber/on{dir = 8},/turf/simulated/floor/carpet,/area/itglight/readyroom) +"dE" = (/turf/simulated/floor/reinforced,/area/itglight/shuttlebay) +"dP" = (/obj/structure/closet/crate/freezer,/obj/item/weapon/reagent_containers/blood/OMinus,/obj/effect/floor_decal/industrial/warning{dir = 4},/obj/machinery/alarm/alarms_hidden{pixel_y = 26},/turf/simulated/floor/tiled/eris/white/techfloor_grid,/area/itglight/medbay) +"dX" = (/turf/simulated/wall/shull,/area/itglight/crew3) +"ed" = (/obj/structure/bed/chair/bay/chair{dir = 8},/obj/structure/cable/pink{d1 = 1; d2 = 2; icon_state = "1-2"},/turf/simulated/floor/carpet,/area/itglight/readyroom) +"ei" = (/obj/machinery/light{dir = 1},/turf/simulated/floor,/area/itglight/starboardengi) +"el" = (/obj/structure/grille,/obj/structure/window/reinforced/full,/obj/machinery/door/firedoor/glass,/obj/structure/window/reinforced{dir = 4},/obj/structure/window/reinforced{dir = 8},/turf/simulated/floor,/area/itglight/readyroom) +"em" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 6},/turf/simulated/floor/carpet/sblucarpet,/area/itglight/captain) +"eo" = (/obj/structure/cable/pink{d1 = 1; d2 = 4; icon_state = "1-4"},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/turf/simulated/floor/carpet/sblucarpet,/area/itglight/captain) +"eq" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/turf/simulated/floor/tiled/eris/steel/brown_platform,/area/itglight/shuttlebay) +"eu" = (/obj/structure/cable/pink{d1 = 2; d2 = 4; icon_state = "2-4"},/obj/structure/cable/pink{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/structure/table/wooden_reinforced,/obj/item/device/flashlight/lamp/green,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/turf/simulated/floor/carpet/sblucarpet,/area/itglight/captain) +"ev" = (/obj/item/weapon/bedsheet/brown,/obj/structure/curtain/black,/obj/structure/bed/padded,/turf/simulated/floor/tiled/dark,/area/itglight/passengersleeping) +"ew" = (/obj/structure/cable/pink{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/effect/floor_decal/industrial/warning{dir = 4},/turf/simulated/floor/tiled/eris/steel/brown_platform,/area/itglight/shuttlebay) +"eA" = (/obj/structure/grille,/obj/structure/window/reinforced/full,/obj/structure/window/reinforced{dir = 8},/obj/structure/window/reinforced{dir = 4},/turf/simulated/floor/plating,/area/shuttle/itglightshuttle) +"eE" = (/obj/machinery/atmospherics/portables_connector,/obj/effect/floor_decal/industrial/outline,/obj/machinery/alarm/alarms_hidden{pixel_y = 26},/turf/simulated/floor,/area/itglight/portengi) +"eF" = (/obj/machinery/atmospherics/pipe/tank/air/full,/turf/simulated/floor,/area/itglight/portengi) +"eJ" = (/obj/structure/cable/pink{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/turf/simulated/floor/wood,/area/itglight/captain) +"eQ" = (/obj/machinery/light/small{dir = 4},/turf/simulated/shuttle/floor/black,/area/shuttle/itglightshuttle) +"eU" = (/obj/machinery/atmospherics/unary/vent_scrubber/on,/turf/simulated/floor/tiled/eris/steel/brown_platform,/area/itglight/shuttlebay) +"eW" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/structure/cable/pink{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 5},/turf/simulated/floor/wood,/area/itglight/captain) +"eZ" = (/obj/machinery/vending/loadout/uniform,/obj/machinery/atmospherics/unary/vent_scrubber/on,/turf/simulated/floor/tiled/eris/white/cargo,/area/itglight/medbay) +"fa" = (/obj/machinery/door/firedoor/glass,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 8},/obj/structure/cable/pink{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/machinery/door/airlock/mining{name = "Captain's Quarters"; req_one_access = list(777)},/turf/simulated/floor/tiled/steel_ridged,/area/itglight/captain) +"fb" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 8},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/structure/cable/pink{d1 = 4; d2 = 8; icon_state = "4-8"},/turf/simulated/floor/tiled/eris/dark/monofloor,/area/itglight/cockpit) +"fd" = (/obj/machinery/atmospherics/pipe/manifold/hidden/supply,/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{dir = 1},/obj/structure/cable/pink{d1 = 4; d2 = 8; icon_state = "4-8"},/turf/simulated/floor/tiled/eris/dark/monofloor,/area/itglight/cockpit) +"fg" = (/obj/structure/table/wooden_reinforced,/obj/machinery/computer/ship/navigation/telescreen{pixel_y = 30},/turf/simulated/floor/tiled/eris/steel/brown_platform,/area/itglight/common) +"fh" = (/obj/structure/table/reinforced,/obj/machinery/chemical_dispenser/ert/specialops,/turf/simulated/floor/tiled/eris/white/cargo,/area/itglight/medbay) +"fn" = (/obj/machinery/door/firedoor/glass,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/structure/cable/pink{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/door/airlock{id_tag = "dauntlesspq1"; name = "Room 1"},/turf/simulated/floor/tiled/steel_ridged,/area/itglight/crew1) +"fp" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/machinery/atmospherics/pipe/manifold/hidden/supply{dir = 1},/obj/structure/cable/pink{d1 = 2; d2 = 8; icon_state = "2-8"},/turf/simulated/floor/tiled/eris/dark/gray_platform,/area/itglight/cockpit) +"fr" = (/obj/machinery/clonepod/transhuman,/turf/simulated/floor/tiled/eris/white/cargo,/area/itglight/medbay) +"fv" = (/obj/structure/table/standard,/obj/item/weapon/storage/firstaid/surgery,/obj/item/device/healthanalyzer,/obj/item/weapon/reagent_containers/spray/cleaner{desc = "Someone has crossed out the Space from Space Cleaner and written in Surgery. 'Do not remove under punishment of death!!!' is scrawled on the back."; name = "Surgery Cleaner"; pixel_x = 2; pixel_y = 2},/obj/item/device/defib_kit/loaded,/obj/item/stack/nanopaste,/turf/simulated/floor/tiled/eris/white/techfloor_grid,/area/itglight/medbay) +"fw" = (/obj/machinery/atmospherics/pipe/simple/hidden/fuel{dir = 4},/obj/machinery/portable_atmospherics/canister/phoron,/turf/simulated/floor,/area/itglight/starboardengi) +"fy" = (/obj/machinery/atmospherics/unary/vent_scrubber/on{dir = 8},/obj/structure/table/woodentable,/obj/item/weapon/storage/mre/random,/obj/random/plushie,/obj/random/contraband/nofail,/obj/random/drinksoft,/obj/item/device/radio,/turf/simulated/floor/carpet/turcarpet,/area/itglight/crew2) +"fK" = (/obj/machinery/atmospherics/pipe/simple/hidden/fuel{dir = 4},/obj/machinery/portable_atmospherics/canister/phoron,/turf/simulated/floor,/area/itglight/portengi) +"fP" = (/obj/effect/shuttle_landmark/shuttle_initializer/itglightshuttle,/obj/structure/cable/pink{d1 = 4; d2 = 8; icon_state = "4-8"},/turf/simulated/shuttle/floor/black,/area/shuttle/itglightshuttle) +"fV" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 8},/turf/simulated/floor/tiled/eris/dark/gray_platform,/area/itglight/cockpit) +"fZ" = (/obj/structure/cable/yellow{d1 = 1; d2 = 4; icon_state = "1-4"},/obj/structure/cable/heavyduty{icon_state = "1-2"},/turf/simulated/floor/airless,/area/itglight/starboardengi) +"ga" = (/obj/structure/cable/pink{d1 = 2; d2 = 4; icon_state = "2-4"},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 8},/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{dir = 1},/turf/simulated/floor/tiled/eris/dark/gray_platform,/area/itglight/cockpit) +"ge" = (/obj/structure/cable/pink{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers,/obj/machinery/atmospherics/pipe/manifold/hidden/supply{dir = 1},/turf/simulated/floor/tiled/eris/dark/monofloor,/area/itglight/cockpit) +"gh" = (/obj/structure/grille,/obj/structure/window/reinforced/full,/obj/structure/window/reinforced{dir = 4},/obj/structure/window/reinforced{dir = 8},/turf/simulated/floor/plating,/area/shuttle/itglightshuttle) +"gk" = (/obj/structure/cable/yellow{d1 = 1; d2 = 8; icon_state = "1-8"},/obj/machinery/atmospherics/pipe/simple/hidden{dir = 5},/turf/simulated/floor,/area/itglight/portengi) +"gl" = (/obj/structure/cable/pink{d1 = 2; d2 = 8; icon_state = "2-8"},/obj/structure/cable/pink{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 8},/turf/simulated/floor/tiled/eris/dark/monofloor,/area/itglight/cockpit) +"gq" = (/obj/machinery/door/firedoor/glass,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 8},/obj/structure/cable/pink{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/machinery/door/airlock/mining{name = "Ready Room"; req_one_access = list(777)},/turf/simulated/floor/tiled/steel_ridged,/area/itglight/readyroom) +"gs" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 8},/obj/structure/cable/pink{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/machinery/light_switch{dir = 4; on = 0; pixel_x = -25; pixel_y = 26},/turf/simulated/floor/carpet,/area/itglight/readyroom) +"gt" = (/obj/machinery/vending/blood,/obj/machinery/light{dir = 8},/turf/simulated/floor/tiled/eris/white/cargo,/area/itglight/medbay) +"gu" = (/obj/effect/floor_decal/industrial/outline/yellow,/turf/simulated/floor/tiled/eris/steel/gray_platform,/area/itglight/porthighsec) +"gv" = (/obj/structure/bed/chair/bay/chair{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 9},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 8},/obj/structure/cable/pink{d1 = 4; d2 = 8; icon_state = "4-8"},/turf/simulated/floor/carpet,/area/itglight/readyroom) +"gA" = (/obj/machinery/atmospherics/pipe/simple/visible/universal{dir = 4},/turf/simulated/floor,/area/itglight/portengi) +"gF" = (/obj/structure/cable/pink{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/vending/dinnerware{dir = 8},/turf/simulated/floor/tiled/eris/cafe,/area/itglight/kitchen) +"gG" = (/obj/machinery/atmospherics/unary/engine/bigger{dir = 1},/turf/simulated/floor/airless,/area/itglight/starboardengi) +"gH" = (/obj/machinery/atmospherics/unary/vent_pump/on{dir = 1},/turf/simulated/floor,/area/itglight/starboardengi) +"gJ" = (/obj/structure/bed/chair/bay/chair{dir = 8},/obj/structure/cable/pink{d1 = 1; d2 = 8; icon_state = "1-8"},/turf/simulated/floor/carpet,/area/itglight/readyroom) +"gL" = (/obj/structure/closet/secure_closet/personal,/obj/item/device/radio,/obj/random/drinksoft,/obj/random/contraband/nofail,/obj/random/plushie,/obj/item/weapon/storage/mre/random,/obj/machinery/atmospherics/unary/vent_scrubber/on{dir = 1},/obj/item/clothing/suit/space/void/captain,/turf/simulated/floor/carpet/sblucarpet,/area/itglight/captain) +"gO" = (/obj/structure/bed/chair/comfy/brown{dir = 4},/turf/simulated/floor/carpet/sblucarpet,/area/itglight/captain) +"gS" = (/obj/machinery/power/apc/hyper{alarms_hidden = 1; pixel_y = -25},/obj/structure/cable/pink,/obj/structure/table/wooden_reinforced,/obj/item/weapon/paper/dockingcodes,/turf/simulated/floor/carpet/sblucarpet,/area/itglight/captain) +"gW" = (/obj/machinery/power/terminal,/obj/structure/cable/heavyduty,/obj/structure/cable/yellow{d2 = 8; icon_state = "0-8"},/turf/simulated/floor,/area/itglight/portengi) +"gX" = (/obj/structure/bed/chair/office/dark{dir = 8},/turf/simulated/floor/wood,/area/itglight/captain) +"hc" = (/obj/structure/handrail{dir = 8},/turf/simulated/floor/wood,/area/itglight/captain) +"hi" = (/obj/structure/handrail{dir = 1},/turf/simulated/floor/tiled/eris/white/cargo,/area/itglight/medbay) +"hk" = (/obj/structure/table/steel_reinforced,/obj/machinery/alarm/alarms_hidden{dir = 1; pixel_y = -26},/turf/simulated/floor/tiled/eris/dark/monofloor,/area/itglight/cockpit) +"hm" = (/obj/machinery/atmospherics/pipe/simple/hidden/fuel{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 6},/obj/structure/catwalk,/obj/machinery/atmospherics/pipe/simple/hidden{dir = 5},/turf/simulated/floor,/area/itglight/portengi) +"hn" = (/obj/effect/overmap/visitable/ship/itglight,/turf/space,/area/space) +"hq" = (/obj/machinery/atmospherics/unary/vent_scrubber/on{dir = 1},/obj/structure/table/steel_reinforced,/obj/machinery/light_switch{dir = 1; pixel_y = -23},/turf/simulated/floor/tiled/eris/dark/monofloor,/area/itglight/cockpit) +"hr" = (/obj/machinery/power/apc/hyper{alarms_hidden = 1; dir = 4; pixel_x = 25},/obj/structure/cable/pink{d2 = 8; icon_state = "0-8"},/turf/simulated/floor/tiled/eris/white/cargo,/area/itglight/medbay) +"hw" = (/turf/simulated/wall/shull,/area/itglight/starboardhighsec) +"hy" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/structure/cable/pink{d1 = 1; d2 = 2; icon_state = "1-2"},/turf/simulated/floor/tiled/eris/dark/gray_platform,/area/itglight/cockpit) +"hC" = (/obj/machinery/light,/turf/simulated/floor/tiled/eris/dark/gray_platform,/area/itglight/cockpit) +"hF" = (/obj/structure/cable/pink{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/turf/simulated/floor/tiled/eris/dark/gray_platform,/area/itglight/cockpit) +"hI" = (/obj/machinery/power/apc/hyper{alarms_hidden = 1; pixel_y = -25},/obj/structure/cable/pink,/obj/structure/table/steel_reinforced,/turf/simulated/floor/tiled/eris/dark/monofloor,/area/itglight/cockpit) +"hK" = (/obj/structure/handrail{dir = 4},/turf/simulated/floor/carpet,/area/itglight/readyroom) +"hO" = (/obj/machinery/power/apc/hyper{alarms_hidden = 1; pixel_y = -25},/obj/structure/cable/pink,/turf/simulated/floor/carpet,/area/itglight/readyroom) +"hS" = (/obj/machinery/door/firedoor/glass,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/structure/cable/pink{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/door/airlock/glass_mining{name = "Bridge"; req_one_access = list(777)},/turf/simulated/floor/tiled/steel_ridged,/area/itglight/cockpit) +"hT" = (/obj/machinery/door/firedoor/glass,/obj/structure/cable/pink{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/door/airlock/glass_mining{name = "Bridge"; req_one_access = list(777)},/turf/simulated/floor/tiled/steel_ridged,/area/itglight/cockpit) +"hU" = (/obj/effect/floor_decal/industrial/outline/yellow,/obj/random/multiple/corp_crate,/turf/simulated/floor/tiled/eris/steel/gray_platform,/area/itglight/porthighsec) +"if" = (/obj/machinery/atmospherics/unary/vent_pump/on{dir = 4},/turf/simulated/floor/tiled/eris/steel/brown_platform,/area/itglight/metingroom) +"ik" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 8},/obj/structure/handrail,/turf/simulated/floor/tiled/eris/steel/brown_platform,/area/itglight/metingroom) +"ir" = (/obj/machinery/alarm/alarms_hidden{pixel_y = 26},/turf/simulated/floor,/area/itglight/starboardengi) +"it" = (/obj/machinery/light{dir = 1},/turf/simulated/floor/tiled/eris/steel/brown_platform,/area/itglight/metingroom) +"iu" = (/obj/structure/cable/pink{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/turf/simulated/floor/tiled/eris/steel/brown_platform,/area/itglight/metingroom) +"iI" = (/turf/simulated/wall/shull,/area/itglight/forehall) +"iJ" = (/turf/simulated/floor/tiled/eris/steel/brown_platform,/area/itglight/metingroom) +"iR" = (/obj/machinery/light{dir = 1},/obj/structure/table/rack/shelf/steel,/obj/item/weapon/rig/eva,/turf/simulated/floor/tiled/eris/steel/gray_platform,/area/itglight/starboardhighsec) +"iT" = (/obj/structure/window/reinforced{dir = 1},/obj/structure/shuttle/engine/heater,/turf/simulated/shuttle/plating/airless,/area/shuttle/itglightshuttle) +"iU" = (/obj/structure/table/rack/shelf/steel,/obj/item/weapon/rig/robotics,/obj/item/weapon/rig/medical,/turf/simulated/floor/tiled/eris/steel/gray_platform,/area/itglight/starboardhighsec) +"iW" = (/obj/machinery/atmospherics/pipe/manifold/hidden,/obj/structure/catwalk,/turf/simulated/floor,/area/itglight/portengi) +"iZ" = (/obj/structure/cable/pink{d1 = 1; d2 = 2; icon_state = "1-2"},/turf/simulated/floor/tiled/eris/steel/brown_platform,/area/itglight/shuttlebay) +"jg" = (/obj/machinery/power/apc/hyper{alarms_hidden = 1; dir = 8; pixel_x = -25},/obj/structure/cable/pink{d2 = 4; icon_state = "0-4"},/turf/simulated/floor/tiled/eris/steel/brown_platform,/area/itglight/metingroom) +"jj" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 5},/turf/simulated/floor/tiled/eris/cafe,/area/itglight/kitchen) +"jm" = (/obj/machinery/atmospherics/unary/vent_pump/on{dir = 1},/obj/structure/table/steel_reinforced,/obj/structure/closet/autolok_wall{pixel_y = -24},/turf/simulated/floor/tiled/eris/dark/monofloor,/area/itglight/cockpit) +"jo" = (/obj/machinery/atmospherics/unary/vent_pump/high_volume{dir = 1; frequency = 1380; id_tag = "itglight_starboard_pump"},/obj/effect/map_helper/airlock/atmos/chamber_pump,/obj/effect/map_helper/airlock/sensor/chamber_sensor,/obj/machinery/airlock_sensor{frequency = 1380; id_tag = "itglight_starboard_sensor"; pixel_y = -25},/obj/machinery/light/small{dir = 8},/turf/simulated/floor,/area/itglight/starboardengi) +"js" = (/obj/structure/cable/yellow,/obj/machinery/power/solar,/turf/simulated/floor/airless,/area/itglight/starboardsolars) +"jB" = (/obj/structure/cable/pink{d1 = 2; d2 = 4; icon_state = "2-4"},/turf/simulated/floor/airless,/area/itglight/captain) +"jE" = (/obj/effect/floor_decal/industrial/outline/yellow,/obj/structure/cable/pink{d1 = 4; d2 = 8; icon_state = "4-8"},/turf/simulated/floor/tiled/eris/steel/brown_platform,/area/itglight/metingroom) +"jL" = (/obj/structure/table/glass,/obj/item/device/sleevemate,/obj/item/weapon/book/manual/resleeving,/turf/simulated/floor/tiled/eris/white/cargo,/area/itglight/medbay) +"ka" = (/obj/structure/cable/pink{d1 = 4; d2 = 8; icon_state = "4-8"},/turf/simulated/floor/tiled/eris/steel/brown_platform,/area/itglight/metingroom) +"kn" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 5},/obj/structure/cable/pink{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/structure/cable/pink{d1 = 1; d2 = 4; icon_state = "1-4"},/obj/structure/cable/pink{d1 = 1; d2 = 8; icon_state = "1-8"},/turf/simulated/floor/tiled/eris/steel/brown_platform,/area/itglight/metingroom) +"kp" = (/obj/structure/cable/pink{d1 = 2; d2 = 4; icon_state = "2-4"},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 6},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 10},/obj/structure/cable/pink{d1 = 2; d2 = 8; icon_state = "2-8"},/turf/simulated/floor/tiled/eris/steel/brown_platform,/area/itglight/metingroom) +"kq" = (/obj/structure/cable/pink{d1 = 1; d2 = 8; icon_state = "1-8"},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 9; icon_state = "intact-scrubbers"},/turf/simulated/floor/tiled/eris/steel/brown_platform,/area/itglight/metingroom) +"ky" = (/obj/structure/bed/chair/bay/chair,/turf/simulated/floor/tiled/eris/steel/brown_platform,/area/itglight/metingroom) +"kH" = (/obj/structure/cable/yellow{d1 = 2; d2 = 8; icon_state = "2-8"},/obj/structure/cable/heavyduty{icon_state = "1-2"},/obj/machinery/light/small{dir = 4},/turf/simulated/floor/airless,/area/itglight/portengi) +"kJ" = (/turf/simulated/floor/airless,/area/itglight/cockpit) +"kN" = (/obj/machinery/alarm/alarms_hidden{dir = 8; pixel_x = 26},/turf/simulated/floor/tiled/eris/steel/brown_platform,/area/itglight/metingroom) +"kO" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 5},/turf/simulated/floor/tiled/eris/steel/gray_platform,/area/itglight/starboardhighsec) +"kR" = (/turf/simulated/floor/tiled/eris/steel/gray_platform,/area/itglight/starboardcargo) +"la" = (/obj/structure/table/rack/shelf/steel,/obj/machinery/atmospherics/unary/vent_scrubber/on{dir = 8},/obj/item/clothing/suit/space/void/medical/alt,/obj/item/clothing/head/helmet/space/void/medical/alt,/turf/simulated/floor/tiled/eris/steel/gray_platform,/area/itglight/starboardhighsec) +"le" = (/obj/structure/cable/yellow{d2 = 4; icon_state = "0-4"},/obj/structure/cable/yellow{d1 = 2; d2 = 4; icon_state = "2-4"},/obj/machinery/power/solar,/turf/simulated/floor/airless,/area/itglight/portsolars) +"lo" = (/turf/simulated/floor/airless,/area/itglight/readyroom) +"lp" = (/obj/effect/floor_decal/industrial/outline/yellow,/turf/simulated/floor/tiled/eris/steel/brown_platform,/area/itglight/metingroom) +"lu" = (/obj/structure/cable/pink{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{dir = 8},/turf/simulated/floor/tiled/eris/steel/brown_platform,/area/itglight/metingroom) +"ly" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/turf/simulated/floor/tiled/eris/steel/brown_platform,/area/itglight/metingroom) +"lD" = (/obj/structure/grille,/obj/structure/window/reinforced/full,/obj/machinery/door/firedoor/glass,/obj/structure/window/reinforced{dir = 4},/obj/structure/window/reinforced{dir = 8},/turf/simulated/floor,/area/itglight/captain) +"lH" = (/obj/structure/table/steel_reinforced,/obj/machinery/atmospherics/unary/vent_scrubber/on{dir = 8},/turf/simulated/floor/tiled/eris/steel/gray_platform,/area/itglight/metingroom) +"lK" = (/obj/machinery/atmospherics/unary/vent_scrubber/on{dir = 1},/turf/simulated/floor,/area/itglight/portengi) +"lL" = (/obj/machinery/light{dir = 4},/turf/simulated/floor/tiled/eris/cafe,/area/itglight/kitchen) +"lO" = (/obj/machinery/door/firedoor/glass,/obj/machinery/door/airlock/glass_external{frequency = 1380; id_tag = "itglight_port_outer"},/obj/structure/cable/heavyduty{icon_state = "4-8"},/obj/effect/map_helper/airlock/door/ext_door,/obj/machinery/access_button{command = "cycle_exterior"; frequency = 1380; master_tag = "itglight_port"; name = "exterior access button"; pixel_y = -27},/turf/simulated/floor/tiled/steel_ridged,/area/itglight/portengi) +"lP" = (/obj/structure/table/steel_reinforced,/turf/simulated/floor/tiled/eris/steel/gray_platform,/area/itglight/metingroom) +"lT" = (/obj/structure/cable/heavyduty{icon_state = "0-4"},/obj/structure/cable/heavyduty{icon_state = "0-2"},/obj/structure/cable/heavyduty,/obj/structure/cable/yellow{d2 = 8; icon_state = "0-8"},/turf/simulated/floor/airless,/area/itglight/portsolars) +"lV" = (/obj/structure/grille,/obj/structure/window/reinforced/full,/obj/machinery/door/firedoor/glass,/obj/structure/window/reinforced{dir = 8},/obj/structure/window/reinforced{dir = 4},/turf/simulated/floor,/area/itglight/portengi) +"md" = (/obj/machinery/power/apc/hyper{alarms_hidden = 1; dir = 4; pixel_x = 25},/obj/structure/cable/pink{d2 = 8; icon_state = "0-8"},/obj/structure/bed/double/padded,/obj/item/weapon/bedsheet/browndouble,/turf/simulated/floor/carpet/turcarpet,/area/itglight/crew1) +"mg" = (/obj/machinery/atmospherics/unary/vent_pump/on,/obj/machinery/light_switch{dir = 4; on = 0; pixel_x = -24},/obj/structure/catwalk,/turf/simulated/floor,/area/itglight/starboardengi) +"mj" = (/obj/structure/bed/chair/bay/chair{dir = 8},/turf/simulated/floor/tiled/eris/steel/brown_platform,/area/itglight/metingroom) +"ml" = (/obj/machinery/atmospherics/pipe/simple/hidden{dir = 9},/obj/structure/catwalk,/obj/structure/handrail{dir = 8},/turf/simulated/floor,/area/itglight/portengi) +"mn" = (/obj/structure/cable/pink{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/atmospherics/pipe/manifold/hidden/supply{dir = 8},/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{dir = 4},/turf/simulated/floor/tiled/eris/steel/brown_platform,/area/itglight/afthall) +"mq" = (/obj/machinery/door/firedoor/glass,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/structure/cable/pink{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/door/airlock{id_tag = "dauntlesspq3"; name = "Room 3"},/turf/simulated/floor/tiled/steel_ridged,/area/itglight/crew3) +"mt" = (/obj/structure/table/rack/shelf/steel,/turf/simulated/floor/tiled/eris/steel/gray_platform,/area/itglight/starboardhighsec) +"mx" = (/turf/simulated/floor/tiled/eris/steel/gray_platform,/area/itglight/starboardhighsec) +"mH" = (/obj/machinery/light{dir = 8},/turf/simulated/floor/tiled/eris/steel/brown_platform,/area/itglight/shuttlebay) +"mL" = (/obj/structure/cable/yellow{d1 = 1; d2 = 8; icon_state = "1-8"},/obj/structure/cable/heavyduty,/turf/simulated/floor/airless,/area/itglight/portsolars) +"mP" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/turf/simulated/floor/tiled/eris/steel/gray_platform,/area/itglight/starboardhighsec) +"mR" = (/obj/structure/table/rack/shelf/steel,/obj/machinery/atmospherics/unary/vent_pump/on,/obj/item/weapon/rig/combat,/turf/simulated/floor/tiled/eris/steel/gray_platform,/area/itglight/starboardhighsec) +"mZ" = (/obj/structure/table/rack/shelf/steel,/obj/item/clothing/suit/space/void/engineering/alt,/obj/item/clothing/head/helmet/space/void/engineering/alt,/turf/simulated/floor/tiled/eris/steel/gray_platform,/area/itglight/starboardhighsec) +"na" = (/obj/machinery/atmospherics/pipe/tank/phoron/full{dir = 4},/turf/simulated/floor,/area/itglight/starboardengi) +"nb" = (/obj/structure/bed/chair/bay/chair{dir = 1},/obj/machinery/embedded_controller/radio/simple_docking_controller{dir = 4; frequency = 1380; id_tag = "itglightshuttle_docker"; pixel_x = -19; tag_door = "itglightshuttle_docker_hatch"},/turf/simulated/shuttle/floor/black,/area/shuttle/itglightshuttle) +"nf" = (/obj/machinery/atmospherics/pipe/simple/hidden/fuel,/turf/simulated/wall/shull,/area/itglight/portengi) +"nh" = (/obj/structure/table/rack/shelf/steel,/obj/item/weapon/rig/industrial,/turf/simulated/floor/tiled/eris/steel/gray_platform,/area/itglight/starboardhighsec) +"nm" = (/obj/machinery/light{dir = 8},/turf/simulated/floor/tiled/eris/steel/brown_platform,/area/itglight/metingroom) +"nq" = (/obj/structure/cable/pink{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/manifold/hidden/supply{dir = 8},/turf/simulated/floor/tiled/eris/steel/brown_platform,/area/itglight/metingroom) +"nu" = (/turf/simulated/floor/airless,/area/itglight/portengi) +"nv" = (/obj/machinery/atmospherics/unary/vent_pump/on{dir = 8},/obj/structure/closet/secure_closet/personal,/obj/machinery/light/small,/turf/simulated/floor/carpet/turcarpet,/area/itglight/crew4) +"nx" = (/obj/machinery/door/airlock/glass_external{frequency = 1380; id_tag = "itglightshuttle_docker_hatch"; name = "Shuttle Hatch"},/obj/effect/map_helper/airlock/door/simple,/obj/structure/cable/pink{d1 = 4; d2 = 8; icon_state = "4-8"},/turf/simulated/shuttle/floor/yellow,/area/shuttle/itglightshuttle) +"nJ" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 8},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 5; icon_state = "intact-scrubbers"},/turf/simulated/floor/tiled/eris/white/cargo,/area/itglight/medbay) +"nO" = (/obj/structure/table/steel_reinforced,/obj/machinery/atmospherics/unary/vent_pump/on{dir = 8},/turf/simulated/floor/tiled/eris/steel/gray_platform,/area/itglight/metingroom) +"nP" = (/turf/simulated/floor/airless,/area/itglight/starboardengi) +"nV" = (/obj/structure/cable/pink{d1 = 1; d2 = 8; icon_state = "1-8"},/obj/structure/cable/pink{d1 = 4; d2 = 8; icon_state = "4-8"},/turf/simulated/floor/tiled/eris/white/cargo,/area/itglight/medbay) +"nW" = (/obj/machinery/atmospherics/pipe/manifold/hidden/fuel{dir = 1},/obj/machinery/portable_atmospherics/canister/phoron,/turf/simulated/floor,/area/itglight/portengi) +"nY" = (/obj/machinery/light{dir = 4},/obj/structure/bed/chair/bay/chair{dir = 8},/turf/simulated/floor/tiled/eris/steel/brown_platform,/area/itglight/metingroom) +"oc" = (/obj/structure/table/rack/shelf/steel,/obj/item/device/radio,/turf/simulated/floor/tiled/eris/steel/gray_platform,/area/itglight/starboardhighsec) +"od" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 8},/turf/simulated/floor/tiled/eris/steel/brown_platform,/area/itglight/metingroom) +"of" = (/obj/structure/cable/pink{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 8},/obj/effect/floor_decal/industrial/warning,/turf/simulated/floor/tiled/eris/steel/brown_platform,/area/itglight/shuttlebay) +"og" = (/obj/machinery/atmospherics/binary/pump/fuel,/turf/simulated/floor,/area/itglight/starboardengi) +"oh" = (/obj/structure/table/rack/shelf/steel,/obj/item/clothing/suit/space/void,/obj/item/clothing/head/helmet/space/void,/turf/simulated/floor/tiled/eris/steel/gray_platform,/area/itglight/starboardhighsec) +"ol" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 6},/turf/simulated/floor/tiled/eris/steel/gray_platform,/area/itglight/porthighsec) +"om" = (/obj/structure/bed/chair/office/light{dir = 1},/turf/simulated/floor/tiled/eris/white/cargo,/area/itglight/medbay) +"on" = (/obj/structure/table/steel_reinforced,/obj/machinery/atmospherics/unary/vent_pump/on{dir = 8},/turf/simulated/floor/tiled/eris/steel/gray_platform,/area/itglight/porthighsec) +"oq" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 8},/obj/structure/cable/pink{d1 = 2; d2 = 4; icon_state = "2-4"},/turf/simulated/floor/tiled/eris/steel/brown_platform,/area/itglight/shuttlebay) +"ov" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 6},/turf/simulated/floor/tiled/eris/steel/brown_platform,/area/itglight/metingroom) +"ow" = (/obj/machinery/atmospherics/pipe/manifold/hidden/supply{dir = 4},/obj/structure/cable/pink{d1 = 1; d2 = 2; icon_state = "1-2"},/turf/simulated/floor/tiled/eris/steel/brown_platform,/area/itglight/metingroom) +"oy" = (/obj/structure/cable/pink{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{dir = 4},/turf/simulated/floor/tiled/eris/steel/brown_platform,/area/itglight/metingroom) +"oz" = (/obj/structure/bed/chair/bay/chair{dir = 1},/turf/simulated/floor/tiled/eris/steel/brown_platform,/area/itglight/metingroom) +"oA" = (/obj/structure/handrail,/turf/simulated/floor/tiled/eris/steel/brown_platform,/area/itglight/metingroom) +"oB" = (/obj/structure/table/rack/shelf/steel,/obj/machinery/atmospherics/unary/vent_scrubber/on,/obj/item/weapon/storage/box/lights/mixed,/obj/item/weapon/storage/box/lights/mixed,/obj/item/weapon/storage/box/lights/mixed,/obj/item/weapon/storage/box/lights/mixed,/obj/item/weapon/storage/box/lights/mixed,/obj/item/device/lightreplacer,/obj/item/device/lightreplacer,/turf/simulated/floor/tiled/eris/steel/gray_platform,/area/itglight/starboardhighsec) +"oE" = (/obj/machinery/atmospherics/unary/vent_scrubber/on,/obj/structure/catwalk,/turf/simulated/floor,/area/itglight/starboardengi) +"oH" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/manifold/hidden/supply{dir = 8; icon_state = "map-supply"},/turf/simulated/floor/tiled/eris/steel/gray_platform,/area/itglight/starboardhighsec) +"oI" = (/obj/structure/cable/yellow{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/structure/cable/yellow{d1 = 2; d2 = 8; icon_state = "2-8"},/obj/machinery/atmospherics/pipe/simple/hidden,/turf/simulated/floor,/area/itglight/starboardengi) +"oJ" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 8},/turf/simulated/floor/tiled/eris/steel/gray_platform,/area/itglight/porthighsec) +"oL" = (/obj/structure/table/rack/shelf/steel,/obj/machinery/atmospherics/unary/vent_pump/on{dir = 8},/obj/item/device/suit_cooling_unit,/obj/item/device/suit_cooling_unit,/obj/item/device/suit_cooling_unit,/obj/item/device/suit_cooling_unit,/turf/simulated/floor/tiled/eris/steel/gray_platform,/area/itglight/starboardhighsec) +"oM" = (/obj/structure/handrail{dir = 4},/turf/simulated/floor/tiled/eris/steel/gray_platform,/area/itglight/porthighsec) +"oR" = (/obj/machinery/atmospherics/pipe/manifold/hidden/fuel,/obj/machinery/portable_atmospherics/canister/phoron,/obj/machinery/light,/turf/simulated/floor,/area/itglight/portengi) +"oS" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 6},/turf/simulated/floor/tiled/eris/steel/gray_platform,/area/itglight/porthighsec) +"oT" = (/obj/structure/table/steel_reinforced,/turf/simulated/floor/tiled/eris/steel/gray_platform,/area/itglight/porthighsec) +"oU" = (/obj/machinery/power/solar_control,/obj/structure/cable/heavyduty{icon_state = "0-2"},/turf/simulated/floor,/area/itglight/portengi) +"pi" = (/obj/machinery/power/port_gen/pacman{anchored = 1},/obj/structure/cable/yellow{d2 = 4; icon_state = "0-4"},/obj/machinery/atmospherics/pipe/simple/hidden,/turf/simulated/floor,/area/itglight/portengi) +"pm" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/turf/simulated/floor/tiled/eris/steel/gray_platform,/area/itglight/porthighsec) +"pn" = (/obj/machinery/atmospherics/unary/vent_scrubber/on{dir = 4},/obj/structure/handrail{dir = 4},/turf/simulated/floor/tiled/eris/steel/brown_platform,/area/itglight/afthall) +"po" = (/obj/effect/floor_decal/industrial/warning{dir = 8},/obj/structure/cable/pink{d1 = 4; d2 = 8; icon_state = "4-8"},/turf/simulated/floor/tiled/eris/steel/brown_platform,/area/itglight/shuttlebay) +"pw" = (/obj/structure/cable/heavyduty{icon_state = "0-4"},/obj/structure/cable/heavyduty{icon_state = "0-8"},/obj/structure/cable/heavyduty{icon_state = "0-2"},/obj/structure/cable/heavyduty,/turf/simulated/floor/airless,/area/itglight/portengi) +"pG" = (/obj/effect/floor_decal/industrial/warning{dir = 4},/obj/machinery/organ_printer/flesh,/obj/machinery/atmospherics/unary/vent_pump/on{dir = 1},/turf/simulated/floor/tiled/eris/white/techfloor_grid,/area/itglight/medbay) +"pH" = (/obj/machinery/power/apc/hyper{alarms_hidden = 1; dir = 4; pixel_x = 25},/obj/structure/cable/pink{d2 = 8; icon_state = "0-8"},/turf/simulated/floor/tiled/eris/steel/brown_platform,/area/itglight/afthall) +"pI" = (/obj/structure/table/steel_reinforced,/obj/machinery/atmospherics/unary/vent_scrubber/on{dir = 8},/turf/simulated/floor/tiled/eris/steel/gray_platform,/area/itglight/porthighsec) +"pL" = (/obj/machinery/computer/transhuman/resleeving,/turf/simulated/floor/tiled/eris/white/cargo,/area/itglight/medbay) +"pU" = (/obj/machinery/atmospherics/pipe/simple/hidden/fuel{dir = 5},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 9},/obj/structure/cable/pink{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/hidden,/obj/structure/catwalk,/turf/simulated/floor,/area/itglight/portengi) +"pV" = (/obj/machinery/atmospherics/unary/vent_scrubber/on{dir = 4},/turf/simulated/floor/tiled/eris/steel/brown_platform,/area/itglight/metingroom) +"pW" = (/obj/machinery/atmospherics/binary/passive_gate/on,/turf/simulated/floor/tiled/eris/steel/gray_platform,/area/itglight/porthighsec) +"ql" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 5},/turf/simulated/floor/carpet/turcarpet,/area/itglight/crew3) +"qm" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/structure/handrail{dir = 1},/turf/simulated/floor/tiled/eris/steel/brown_platform,/area/itglight/metingroom) +"qn" = (/obj/structure/cable/heavyduty{icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/hidden{dir = 10},/obj/structure/catwalk,/turf/simulated/floor,/area/itglight/starboardengi) +"qo" = (/obj/effect/floor_decal/industrial/outline/yellow,/turf/simulated/floor/tiled/eris/steel/gray_platform,/area/itglight/portcargo) +"qq" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 9},/turf/simulated/floor/tiled/eris/steel/brown_platform,/area/itglight/metingroom) +"qy" = (/obj/structure/cable/yellow,/obj/machinery/power/solar,/turf/simulated/floor/airless,/area/itglight/portsolars) +"qA" = (/obj/structure/cable/yellow{d1 = 2; d2 = 4; icon_state = "2-4"},/obj/structure/cable/yellow{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/machinery/meter,/obj/machinery/atmospherics/pipe/simple/hidden,/turf/simulated/floor,/area/itglight/portengi) +"qB" = (/obj/effect/floor_decal/industrial/outline/yellow,/turf/simulated/floor/tiled/eris/steel/gray_platform,/area/itglight/starboardcargo) +"qF" = (/obj/machinery/power/apc/hyper{alarms_hidden = 1; dir = 4; pixel_x = 25},/obj/structure/cable/pink{d2 = 8; icon_state = "0-8"},/turf/simulated/floor/tiled/eris/steel/brown_platform,/area/itglight/shuttlebay) +"qG" = (/obj/machinery/atmospherics/portables_connector/fuel{dir = 1},/turf/simulated/floor,/area/itglight/starboardengi) +"qH" = (/obj/structure/cable/pink{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/atmospherics/pipe/manifold/hidden/supply{dir = 8; icon_state = "map-supply"},/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{dir = 8},/obj/structure/cable/pink{d1 = 2; d2 = 4; icon_state = "2-4"},/obj/structure/cable/pink{d1 = 1; d2 = 4; icon_state = "1-4"},/turf/simulated/floor/tiled/eris/steel/brown_platform,/area/itglight/metingroom) +"qK" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 8},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/structure/cable/pink{d1 = 4; d2 = 8; icon_state = "4-8"},/turf/simulated/floor/tiled/eris/steel/brown_platform,/area/itglight/metingroom) +"qN" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 8},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/structure/cable/pink{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/structure/handrail{dir = 1},/turf/simulated/floor/tiled/eris/steel/brown_platform,/area/itglight/metingroom) +"qR" = (/obj/structure/cable/heavyduty{icon_state = "4-8"},/obj/structure/catwalk,/obj/machinery/atmospherics/pipe/manifold/hidden{dir = 4; icon_state = "map"},/turf/simulated/floor,/area/itglight/starboardengi) +"qT" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 5},/obj/structure/cable/pink{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/light_switch{on = 0; pixel_x = 26; pixel_y = 27},/obj/machinery/button/remote/airlock{id = "dauntlesspq3"; name = "Door Bolts"; pixel_x = 24; pixel_y = 36; specialfunctions = 4},/turf/simulated/floor/carpet/turcarpet,/area/itglight/crew3) +"qW" = (/obj/machinery/door/firedoor/glass,/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 8},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/structure/cable/pink{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/machinery/door/airlock/mining{name = "Equipment Access"; req_one_access = list(777)},/turf/simulated/floor/tiled/steel_ridged,/area/itglight/starboardhighsec) +"qX" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 8},/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{dir = 2},/obj/structure/cable/pink{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/machinery/light_switch{dir = 4; on = 0; pixel_x = -25; pixel_y = 26},/turf/simulated/floor/tiled/eris/steel/gray_platform,/area/itglight/starboardhighsec) +"rc" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/structure/cable/pink{d1 = 1; d2 = 2; icon_state = "1-2"},/turf/simulated/floor/tiled/eris/steel/gray_platform,/area/itglight/portcargo) +"rg" = (/obj/structure/table/wooden_reinforced,/obj/machinery/atmospherics/unary/vent_scrubber/on{dir = 8},/obj/structure/cable/pink{d1 = 1; d2 = 2; icon_state = "1-2"},/turf/simulated/floor/tiled/eris/steel/brown_platform,/area/itglight/common) +"rh" = (/obj/effect/shuttle_landmark{base_area = /area/space; base_turf = /turf/space; docking_controller = "itglight_dock_1"; landmark_tag = "itglight_port_dock"; name = "ITG Dauntless - Dock Port"},/turf/space,/area/space) +"rq" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 8},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/structure/cable/pink{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/structure/handrail{dir = 1},/turf/simulated/floor/tiled/eris/steel/gray_platform,/area/itglight/starboardhighsec) +"rv" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 9},/obj/machinery/atmospherics/pipe/manifold/hidden/supply{dir = 2},/obj/structure/cable/pink{d1 = 4; d2 = 8; icon_state = "4-8"},/turf/simulated/floor/tiled/eris/steel/gray_platform,/area/itglight/starboardhighsec) +"rw" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 10},/obj/structure/cable/pink{d1 = 2; d2 = 8; icon_state = "2-8"},/turf/simulated/floor/tiled/eris/steel/gray_platform,/area/itglight/starboardhighsec) +"rA" = (/obj/machinery/alarm/alarms_hidden{dir = 8; pixel_x = 26},/obj/structure/closet/emcloset,/turf/simulated/floor/tiled/eris/steel/gray_platform,/area/itglight/starboardhighsec) +"rC" = (/obj/structure/bed/chair/bay/chair{dir = 1},/obj/structure/cable/pink{d1 = 1; d2 = 2; icon_state = "1-2"},/turf/simulated/shuttle/floor/black,/area/shuttle/itglightshuttle) +"rE" = (/obj/machinery/power/apc/hyper{alarms_hidden = 1; dir = 8; pixel_x = -25},/obj/structure/cable/pink{d2 = 4; icon_state = "0-4"},/turf/simulated/floor/tiled/eris/steel/gray_platform,/area/itglight/porthighsec) +"rF" = (/obj/structure/grille,/obj/structure/window/reinforced/full,/obj/machinery/door/firedoor/glass,/obj/structure/window/reinforced{dir = 8},/obj/structure/window/reinforced{dir = 4},/turf/simulated/floor,/area/itglight/starboardengi) +"rI" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/structure/cable/pink{d1 = 2; d2 = 8; icon_state = "2-8"},/turf/simulated/floor/tiled/eris/steel/gray_platform,/area/itglight/porthighsec) +"rK" = (/obj/machinery/light{dir = 4},/turf/simulated/floor/tiled/eris/steel/gray_platform,/area/itglight/porthighsec) +"rM" = (/obj/effect/floor_decal/industrial/outline/yellow,/obj/random/multiple/large_corp_crate,/turf/simulated/floor/tiled/eris/steel/gray_platform,/area/itglight/porthighsec) +"rW" = (/turf/simulated/wall/shull,/area/itglight/portdocking) +"rZ" = (/obj/machinery/door/firedoor/glass,/obj/structure/cable/pink{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/door/airlock/mining{name = "Crew Access"; req_one_access = list(777)},/turf/simulated/floor/tiled/steel_ridged,/area/itglight/forehall) +"sa" = (/obj/machinery/light{dir = 8},/obj/structure/table/rack/shelf/steel,/obj/item/weapon/storage/briefcase/inflatable,/obj/item/weapon/storage/briefcase/inflatable,/obj/item/weapon/storage/briefcase/inflatable,/obj/item/weapon/storage/briefcase/inflatable,/turf/simulated/floor/tiled/eris/steel/gray_platform,/area/itglight/starboardhighsec) +"sc" = (/obj/machinery/light{dir = 8},/turf/simulated/floor/tiled/eris/steel/brown_platform,/area/itglight/forehall) +"se" = (/obj/machinery/light{dir = 4},/turf/simulated/floor/tiled/eris/steel/brown_platform,/area/itglight/forehall) +"sf" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/structure/cable/pink{d1 = 1; d2 = 2; icon_state = "1-2"},/turf/simulated/floor/tiled/eris/steel/gray_platform,/area/itglight/starboardhighsec) +"sq" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 5; icon_state = "intact-scrubbers"},/obj/structure/catwalk,/turf/simulated/floor,/area/itglight/starboardengi) +"sx" = (/turf/simulated/floor/tiled/eris/steel/gray_platform,/area/itglight/portcargo) +"sy" = (/turf/simulated/floor/airless,/area/itglight/captain) +"sJ" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 5; icon_state = "intact-scrubbers"},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 5},/obj/effect/floor_decal/industrial/warning{dir = 8},/turf/simulated/floor/tiled/eris/steel/brown_platform,/area/itglight/shuttlebay) +"sR" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply,/turf/simulated/floor/tiled/eris/cafe,/area/itglight/kitchen) +"sV" = (/obj/structure/closet/firecloset/full,/turf/simulated/floor/tiled/eris/steel/gray_platform,/area/itglight/starboardhighsec) +"ta" = (/obj/structure/table/steel_reinforced,/obj/machinery/atmospherics/unary/vent_pump/on{dir = 4},/turf/simulated/floor/tiled/eris/steel/gray_platform,/area/itglight/porthighsec) +"tb" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/manifold/hidden/supply{dir = 4},/obj/structure/cable/pink{d1 = 1; d2 = 2; icon_state = "1-2"},/turf/simulated/floor/tiled/eris/steel/gray_platform,/area/itglight/porthighsec) +"te" = (/obj/structure/grille,/obj/structure/window/reinforced/full,/obj/machinery/door/firedoor/glass,/turf/simulated/floor,/area/itglight/portcargo) +"tg" = (/obj/machinery/light_switch{dir = 8; on = 0; pixel_x = 26; pixel_y = -6},/turf/simulated/floor/tiled/eris/steel/gray_platform,/area/itglight/porthighsec) +"tq" = (/obj/machinery/computer/shuttle_control/explore/itglightshuttle,/turf/simulated/shuttle/floor/black,/area/shuttle/itglightshuttle) +"tr" = (/obj/structure/grille,/obj/structure/window/reinforced/full,/obj/machinery/door/firedoor/glass,/turf/simulated/floor,/area/itglight/starboardcargo) +"tC" = (/obj/machinery/atmospherics/pipe/simple/hidden/fuel{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 10},/obj/machinery/atmospherics/pipe/simple/hidden{dir = 4},/obj/structure/catwalk,/turf/simulated/floor,/area/itglight/starboardengi) +"tD" = (/turf/simulated/floor/airless,/area/itglight/starboardsolars) +"tE" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 8},/turf/simulated/floor/tiled/eris/steel/brown_platform,/area/itglight/shuttlebay) +"tH" = (/obj/machinery/atmospherics/unary/vent_scrubber/on{dir = 4},/turf/simulated/floor/tiled/eris/steel/gray_platform,/area/itglight/portcargo) +"tL" = (/turf/simulated/floor/tiled/eris/steel/brown_platform,/area/itglight/forehall) +"tO" = (/obj/machinery/portable_atmospherics/hydroponics,/obj/structure/window/reinforced{dir = 1},/obj/structure/cable/pink{d1 = 1; d2 = 2; icon_state = "1-2"},/turf/simulated/floor/tiled/eris/cafe,/area/itglight/kitchen) +"tP" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 9; pixel_y = 0},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 9},/turf/simulated/floor/tiled/eris/white/cargo,/area/itglight/medbay) +"tY" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/turf/simulated/floor/tiled/eris/steel/gray_platform,/area/itglight/portcargo) +"uc" = (/obj/machinery/light{dir = 1},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 10},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 6},/turf/simulated/floor/tiled/eris/steel/gray_platform,/area/itglight/portcargo) +"ud" = (/obj/machinery/atmospherics/pipe/simple/hidden/fuel{dir = 6},/obj/machinery/power/apc/hyper{alarms_hidden = 1; dir = 8; pixel_x = -25},/obj/structure/cable/pink{d2 = 4; icon_state = "0-4"},/turf/simulated/floor,/area/itglight/starboardengi) +"uf" = (/turf/simulated/wall/shull,/area/itglight/crew4) +"ug" = (/obj/machinery/atmospherics/unary/vent_scrubber/on{dir = 8},/obj/structure/table/woodentable,/obj/item/weapon/storage/mre/random,/obj/random/plushie,/obj/random/contraband/nofail,/obj/random/drinksoft,/obj/item/device/radio,/turf/simulated/floor/carpet/turcarpet,/area/itglight/crew1) +"ul" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 8},/turf/simulated/floor/tiled/eris/steel/gray_platform,/area/itglight/portcargo) +"um" = (/obj/machinery/atmospherics/unary/engine/biggest{dir = 1},/turf/space,/area/itglight/portengi) +"un" = (/obj/machinery/atmospherics/unary/engine/bigger{dir = 1},/turf/simulated/floor/airless,/area/itglight/portengi) +"up" = (/obj/machinery/light/small{dir = 1},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 10},/turf/simulated/floor/tiled/dark,/area/itglight/passengersleeping) +"uE" = (/obj/machinery/atmospherics/unary/vent_pump/on{dir = 8},/obj/structure/closet/secure_closet/personal,/obj/machinery/light/small,/turf/simulated/floor/carpet/turcarpet,/area/itglight/crew3) +"uF" = (/turf/space,/area/itglight/portengi) +"uG" = (/obj/item/weapon/bedsheet/brown,/obj/structure/curtain/black,/obj/structure/bed/padded,/obj/machinery/atmospherics/unary/vent_pump/on{dir = 8},/turf/simulated/floor/tiled/dark,/area/itglight/passengersleeping) +"uI" = (/obj/machinery/atmospherics/unary/vent_pump/on{dir = 8},/turf/simulated/floor/tiled/eris/steel/gray_platform,/area/itglight/portcargo) +"uP" = (/obj/structure/cable/pink{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/turf/simulated/floor/tiled/eris/steel/brown_platform,/area/itglight/forehall) +"uX" = (/obj/machinery/atmospherics/unary/vent_pump/on{dir = 4},/turf/simulated/floor/tiled/eris/steel/gray_platform,/area/itglight/starboardcargo) +"vf" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 8},/turf/simulated/floor/tiled/eris/steel/gray_platform,/area/itglight/starboardcargo) +"vh" = (/obj/structure/table/steel_reinforced,/obj/machinery/atmospherics/unary/vent_scrubber/on,/obj/random/mre,/obj/random/mre,/obj/random/mre,/obj/random/mre,/obj/random/mre,/turf/simulated/floor/tiled/monotile,/area/itglight/lockers) +"vi" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/turf/simulated/floor/tiled/dark,/area/itglight/passengersleeping) +"vn" = (/obj/machinery/light{dir = 1},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 6},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 10},/turf/simulated/floor/tiled/eris/steel/gray_platform,/area/itglight/starboardcargo) +"vr" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/turf/simulated/floor/tiled/eris/steel/gray_platform,/area/itglight/starboardcargo) +"vs" = (/obj/machinery/atmospherics/unary/vent_scrubber/on{dir = 8},/turf/simulated/floor/tiled/eris/steel/gray_platform,/area/itglight/starboardcargo) +"vD" = (/obj/machinery/vending/engivend{req_access = list(777)},/turf/simulated/floor/tiled/eris/steel/gray_platform,/area/itglight/starboardhighsec) +"vX" = (/obj/structure/table/steel_reinforced,/obj/machinery/atmospherics/unary/vent_scrubber/on{dir = 4},/obj/machinery/alarm/alarms_hidden{dir = 4; pixel_x = -26},/turf/simulated/floor/tiled/eris/steel/gray_platform,/area/itglight/porthighsec) +"wf" = (/obj/machinery/atmospherics/unary/vent_pump/on{dir = 8},/obj/structure/closet/secure_closet/personal,/obj/machinery/light/small,/turf/simulated/floor/carpet/turcarpet,/area/itglight/crew2) +"wg" = (/obj/machinery/atmospherics/pipe/manifold/hidden/supply{dir = 8; icon_state = "map-supply"},/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers,/obj/structure/cable/pink{d1 = 1; d2 = 4; icon_state = "1-4"},/turf/simulated/floor/tiled/eris/steel/gray_platform,/area/itglight/porthighsec) +"wj" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 8},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/structure/cable/pink{d1 = 4; d2 = 8; icon_state = "4-8"},/turf/simulated/floor/tiled/eris/steel/gray_platform,/area/itglight/porthighsec) +"wk" = (/obj/machinery/door/firedoor/glass,/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 8},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/structure/cable/pink{d1 = 4; d2 = 8; icon_state = "4-8"},/turf/simulated/floor/tiled/steel_ridged,/area/itglight/porthighsec) +"wm" = (/obj/structure/grille,/obj/structure/window/reinforced/full,/obj/machinery/door/firedoor/glass,/obj/structure/window/reinforced{dir = 8},/obj/structure/window/reinforced{dir = 4},/turf/simulated/floor,/area/itglight/passengersleeping) +"wu" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 8},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/structure/cable/pink{d1 = 4; d2 = 8; icon_state = "4-8"},/turf/simulated/floor/tiled/eris/steel/gray_platform,/area/itglight/portcargo) +"wy" = (/obj/effect/floor_decal/industrial/outline/yellow,/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 8},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/structure/cable/pink{d1 = 4; d2 = 8; icon_state = "4-8"},/turf/simulated/floor/tiled/eris/steel/gray_platform,/area/itglight/portcargo) +"wz" = (/obj/machinery/light/small{dir = 1},/turf/simulated/floor/airless,/area/itglight/shuttlebay) +"wD" = (/obj/machinery/atmospherics/pipe/manifold/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{dir = 4},/obj/structure/cable/pink{d1 = 2; d2 = 8; icon_state = "2-8"},/turf/simulated/floor/tiled/eris/steel/gray_platform,/area/itglight/portcargo) +"wI" = (/obj/structure/closet/wardrobe/black,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/turf/simulated/floor/tiled/monotile,/area/itglight/lockers) +"wK" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/turf/simulated/floor/tiled/eris/steel/gray_platform,/area/itglight/starboardcargo) +"wL" = (/obj/structure/table/wooden_reinforced,/obj/machinery/atmospherics/unary/vent_scrubber/on{dir = 4},/obj/random/coin,/turf/simulated/floor/carpet/sblucarpet,/area/itglight/common) +"wN" = (/obj/machinery/vending/tool{req_access = list(777)},/turf/simulated/floor/tiled/eris/steel/gray_platform,/area/itglight/starboardhighsec) +"wP" = (/obj/machinery/seed_storage/garden,/obj/structure/window/reinforced{dir = 1},/turf/simulated/floor/tiled/eris/cafe,/area/itglight/kitchen) +"wR" = (/obj/machinery/vending/engineering{req_access = list(777)},/turf/simulated/floor/tiled/eris/steel/gray_platform,/area/itglight/starboardhighsec) +"wS" = (/obj/effect/floor_decal/industrial/warning{dir = 8},/turf/simulated/floor/tiled/eris/steel/brown_platform,/area/itglight/shuttlebay) +"wT" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/turf/simulated/floor/tiled/dark,/area/itglight/passengersleeping) +"wU" = (/obj/structure/cable/pink{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{dir = 4},/turf/simulated/floor/carpet/sblucarpet,/area/itglight/common) +"wV" = (/obj/structure/cable/heavyduty{icon_state = "0-4"},/obj/structure/cable/heavyduty{icon_state = "0-8"},/obj/structure/cable/heavyduty,/obj/machinery/atmospherics/pipe/simple/hidden{dir = 6},/obj/structure/catwalk,/turf/simulated/floor,/area/itglight/starboardengi) +"wW" = (/obj/structure/cable/pink{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/turf/simulated/floor/carpet/sblucarpet,/area/itglight/common) +"wX" = (/obj/machinery/light,/obj/effect/floor_decal/industrial/warning{dir = 8},/turf/simulated/floor/tiled/eris/steel/brown_platform,/area/itglight/shuttlebay) +"wY" = (/obj/machinery/atmospherics/pipe/simple/hidden/universal,/turf/simulated/floor/tiled/eris/steel/gray_platform,/area/itglight/porthighsec) +"xi" = (/obj/structure/table/wooden_reinforced,/obj/random/plushie,/obj/machinery/power/apc/hyper{alarms_hidden = 1; pixel_y = -25},/obj/structure/cable/pink,/turf/simulated/floor/tiled/eris/steel/brown_platform,/area/itglight/common) +"xj" = (/obj/machinery/power/pointdefense{id_tag = "dauntless_pd"},/obj/structure/cable/pink{d2 = 4; icon_state = "0-4"},/turf/simulated/floor/airless,/area/itglight/portsolars) +"xk" = (/obj/machinery/power/solar_control,/obj/structure/cable/heavyduty{icon_state = "0-2"},/turf/simulated/floor,/area/itglight/starboardengi) +"xr" = (/obj/effect/floor_decal/industrial/outline/yellow,/obj/random/multiple/large_corp_crate,/turf/simulated/floor/tiled/eris/steel/gray_platform,/area/itglight/starboardcargo) +"xs" = (/obj/machinery/suit_cycler/vintage/tcrew,/turf/simulated/floor/tiled/eris/steel/gray_platform,/area/itglight/starboardhighsec) +"xw" = (/turf/simulated/floor/tiled/eris/steel/gray_platform,/area/itglight/porthighsec) +"xy" = (/obj/machinery/atmospherics/pipe/simple/hidden/universal,/obj/structure/cable/pink{d1 = 1; d2 = 4; icon_state = "1-4"},/turf/simulated/floor/tiled/eris/steel/gray_platform,/area/itglight/starboardhighsec) +"xE" = (/turf/simulated/shuttle/floor/black,/area/shuttle/itglightshuttle) +"xG" = (/obj/machinery/power/apc/hyper{alarms_hidden = 1; dir = 4; pixel_x = 25},/obj/structure/cable/pink{d2 = 8; icon_state = "0-8"},/turf/simulated/floor/tiled/eris/steel/gray_platform,/area/itglight/starboardhighsec) +"xH" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 5},/obj/structure/cable/pink{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/light_switch{on = 0; pixel_x = 26; pixel_y = 27},/obj/machinery/button/remote/airlock{id = "dauntlesspq4"; name = "Door Bolts"; pixel_x = 24; pixel_y = 36; specialfunctions = 4},/turf/simulated/floor/carpet/turcarpet,/area/itglight/crew4) +"xZ" = (/obj/effect/floor_decal/industrial/outline/yellow,/obj/random/multiple/corp_crate,/turf/simulated/floor/tiled/eris/steel/gray_platform,/area/itglight/starboardcargo) +"yd" = (/obj/machinery/atmospherics/binary/passive_gate/on,/turf/simulated/floor/tiled/eris/steel/gray_platform,/area/itglight/starboardhighsec) +"yf" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/structure/handrail{dir = 8},/turf/simulated/floor/tiled/eris/steel/brown_platform,/area/itglight/shuttlebay) +"ym" = (/obj/machinery/portable_atmospherics/canister/air/airlock,/obj/machinery/atmospherics/portables_connector{dir = 4},/turf/simulated/floor/tiled/eris/steel/gray_platform,/area/itglight/porthighsec) +"yw" = (/obj/machinery/meter{frequency = 1443; id = "dist_aux_meter"; name = "Distribution Loop"},/obj/machinery/atmospherics/pipe/manifold4w/hidden,/turf/simulated/floor/tiled/eris/steel/gray_platform,/area/itglight/porthighsec) +"yy" = (/obj/machinery/atmospherics/pipe/tank/phoron/full,/turf/simulated/floor,/area/itglight/portengi) +"yD" = (/turf/simulated/floor/tiled/dark,/area/itglight/passengersleeping) +"yF" = (/obj/machinery/light/small{dir = 4},/turf/simulated/floor/tiled/dark,/area/itglight/passengersleeping) +"yI" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/effect/floor_decal/industrial/warning{dir = 4},/turf/simulated/floor/tiled/eris/steel/brown_platform,/area/itglight/shuttlebay) +"yJ" = (/obj/machinery/portable_atmospherics/canister/air/airlock,/obj/machinery/atmospherics/portables_connector{dir = 8},/turf/simulated/floor/tiled/eris/steel/gray_platform,/area/itglight/porthighsec) +"yK" = (/obj/machinery/atmospherics/unary/vent_scrubber/on{dir = 1},/turf/simulated/floor,/area/itglight/starboardengi) +"yN" = (/obj/structure/cable/heavyduty{icon_state = "4-8"},/obj/structure/catwalk,/obj/machinery/atmospherics/pipe/manifold/hidden{dir = 8},/turf/simulated/floor,/area/itglight/portengi) +"yO" = (/obj/machinery/ntnet_relay,/obj/structure/window/reinforced{dir = 8},/turf/simulated/floor/tiled/eris/steel/brown_platform,/area/itglight/shuttlebay) +"yP" = (/obj/machinery/light{dir = 8},/turf/simulated/floor/tiled/eris/steel/gray_platform,/area/itglight/portcargo) +"yR" = (/turf/simulated/floor/carpet/sblucarpet,/area/itglight/common) +"yS" = (/obj/machinery/oxygen_pump/anesthetic{pixel_x = -28},/obj/machinery/optable,/turf/simulated/floor/tiled/eris/white/techfloor_grid,/area/itglight/medbay) +"yT" = (/obj/structure/closet/secure_closet/personal,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/item/device/radio,/turf/simulated/floor/tiled/monotile,/area/itglight/lockers) +"yU" = (/obj/effect/floor_decal/industrial/outline/yellow,/obj/random/multiple/large_corp_crate,/turf/simulated/floor/tiled/eris/steel/gray_platform,/area/itglight/portcargo) +"yV" = (/obj/machinery/light{dir = 4},/turf/simulated/floor/tiled/eris/steel/gray_platform,/area/itglight/starboardcargo) +"yY" = (/obj/machinery/chem_master,/turf/simulated/floor/tiled/eris/white/cargo,/area/itglight/medbay) +"yZ" = (/obj/machinery/portable_atmospherics/canister/air/airlock,/obj/machinery/atmospherics/portables_connector{dir = 4},/turf/simulated/floor/tiled/eris/steel/gray_platform,/area/itglight/starboardhighsec) +"za" = (/obj/machinery/meter{frequency = 1443; id = "dist_aux_meter"; name = "Distribution Loop"},/obj/machinery/atmospherics/pipe/manifold4w/hidden,/turf/simulated/floor/tiled/eris/steel/gray_platform,/area/itglight/starboardhighsec) +"zd" = (/obj/machinery/vending/hydronutrients{dir = 1},/turf/simulated/floor/tiled/eris/cafe,/area/itglight/kitchen) +"zg" = (/turf/simulated/shuttle/wall/voidcraft,/area/shuttle/itglightshuttle) +"zi" = (/obj/machinery/portable_atmospherics/canister/air/airlock,/obj/machinery/atmospherics/portables_connector{dir = 8},/turf/simulated/floor/tiled/eris/steel/gray_platform,/area/itglight/starboardhighsec) +"zm" = (/obj/machinery/atmospherics/pipe/simple/hidden,/turf/simulated/wall/shull,/area/itglight/portdocking) +"zo" = (/obj/machinery/alarm/alarms_hidden{dir = 1; pixel_y = -26},/turf/simulated/floor/tiled/eris/steel/gray_platform,/area/itglight/portcargo) +"zp" = (/obj/machinery/atmospherics/pipe/manifold/hidden/fuel{dir = 1},/obj/machinery/atmospherics/portables_connector{dir = 8},/obj/machinery/portable_atmospherics/canister/air/airlock,/turf/simulated/floor,/area/itglight/starboardengi) +"zq" = (/obj/machinery/atmospherics/pipe/tank/phoron/full,/turf/simulated/floor,/area/itglight/starboardengi) +"zr" = (/obj/machinery/atmospherics/pipe/manifold/hidden/fuel{dir = 1},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 5},/obj/structure/cable/pink{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 5},/obj/machinery/atmospherics/pipe/simple/hidden{dir = 6},/obj/structure/catwalk,/turf/simulated/floor,/area/itglight/starboardengi) +"zt" = (/obj/machinery/power/pointdefense{id_tag = "dauntless_pd"},/obj/structure/cable/pink{d2 = 4; icon_state = "0-4"},/turf/simulated/floor/airless,/area/itglight/shuttlebay) +"zE" = (/obj/machinery/alarm/alarms_hidden{dir = 1; pixel_y = -26},/turf/simulated/floor/tiled/eris/steel/gray_platform,/area/itglight/starboardcargo) +"zG" = (/obj/machinery/atmospherics/unary/vent_pump/on,/obj/machinery/light_switch{dir = 8; on = 0; pixel_x = 24},/obj/structure/catwalk,/turf/simulated/floor,/area/itglight/portengi) +"zL" = (/obj/machinery/atmospherics/pipe/simple/hidden,/turf/simulated/wall/shull,/area/itglight/starboarddocking) +"zQ" = (/obj/effect/map_helper/airlock/atmos/chamber_pump,/obj/machinery/atmospherics/unary/vent_pump/high_volume{dir = 4; frequency = 1380; id_tag = "itglight_dock_1_pump"},/obj/machinery/light/small{dir = 1},/obj/structure/handrail{dir = 4},/turf/simulated/floor/tiled/techfloor/grid,/area/itglight/portdocking) +"zR" = (/obj/machinery/power/apc/hyper{alarms_hidden = 1; dir = 1; pixel_y = 25},/obj/structure/cable/pink{d2 = 2; icon_state = "0-2"},/obj/machinery/atmospherics/pipe/manifold4w/hidden,/obj/structure/catwalk,/turf/simulated/floor,/area/itglight/portdocking) +"zV" = (/obj/effect/map_helper/airlock/atmos/chamber_pump,/obj/machinery/atmospherics/unary/vent_pump/high_volume{dir = 8; frequency = 1380; id_tag = "itglight_dock_1_pump"},/obj/structure/handrail{dir = 8},/turf/simulated/floor/tiled/techfloor/grid,/area/itglight/portdocking) +"Aa" = (/obj/structure/cable/pink{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/machinery/atmospherics/pipe/manifold/hidden/supply{dir = 8; icon_state = "map-supply"},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/structure/catwalk,/turf/simulated/floor,/area/itglight/portengi) +"Ag" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 5},/turf/simulated/floor/carpet/turcarpet,/area/itglight/crew2) +"Al" = (/obj/structure/handrail{dir = 4},/turf/simulated/floor/tiled/eris/steel/gray_platform,/area/itglight/portcargo) +"Ar" = (/obj/machinery/atmospherics/pipe/simple/hidden/fuel{dir = 10},/obj/structure/cable/pink{d1 = 1; d2 = 4; icon_state = "1-4"},/obj/machinery/atmospherics/pipe/simple/hidden{dir = 9},/obj/machinery/pointdefense_control{id_tag = "dauntless_pd"},/turf/simulated/floor,/area/itglight/portengi) +"As" = (/obj/structure/cable/pink{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{dir = 2},/obj/machinery/atmospherics/pipe/manifold/hidden/supply{dir = 1},/turf/simulated/floor/tiled/eris/steel/brown_platform,/area/itglight/shuttlebay) +"Av" = (/obj/structure/sign/itg,/turf/simulated/wall/shull,/area/itglight/starboarddocking) +"Ay" = (/obj/random/multiple/large_corp_crate,/turf/simulated/wall/shull,/area/itglight/portcargo) +"AF" = (/obj/effect/map_helper/airlock/atmos/chamber_pump,/obj/effect/map_helper/airlock/sensor/chamber_sensor,/obj/machinery/airlock_sensor{frequency = 1380; id_tag = "itglight_port_sensor"; pixel_y = -25},/obj/machinery/atmospherics/unary/vent_pump/high_volume{dir = 1; frequency = 1380; id_tag = "itglight_port_pump"},/obj/machinery/light/small{dir = 4},/turf/simulated/floor,/area/itglight/portengi) +"AG" = (/obj/item/weapon/bedsheet/brown,/obj/structure/curtain/black,/obj/structure/bed/padded,/obj/machinery/atmospherics/unary/vent_scrubber/on{dir = 8},/turf/simulated/floor/tiled/dark,/area/itglight/passengersleeping) +"AJ" = (/obj/machinery/atmospherics/unary/vent_pump/on{dir = 1},/turf/simulated/floor/tiled/eris/steel/brown_platform,/area/itglight/shuttlebay) +"AK" = (/obj/structure/cable/heavyduty{icon_state = "2-8"},/obj/machinery/atmospherics/pipe/manifold/hidden,/obj/structure/catwalk,/turf/simulated/floor,/area/itglight/portengi) +"AU" = (/obj/machinery/portable_atmospherics/hydroponics,/turf/simulated/floor/tiled/eris/cafe,/area/itglight/kitchen) +"AZ" = (/obj/machinery/atmospherics/pipe/manifold4w/hidden/fuel,/obj/structure/catwalk,/turf/simulated/floor,/area/itglight/starboardengi) +"Ba" = (/obj/structure/handrail{dir = 1},/turf/simulated/floor/tiled/monotile,/area/itglight/lockers) +"Be" = (/obj/structure/handrail{dir = 8},/turf/simulated/floor/tiled/eris/steel/gray_platform,/area/itglight/starboardcargo) +"Bi" = (/obj/structure/cable/yellow{d1 = 2; d2 = 4; icon_state = "2-4"},/obj/structure/cable/heavyduty{icon_state = "1-2"},/obj/machinery/light/small{dir = 8},/turf/simulated/floor/airless,/area/itglight/starboardengi) +"Bj" = (/obj/machinery/atmospherics/unary/vent_scrubber/on{dir = 1},/turf/simulated/floor/tiled/eris/steel/brown_platform,/area/itglight/shuttlebay) +"Bl" = (/obj/effect/floor_decal/emblem/itgdauntless{dir = 4},/turf/simulated/floor/tiled/eris/steel/brown_platform,/area/itglight/forehall) +"Bo" = (/obj/structure/closet/secure_closet/personal,/obj/machinery/atmospherics/unary/vent_scrubber/on{dir = 1},/obj/item/device/radio,/obj/machinery/alarm/alarms_hidden{dir = 8; pixel_x = 26},/turf/simulated/floor/tiled/monotile,/area/itglight/lockers) +"Bq" = (/obj/effect/map_helper/airlock/atmos/chamber_pump,/obj/machinery/atmospherics/unary/vent_pump/high_volume{dir = 4; frequency = 1380; id_tag = "itglight_dock_2_pump"},/obj/structure/handrail{dir = 4},/turf/simulated/floor/tiled/techfloor/grid,/area/itglight/starboarddocking) +"Bt" = (/obj/machinery/power/apc/hyper{alarms_hidden = 1; dir = 1; pixel_y = 25},/obj/structure/cable/pink{d2 = 2; icon_state = "0-2"},/obj/machinery/atmospherics/pipe/manifold4w/hidden,/obj/structure/catwalk,/turf/simulated/floor,/area/itglight/starboarddocking) +"BB" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/effect/floor_decal/industrial/warning{dir = 8},/turf/simulated/floor/tiled/eris/steel/brown_platform,/area/itglight/shuttlebay) +"BG" = (/obj/effect/map_helper/airlock/atmos/chamber_pump,/obj/machinery/atmospherics/unary/vent_pump/high_volume{dir = 8; frequency = 1380; id_tag = "itglight_dock_2_pump"},/obj/machinery/light/small{dir = 1},/obj/structure/handrail{dir = 8},/turf/simulated/floor/tiled/techfloor/grid,/area/itglight/starboarddocking) +"BM" = (/obj/structure/cable/pink{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/structure/cable/pink{d1 = 1; d2 = 8; icon_state = "1-8"},/obj/structure/cable/pink{d1 = 2; d2 = 8; icon_state = "2-8"},/turf/simulated/floor/tiled/eris/steel/brown_platform,/area/itglight/shuttlebay) +"BP" = (/obj/effect/map_helper/airlock/atmos/chamber_pump,/obj/machinery/atmospherics/unary/vent_pump/high_volume{dir = 4; frequency = 1380; id_tag = "itglight_dock_1_pump"},/turf/simulated/floor/tiled/techfloor/grid,/area/itglight/portdocking) +"BR" = (/obj/structure/bed/chair/office/light{dir = 8},/obj/machinery/atmospherics/pipe/simple/hidden/supply,/turf/simulated/floor/tiled/eris/white/cargo,/area/itglight/medbay) +"BU" = (/obj/machinery/atmospherics/unary/vent_pump/on,/turf/simulated/floor/tiled/eris/steel/brown_platform,/area/itglight/shuttlebay) +"BV" = (/obj/structure/cable/yellow{d1 = 1; d2 = 2; icon_state = "1-2"},/turf/simulated/floor/airless,/area/itglight/starboardsolars) +"BW" = (/obj/machinery/atmospherics/unary/engine/bigger{dir = 1},/turf/space,/area/itglight/starboardengi) +"BX" = (/obj/structure/cable/pink{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/atmospherics/pipe/manifold4w/hidden,/obj/structure/catwalk,/turf/simulated/floor,/area/itglight/portdocking) +"Ca" = (/obj/machinery/power/apc/hyper{alarms_hidden = 1; dir = 4; pixel_x = 25},/obj/structure/cable/pink{d2 = 8; icon_state = "0-8"},/obj/structure/bed/double/padded,/obj/item/weapon/bedsheet/browndouble,/turf/simulated/floor/carpet/turcarpet,/area/itglight/crew4) +"Ch" = (/obj/effect/map_helper/airlock/atmos/chamber_pump,/obj/machinery/atmospherics/unary/vent_pump/high_volume{dir = 8; frequency = 1380; id_tag = "itglight_dock_1_pump"},/turf/simulated/floor/tiled/techfloor/grid,/area/itglight/portdocking) +"Cj" = (/obj/machinery/alarm/alarms_hidden{pixel_y = 26},/turf/simulated/floor/tiled/eris/steel/brown_platform,/area/itglight/forehall) +"Cl" = (/obj/structure/cable/pink{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/machinery/light{dir = 1},/turf/simulated/floor/tiled/eris/steel/brown_platform,/area/itglight/shuttlebay) +"Cn" = (/obj/structure/cable/pink{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/structure/cable/pink{d1 = 2; d2 = 4; icon_state = "2-4"},/obj/structure/cable/pink{d1 = 1; d2 = 4; icon_state = "1-4"},/turf/simulated/floor/tiled/eris/steel/brown_platform,/area/itglight/forehall) +"Co" = (/obj/structure/cable/pink{d1 = 4; d2 = 8; icon_state = "4-8"},/turf/simulated/floor/tiled/eris/steel/brown_platform,/area/itglight/forehall) +"Cq" = (/obj/machinery/power/apc/hyper{alarms_hidden = 1; dir = 1; pixel_y = 25},/obj/structure/cable/pink{d2 = 8; icon_state = "0-8"},/turf/simulated/floor/tiled/eris/steel/brown_platform,/area/itglight/forehall) +"Cy" = (/obj/effect/map_helper/airlock/atmos/chamber_pump,/obj/machinery/atmospherics/unary/vent_pump/high_volume{dir = 4; frequency = 1380; id_tag = "itglight_dock_2_pump"},/turf/simulated/floor/tiled/techfloor/grid,/area/itglight/starboarddocking) +"CA" = (/obj/structure/cable/pink{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/atmospherics/pipe/manifold4w/hidden,/obj/structure/catwalk,/turf/simulated/floor,/area/itglight/starboarddocking) +"CE" = (/obj/structure/cable/pink{d1 = 2; d2 = 8; icon_state = "2-8"},/turf/simulated/floor/airless,/area/itglight/portsolars) +"CH" = (/obj/effect/map_helper/airlock/atmos/chamber_pump,/obj/machinery/atmospherics/unary/vent_pump/high_volume{dir = 8; frequency = 1380; id_tag = "itglight_dock_2_pump"},/turf/simulated/floor/tiled/techfloor/grid,/area/itglight/starboarddocking) +"CI" = (/obj/machinery/atmospherics/pipe/manifold/hidden/fuel{dir = 1},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/structure/catwalk,/obj/machinery/atmospherics/pipe/simple/hidden{dir = 4},/turf/simulated/floor,/area/itglight/portengi) +"CJ" = (/obj/structure/cable/yellow{d1 = 1; d2 = 2; icon_state = "1-2"},/turf/simulated/floor/airless,/area/itglight/portsolars) +"CK" = (/obj/machinery/door/firedoor/glass,/obj/effect/map_helper/airlock/door/ext_door,/obj/machinery/door/airlock/external{frequency = 1380; icon_state = "door_locked"; id_tag = "itglight_dock_1_outer"; locked = 1},/obj/structure/cable/pink{d1 = 4; d2 = 8; icon_state = "4-8"},/turf/simulated/floor/tiled/steel_ridged,/area/itglight/portdocking) +"CM" = (/obj/structure/cable/pink{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/machinery/access_button{command = "cycle_exterior"; frequency = 1380; master_tag = "itglight_dock_1"; name = "exterior access button"; pixel_x = -27; pixel_y = -27},/obj/structure/catwalk,/turf/simulated/floor,/area/itglight/portdocking) +"CO" = (/obj/machinery/chemical_dispenser/biochemistry/full,/obj/structure/table/reinforced,/obj/machinery/light{dir = 8},/turf/simulated/floor/tiled/eris/white/cargo,/area/itglight/medbay) +"CQ" = (/turf/simulated/wall/shull,/area/itglight/starboarddocking) +"CX" = (/obj/structure/cable/heavyduty{icon_state = "4-8"},/turf/simulated/floor/airless,/area/itglight/starboardsolars) +"CY" = (/obj/machinery/light/small{dir = 8; pixel_x = 0},/turf/simulated/shuttle/floor/black,/area/shuttle/itglightshuttle) +"Db" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/turf/simulated/floor/tiled/eris/steel/gray_platform,/area/itglight/starboardhighsec) +"Dg" = (/obj/machinery/atmospherics/pipe/manifold/hidden/supply{dir = 1},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/structure/cable/pink{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/structure/catwalk,/turf/simulated/floor,/area/itglight/portengi) +"Do" = (/obj/structure/cable/yellow{d1 = 1; d2 = 8; icon_state = "1-8"},/obj/structure/cable/heavyduty{icon_state = "1-2"},/turf/simulated/floor/airless,/area/itglight/portengi) +"Dp" = (/obj/structure/table/steel_reinforced,/obj/machinery/reagentgrinder,/obj/machinery/atmospherics/unary/vent_scrubber/on,/turf/simulated/floor/tiled/eris/cafe,/area/itglight/kitchen) +"Du" = (/obj/machinery/atmospherics/pipe/simple/hidden,/obj/structure/cable/pink{d1 = 1; d2 = 4; icon_state = "1-4"},/obj/structure/cable/pink{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/structure/catwalk,/turf/simulated/floor,/area/itglight/portdocking) +"Dv" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 5},/turf/simulated/floor/tiled/white,/area/itglight/restrooms) +"Dy" = (/obj/effect/floor_decal/industrial/warning{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 6},/turf/simulated/floor/tiled/eris/white/techfloor_grid,/area/itglight/medbay) +"Dz" = (/turf/simulated/wall/shull,/area/itglight/lockers) +"DB" = (/obj/structure/cable/pink{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/machinery/embedded_controller/radio/airlock/docking_port{dir = 8; frequency = 1380; id_tag = "itglight_dock_1"; pixel_x = 18; pixel_y = -32; tag_airpump = "itglight_dock_1_pump"; tag_chamber_sensor = "itglight_dock_1_sensor"; tag_exterior_door = "itglight_dock_1_outer"; tag_interior_door = "itglight_dock_1_inner"},/obj/structure/catwalk,/turf/simulated/floor,/area/itglight/portdocking) +"DF" = (/obj/machinery/door/firedoor/glass,/obj/machinery/door/airlock/glass_external{frequency = 1380; id_tag = "itglight_dock_1_inner"},/obj/structure/cable/pink{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/effect/map_helper/airlock/door/int_door,/obj/machinery/access_button{command = "cycle_interior"; frequency = 1380; master_tag = "itglight_dock_1"; name = "interior access button"; pixel_y = 26},/turf/simulated/floor/tiled/steel_ridged,/area/itglight/portdocking) +"DH" = (/obj/structure/cable/pink{d1 = 4; d2 = 8; icon_state = "4-8"},/turf/simulated/floor/tiled/eris/steel/gray_platform,/area/itglight/portcargo) +"DJ" = (/obj/structure/cable/pink{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{dir = 8},/obj/machinery/atmospherics/pipe/manifold/hidden/supply{dir = 8},/obj/structure/cable/pink{d1 = 2; d2 = 4; icon_state = "2-4"},/obj/structure/cable/pink{d1 = 1; d2 = 4; icon_state = "1-4"},/turf/simulated/floor/tiled/eris/steel/gray_platform,/area/itglight/portcargo) +"DK" = (/obj/machinery/power/pointdefense{id_tag = "dauntless_pd"},/obj/structure/cable/pink{d2 = 8; icon_state = "0-8"},/turf/simulated/floor/airless,/area/itglight/starboardsolars) +"DP" = (/obj/structure/cable/yellow{d2 = 8; icon_state = "0-8"},/obj/structure/cable/yellow{d1 = 2; d2 = 8; icon_state = "2-8"},/obj/machinery/power/solar,/turf/simulated/floor/airless,/area/itglight/starboardsolars) +"DQ" = (/obj/structure/cable/yellow{d1 = 1; d2 = 8; icon_state = "1-8"},/turf/simulated/floor/airless,/area/itglight/portsolars) +"Eg" = (/obj/structure/cable/pink{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 8},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/turf/simulated/floor/tiled/eris/steel/gray_platform,/area/itglight/portcargo) +"Eh" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/structure/cable/pink{d1 = 1; d2 = 4; icon_state = "1-4"},/obj/machinery/alarm/alarms_hidden{dir = 4; pixel_x = -26},/turf/simulated/floor/carpet/turcarpet,/area/itglight/crew4) +"Ej" = (/obj/machinery/door/firedoor/glass,/obj/structure/cable/pink{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 8},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/machinery/door/airlock/glass_mining{name = "Port Cargo Access"; req_one_access = list(777)},/turf/simulated/floor/tiled/steel_ridged,/area/itglight/portcargo) +"Ek" = (/obj/structure/table/wooden_reinforced,/obj/item/device/paicard,/obj/machinery/atmospherics/unary/vent_pump/on{dir = 8},/turf/simulated/floor/carpet/sblucarpet,/area/itglight/common) +"Ep" = (/obj/structure/cable/pink{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 8},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/turf/simulated/floor/tiled/eris/steel/brown_platform,/area/itglight/forehall) +"Ev" = (/obj/effect/catwalk_plated,/obj/structure/cable/pink{d1 = 1; d2 = 8; icon_state = "1-8"},/obj/structure/cable/pink{d1 = 1; d2 = 4; icon_state = "1-4"},/obj/structure/cable/pink{d1 = 2; d2 = 8; icon_state = "2-8"},/obj/structure/cable/pink{d1 = 2; d2 = 4; icon_state = "2-4"},/obj/machinery/atmospherics/pipe/manifold4w/hidden/scrubbers,/obj/machinery/atmospherics/pipe/manifold4w/hidden/supply,/turf/simulated/floor,/area/itglight/forehall) +"EG" = (/turf/simulated/floor/tiled/white,/area/itglight/restrooms) +"EH" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/machinery/alarm/alarms_hidden{pixel_y = 26},/turf/simulated/floor/tiled/white,/area/itglight/restrooms) +"EL" = (/obj/machinery/door/firedoor/glass,/obj/structure/cable/pink{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 8},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/machinery/door/airlock/glass_mining{name = "Starboard Cargo Access"; req_one_access = list(777)},/turf/simulated/floor/tiled/steel_ridged,/area/itglight/starboardcargo) +"EN" = (/obj/machinery/atmospherics/unary/vent_pump/on{dir = 4},/turf/simulated/floor/tiled/eris/steel/brown_platform,/area/itglight/afthall) +"EP" = (/obj/structure/table/standard,/obj/random/soap,/obj/random/soap,/turf/simulated/floor/tiled/white,/area/itglight/showers) +"EQ" = (/obj/structure/cable/pink{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/structure/cable/pink{d1 = 2; d2 = 8; icon_state = "2-8"},/obj/structure/cable/pink{d1 = 2; d2 = 4; icon_state = "2-4"},/turf/simulated/floor/tiled/eris/steel/brown_platform,/area/itglight/shuttlebay) +"ER" = (/obj/machinery/biogenerator,/turf/simulated/floor/tiled/eris/cafe,/area/itglight/kitchen) +"ES" = (/turf/simulated/floor/tiled/eris/white/techfloor_grid,/area/itglight/medbay) +"Fb" = (/obj/structure/table/standard,/obj/random/soap,/obj/random/soap,/obj/machinery/atmospherics/unary/vent_scrubber/on,/obj/machinery/alarm/alarms_hidden{pixel_y = 26},/turf/simulated/floor/tiled/white,/area/itglight/showers) +"Fc" = (/obj/structure/cable/yellow{d1 = 1; d2 = 8; icon_state = "1-8"},/obj/structure/cable/yellow{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/atmospherics/binary/pump/on{name = "Air to Distro"},/turf/simulated/floor,/area/itglight/portengi) +"Fe" = (/obj/structure/table/standard,/obj/item/weapon/bikehorn/rubberducky,/obj/item/weapon/towel/random,/obj/item/weapon/towel/random,/obj/item/weapon/towel/random,/obj/item/weapon/towel/random,/obj/item/weapon/towel/random,/obj/item/weapon/towel/random,/turf/simulated/floor/tiled/white,/area/itglight/showers) +"Ff" = (/obj/structure/cable/pink{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 8},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/turf/simulated/floor/tiled/eris/steel/gray_platform,/area/itglight/starboardcargo) +"Fh" = (/obj/machinery/atmospherics/binary/pump/fuel,/turf/simulated/floor,/area/itglight/portengi) +"Fm" = (/obj/structure/cable/heavyduty{icon_state = "0-4"},/obj/structure/cable/heavyduty{icon_state = "0-8"},/obj/structure/cable/heavyduty{icon_state = "0-2"},/obj/structure/cable/heavyduty,/turf/simulated/floor/airless,/area/itglight/starboardsolars) +"Fs" = (/turf/simulated/wall/shull,/area/itglight/crew1) +"Fu" = (/obj/structure/cable/yellow{d1 = 1; d2 = 4; icon_state = "1-4"},/obj/structure/cable/yellow{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/atmospherics/binary/pump/on{dir = 1; name = "Scrubber to Waste"},/turf/simulated/floor,/area/itglight/starboardengi) +"Fx" = (/obj/structure/cable/pink{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/turf/simulated/floor/tiled/eris/steel/brown_platform,/area/itglight/shuttlebay) +"Fz" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 8},/turf/simulated/floor/tiled/eris/steel/gray_platform,/area/itglight/starboardhighsec) +"FA" = (/obj/structure/cable/pink{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{dir = 4},/obj/machinery/atmospherics/pipe/manifold/hidden/supply{dir = 4},/obj/structure/cable/pink{d1 = 2; d2 = 8; icon_state = "2-8"},/obj/structure/cable/pink{d1 = 2; d2 = 4; icon_state = "2-4"},/turf/simulated/floor/tiled/eris/steel/gray_platform,/area/itglight/starboardcargo) +"FH" = (/obj/structure/cable/pink{d1 = 4; d2 = 8; icon_state = "4-8"},/turf/simulated/floor/tiled/eris/steel/gray_platform,/area/itglight/starboardcargo) +"FN" = (/obj/machinery/door/firedoor/glass,/obj/effect/map_helper/airlock/door/int_door,/obj/structure/cable/pink{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/machinery/door/airlock/glass_external{frequency = 1380; id_tag = "itglight_dock_2_inner"},/obj/machinery/access_button{command = "cycle_interior"; frequency = 1380; master_tag = "itglight_dock_2"; name = "interior access button"; pixel_y = 26},/turf/simulated/floor/tiled/steel_ridged,/area/itglight/starboarddocking) +"FO" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 5},/turf/simulated/floor/carpet/turcarpet,/area/itglight/crew1) +"FQ" = (/obj/machinery/atmospherics/pipe/simple/hidden/fuel{dir = 4},/obj/machinery/portable_atmospherics/canister/air/airlock,/obj/machinery/atmospherics/portables_connector{dir = 4},/turf/simulated/floor,/area/itglight/portengi) +"FR" = (/obj/structure/cable/pink{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/machinery/embedded_controller/radio/airlock/docking_port{dir = 4; frequency = 1380; id_tag = "itglight_dock_2"; pixel_x = -18; pixel_y = -32; tag_airpump = "itglight_dock_2_pump"; tag_chamber_sensor = "itglight_dock_2_sensor"; tag_exterior_door = "itglight_dock_2_outer"; tag_interior_door = "itglight_dock_2_inner"},/obj/structure/catwalk,/turf/simulated/floor,/area/itglight/starboarddocking) +"FT" = (/obj/machinery/atmospherics/pipe/simple/hidden/fuel,/turf/simulated/wall/shull,/area/itglight/starboardengi) +"FV" = (/obj/structure/cable/pink{d1 = 1; d2 = 8; icon_state = "1-8"},/obj/machinery/atmospherics/pipe/simple/hidden,/obj/structure/cable/pink{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/structure/catwalk,/obj/structure/cable/pink{d1 = 1; d2 = 4; icon_state = "1-4"},/turf/simulated/floor,/area/itglight/starboarddocking) +"Gb" = (/obj/machinery/power/port_gen/pacman{anchored = 1},/obj/structure/cable/yellow{d2 = 8; icon_state = "0-8"},/obj/machinery/atmospherics/pipe/simple/hidden,/turf/simulated/floor,/area/itglight/starboardengi) +"Gf" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/structure/cable/pink{d1 = 1; d2 = 4; icon_state = "1-4"},/obj/machinery/alarm/alarms_hidden{dir = 4; pixel_x = -26},/turf/simulated/floor/carpet/turcarpet,/area/itglight/crew3) +"Gh" = (/obj/structure/grille,/obj/structure/window/reinforced/full,/obj/machinery/door/firedoor/glass,/obj/structure/window/reinforced{dir = 1},/obj/structure/window/reinforced,/obj/structure/cable/pink{d1 = 1; d2 = 2; icon_state = "1-2"},/turf/simulated/floor,/area/itglight/shuttlebay) +"Gm" = (/obj/structure/cable/heavyduty{icon_state = "2-4"},/obj/machinery/atmospherics/pipe/simple/hidden{dir = 4},/obj/structure/catwalk,/turf/simulated/floor,/area/itglight/starboardengi) +"Gq" = (/obj/structure/cable/pink{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/machinery/access_button{command = "cycle_exterior"; frequency = 1380; master_tag = "itglight_dock_2"; name = "exterior access button"; pixel_x = 27; pixel_y = -27},/obj/structure/catwalk,/turf/simulated/floor,/area/itglight/starboarddocking) +"GA" = (/obj/machinery/door/firedoor/glass,/obj/effect/map_helper/airlock/door/ext_door,/obj/machinery/door/airlock/external{frequency = 1380; icon_state = "door_locked"; id_tag = "itglight_dock_2_outer"; locked = 1},/obj/structure/cable/pink{d1 = 4; d2 = 8; icon_state = "4-8"},/turf/simulated/floor/tiled/steel_ridged,/area/itglight/starboarddocking) +"GC" = (/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{dir = 1},/obj/machinery/atmospherics/pipe/manifold/hidden/supply{dir = 1},/obj/structure/cable/pink{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/structure/cable/pink{d1 = 2; d2 = 4; icon_state = "2-4"},/obj/structure/cable/pink{d1 = 2; d2 = 8; icon_state = "2-8"},/obj/structure/sign/itg{pixel_y = 26},/turf/simulated/floor/tiled/eris/steel/brown_platform,/area/itglight/afthall) +"GE" = (/obj/structure/cable/pink{d1 = 2; d2 = 4; icon_state = "2-4"},/turf/simulated/floor/tiled/eris/steel/brown_platform,/area/itglight/shuttlebay) +"GG" = (/obj/effect/shuttle_landmark{base_area = /area/space; base_turf = /turf/space; docking_controller = "itglight_dock_2"; landmark_tag = "itglight_starboard_dock"; name = "ITG Dauntless - Dock Starboard"},/turf/space,/area/space) +"GI" = (/obj/machinery/atmospherics/pipe/manifold4w/hidden,/obj/structure/catwalk,/turf/simulated/floor,/area/itglight/portdocking) +"GN" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/structure/cable/pink{d1 = 1; d2 = 2; icon_state = "1-2"},/turf/simulated/floor/tiled/eris/steel/gray_platform,/area/itglight/portcargo) +"GO" = (/obj/machinery/smartfridge,/obj/machinery/light{dir = 8},/turf/simulated/floor/tiled/eris/cafe,/area/itglight/kitchen) +"GP" = (/obj/structure/grille,/obj/structure/window/reinforced/full,/obj/machinery/door/firedoor/glass,/obj/structure/window/reinforced{dir = 1},/obj/structure/window/reinforced,/turf/simulated/floor,/area/itglight/kitchen) +"GQ" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/turf/simulated/floor/tiled/eris/cafe,/area/itglight/kitchen) +"Hg" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/structure/cable/pink{d1 = 1; d2 = 4; icon_state = "1-4"},/obj/machinery/alarm/alarms_hidden{dir = 4; pixel_x = -26},/turf/simulated/floor/carpet/turcarpet,/area/itglight/crew2) +"Hj" = (/obj/machinery/atmospherics/portables_connector,/obj/effect/floor_decal/industrial/outline/red,/obj/machinery/portable_atmospherics/canister/empty,/turf/simulated/floor,/area/itglight/starboardengi) +"Hl" = (/obj/structure/handrail{dir = 1},/turf/simulated/floor/tiled/eris/steel/brown_platform,/area/itglight/forehall) +"Hq" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/structure/cable/pink{d1 = 1; d2 = 2; icon_state = "1-2"},/turf/simulated/floor/tiled/eris/steel/gray_platform,/area/itglight/starboardcargo) +"HA" = (/obj/structure/cable/pink{d1 = 4; d2 = 8; icon_state = "4-8"},/turf/simulated/floor/tiled/white,/area/itglight/restrooms) +"HB" = (/obj/structure/table/steel_reinforced,/obj/machinery/atmospherics/unary/vent_pump/on{dir = 8},/obj/structure/cable/pink{d1 = 2; d2 = 8; icon_state = "2-8"},/obj/structure/cable/pink{d1 = 4; d2 = 8; icon_state = "4-8"},/turf/simulated/floor/carpet,/area/itglight/readyroom) +"HD" = (/obj/machinery/atmospherics/pipe/manifold4w/hidden,/obj/structure/catwalk,/turf/simulated/floor,/area/itglight/starboarddocking) +"HJ" = (/obj/structure/cable/pink{d1 = 1; d2 = 8; icon_state = "1-8"},/obj/structure/cable/pink{d1 = 2; d2 = 8; icon_state = "2-8"},/obj/structure/cable/pink{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 8},/turf/simulated/floor/tiled/eris/steel/brown_platform,/area/itglight/shuttlebay) +"HM" = (/obj/machinery/atmospherics/unary/vent_pump/on{dir = 4},/turf/simulated/floor,/area/itglight/portengi) +"HN" = (/obj/machinery/power/terminal,/obj/structure/cable/heavyduty,/obj/structure/cable/yellow{d2 = 4; icon_state = "0-4"},/turf/simulated/floor,/area/itglight/starboardengi) +"HP" = (/obj/effect/map_helper/airlock/atmos/chamber_pump,/obj/machinery/atmospherics/unary/vent_pump/high_volume{dir = 4; frequency = 1380; id_tag = "itglight_dock_1_pump"},/obj/machinery/light/small,/obj/structure/handrail{dir = 4},/turf/simulated/floor/tiled/techfloor/grid,/area/itglight/portdocking) +"HR" = (/obj/machinery/atmospherics/pipe/manifold/hidden,/obj/machinery/airlock_sensor{frequency = 1380; id_tag = "itglight_dock_1_sensor"; pixel_y = -25},/obj/effect/map_helper/airlock/sensor/chamber_sensor,/obj/structure/catwalk,/turf/simulated/floor,/area/itglight/portdocking) +"HV" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/structure/cable/pink{d1 = 1; d2 = 4; icon_state = "1-4"},/obj/machinery/alarm/alarms_hidden{dir = 4; pixel_x = -26},/turf/simulated/floor/carpet/turcarpet,/area/itglight/crew1) +"HW" = (/obj/machinery/atmospherics/pipe/manifold/hidden,/obj/machinery/airlock_sensor{frequency = 1380; id_tag = "itglight_dock_2_sensor"; pixel_y = -25},/obj/effect/map_helper/airlock/sensor/chamber_sensor,/obj/structure/catwalk,/turf/simulated/floor,/area/itglight/starboarddocking) +"HX" = (/obj/effect/map_helper/airlock/atmos/chamber_pump,/obj/machinery/atmospherics/unary/vent_pump/high_volume{dir = 8; frequency = 1380; id_tag = "itglight_dock_2_pump"},/obj/machinery/light/small,/obj/structure/handrail{dir = 8},/turf/simulated/floor/tiled/techfloor/grid,/area/itglight/starboarddocking) +"Ia" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/structure/cable/pink{d1 = 1; d2 = 4; icon_state = "1-4"},/turf/simulated/floor/tiled/eris/steel/gray_platform,/area/itglight/portcargo) +"Iu" = (/obj/machinery/power/apc/hyper{alarms_hidden = 1; dir = 1; pixel_y = 25},/obj/structure/cable/pink{d2 = 8; icon_state = "0-8"},/turf/simulated/floor/tiled/eris/steel/gray_platform,/area/itglight/portcargo) +"Iv" = (/obj/machinery/door/firedoor/glass,/obj/structure/cable/heavyduty{icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/hidden{dir = 4},/obj/machinery/door/airlock/glass_external{frequency = 1380; id_tag = "itglight_starboard_inner"},/obj/effect/map_helper/airlock/door/int_door,/obj/machinery/access_button{command = "cycle_interior"; frequency = 1380; master_tag = "itglight_starboard"; name = "interior access button"; pixel_y = 26},/turf/simulated/floor/tiled/steel_ridged,/area/itglight/starboardengi) +"Ix" = (/obj/effect/shuttle_landmark{landmark_tag = "itglight_aft"; name = "ITG Dauntless - Aft"},/turf/space,/area/space) +"Iy" = (/obj/machinery/power/apc/hyper{alarms_hidden = 1; dir = 1; pixel_y = 25},/obj/structure/cable/pink{d2 = 4; icon_state = "0-4"},/turf/simulated/floor/tiled/eris/steel/gray_platform,/area/itglight/starboardcargo) +"IH" = (/obj/machinery/atmospherics/unary/vent_pump/on{dir = 8},/obj/structure/closet/secure_closet/personal,/obj/machinery/light/small,/turf/simulated/floor/carpet/turcarpet,/area/itglight/crew1) +"IM" = (/obj/effect/catwalk_plated,/obj/structure/cable/pink{d1 = 1; d2 = 8; icon_state = "1-8"},/obj/structure/cable/pink{d1 = 1; d2 = 4; icon_state = "1-4"},/obj/machinery/atmospherics/pipe/manifold/hidden/supply,/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers,/obj/structure/cable/pink{d1 = 4; d2 = 8; icon_state = "4-8"},/turf/simulated/floor,/area/itglight/shuttlebay) +"IN" = (/obj/structure/cable/pink{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/machinery/light_switch{dir = 8; on = 0; pixel_x = 26; pixel_y = 26},/turf/simulated/floor/tiled/white,/area/itglight/restrooms) +"IS" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/structure/cable/pink{d1 = 1; d2 = 8; icon_state = "1-8"},/turf/simulated/floor/tiled/eris/steel/gray_platform,/area/itglight/starboardcargo) +"IX" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/turf/simulated/floor/tiled/eris/steel/gray_platform,/area/itglight/portcargo) +"Jc" = (/obj/effect/floor_decal/industrial/outline/yellow,/obj/random/multiple/corp_crate,/turf/simulated/floor/tiled/eris/steel/gray_platform,/area/itglight/portcargo) +"Ji" = (/obj/machinery/door/firedoor/glass,/obj/structure/cable/pink{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/machinery/door/airlock{name = "Restroom"},/turf/simulated/floor/tiled/steel_ridged,/area/itglight/restrooms) +"Jk" = (/obj/effect/shuttle_landmark{landmark_tag = "itglight_port"; name = "ITG Dauntless - Port"},/turf/space,/area/space) +"Jm" = (/obj/structure/cable/pink{d1 = 4; d2 = 8; icon_state = "4-8"},/turf/simulated/floor/tiled/eris/steel/brown_platform,/area/itglight/afthall) +"Jt" = (/obj/structure/cable/pink{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/structure/cable/pink{d1 = 2; d2 = 4; icon_state = "2-4"},/obj/structure/cable/pink{d1 = 2; d2 = 8; icon_state = "2-8"},/turf/simulated/floor/tiled/eris/steel/brown_platform,/area/itglight/afthall) +"Jz" = (/obj/structure/cable/pink{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/machinery/button/remote/airlock{dir = 4; id = "itglight_shuttle_port"; name = "Shuttle Hatch Bolts"; pixel_x = -24; pixel_y = 23; specialfunctions = 4},/turf/simulated/shuttle/floor/black,/area/shuttle/itglightshuttle) +"JC" = (/obj/effect/shuttle_landmark{landmark_tag = "itglight_starboard"; name = "ITG Dauntless - Starboard"},/turf/space,/area/space) +"JJ" = (/obj/machinery/door/firedoor/glass,/obj/machinery/door/airlock/glass_external{frequency = 1380; id_tag = "itglight_port_inner"},/obj/structure/cable/heavyduty{icon_state = "4-8"},/obj/effect/map_helper/airlock/door/int_door,/obj/machinery/atmospherics/pipe/simple/hidden{dir = 4},/obj/machinery/access_button{command = "cycle_interior"; frequency = 1380; master_tag = "itglight_port"; name = "interior access button"; pixel_y = 26},/turf/simulated/floor/tiled/steel_ridged,/area/itglight/portengi) +"JN" = (/turf/simulated/floor/airless,/area/itglight/shuttlebay) +"JP" = (/obj/machinery/atmospherics/unary/vent_pump/on{dir = 4},/turf/simulated/floor/tiled/eris/steel/gray_platform,/area/itglight/portcargo) +"JR" = (/obj/structure/cable/pink{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 8},/obj/effect/floor_decal/industrial/warning,/obj/machinery/alarm/alarms_hidden{pixel_y = 26},/turf/simulated/floor/tiled/eris/steel/brown_platform,/area/itglight/shuttlebay) +"JT" = (/obj/machinery/light,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 5},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 9},/turf/simulated/floor/tiled/eris/steel/gray_platform,/area/itglight/portcargo) +"JW" = (/obj/machinery/atmospherics/unary/vent_scrubber/on{dir = 8},/turf/simulated/floor/tiled/eris/steel/gray_platform,/area/itglight/portcargo) +"Ka" = (/obj/machinery/atmospherics/pipe/manifold4w/hidden/scrubbers,/obj/structure/cable/pink{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/structure/catwalk,/turf/simulated/floor,/area/itglight/starboardengi) +"Kc" = (/obj/machinery/atmospherics/unary/vent_scrubber/on{dir = 4},/turf/simulated/floor/tiled/eris/steel/gray_platform,/area/itglight/starboardcargo) +"Kf" = (/obj/machinery/light,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 9},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 5},/turf/simulated/floor/tiled/eris/steel/gray_platform,/area/itglight/starboardcargo) +"Kh" = (/obj/machinery/atmospherics/unary/vent_pump/on{dir = 8},/turf/simulated/floor/tiled/eris/steel/gray_platform,/area/itglight/starboardcargo) +"Kj" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 8},/obj/structure/cable/pink{d1 = 4; d2 = 8; icon_state = "4-8"},/turf/simulated/floor/tiled/eris/steel/brown_platform,/area/itglight/afthall) +"Kn" = (/obj/structure/bed/chair/bay/chair{dir = 1},/obj/machinery/power/apc/hyper{alarms_hidden = 1; dir = 4; pixel_x = 25},/obj/structure/cable/pink{d2 = 8; icon_state = "0-8"},/turf/simulated/shuttle/floor/black,/area/shuttle/itglightshuttle) +"Kr" = (/obj/structure/cable/pink{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 10},/obj/machinery/atmospherics/pipe/manifold/hidden/supply,/obj/structure/catwalk,/turf/simulated/floor,/area/itglight/starboardengi) +"Ks" = (/obj/machinery/door/firedoor/glass,/obj/structure/cable/pink{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/door/airlock/mining{name = "Cargo Access"; req_one_access = list(777)},/turf/simulated/floor/tiled/steel_ridged,/area/itglight/common) +"Kt" = (/obj/item/weapon/bedsheet/brown,/obj/structure/curtain/black,/obj/structure/bed/padded,/obj/machinery/atmospherics/unary/vent_scrubber/on{dir = 4},/turf/simulated/floor/tiled/dark,/area/itglight/passengersleeping) +"KA" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 6},/obj/structure/cable/pink{d2 = 2; icon_state = "0-2"},/obj/machinery/power/apc/hyper{alarms_hidden = 1; dir = 1; pixel_y = 25},/turf/simulated/floor/tiled/dark,/area/itglight/passengersleeping) +"KB" = (/obj/machinery/atmospherics/unary/engine/bigger{dir = 1},/turf/space,/area/itglight/portengi) +"KG" = (/obj/structure/cable/pink{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 8},/obj/effect/floor_decal/industrial/warning,/obj/machinery/embedded_controller/radio/simple_docking_controller{frequency = 1380; id_tag = "itglight_shuttlebay"; pixel_y = 22},/turf/simulated/floor/tiled/eris/steel/brown_platform,/area/itglight/shuttlebay) +"KJ" = (/obj/structure/table/glass,/obj/item/weapon/reagent_containers/glass/bottle/biomass{pixel_x = -4; pixel_y = 8},/obj/item/weapon/reagent_containers/glass/bottle/biomass{pixel_x = 6; pixel_y = 8},/obj/item/weapon/reagent_containers/glass/bottle/biomass{pixel_x = -7; pixel_y = 4},/obj/item/weapon/reagent_containers/glass/bottle/biomass{pixel_x = 4; pixel_y = 6},/obj/item/device/flashlight/pen{pixel_x = -3; pixel_y = -3},/turf/simulated/floor/tiled/eris/white/cargo,/area/itglight/medbay) +"KK" = (/obj/machinery/atmospherics/pipe/manifold/hidden/fuel{dir = 8},/obj/structure/catwalk,/turf/simulated/floor,/area/itglight/portengi) +"KQ" = (/obj/machinery/light,/obj/effect/floor_decal/industrial/warning{dir = 4},/turf/simulated/floor/tiled/eris/steel/brown_platform,/area/itglight/shuttlebay) +"Ld" = (/obj/structure/bed/chair/sofa/brown/corner{dir = 1},/turf/simulated/floor/tiled/eris/steel/brown_platform,/area/itglight/common) +"Le" = (/obj/structure/grille,/obj/structure/window/reinforced/full,/obj/machinery/door/firedoor/glass,/obj/structure/window/reinforced,/obj/structure/window/reinforced{dir = 1},/turf/simulated/floor,/area/itglight/medbay) +"Lh" = (/obj/machinery/appliance/cooker/grill,/turf/simulated/floor/tiled/eris/cafe,/area/itglight/kitchen) +"Lk" = (/obj/machinery/atmospherics/unary/vent_pump/on{dir = 8},/obj/structure/handrail{dir = 8},/turf/simulated/floor/tiled/eris/steel/brown_platform,/area/itglight/afthall) +"Lr" = (/obj/structure/grille,/obj/structure/window/reinforced/full,/obj/structure/window/reinforced{dir = 1},/obj/structure/window/reinforced,/turf/simulated/floor/plating,/area/shuttle/itglightshuttle) +"Lu" = (/obj/machinery/power/smes/buildable/offmap_spawn,/obj/structure/cable/pink{d2 = 4; icon_state = "0-4"},/turf/simulated/floor,/area/itglight/portengi) +"LB" = (/obj/machinery/light{dir = 1},/obj/structure/bed/chair/sofa/brown,/turf/simulated/floor/tiled/eris/steel/brown_platform,/area/itglight/common) +"LG" = (/obj/structure/bed/chair/sofa/brown/left,/turf/simulated/floor/tiled/eris/steel/brown_platform,/area/itglight/common) +"LH" = (/obj/structure/cable/pink{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/turf/simulated/floor/tiled/eris/steel/brown_platform,/area/itglight/common) +"LJ" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 9},/turf/simulated/floor/tiled/eris/cafe,/area/itglight/kitchen) +"LO" = (/obj/structure/bed/chair/comfy/brown{dir = 4},/turf/simulated/floor/tiled/eris/steel/brown_platform,/area/itglight/common) +"LQ" = (/obj/structure/bed/chair/comfy/brown{dir = 8},/turf/simulated/floor/tiled/eris/steel/brown_platform,/area/itglight/common) +"LT" = (/obj/machinery/power/apc/hyper{alarms_hidden = 1; dir = 4; pixel_x = 25},/obj/structure/cable/pink{d2 = 8; icon_state = "0-8"},/obj/structure/bed/double/padded,/obj/item/weapon/bedsheet/browndouble,/turf/simulated/floor/carpet/turcarpet,/area/itglight/crew2) +"LU" = (/obj/structure/cable/pink{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{dir = 1},/obj/machinery/atmospherics/pipe/manifold/hidden/supply,/turf/simulated/floor/tiled/eris/steel/brown_platform,/area/itglight/shuttlebay) +"LV" = (/obj/structure/sink{pixel_y = 21; plane = -34},/obj/structure/cable/pink{d1 = 1; d2 = 2; icon_state = "1-2"},/turf/simulated/floor/tiled/eris/cafe,/area/itglight/kitchen) +"LX" = (/obj/machinery/portable_atmospherics/canister/phoron,/turf/simulated/floor,/area/itglight/starboardengi) +"LY" = (/obj/structure/table/steel_reinforced,/obj/random/mre,/obj/random/mre,/obj/random/mre,/obj/random/mre,/obj/random/mre,/turf/simulated/floor/tiled/monotile,/area/itglight/lockers) +"LZ" = (/obj/machinery/light{dir = 1},/turf/simulated/floor/tiled/monotile,/area/itglight/lockers) +"Mg" = (/obj/structure/closet/secure_closet/freezer/meat,/obj/random/meat,/obj/random/meat,/obj/random/meat,/obj/random/meat,/obj/random/meat,/obj/random/meat,/obj/random/meat,/obj/random/meat,/obj/random/meat,/obj/random/meat,/turf/simulated/floor/tiled/eris/cafe,/area/itglight/kitchen) +"Mh" = (/turf/simulated/wall/shull,/area/itglight/readyroom) +"Mk" = (/obj/structure/cable/pink{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 6},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 6},/obj/effect/floor_decal/industrial/warning/corner,/obj/structure/handrail,/turf/simulated/floor/tiled/eris/steel/brown_platform,/area/itglight/shuttlebay) +"Ml" = (/obj/structure/table/steel_reinforced,/obj/machinery/chemical_dispenser/bar_soft/full,/turf/simulated/floor/tiled/eris/cafe,/area/itglight/kitchen) +"Mm" = (/obj/machinery/door/firedoor/glass,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/structure/cable/pink{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/door/airlock{id_tag = "dauntlesspq4"; name = "Room 4"},/turf/simulated/floor/tiled/steel_ridged,/area/itglight/crew4) +"Mo" = (/obj/structure/table/steel_reinforced,/turf/simulated/floor/tiled/monotile,/area/itglight/lockers) +"Ms" = (/obj/structure/cable/pink{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/turf/simulated/floor/tiled/eris/steel/brown_platform,/area/itglight/afthall) +"Mv" = (/obj/structure/table/steel_reinforced,/obj/item/device/radio,/obj/item/device/radio,/obj/item/device/radio,/obj/item/device/radio,/obj/item/device/radio,/obj/item/device/radio,/obj/machinery/atmospherics/unary/vent_pump/on,/turf/simulated/floor/tiled/monotile,/area/itglight/lockers) +"My" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/structure/cable/pink{d1 = 1; d2 = 2; icon_state = "1-2"},/turf/simulated/floor/tiled/dark,/area/itglight/passengersleeping) +"MA" = (/obj/structure/bed/chair/sofa/brown{dir = 4},/turf/simulated/floor/tiled/eris/steel/brown_platform,/area/itglight/common) +"MC" = (/obj/structure/cable/pink{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/manifold/hidden/supply{dir = 8},/turf/simulated/floor/carpet/sblucarpet,/area/itglight/common) +"ME" = (/obj/structure/table/reinforced,/obj/machinery/reagentgrinder,/obj/machinery/atmospherics/unary/vent_pump/on{dir = 8},/turf/simulated/floor/tiled/eris/white/cargo,/area/itglight/medbay) +"MF" = (/obj/structure/bed/chair/comfy/brown{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 8},/turf/simulated/floor/carpet/sblucarpet,/area/itglight/common) +"MG" = (/obj/machinery/alarm/alarms_hidden{pixel_y = 26},/turf/simulated/floor/tiled/eris/white/cargo,/area/itglight/medbay) +"MI" = (/obj/machinery/sleeper{dir = 8},/turf/simulated/floor/tiled/eris/white/cargo,/area/itglight/medbay) +"ML" = (/obj/structure/undies_wardrobe,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/turf/simulated/floor/tiled/monotile,/area/itglight/lockers) +"MM" = (/obj/structure/bed/chair/sofa/brown/right{dir = 4},/turf/simulated/floor/tiled/eris/steel/brown_platform,/area/itglight/common) +"MO" = (/obj/machinery/sleep_console,/obj/structure/cable/pink{d1 = 1; d2 = 2; icon_state = "1-2"},/turf/simulated/floor/tiled/eris/white/cargo,/area/itglight/medbay) +"MQ" = (/obj/structure/flora/pottedplant/orientaltree,/turf/simulated/floor/carpet/sblucarpet,/area/itglight/common) +"MS" = (/obj/effect/map_helper/airlock/atmos/chamber_pump,/obj/machinery/embedded_controller/radio/airlock/docking_port{dir = 1; frequency = 1380; id_tag = "itglight_starboard"; pixel_y = 23; tag_airpump = "itglight_starboard_pump"; tag_chamber_sensor = "itglight_starboard_sensor"; tag_exterior_door = "itglight_starboard_outer"; tag_interior_door = "itglight_starboard_inner"},/obj/machinery/atmospherics/unary/vent_pump/high_volume{frequency = 1380; id_tag = "itglight_starboard_pump"},/turf/simulated/floor,/area/itglight/starboardengi) +"MU" = (/turf/simulated/floor/tiled/eris/steel/brown_platform,/area/itglight/common) +"MV" = (/obj/structure/cable/pink{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 10},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 10},/obj/effect/floor_decal/industrial/warning/corner{dir = 8},/obj/structure/handrail,/turf/simulated/floor/tiled/eris/steel/brown_platform,/area/itglight/shuttlebay) +"MY" = (/obj/structure/closet/wardrobe/xenos,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/turf/simulated/floor/tiled/monotile,/area/itglight/lockers) +"Na" = (/obj/structure/cable/pink{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/light_switch{on = 0; pixel_x = 26; pixel_y = 61},/turf/simulated/floor/tiled/eris/cafe,/area/itglight/kitchen) +"Ng" = (/obj/structure/table/wooden_reinforced,/turf/simulated/floor/carpet/sblucarpet,/area/itglight/common) +"Nm" = (/turf/simulated/wall/shull,/area/itglight/starboardcargo) +"Nn" = (/obj/structure/closet/wardrobe/suit,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/turf/simulated/floor/tiled/monotile,/area/itglight/lockers) +"No" = (/obj/machinery/atmospherics/pipe/manifold/hidden,/obj/structure/catwalk,/turf/simulated/floor,/area/itglight/starboardengi) +"Ns" = (/obj/structure/cable/yellow{d2 = 2; icon_state = "0-2"},/obj/machinery/power/tracker,/turf/simulated/floor/airless,/area/itglight/portsolars) +"Nv" = (/obj/machinery/light/small{dir = 4},/obj/machinery/recharge_station,/turf/simulated/floor/tiled/white,/area/itglight/restrooms) +"NB" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 5},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 6},/turf/simulated/floor/tiled/dark,/area/itglight/passengersleeping) +"NG" = (/obj/structure/medical_stand,/obj/machinery/light,/turf/simulated/floor/tiled/eris/white/techfloor_grid,/area/itglight/medbay) +"NJ" = (/obj/machinery/atmospherics/pipe/simple/hidden/fuel{dir = 9},/obj/structure/cable/pink{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/hidden,/obj/structure/catwalk,/turf/simulated/floor,/area/itglight/starboardengi) +"NM" = (/obj/machinery/atmospherics/pipe/simple/hidden/fuel{dir = 4},/obj/structure/cable/pink{d1 = 1; d2 = 8; icon_state = "1-8"},/obj/machinery/atmospherics/pipe/simple/hidden{dir = 5},/turf/simulated/floor,/area/itglight/starboardengi) +"NQ" = (/obj/machinery/chem_master/condimaster,/turf/simulated/floor/tiled/eris/cafe,/area/itglight/kitchen) +"NR" = (/obj/machinery/light/small{dir = 4},/obj/structure/toilet{dir = 4},/turf/simulated/floor/tiled/white,/area/itglight/restrooms) +"NV" = (/obj/machinery/computer/operating{dir = 4},/turf/simulated/floor/tiled/eris/white/techfloor_grid,/area/itglight/medbay) +"NW" = (/obj/machinery/atmospherics/unary/engine/biggest{dir = 1},/turf/space,/area/itglight/starboardengi) +"Oc" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 8},/turf/simulated/floor/tiled/dark,/area/itglight/passengersleeping) +"Oe" = (/obj/machinery/light{dir = 8},/turf/simulated/floor/tiled/eris/steel/brown_platform,/area/itglight/afthall) +"Oi" = (/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{dir = 1},/obj/machinery/atmospherics/pipe/manifold4w/hidden/supply,/obj/structure/cable/pink{d1 = 1; d2 = 4; icon_state = "1-4"},/turf/simulated/floor/tiled/dark,/area/itglight/passengersleeping) +"Oj" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 8},/obj/structure/cable/pink{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/machinery/light_switch{dir = 8; on = 0; pixel_x = 26; pixel_y = -25},/turf/simulated/floor/tiled/dark,/area/itglight/passengersleeping) +"Ol" = (/obj/machinery/door/firedoor/glass,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 8},/obj/structure/cable/pink{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/machinery/door/airlock{name = "Passenger Common Sleeping"},/turf/simulated/floor/tiled/steel_ridged,/area/itglight/passengersleeping) +"Om" = (/obj/machinery/appliance/cooker/fryer,/turf/simulated/floor/tiled/eris/cafe,/area/itglight/kitchen) +"Oo" = (/obj/effect/floor_decal/emblem/itgdauntless{dir = 1},/turf/simulated/shuttle/floor/black,/area/shuttle/itglightshuttle) +"Oq" = (/obj/structure/cable/pink{d1 = 1; d2 = 2; icon_state = "1-2"},/turf/simulated/floor/tiled/eris/cafe,/area/itglight/kitchen) +"Or" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 8},/obj/structure/cable/pink{d1 = 4; d2 = 8; icon_state = "4-8"},/turf/simulated/floor/tiled/eris/steel/brown_platform,/area/itglight/common) +"Ot" = (/obj/structure/cable/pink{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/atmospherics/pipe/manifold4w/hidden/supply,/obj/machinery/atmospherics/pipe/manifold4w/hidden/scrubbers,/obj/structure/cable/pink{d1 = 2; d2 = 4; icon_state = "2-4"},/obj/structure/cable/pink{d1 = 2; d2 = 8; icon_state = "2-8"},/turf/simulated/floor/carpet/sblucarpet,/area/itglight/common) +"Ov" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 8},/obj/structure/cable/pink{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/structure/cable/pink{d1 = 2; d2 = 8; icon_state = "2-8"},/obj/structure/cable/pink{d1 = 2; d2 = 4; icon_state = "2-4"},/turf/simulated/floor/tiled/eris/steel/brown_platform,/area/itglight/common) +"Ow" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 9},/obj/structure/catwalk,/turf/simulated/floor,/area/itglight/portengi) +"Oy" = (/obj/machinery/door/firedoor/glass,/obj/structure/cable/pink{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/door/airlock/mining{name = "Shuttle Bay"; req_one_access = list(777)},/turf/simulated/floor/tiled/steel_ridged,/area/itglight/shuttlebay) +"OA" = (/obj/machinery/door/firedoor/glass,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 8},/obj/structure/cable/pink{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/machinery/door/airlock{name = "Locker Room"},/turf/simulated/floor/tiled/steel_ridged,/area/itglight/lockers) +"OF" = (/obj/machinery/atmospherics/pipe/manifold/hidden/supply{dir = 1},/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers,/obj/structure/cable/pink{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/machinery/light_switch{dir = 4; on = 0; pixel_x = -25; pixel_y = 26},/turf/simulated/floor/tiled/monotile,/area/itglight/lockers) +"OH" = (/obj/machinery/atmospherics/pipe/manifold/hidden/supply{dir = 1},/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{dir = 1},/obj/structure/cable/pink{d1 = 4; d2 = 8; icon_state = "4-8"},/turf/simulated/floor/tiled/monotile,/area/itglight/lockers) +"OI" = (/obj/structure/shuttle/engine/propulsion,/turf/simulated/shuttle/plating/airless,/area/shuttle/itglightshuttle) +"OJ" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 8},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/structure/cable/pink{d1 = 4; d2 = 8; icon_state = "4-8"},/turf/simulated/floor/tiled/monotile,/area/itglight/lockers) +"OQ" = (/obj/structure/cable/yellow{d2 = 8; icon_state = "0-8"},/obj/machinery/power/solar,/turf/simulated/floor/airless,/area/itglight/portsolars) +"OT" = (/obj/structure/table/steel_reinforced,/obj/machinery/atmospherics/unary/vent_pump/on,/turf/simulated/floor/tiled/eris/cafe,/area/itglight/kitchen) +"OX" = (/obj/structure/cable/pink{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/structure/cable/pink{d1 = 2; d2 = 4; icon_state = "2-4"},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 10},/obj/structure/cable/pink{d1 = 2; d2 = 8; icon_state = "2-8"},/obj/structure/catwalk,/turf/simulated/floor,/area/itglight/starboardengi) +"OY" = (/obj/machinery/power/apc/hyper{alarms_hidden = 1; dir = 4; pixel_x = 25},/obj/structure/cable/pink,/turf/simulated/floor/tiled/eris/cafe,/area/itglight/kitchen) +"Pb" = (/obj/structure/cable/yellow{d1 = 1; d2 = 4; icon_state = "1-4"},/obj/structure/cable/yellow{d1 = 1; d2 = 8; icon_state = "1-8"},/obj/structure/cable/heavyduty{icon_state = "1-2"},/turf/simulated/floor/airless,/area/itglight/portsolars) +"Pd" = (/obj/item/weapon/stool/baystool/padded,/turf/simulated/floor/tiled/eris/cafe,/area/itglight/kitchen) +"Pe" = (/obj/structure/sign/itg,/turf/simulated/wall/shull,/area/itglight/portdocking) +"Pg" = (/turf/simulated/floor/tiled/eris/cafe,/area/itglight/kitchen) +"Ph" = (/turf/space,/area/itglight/starboardengi) +"Pl" = (/obj/effect/floor_decal/emblem/itgdauntless{dir = 8},/turf/simulated/floor/tiled/eris/steel/brown_platform,/area/itglight/forehall) +"Px" = (/obj/structure/cable/yellow{d1 = 1; d2 = 4; icon_state = "1-4"},/obj/structure/cable/yellow{d1 = 1; d2 = 8; icon_state = "1-8"},/obj/structure/cable/heavyduty,/turf/simulated/floor/airless,/area/itglight/portsolars) +"PH" = (/obj/machinery/atmospherics/pipe/manifold/hidden/fuel{dir = 1},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden{dir = 4},/obj/structure/catwalk,/turf/simulated/floor,/area/itglight/starboardengi) +"PM" = (/obj/machinery/door/firedoor/glass,/obj/structure/cable/pink{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 8},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/machinery/door/airlock/mining{name = "Port Engineering"; req_one_access = list(777)},/turf/simulated/floor/tiled/steel_ridged,/area/itglight/portengi) +"PN" = (/obj/structure/closet/wardrobe/mixed,/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 9},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 10},/obj/machinery/power/apc/hyper{alarms_hidden = 1; dir = 4; pixel_x = 25},/obj/structure/cable/pink{d2 = 8; icon_state = "0-8"},/turf/simulated/floor/tiled/monotile,/area/itglight/lockers) +"PO" = (/obj/machinery/atmospherics/portables_connector,/obj/effect/floor_decal/industrial/outline,/obj/machinery/light{dir = 1},/turf/simulated/floor,/area/itglight/portengi) +"PQ" = (/obj/structure/cable/yellow{d2 = 2; icon_state = "0-2"},/obj/machinery/power/tracker,/turf/simulated/floor/airless,/area/itglight/starboardsolars) +"PS" = (/obj/item/weapon/bedsheet/brown,/obj/structure/curtain/black,/obj/structure/bed/padded,/obj/machinery/alarm/alarms_hidden{dir = 4; pixel_x = -26},/turf/simulated/floor/tiled/dark,/area/itglight/passengersleeping) +"PU" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply,/turf/simulated/floor/tiled/dark,/area/itglight/passengersleeping) +"PX" = (/turf/simulated/wall/shull,/area/itglight/restrooms) +"PY" = (/obj/structure/handrail{dir = 4},/turf/simulated/floor/tiled/eris/steel/brown_platform,/area/itglight/common) +"Qa" = (/obj/structure/handrail{dir = 8},/obj/structure/cable/pink{d1 = 1; d2 = 2; icon_state = "1-2"},/turf/simulated/floor/tiled/eris/steel/brown_platform,/area/itglight/common) +"Qd" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/turf/simulated/floor/tiled/monotile,/area/itglight/lockers) +"Qi" = (/turf/simulated/wall/shull,/area/itglight/showers) +"Qj" = (/obj/structure/cable/pink{d1 = 2; d2 = 4; icon_state = "2-4"},/obj/structure/cable/pink{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/structure/cable/pink{d1 = 1; d2 = 4; icon_state = "1-4"},/turf/simulated/floor/tiled/eris/steel/brown_platform,/area/itglight/shuttlebay) +"Qo" = (/obj/machinery/atmospherics/pipe/simple/hidden/fuel{dir = 6},/obj/machinery/portable_atmospherics/canister/phoron,/turf/simulated/floor,/area/itglight/portengi) +"Qp" = (/obj/structure/cable/yellow{d1 = 2; d2 = 4; icon_state = "2-4"},/obj/structure/cable/heavyduty{icon_state = "0-2"},/turf/simulated/floor/airless,/area/itglight/portsolars) +"Qq" = (/obj/structure/closet/secure_closet/personal,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/item/device/radio,/turf/simulated/floor/tiled/monotile,/area/itglight/lockers) +"Qt" = (/obj/machinery/power/apc/hyper{alarms_hidden = 1; dir = 4; pixel_x = 25},/obj/structure/cable/pink{d2 = 8; icon_state = "0-8"},/obj/structure/bed/double/padded,/obj/item/weapon/bedsheet/browndouble,/turf/simulated/floor/carpet/turcarpet,/area/itglight/crew3) +"Qz" = (/obj/machinery/vending/medical{req_access = null},/turf/simulated/floor/tiled/eris/white/cargo,/area/itglight/medbay) +"QF" = (/obj/machinery/atmospherics/unary/vent_scrubber/on{dir = 8},/obj/structure/table/woodentable,/obj/item/weapon/storage/mre/random,/obj/random/plushie,/obj/random/contraband/nofail,/obj/random/drinksoft,/obj/item/device/radio,/turf/simulated/floor/carpet/turcarpet,/area/itglight/crew4) +"QI" = (/obj/structure/bed/chair/bay/chair/padded/red/bignest,/mob/living/simple_mob/vore/woof/cass,/obj/machinery/alarm/alarms_hidden{dir = 4; pixel_x = -26},/turf/simulated/floor/tiled/eris/steel/brown_platform,/area/itglight/common) +"QL" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply,/turf/simulated/floor/tiled/eris/white/cargo,/area/itglight/medbay) +"QN" = (/obj/machinery/transhuman/resleever,/turf/simulated/floor/tiled/eris/white/cargo,/area/itglight/medbay) +"QP" = (/obj/structure/cable/pink{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{dir = 8},/turf/simulated/floor/carpet/sblucarpet,/area/itglight/common) +"QR" = (/obj/structure/table/reinforced,/obj/item/weapon/reagent_containers/glass/beaker/large,/obj/item/weapon/reagent_containers/dropper,/obj/item/weapon/storage/box/beakers,/obj/item/stack/material/phoron,/obj/item/stack/material/phoron,/obj/item/stack/material/phoron,/obj/item/stack/material/phoron,/obj/item/stack/material/phoron,/obj/machinery/atmospherics/unary/vent_scrubber/on,/obj/random/firstaid,/turf/simulated/floor/tiled/eris/white/cargo,/area/itglight/medbay) +"QW" = (/turf/simulated/floor/tiled/eris/white/cargo,/area/itglight/medbay) +"QY" = (/obj/machinery/bodyscanner,/turf/simulated/floor/tiled/eris/white/cargo,/area/itglight/medbay) +"Rb" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/turf/simulated/floor/carpet/sblucarpet,/area/itglight/common) +"Rd" = (/obj/item/weapon/bedsheet/brown,/obj/structure/curtain/black,/obj/structure/bed/padded,/obj/machinery/atmospherics/unary/vent_pump/on{dir = 4},/turf/simulated/floor/tiled/dark,/area/itglight/passengersleeping) +"Rj" = (/obj/machinery/atmospherics/pipe/manifold/hidden/fuel{dir = 1},/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 9; icon_state = "intact-scrubbers"},/obj/structure/cable/pink{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/structure/catwalk,/obj/machinery/atmospherics/pipe/simple/hidden{dir = 10},/turf/simulated/floor,/area/itglight/portengi) +"Rp" = (/obj/machinery/body_scanconsole,/obj/structure/cable/pink{d1 = 1; d2 = 2; icon_state = "1-2"},/turf/simulated/floor/tiled/eris/white/cargo,/area/itglight/medbay) +"Rt" = (/obj/machinery/light/small,/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 9; pixel_y = 0},/turf/simulated/floor/tiled/dark,/area/itglight/passengersleeping) +"Ru" = (/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{dir = 8},/obj/machinery/atmospherics/pipe/simple/hidden/supply,/turf/simulated/floor/tiled/dark,/area/itglight/passengersleeping) +"RC" = (/obj/structure/flora/pottedplant/minitree,/turf/simulated/floor/tiled/eris/steel/brown_platform,/area/itglight/common) +"RL" = (/obj/machinery/atmospherics/pipe/simple/hidden/fuel{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/structure/catwalk,/obj/machinery/atmospherics/pipe/simple/hidden{dir = 4},/turf/simulated/floor,/area/itglight/portengi) +"RQ" = (/obj/structure/coatrack,/turf/simulated/floor/tiled/eris/steel/brown_platform,/area/itglight/common) +"RS" = (/obj/structure/cable/pink{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/manifold/hidden/supply{dir = 8},/turf/simulated/floor/tiled/eris/steel/brown_platform,/area/itglight/common) +"RU" = (/obj/structure/grille,/obj/structure/window/reinforced/full,/obj/machinery/door/firedoor/glass,/obj/structure/window/reinforced{dir = 8},/obj/structure/window/reinforced{dir = 4},/turf/simulated/floor,/area/itglight/kitchen) +"RW" = (/obj/machinery/door/firedoor/glass,/obj/structure/cable/heavyduty{icon_state = "4-8"},/obj/machinery/door/airlock/glass_external{frequency = 1380; id_tag = "itglight_starboard_outer"},/obj/effect/map_helper/airlock/door/ext_door,/obj/machinery/access_button{command = "cycle_exterior"; frequency = 1380; master_tag = "itglight_starboard"; name = "exterior access button"; pixel_y = -27},/turf/simulated/floor/tiled/steel_ridged,/area/itglight/starboardengi) +"RY" = (/obj/machinery/atmospherics/pipe/manifold4w/hidden/fuel,/obj/structure/catwalk,/turf/simulated/floor,/area/itglight/portengi) +"RZ" = (/obj/machinery/door/firedoor/glass,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 8},/obj/structure/cable/pink{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/machinery/door/airlock/glass{name = "Medical"},/turf/simulated/floor/tiled/steel_ridged,/area/itglight/medbay) +"Sh" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 8},/turf/simulated/floor/tiled/eris/steel/brown_platform,/area/itglight/common) +"Sv" = (/obj/machinery/light,/turf/simulated/floor/tiled/eris/steel/brown_platform,/area/itglight/afthall) +"Sw" = (/obj/machinery/light,/obj/structure/table/wooden_reinforced,/obj/machinery/atmospherics/unary/vent_pump/on{dir = 8},/turf/simulated/floor/tiled/eris/steel/brown_platform,/area/itglight/common) +"Sz" = (/obj/structure/grille,/obj/structure/window/reinforced/full,/obj/machinery/door/firedoor/glass,/obj/structure/window/reinforced{dir = 8},/obj/structure/window/reinforced{dir = 4},/turf/simulated/floor,/area/itglight/lockers) +"SA" = (/obj/structure/closet/secure_closet/personal,/obj/machinery/atmospherics/unary/vent_pump/on{dir = 1},/obj/item/device/radio,/turf/simulated/floor/tiled/monotile,/area/itglight/lockers) +"SE" = (/obj/structure/cable/pink{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/effect/floor_decal/emblem/itgdauntless,/turf/simulated/floor/tiled/eris/steel/brown_platform,/area/itglight/forehall) +"SF" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 9; icon_state = "intact-scrubbers"},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 9},/obj/effect/floor_decal/industrial/warning{dir = 4},/turf/simulated/floor/tiled/eris/steel/brown_platform,/area/itglight/shuttlebay) +"SG" = (/obj/machinery/light,/turf/simulated/floor/tiled/monotile,/area/itglight/lockers) +"SH" = (/obj/structure/cable/pink{d1 = 4; d2 = 8; icon_state = "4-8"},/turf/simulated/floor/airless,/area/itglight/portsolars) +"SL" = (/obj/machinery/door/firedoor/glass,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/door/airlock{name = "Restroom"},/turf/simulated/floor/tiled/eris/steel/techfloor_grid,/area/itglight/passengersleeping) +"SM" = (/turf/simulated/wall/shull,/area/itglight/common) +"SN" = (/obj/effect/map_helper/airlock/atmos/chamber_pump,/obj/machinery/embedded_controller/radio/airlock/docking_port{dir = 1; frequency = 1380; id_tag = "itglight_port"; pixel_y = 23; tag_airpump = "itglight_port_pump"; tag_chamber_sensor = "itglight_port_sensor"; tag_exterior_door = "itglight_port_outer"; tag_interior_door = "itglight_port_inner"},/obj/machinery/atmospherics/unary/vent_pump/high_volume{frequency = 1380; id_tag = "itglight_port_pump"},/turf/simulated/floor,/area/itglight/portengi) +"SO" = (/turf/simulated/floor/tiled/eris/steel/brown_platform,/area/itglight/afthall) +"ST" = (/obj/machinery/door/firedoor/glass,/obj/structure/cable/pink{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/door/airlock/glass{name = "Passenger Access"},/turf/simulated/floor/tiled/steel_ridged,/area/itglight/common) +"SV" = (/obj/machinery/door/firedoor/glass,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/door/airlock{name = "Showers"},/turf/simulated/floor/tiled/steel_ridged,/area/itglight/lockers) +"SY" = (/obj/structure/cable/pink{d1 = 2; d2 = 4; icon_state = "2-4"},/turf/simulated/floor/airless,/area/itglight/starboardsolars) +"SZ" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/structure/cable/pink{d1 = 1; d2 = 2; icon_state = "1-2"},/turf/simulated/floor/tiled/eris/steel/brown_platform,/area/itglight/afthall) +"Tf" = (/obj/machinery/portable_atmospherics/hydroponics,/obj/structure/window/reinforced{dir = 1},/turf/simulated/floor/tiled/eris/cafe,/area/itglight/kitchen) +"Tm" = (/turf/simulated/wall/shull,/area/itglight/kitchen) +"Tp" = (/turf/simulated/floor/carpet,/area/itglight/readyroom) +"Tt" = (/obj/machinery/computer/shuttle_control/explore/itglightshuttle{dir = 8; pixel_x = 9; pixel_y = 4},/turf/simulated/floor/tiled/eris/steel/brown_platform,/area/itglight/shuttlebay) +"Tw" = (/obj/machinery/atmospherics/unary/vent_scrubber/on,/obj/structure/catwalk,/turf/simulated/floor,/area/itglight/portengi) +"Tz" = (/obj/structure/cable/pink{d1 = 4; d2 = 8; icon_state = "4-8"},/turf/simulated/floor/airless,/area/itglight/starboardsolars) +"TA" = (/turf/simulated/wall/shull,/area/itglight/crew2) +"TE" = (/obj/structure/cable/yellow{d2 = 4; icon_state = "0-4"},/obj/structure/cable/heavyduty{icon_state = "0-2"},/turf/simulated/floor/airless,/area/itglight/portsolars) +"TJ" = (/obj/machinery/power/pointdefense{id_tag = "dauntless_pd"},/obj/structure/cable/pink{d2 = 8; icon_state = "0-8"},/turf/simulated/floor/airless,/area/itglight/shuttlebay) +"Ub" = (/obj/structure/cable/pink{d1 = 1; d2 = 4; icon_state = "1-4"},/turf/simulated/floor/tiled/eris/steel/brown_platform,/area/itglight/shuttlebay) +"Ud" = (/obj/structure/cable/yellow{d1 = 4; d2 = 8; icon_state = "4-8"},/turf/simulated/floor/airless,/area/itglight/portsolars) +"Uj" = (/obj/structure/bed/chair/bay/chair{dir = 1},/turf/simulated/shuttle/floor/black,/area/shuttle/itglightshuttle) +"Um" = (/turf/space,/area/space) +"Ut" = (/turf/simulated/wall/shull,/area/itglight/porthighsec) +"Uu" = (/obj/structure/cable/yellow{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/structure/cable/pink{d1 = 1; d2 = 2; icon_state = "1-2"},/turf/simulated/floor/airless,/area/itglight/portsolars) +"Uv" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 6},/turf/simulated/floor/tiled/eris/white/cargo,/area/itglight/medbay) +"Uw" = (/turf/simulated/wall/shull,/area/itglight/medbay) +"UE" = (/obj/structure/sink{pixel_y = 21},/obj/item/frame/mirror{pixel_y = 33},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 10},/turf/simulated/floor/tiled/white,/area/itglight/restrooms) +"UF" = (/obj/structure/sink{pixel_y = 21},/obj/item/frame/mirror{pixel_y = 33},/turf/simulated/floor/tiled/white,/area/itglight/restrooms) +"UI" = (/obj/machinery/door/firedoor/glass,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/door/airlock/medical{name = "Surgery and Resleeving"; req_one_access = list()},/turf/simulated/floor/tiled/steel_ridged,/area/itglight/medbay) +"UO" = (/obj/structure/table/steel_reinforced,/obj/item/weapon/material/knife/butch,/obj/item/weapon/material/kitchen/rollingpin,/obj/item/weapon/book/manual/chef_recipes,/obj/item/weapon/reagent_containers/food/condiment/enzyme{layer = 5},/obj/random/drinkbottle,/obj/random/drinkbottle,/obj/random/drinkbottle,/obj/machinery/atmospherics/unary/vent_pump/on{dir = 1},/turf/simulated/floor/tiled/eris/cafe,/area/itglight/kitchen) +"US" = (/obj/structure/cable/pink{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/atmospherics/pipe/manifold/hidden/supply{dir = 4},/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{dir = 8},/turf/simulated/floor/tiled/eris/steel/brown_platform,/area/itglight/afthall) +"UX" = (/obj/structure/cable/pink{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{dir = 8},/obj/structure/cable/pink{d1 = 2; d2 = 8; icon_state = "2-8"},/obj/structure/catwalk,/obj/structure/cable/pink{d1 = 2; d2 = 4; icon_state = "2-4"},/turf/simulated/floor,/area/itglight/portengi) +"UZ" = (/obj/machinery/atmospherics/unary/vent_scrubber/on{dir = 8},/turf/simulated/floor/tiled/eris/steel/brown_platform,/area/itglight/afthall) +"Vd" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 5},/obj/structure/cable/pink{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/light_switch{on = 0; pixel_x = 26; pixel_y = 27},/obj/machinery/button/remote/airlock{id = "dauntlesspq1"; name = "Door Bolts"; pixel_x = 24; pixel_y = 36; specialfunctions = 4},/turf/simulated/floor/carpet/turcarpet,/area/itglight/crew1) +"Ve" = (/obj/structure/table/standard,/obj/random/soap,/obj/random/soap,/obj/machinery/atmospherics/unary/vent_pump/on,/turf/simulated/floor/tiled/white,/area/itglight/showers) +"Vi" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/machinery/atmospherics/pipe/simple/hidden/supply,/turf/simulated/floor/tiled/white,/area/itglight/showers) +"Vn" = (/obj/structure/cable/pink{d1 = 2; d2 = 8; icon_state = "2-8"},/obj/structure/cable/pink{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/structure/cable/pink{d1 = 2; d2 = 4; icon_state = "2-4"},/turf/simulated/shuttle/floor/black,/area/shuttle/itglightshuttle) +"Vp" = (/obj/structure/cable/heavyduty{icon_state = "4-8"},/turf/simulated/floor/airless,/area/itglight/portsolars) +"Vq" = (/obj/structure/sink{pixel_y = 21},/turf/simulated/floor/tiled/eris/white/techfloor_grid,/area/itglight/medbay) +"VB" = (/obj/machinery/power/smes/buildable/offmap_spawn,/obj/structure/cable/pink{d2 = 8; icon_state = "0-8"},/turf/simulated/floor,/area/itglight/starboardengi) +"VD" = (/obj/structure/cable/heavyduty{icon_state = "0-4"},/obj/structure/cable/heavyduty{icon_state = "0-8"},/obj/structure/cable/heavyduty{icon_state = "0-2"},/obj/structure/cable/heavyduty,/turf/simulated/floor/airless,/area/itglight/starboardengi) +"VE" = (/obj/machinery/atmospherics/pipe/simple/hidden/fuel{dir = 10},/obj/machinery/portable_atmospherics/canister/phoron,/turf/simulated/floor,/area/itglight/starboardengi) +"VG" = (/obj/machinery/atmospherics/unary/vent_scrubber/on{dir = 8},/obj/structure/table/woodentable,/obj/item/weapon/storage/mre/random,/obj/random/plushie,/obj/random/contraband/nofail,/obj/random/drinksoft,/obj/item/device/radio,/turf/simulated/floor/carpet/turcarpet,/area/itglight/crew3) +"VK" = (/obj/structure/cable/yellow{d2 = 8; icon_state = "0-8"},/obj/structure/cable/heavyduty{icon_state = "0-2"},/turf/simulated/floor/airless,/area/itglight/starboardsolars) +"VN" = (/obj/structure/cable/yellow{d1 = 1; d2 = 4; icon_state = "1-4"},/turf/simulated/floor/airless,/area/itglight/starboardsolars) +"VU" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 6},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 10},/turf/simulated/floor/tiled/eris/steel/gray_platform,/area/itglight/starboardhighsec) +"VV" = (/obj/structure/cable/pink{d1 = 1; d2 = 8; icon_state = "1-8"},/turf/simulated/floor/airless,/area/itglight/shuttlebay) +"Wb" = (/obj/structure/cable/yellow{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/structure/cable/pink{d1 = 1; d2 = 2; icon_state = "1-2"},/turf/simulated/floor/airless,/area/itglight/starboardsolars) +"We" = (/obj/structure/cable/yellow{d1 = 2; d2 = 8; icon_state = "2-8"},/obj/structure/cable/heavyduty{icon_state = "1-2"},/turf/simulated/floor/airless,/area/itglight/portsolars) +"Wf" = (/obj/machinery/atmospherics/pipe/simple/hidden/fuel{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 10},/obj/machinery/atmospherics/pipe/simple/hidden{dir = 9},/obj/structure/catwalk,/turf/simulated/floor,/area/itglight/starboardengi) +"Wi" = (/obj/structure/cable/yellow{d1 = 2; d2 = 8; icon_state = "2-8"},/obj/structure/cable/yellow{d1 = 2; d2 = 4; icon_state = "2-4"},/obj/structure/cable/heavyduty{icon_state = "1-2"},/turf/simulated/floor/airless,/area/itglight/portsolars) +"Wq" = (/obj/structure/cable/yellow{d2 = 4; icon_state = "0-4"},/obj/structure/cable/yellow{d2 = 8; icon_state = "0-8"},/obj/machinery/power/solar,/turf/simulated/floor/airless,/area/itglight/portsolars) +"Wr" = (/obj/structure/cable/yellow{d1 = 4; d2 = 8; icon_state = "4-8"},/turf/simulated/floor/airless,/area/itglight/starboardsolars) +"Wx" = (/obj/structure/cable/yellow{d1 = 2; d2 = 4; icon_state = "2-4"},/obj/structure/cable/heavyduty{icon_state = "1-2"},/turf/simulated/floor/airless,/area/itglight/starboardsolars) +"Wy" = (/obj/structure/grille,/obj/structure/window/reinforced/full,/obj/machinery/door/firedoor/glass,/obj/structure/window/reinforced{dir = 1},/obj/structure/window/reinforced,/obj/structure/cable/pink{d1 = 1; d2 = 2; icon_state = "1-2"},/turf/simulated/floor,/area/itglight/kitchen) +"WB" = (/obj/machinery/power/apc/hyper{alarms_hidden = 1; dir = 8; pixel_x = -25},/obj/structure/cable/pink{d2 = 4; icon_state = "0-4"},/turf/simulated/floor/tiled/white,/area/itglight/restrooms) +"WC" = (/obj/machinery/atmospherics/unary/vent_pump/on{dir = 1},/obj/structure/cable/pink{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/machinery/light,/turf/simulated/floor/tiled/white,/area/itglight/restrooms) +"WD" = (/obj/effect/floor_decal/industrial/warning{dir = 4},/turf/simulated/floor/tiled/eris/steel/brown_platform,/area/itglight/shuttlebay) +"WE" = (/obj/machinery/atmospherics/unary/vent_scrubber/on{dir = 1},/obj/structure/cable/pink{d1 = 4; d2 = 8; icon_state = "4-8"},/turf/simulated/floor/tiled/white,/area/itglight/restrooms) +"WG" = (/obj/machinery/door/firedoor/glass,/obj/structure/cable/pink{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/machinery/door/airlock{name = "Showers"},/turf/simulated/floor/tiled/steel_ridged,/area/itglight/showers) +"WN" = (/obj/structure/lattice,/turf/space,/area/space) +"WO" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 5; icon_state = "intact-supply"},/obj/structure/cable/pink{d1 = 4; d2 = 8; icon_state = "4-8"},/turf/simulated/floor/tiled/white,/area/itglight/showers) +"WP" = (/obj/structure/cable/yellow{d1 = 1; d2 = 8; icon_state = "1-8"},/obj/structure/cable/heavyduty{icon_state = "1-2"},/turf/simulated/floor/airless,/area/itglight/portsolars) +"WQ" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 5},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 8},/obj/structure/cable/pink{d1 = 4; d2 = 8; icon_state = "4-8"},/turf/simulated/floor/tiled/white,/area/itglight/showers) +"WS" = (/obj/structure/cable/pink{d1 = 1; d2 = 4; icon_state = "1-4"},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 8},/obj/structure/cable/pink{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/structure/cable/pink{d1 = 1; d2 = 8; icon_state = "1-8"},/turf/simulated/floor/tiled/eris/steel/brown_platform,/area/itglight/shuttlebay) +"WU" = (/obj/structure/cable/heavyduty{icon_state = "0-4"},/obj/structure/cable/heavyduty{icon_state = "0-8"},/obj/structure/cable/heavyduty,/obj/structure/catwalk,/obj/machinery/atmospherics/pipe/simple/hidden{dir = 10},/turf/simulated/floor,/area/itglight/portengi) +"WZ" = (/obj/structure/cable/yellow{d1 = 1; d2 = 4; icon_state = "1-4"},/obj/structure/cable/heavyduty{icon_state = "1-2"},/turf/simulated/floor/airless,/area/itglight/starboardsolars) +"Xb" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 9},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 9},/obj/structure/cable/pink{d1 = 4; d2 = 8; icon_state = "4-8"},/turf/simulated/floor/tiled/white,/area/itglight/showers) +"Xg" = (/obj/machinery/power/apc/hyper{alarms_hidden = 1; dir = 4; pixel_x = 25},/obj/structure/cable/pink{d2 = 8; icon_state = "0-8"},/turf/simulated/floor/tiled/white,/area/itglight/showers) +"Xh" = (/obj/machinery/door/airlock{name = "Unit 3"},/turf/simulated/floor/tiled/white,/area/itglight/restrooms) +"Xl" = (/obj/machinery/door/airlock{name = "Unit 2"},/turf/simulated/floor/tiled/white,/area/itglight/restrooms) +"Xn" = (/obj/structure/cable/pink{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/machinery/door/airlock/glass_external{icon_state = "door_locked"; id_tag = "itglight_shuttle_port"; locked = 1; name = "Shuttle Hatch"},/turf/simulated/shuttle/floor/yellow,/area/shuttle/itglightshuttle) +"Xp" = (/obj/structure/cable/yellow{d1 = 1; d2 = 4; icon_state = "1-4"},/obj/structure/cable/yellow{d1 = 1; d2 = 8; icon_state = "1-8"},/obj/structure/cable/heavyduty{icon_state = "1-2"},/turf/simulated/floor/airless,/area/itglight/starboardsolars) +"Xq" = (/turf/simulated/wall/shull,/area/itglight/passengersleeping) +"Xu" = (/obj/machinery/door/airlock{name = "Unit 1"},/turf/simulated/floor/tiled/white,/area/itglight/restrooms) +"Xv" = (/obj/machinery/light/small{dir = 8},/obj/effect/floor_decal/steeldecal/steel_decals10{dir = 5},/obj/effect/floor_decal/steeldecal/steel_decals10{dir = 6},/turf/simulated/floor/tiled/white,/area/itglight/showers) +"Xx" = (/obj/effect/floor_decal/steeldecal/steel_decals10{dir = 5},/obj/effect/floor_decal/steeldecal/steel_decals10{dir = 6},/turf/simulated/floor/tiled/white,/area/itglight/showers) +"Xz" = (/obj/machinery/atmospherics/pipe/simple/hidden{dir = 5},/obj/structure/handrail{dir = 4},/obj/structure/catwalk,/turf/simulated/floor,/area/itglight/starboardengi) +"XA" = (/obj/machinery/atmospherics/pipe/simple/visible/universal{dir = 4},/turf/simulated/floor,/area/itglight/starboardengi) +"XD" = (/obj/structure/cable/pink{d1 = 4; d2 = 8; icon_state = "4-8"},/turf/simulated/floor/tiled/white,/area/itglight/showers) +"XE" = (/obj/structure/cable/yellow{d1 = 1; d2 = 4; icon_state = "1-4"},/obj/structure/cable/heavyduty,/turf/simulated/floor/airless,/area/itglight/starboardsolars) +"XF" = (/obj/structure/cable/yellow{d2 = 4; icon_state = "0-4"},/obj/machinery/power/solar,/turf/simulated/floor/airless,/area/itglight/portsolars) +"XH" = (/turf/simulated/floor/tiled/eris/steel/brown_platform,/area/itglight/shuttlebay) +"XK" = (/obj/machinery/atmospherics/pipe/manifold/hidden/fuel,/obj/machinery/portable_atmospherics/canister/phoron,/obj/machinery/light,/turf/simulated/floor,/area/itglight/starboardengi) +"XM" = (/obj/machinery/light/small{dir = 4},/obj/effect/floor_decal/steeldecal/steel_decals10{dir = 5},/obj/effect/floor_decal/steeldecal/steel_decals10{dir = 6},/turf/simulated/floor/tiled/white,/area/itglight/showers) +"XN" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply,/turf/simulated/floor/tiled/eris/steel/brown_platform,/area/itglight/shuttlebay) +"XO" = (/obj/machinery/light{dir = 4},/turf/simulated/floor/tiled/eris/white/cargo,/area/itglight/medbay) +"XP" = (/obj/structure/cable/yellow{d2 = 8; icon_state = "0-8"},/obj/structure/cable/yellow{d2 = 4; icon_state = "0-4"},/obj/machinery/power/solar,/turf/simulated/floor/airless,/area/itglight/starboardsolars) +"XQ" = (/turf/simulated/wall/shull,/area/itglight/captain) +"XT" = (/obj/machinery/appliance/cooker/oven,/turf/simulated/floor/tiled/eris/cafe,/area/itglight/kitchen) +"XX" = (/turf/simulated/wall/shull,/area/itglight/starboardengi) +"XZ" = (/obj/structure/table/wooden_reinforced,/obj/item/weapon/reagent_containers/food/condiment/small/saltshaker{pixel_x = -3},/obj/item/weapon/reagent_containers/food/condiment/small/peppermill{pixel_x = 3},/obj/machinery/light{dir = 4},/turf/simulated/floor/tiled/eris/cafe,/area/itglight/kitchen) +"Yb" = (/obj/machinery/door/firedoor/glass,/obj/structure/cable/pink{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 8},/obj/machinery/door/airlock/mining{name = "Starboard Engineering"; req_one_access = list(777)},/turf/simulated/floor/tiled/steel_ridged,/area/itglight/starboardengi) +"Yg" = (/obj/structure/cable/pink{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,/obj/structure/cable/pink{d1 = 2; d2 = 4; icon_state = "2-4"},/obj/structure/cable/pink{d1 = 1; d2 = 4; icon_state = "1-4"},/turf/simulated/floor/tiled/eris/steel/brown_platform,/area/itglight/afthall) +"Yp" = (/obj/structure/curtain/open/shower,/obj/machinery/shower{dir = 1; icon_state = "shower"},/turf/simulated/floor/tiled{icon_state = "techmaint"},/area/itglight/showers) +"Ys" = (/obj/structure/cable/pink{d1 = 1; d2 = 2; icon_state = "1-2"},/turf/simulated/floor/tiled/eris/white/cargo,/area/itglight/medbay) +"Yt" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 5},/turf/simulated/floor/carpet/turcarpet,/area/itglight/crew4) +"Yu" = (/turf/simulated/floor/airless,/area/itglight/portsolars) +"Yw" = (/obj/structure/cable/yellow{d1 = 2; d2 = 8; icon_state = "2-8"},/obj/structure/cable/yellow{d1 = 2; d2 = 4; icon_state = "2-4"},/obj/structure/cable/heavyduty{icon_state = "1-2"},/turf/simulated/floor/airless,/area/itglight/starboardsolars) +"Yy" = (/obj/structure/grille,/obj/structure/window/reinforced/full,/obj/machinery/door/firedoor/glass,/obj/structure/window/reinforced{dir = 8},/obj/structure/window/reinforced{dir = 4},/turf/simulated/floor,/area/itglight/medbay) +"YL" = (/obj/machinery/microwave,/obj/structure/table/steel_reinforced,/turf/simulated/floor/tiled/eris/cafe,/area/itglight/kitchen) +"YO" = (/obj/structure/cable/pink{d1 = 1; d2 = 4; icon_state = "1-4"},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 6},/turf/simulated/floor/tiled/eris/cafe,/area/itglight/kitchen) +"YR" = (/obj/machinery/alarm/alarms_hidden{pixel_y = 26},/turf/simulated/floor/tiled/eris/cafe,/area/itglight/kitchen) +"YT" = (/obj/structure/cable/yellow{d1 = 2; d2 = 8; icon_state = "2-8"},/obj/structure/cable/heavyduty{icon_state = "0-2"},/turf/simulated/floor/airless,/area/itglight/starboardsolars) +"YU" = (/obj/machinery/power/apc/hyper{alarms_hidden = 1; dir = 4; pixel_x = 25},/obj/structure/cable/pink{d2 = 8; icon_state = "0-8"},/turf/simulated/floor,/area/itglight/portengi) +"YX" = (/obj/structure/cable/yellow{d1 = 1; d2 = 4; icon_state = "1-4"},/obj/machinery/atmospherics/pipe/simple/hidden{dir = 9},/turf/simulated/floor,/area/itglight/starboardengi) +"Za" = (/turf/simulated/wall/shull,/area/itglight/portengi) +"Zc" = (/obj/structure/table/steel_reinforced,/obj/machinery/atmospherics/unary/vent_scrubber/on{dir = 1},/turf/simulated/floor/tiled/eris/cafe,/area/itglight/kitchen) +"Zd" = (/obj/structure/cable/pink{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 6},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 8},/turf/simulated/floor/tiled/eris/cafe,/area/itglight/kitchen) +"Zf" = (/obj/structure/table/steel_reinforced,/obj/structure/cable/pink{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/item/weapon/reagent_containers/food/condiment/small/saltshaker{pixel_x = -3},/obj/item/weapon/reagent_containers/food/condiment/small/peppermill{pixel_x = 3},/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{dir = 1},/obj/machinery/atmospherics/pipe/manifold/hidden/supply,/turf/simulated/floor/tiled/eris/cafe,/area/itglight/kitchen) +"Zh" = (/obj/structure/cable/yellow{d2 = 4; icon_state = "0-4"},/obj/machinery/power/solar,/turf/simulated/floor/airless,/area/itglight/starboardsolars) +"Zi" = (/obj/structure/cable/yellow{d2 = 8; icon_state = "0-8"},/obj/machinery/power/solar,/turf/simulated/floor/airless,/area/itglight/starboardsolars) +"Zj" = (/obj/machinery/atmospherics/pipe/tank/phoron/full{dir = 8},/turf/simulated/floor,/area/itglight/portengi) +"Zm" = (/obj/item/weapon/stool/baystool/padded,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 8},/obj/structure/cable/pink{d1 = 4; d2 = 8; icon_state = "4-8"},/turf/simulated/floor/tiled/eris/cafe,/area/itglight/kitchen) +"Zp" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 8},/obj/structure/cable/pink{d1 = 4; d2 = 8; icon_state = "4-8"},/turf/simulated/floor/tiled/eris/cafe,/area/itglight/kitchen) +"Zr" = (/turf/simulated/wall/shull,/area/itglight/shuttlebay) +"Zs" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 8},/obj/structure/cable/pink{d1 = 4; d2 = 8; icon_state = "4-8"},/turf/simulated/floor/carpet/sblucarpet,/area/itglight/common) +"Zw" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 8},/obj/structure/cable/pink{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/structure/cable/pink{d1 = 2; d2 = 4; icon_state = "2-4"},/turf/simulated/floor/tiled/eris/cafe,/area/itglight/kitchen) +"Zz" = (/obj/machinery/door/firedoor/glass,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 8},/obj/structure/cable/pink{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/machinery/door/airlock/glass{name = "Kitchen"},/turf/simulated/floor/tiled/steel_ridged,/area/itglight/kitchen) +"ZF" = (/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{dir = 1},/obj/machinery/atmospherics/pipe/manifold/hidden/supply{dir = 1},/obj/structure/cable/pink{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/structure/cable/pink{d1 = 2; d2 = 4; icon_state = "2-4"},/obj/structure/cable/pink{d1 = 2; d2 = 8; icon_state = "2-8"},/turf/simulated/floor/tiled/eris/steel/brown_platform,/area/itglight/afthall) +"ZG" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 8},/obj/structure/cable/pink{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/machinery/alarm/alarms_hidden{pixel_y = 26},/turf/simulated/floor/tiled/eris/steel/brown_platform,/area/itglight/afthall) +"ZI" = (/obj/effect/catwalk_plated,/obj/structure/cable/pink{d1 = 1; d2 = 8; icon_state = "1-8"},/obj/structure/cable/pink{d1 = 1; d2 = 4; icon_state = "1-4"},/obj/structure/cable/pink{d1 = 2; d2 = 8; icon_state = "2-8"},/obj/structure/cable/pink{d1 = 2; d2 = 4; icon_state = "2-4"},/obj/machinery/atmospherics/pipe/manifold4w/hidden/scrubbers,/obj/machinery/atmospherics/pipe/manifold4w/hidden/supply,/turf/simulated/floor,/area/itglight/afthall) +"ZK" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 8},/obj/structure/cable/pink{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/machinery/light_switch{dir = 4; on = 0; pixel_x = -25; pixel_y = 26},/turf/simulated/floor/tiled/eris/white/cargo,/area/itglight/medbay) +"ZL" = (/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/obj/structure/cable/pink{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/machinery/atmospherics/pipe/manifold/hidden/supply,/turf/simulated/floor/tiled/eris/white/cargo,/area/itglight/medbay) +"ZN" = (/turf/simulated/wall/shull,/area/itglight/portcargo) +"ZO" = (/obj/structure/cable/pink{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 8},/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{dir = 2},/turf/simulated/floor/tiled/eris/white/cargo,/area/itglight/medbay) +"ZT" = (/obj/structure/cable/pink{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 8},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 4},/turf/simulated/floor/tiled/eris/white/cargo,/area/itglight/medbay) +"ZX" = (/turf/simulated/floor/tiled/monotile,/area/itglight/lockers) +"ZY" = (/obj/machinery/atmospherics/pipe/simple/hidden/supply,/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 5},/obj/structure/cable/pink{d1 = 1; d2 = 2; icon_state = "1-2"},/obj/machinery/light_switch{on = 0; pixel_x = 26; pixel_y = 27},/obj/machinery/button/remote/airlock{id = "dauntlesspq2"; name = "Door Bolts"; pixel_x = 24; pixel_y = 36; specialfunctions = 4},/turf/simulated/floor/carpet/turcarpet,/area/itglight/crew2) +"ZZ" = (/obj/structure/cable/pink{d1 = 4; d2 = 8; icon_state = "4-8"},/obj/machinery/atmospherics/pipe/simple/hidden/supply{dir = 10},/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{dir = 10},/turf/simulated/floor/tiled/eris/white/cargo,/area/itglight/medbay) + +(1,1,1) = {" +UmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUm +UmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUm +UmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUm +UmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUm +UmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUm +UmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUm +UmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUm +UmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUm +UmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUm +UmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUm +UmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUm +UmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUm +UmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUm +UmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUm +UmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmavUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUm +UmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUm +UmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUm +UmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUm +UmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUm +UmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUm +UmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUm +UmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUm +UmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUm +UmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUm +UmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUm +UmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUm +UmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmsyUmUmUmUmUmUmUmUmUmUmUmUmUmloUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUm +UmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmsysyUmUmUmUmUmUmhnUmUmUmUmUmUmloloUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUm +UmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmsysysyUmUmUmUmUmUmUmUmUmUmUmUmUmlololoUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUm +UmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmsyjBadWNUmUmUmUmkJkJkJUmUmUmUmWNaeakloUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUm +UmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmsyaqsyWNWNasawawasayasawawasWNWNloaNloUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUm +UmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmXQXQaSXQXQXQXQaUaVasasasaYbdMhMhMhMhbiMhMhUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUm +UmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmXQbpbqbvbybEXQbJbMbRbTcbcicvMhcBTpcMcRTpMhUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUm +UmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmlDcWbqcWcYdcXQdedidjdpdjdsdtMhTpdCdDedTpelUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUm +UmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmlDemeoeueJeWfafbfdfpfVgageglgqgsgvHBgJTpelUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUm +UmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmXQgLgOgSgXhcXQhkhqhyhChFjmhIMhhKTphOTpTpMhUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUm +UmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUtXQXQXQXQXQXQXQasashSashTasasMhMhMhMhMhMhMhhwUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUm +UmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUtUthUbAguguUtifododikowitiuoAiJiJiJhwmRnhiRiUhwhwUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUm +UmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUtrMxwxwxwxwUtjgjEjEkaknkpkqkykykykNhwkOFzVUDblahwUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUm +UmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUtrMxwguguxwUtiJlplplpiJlulylHlPlPmjhwmtmxmPmxmZhwUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUm +UmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUtguxwxwxwxwUtnmlplplpiJnqodnOlPlPnYhwocmxmPmxohhwUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUm +UmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUtguoloJoJonUtiJlplpiJovoyiJozozoziJhwoBmxoHFzoLhwUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUm +UmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUtoMoSpmpIoTUtpVlylyqmqqqHqKqNqKqKqKqWqXrqrvrwrAhwUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUm +UmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUtrErIrKUtZNZNZNZNZNZNiIrZiINmNmNmNmNmNmhwsasfsVhwUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUm +UmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUttatbtgUttHtYuculuIZNtLuPtLNmuXvfvnvrvshwmtsfvDhwUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUm +UmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUtvXwgwjwkwuwywDqosxtetLuPtLtrkRqBwKqBkRhwwNsfwRhwUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUm +UmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUtoTwYxwUtsxqorcqosxtetLuPtLtrkRqBwKxrkRhwxsxyxGhwUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUm +UmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUtxwpWxwUtsxqorcqosxtetLuPtLtrkRqBwKxZkRhwxsydmxhwUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUm +UmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUtymywyJUtyPqorcyUsxtetLuPtLtrkRqBwKxZyVhwyZzazihwUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUm +UmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmrWrWzmrWrWsxsxrcsxzoZNscuPseNmzEkRwKkRkRCQCQzLCQCQUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUm +UmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmrWzQzRzVrWAlqorcqoAyZNPlSEBlNmNmqBwKqBBeCQBqBtBGCQUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUm +UmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmPeBPBXChrWsxqorcqoZNCjtLCnCoCqNmqBwKqBkRCQCyCACHAvUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUm +UmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmrhUmCKCMDuDBDFDHDHDJEgEjEpEpEvEpEpELFfFAFHFHFNFRFVGqGAUmGGUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUm +UmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmrWBPGIChrWsxqoGNqoZNHltLuPtLHlNmqBHqqBkRCQCyHDCHCQUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUm +UmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmrWHPHRzVrWAlyUGNqoZNZNtLuPtLNmNmqBHqqBBeCQBqHWHXCQUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUm +UmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmrWrWrWrWrWsxsxIaDHIuZNscuPseNmIyFHISkRkRCQCQCQCQCQUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUm +UmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmWNWNWNZNyPqoIXqosxtetLuPtLtrkRxrwKqByVNmWNWNWNUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUm +UmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmWNWNZNsxqoIXJcsxtetLuPtLtrkRxrwKqBkRNmWNWNUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUm +UmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmWNZNsxqoIXJcsxtetLuPtLtrkRxZwKqBkRNmWNUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUm +UmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmJkUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmWNZNsxqoIXqosxtetLuPtLtrkRxZwKxrkRNmWNUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmJCUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUm +UmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmWNZNJPulJTtYJWZNtLuPtLNmKcvrKfvfKhNmWNUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUm +UmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmXqXqXqXqXqXqXqSMSMSMKsSMSMSMDzDzDzDzDzDzDzUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUm +UmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmXqKtupevKAuGXqLdLBLGLHLOfgLQDzvhLYLZMoMvDzUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUm +UmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmwmyDviyDMyyFXqMANgNgMCMFEkLQDzwIZXZXZXMLSzUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUm +UmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmYuUmUmXqevvievMyevXqMMNgwLwUyRMQMUDzMYZXZXZXNnSzUmUmtDUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUm +UmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmNsUmUmwmyDNBOcOiOjOlOrZsZsOtZsZsOvOAOFOHOJOJPNDzUmUmPQUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUm +UmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmYuCJUmUmXqPSPUevwTevXqPYyRyRwWyRyRQaDzyTQdZXZXQqSzUmUmBVtDUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUm +UmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmYuCJUmUmwmyDPUyDwTyFXqQIyRyRQPRbRbrgDzyTQdZXZXQqSzUmUmBVtDUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUm +UmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmYuYuCJUmWNXqRdRtevRuAGXqRCRQMURSShSwxiDzSAQdSGBaBoDzWNUmBVtDtDUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUm +UmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmxjSHCECJWNWNXqXqXqXqSLXqXqSMSMSMSTSMSMSMDzDzSVDzDzDzDzWNWNBVSYTzDKUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUm +UmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmTEUdUdUuDQWNWNWNWNPXEGDvEHUEUFPXENUSUZQiEPVeFbViFeQiWNWNWNWNVNWbWrWrVKUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUm +UmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmXFWeTmTmWyTmTmGPTmTmTmWBWCHAWEINJiJmJtJmWGXDWOWQXbXgQiUwLeLeUwLeLeUwUwWxZiUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUm +UmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmQpWqWeTmLhLVMgMlPgYRPdTmXhPXXlPXXuPXSOMsSOQiXvXxXxXxXMQiCOUvMEMGMIMOXOUwWxXPYTUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUm +UmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmXFWiWqWeRUXTNaPgPgPgPgXZTmNvPXNRPXNRPXOeYgpHQiYpYpYpYpYpQiyYBRfhQWQWYsQWUwWxXPYwZiUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUm +UmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmQpWqWiWqWeRUOmOqPgOTPdPgPdTmPXPXPXPXPXPXSOMsSOQiQiQiQiQiQiQiQzQLQRQWQYRpQWYyWxXPYwXPYTUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUm +UmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmXFWiWqWiWqWeRUYLYOZdZfZmZpZwZzZFKjKjZFZGKjKjZIKjKjGCKjKjZFKjRZZKZLZOZTZZnVhrUwWxXPYwXPYwZiUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUm +UmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmXFWiWqWiWqWeTmGOsRdBZcPdPggFTmSZSOSvSZSOSOSOMsSOSOSZSOSvSZSOUwgtQWhiQWaHQWXOUwWxXPYwXPYwZiUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUm +UmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmXFWiWqWiWqWeRUNQsRdBwPTfTftOTmfnFsFsbBTATApnmnLkdXmqdXufMmufUwUwUwUwUwUIUwUwUwWxXPYwXPYwZiUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUm +UmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmXFWiWqWiWqWeRUDpUOdBPgPgPgOYTmVdugFsZYfyTAZrOyZrdXqTVGufxHQFUwNVVqdPeZaHpLjLUwWxXPYwXPYwZiUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUm +UmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmXFWiWqWiWqWeRUjjGQLJPgPgPglLTmHVmdFsHgLTTAmHQjqFdXGfQtufEhCaUwySESDynJtPomXOUwWxXPYwXPYwZiUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUm +UmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmXFWiWqWiWqWeTmbtbKERzdAUAUAUTmFOIHFsAgwfTAXHFxXHdXqluEufYtnvUwfvNGpGKJhiQNfrUwWxXPYwXPYwZiUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUm +UmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmXFWiWqWiWqWeZaZaZaZaZaZaZaZaZaZrZrZrZrZrZrXHFxTtZrZrZrZrZrZrXXXXXXXXXXXXXXXXXXWxXPYwXPYwZiUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUm +UmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmXFWiWqWiWqkHZaSNZaoUPOeEeFeFZaBUGEClMkKGofofIMofofJRMVClcpeUXXHjHjireixkXXMSXXBiXPYwXPYwZiUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUm +UmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmXFlTVpbZVppwlOyNJJWUyNAKiWmlZaXNiZXHyIdEdEdEdEdEdEdEBBXHiZeqXXXzNoGmqnwVIvqRRWVDCXFmCXccZiUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUm +UmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmXFPbWqPbWqDoZaAFZapiqAgWTwzGZaXNiZXHyIdEdEzgLrzgdEdEBBXHiZeqXXmgoEHNoIGbXXjoXXfZXPXpXPXpZiUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUm +UmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmXFPbWqPbWqWPZaZaZapiFcLuUXAaPMLUHJtESFdEzgzgtqzgzgdEsJoqWSAsYbKrOXVBFuGbXXXXXXWZXPXpXPXpZiUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUm +UmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmXFPbWqPbWqWPZayyyypigkgADgOwZaeqiZXHWDdEeAxEUjxEghdEwSiZXHXNXXsqKaXAYXGbzqzqXXWZXPXpXPXpZiUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUm +UmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmXFPbWqPbWqWPlVKKRYhmCIRLRjZjZabFiZXHWDdEzgCYOoeQzgdEwSiZXHyfXXnazrtCPHWfAZdqrFWZXPXpXPXpZiUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUm +UmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmXFPbWqPbWqWPZaabablKFhHMpUZjZaeqUbEQewbCXnJzVnfPnxbCpoBMXHXNXXnaNJgHogyKqGqGXXWZXPXpXPXpZiUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUm +UmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmXFPbWqPbWqWPZaQofKnWoRFQArYUZaeqXHiZWDdEzgnbrCUjzgdEwSiZyOXNXXudNMzpXKfwVELXXXWZXPXpXPXpZiUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUm +UmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmXFPbWqPbWqWPZanfZanfZaZanfZaZaBjXHiZWDdEzgUjaQKnzgdEwSiZaXAJXXFTXXFTXXXXFTXXXXWZXPXpXPXpZiUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUm +UmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmXFPbWqPbWqWPZanununununununuZaZrZriZKQdEzgiTiTiTzgdEwXiZZrZrXXnPnPnPnPnPnPnPXXWZXPXpXPXpZiUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUm +UmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmXFPbWqPbWqWPZaunuFuFuFuFKBnuZawzZrGhZrdEzgOIOIOIzgdEZrGhZrwzXXgGPhPhPhPhBWnPXXWZXPXpXPXpZiUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUm +UmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmXFPbWqPbWqWPZaUmUmumuFuFUmUmUmJNztVVZrdEdEdEdEdEdEdEZrcwTJJNUmUmUmNWPhPhUmUmXXWZXPXpXPXpZiUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUm +UmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmXFPbWqPbWqmLUmUmUmUmUmUmUmUmUmUmJNJNZrZrZrZrZrZrZrZrZrJNJNUmUmUmUmUmUmUmUmUmUmXEXPXpXPXpZiUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUm +UmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmXFPbWqPbOQUmUmUmUmUmUmUmUmUmUmUmUmJNJNJNJNJNJNJNJNJNJNJNUmUmUmUmUmUmUmUmUmUmUmUmZhXpXPXpZiUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUm +UmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmXFPbWqPxUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmXEXPXpZiUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUm +UmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmXFPbOQUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmZhXpZiUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUm +UmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmlePxUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmXEDPUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUm +UmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmqyUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmjsUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUm +UmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUm +UmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUm +UmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUm +UmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUm +UmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUm +UmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUm +UmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUm +UmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUm +UmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUm +UmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUm +UmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUm +UmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUm +UmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUm +UmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUm +UmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUm +UmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUm +UmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUm +UmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUm +UmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmIxUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUm +UmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUm +UmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUm +UmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUm +UmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUm +UmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUm +UmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUm +UmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUm +UmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUm +UmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUm +UmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUm +UmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUm +UmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUm +UmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUm +UmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUm +UmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUm +UmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUm +UmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUm +UmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUm +UmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUm +UmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUm +UmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUmUm +"} diff --git a/maps/tether/submaps/_tether_submaps.dm b/maps/tether/submaps/_tether_submaps.dm index c6494cece66..afe78c5ff89 100644 --- a/maps/tether/submaps/_tether_submaps.dm +++ b/maps/tether/submaps/_tether_submaps.dm @@ -538,6 +538,7 @@ #include "../../offmap_vr/om_ships/mercenarybase.dm" #include "../../offmap_vr/om_ships/mercship.dm" #include "../../offmap_vr/om_ships/curashuttle.dm" +#include "../../offmap_vr/om_ships/itglight.dm" ////////////////////////////////////////////////////////////////////////////// //Capsule deployed ships diff --git a/vorestation.dme b/vorestation.dme index 2c38470e8cc..540f2c43b94 100644 --- a/vorestation.dme +++ b/vorestation.dme @@ -1422,6 +1422,7 @@ #include "code\game\objects\structures\safe.dm" #include "code\game\objects\structures\salvageable.dm" #include "code\game\objects\structures\signs.dm" +#include "code\game\objects\structures\signs_vr.dm" #include "code\game\objects\structures\simple_doors.dm" #include "code\game\objects\structures\simple_doors_vr.dm" #include "code\game\objects\structures\snowman.dm"