diff --git a/code/game/trader_visit_vr.dm b/code/game/trader_visit_vr.dm
index 81b9b3adcd..14de3f9bc5 100644
--- a/code/game/trader_visit_vr.dm
+++ b/code/game/trader_visit_vr.dm
@@ -3,7 +3,7 @@ GLOBAL_VAR(trader_loaded)
/proc/consider_trader_load()
if(!GLOB.trader_loaded)
GLOB.trader_loaded = TRUE
- var/datum/map_template/MT = SSmapping.map_templates["Special Area - Trader"]
+ var/datum/map_template/MT = SSmapping.map_templates["Special Area - Salamander Trader"] //was: "Special Area - Trader"
if(!istype(MT))
error("Trader is not a valid map template!")
else
diff --git a/maps/offmap_vr/om_ships/salamander.dm b/maps/offmap_vr/om_ships/salamander.dm
new file mode 100644
index 0000000000..8dbd5d53c3
--- /dev/null
+++ b/maps/offmap_vr/om_ships/salamander.dm
@@ -0,0 +1,211 @@
+// Compile in the map for CI testing if we're testing compileability of all the maps
+#if MAP_TEST
+#include "salamander.dmm"
+#endif
+
+// Map template for spawning the shuttle
+/datum/map_template/om_ships/salamander
+ name = "OM Ship - Salamander Corvette"
+ desc = "A medium multirole spacecraft."
+ mappath = 'salamander.dmm'
+ annihilate = TRUE
+
+// Map template for spawning the shuttle
+/datum/map_template/om_ships/salamander_wreck
+ name = "OM Ship - Salamander Corvette Wreckage"
+ desc = "A medium multirole spacecraft, or at least what's left of it."
+ mappath = 'salamander_wreck.dmm'
+ annihilate = TRUE
+
+// The shuttle's area(s)
+/area/shuttle/salamander
+ name = "\improper Salamander Cabin"
+ icon = 'icons/turf/areas_vr_talon.dmi'
+ icon_state = "gray"
+ requires_power = 1
+ has_gravity = 0
+
+/area/shuttle/salamander_engineering
+ name = "\improper Salamander Engineering"
+ icon = 'icons/turf/areas_vr_talon.dmi'
+ icon_state = "yellow"
+ requires_power = 1
+ has_gravity = 0
+
+/area/shuttle/salamander_cockpit
+ name = "\improper Salamander Cockpit"
+ icon = 'icons/turf/areas_vr_talon.dmi'
+ icon_state = "blue"
+ requires_power = 1
+ has_gravity = 0
+
+/area/shuttle/salamander_q1
+ name = "\improper Salamander Quarters 1"
+ icon = 'icons/turf/areas_vr_talon.dmi'
+ icon_state = "gray-p"
+ requires_power = 1
+ has_gravity = 0
+
+/area/shuttle/salamander_q2
+ name = "\improper Salamander Quarters 2"
+ icon = 'icons/turf/areas_vr_talon.dmi'
+ icon_state = "gray-p"
+ requires_power = 1
+ has_gravity = 0
+
+/area/shuttle/salamander_galley
+ name = "\improper Salamander Galley"
+ icon = 'icons/turf/areas_vr_talon.dmi'
+ icon_state = "dark-s"
+ requires_power = 1
+ has_gravity = 0
+
+/area/shuttle/salamander_head
+ name = "\improper Salamander Head"
+ icon = 'icons/turf/areas_vr_talon.dmi'
+ icon_state = "dark-p"
+ requires_power = 1
+ has_gravity = 0
+
+/area/shuttle/salamander_wreck
+ name = "\improper Wrecked Salamander Cabin"
+ icon = 'icons/turf/areas_vr_talon.dmi'
+ icon_state = "gray"
+ requires_power = 1
+ has_gravity = 0
+
+/area/shuttle/salamander_wreck_engineering
+ name = "\improper Wrecked Salamander Engineering"
+ icon = 'icons/turf/areas_vr_talon.dmi'
+ icon_state = "yellow"
+ requires_power = 1
+ has_gravity = 0
+
+/area/shuttle/salamander_wreck_cockpit
+ name = "\improper Wrecked Salamander Cockpit"
+ icon = 'icons/turf/areas_vr_talon.dmi'
+ icon_state = "blue"
+ requires_power = 1
+ has_gravity = 0
+
+/area/shuttle/salamander_wreck_q1
+ name = "\improper Wrecked Salamander Quarters 1"
+ icon = 'icons/turf/areas_vr_talon.dmi'
+ icon_state = "gray-p"
+ requires_power = 1
+ has_gravity = 0
+
+/area/shuttle/salamander_wreck_q2
+ name = "\improper Wrecked Salamander Quarters 2"
+ icon = 'icons/turf/areas_vr_talon.dmi'
+ icon_state = "gray-p"
+ requires_power = 1
+ has_gravity = 0
+
+/area/shuttle/salamander_wreck_galley
+ name = "\improper Wrecked Salamander Galley"
+ icon = 'icons/turf/areas_vr_talon.dmi'
+ icon_state = "dark-s"
+ requires_power = 1
+ has_gravity = 0
+
+/area/shuttle/salamander_wreck_head
+ name = "\improper Wrecked Salamander Head"
+ icon = 'icons/turf/areas_vr_talon.dmi'
+ icon_state = "dark-p"
+ requires_power = 1
+ has_gravity = 0
+
+// The shuttle's 'shuttle' computer
+/obj/machinery/computer/shuttle_control/explore/salamander
+ name = "short jump console"
+ shuttle_tag = "Salamander"
+ req_one_access = list()
+
+// The shuttle's 'shuttle' computer
+/obj/machinery/computer/shuttle_control/explore/salamander_wreck
+ name = "short jump console"
+ shuttle_tag = "Salamander Wreckage"
+ req_one_access = list()
+
+// The 'shuttle'
+/datum/shuttle/autodock/overmap/salamander
+ name = "Salamander"
+ current_location = "omship_spawn_salamander"
+ docking_controller_tag = "salamander_docking"
+ shuttle_area = list(/area/shuttle/salamander,/area/shuttle/salamander_cockpit,/area/shuttle/salamander_engineering,/area/shuttle/salamander_q1,/area/shuttle/salamander_q2,/area/shuttle/salamander_galley,/area/shuttle/salamander_head)
+ defer_initialisation = TRUE //We're not loaded until an admin does it
+ fuel_consumption = 5
+ ceiling_type = /turf/simulated/floor/reinforced/airless
+
+// A shuttle lateloader landmark
+/obj/effect/shuttle_landmark/shuttle_initializer/salamander
+ name = "ITV Salamander"
+ base_area = /area/space
+ base_turf = /turf/space
+ landmark_tag = "omship_spawn_salamander"
+ shuttle_type = /datum/shuttle/autodock/overmap/salamander
+
+// The 'ship'
+/obj/effect/overmap/visitable/ship/landable/salamander
+ scanner_name = "Salamander-class Corvette"
+ scanner_desc = @{"[i]Registration[/i]: ITV Independence
+[i]Class[/i]: Corvette
+[i]Transponder[/i]: Transmitting (CIV), non-hostile
+[b]Notice[/b]: Multirole independent vessel"}
+ color = "#00AA00" //green, because money
+ vessel_mass = 4500
+ vessel_size = SHIP_SIZE_LARGE
+ fore_dir = EAST
+ shuttle = "Salamander"
+
+// The 'shuttle'
+/datum/shuttle/autodock/overmap/salamander_wreck
+ name = "Salamander Wreckage"
+ current_location = "omship_spawn_salamander_wreck"
+ docking_controller_tag = "salamander_docking_wreck"
+ shuttle_area = list(/area/shuttle/salamander_wreck,/area/shuttle/salamander_wreck_cockpit,/area/shuttle/salamander_wreck_engineering,/area/shuttle/salamander_wreck_q1,/area/shuttle/salamander_wreck_q2,/area/shuttle/salamander_wreck_galley,/area/shuttle/salamander_wreck_head)
+ defer_initialisation = TRUE //We're not loaded until an admin does it
+ fuel_consumption = 5
+ ceiling_type = /turf/simulated/floor/reinforced/airless
+
+// A shuttle lateloader landmark
+/obj/effect/shuttle_landmark/shuttle_initializer/salamander_wreck
+ name = "ITV Unity"
+ base_area = /area/space
+ base_turf = /turf/space
+ landmark_tag = "omship_spawn_salamander_wreck"
+ shuttle_type = /datum/shuttle/autodock/overmap/salamander_wreck
+
+// The 'ship'
+/obj/effect/overmap/visitable/ship/landable/salamander_wreck
+ scanner_name = "Wrecked Salamander-class Corvette"
+ scanner_desc = @{"[i]Registration[/i]: ITV Unity
+[i]Class[/i]: Corvette
+[i]Transponder[/i]: Not Transmitting
+[b]Notice[/b]: Damage to hull is consistent with intentional scuttling procedures, no distress call logged"}
+ color = "#008800" //green, because money
+ vessel_mass = 4500
+ vessel_size = SHIP_SIZE_LARGE
+ fore_dir = EAST
+ shuttle = "Salamander Wreckage"
+
+/obj/item/weapon/paper/unity_notice
+ name = "hastily-scrawled missive"
+ info = {"The writing on this scrap of paper is barely legible. Whoever wrote it was clearly in a hurry.
\
+
\
+to who(m)ever finds this,
\
+whatever they tell (told?) you, this kinda job is never worth the pay
\
+i swear they packed some bullshit amongst the rest of the cargo when we werent looking
\
+like they wanted us to get caught by port authorities or something!
\
+so we are bailing on the whole contract, captains orders
\
+dont bother looking for that 'bullshit' i mentioned, we made sure nobody is gonna find it
\
+sent it out into the black
\
+or maybe the sun
\
+one of the two
\
+
\
+stay safe out there and always double check who you sign with
\
+
\
+rest of the cargo is covered by insurance anyway, so help yourself/ves i guess
\
+
\
+-M"}
\ No newline at end of file
diff --git a/maps/offmap_vr/om_ships/salamander.dmm b/maps/offmap_vr/om_ships/salamander.dmm
new file mode 100644
index 0000000000..933058d6c6
--- /dev/null
+++ b/maps/offmap_vr/om_ships/salamander.dmm
@@ -0,0 +1,2638 @@
+//MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE
+"ab" = (
+/obj/machinery/door/airlock/glass_external/public,
+/obj/effect/map_helper/airlock/door/ext_door,
+/obj/machinery/atmospherics/pipe/simple/hidden/fuel,
+/turf/simulated/floor/tiled/techmaint,
+/area/shuttle/salamander)
+"aK" = (
+/obj/machinery/door/airlock/glass_external/public,
+/obj/effect/map_helper/airlock/door/ext_door,
+/obj/effect/map_helper/airlock/sensor/ext_sensor,
+/obj/machinery/airlock_sensor/airlock_exterior/shuttle{
+ dir = 1;
+ pixel_x = 24;
+ pixel_y = 11
+ },
+/turf/simulated/floor/tiled/techmaint,
+/area/shuttle/salamander)
+"aL" = (
+/obj/effect/shuttle_landmark/shuttle_initializer/salamander,
+/obj/effect/overmap/visitable/ship/landable/salamander,
+/obj/machinery/atmospherics/pipe/simple/hidden{
+ dir = 6
+ },
+/obj/machinery/embedded_controller/radio/airlock/docking_port_multi{
+ dir = 4;
+ id_tag = "salamander_docking_port";
+ name = "Port Airlock Control";
+ pixel_x = -22;
+ req_one_access = list(160)
+ },
+/obj/machinery/light{
+ dir = 8
+ },
+/obj/machinery/atmospherics/pipe/simple/hidden/fuel,
+/turf/simulated/floor/tiled/techmaint,
+/area/shuttle/salamander)
+"bk" = (
+/obj/machinery/power/pointdefense{
+ id_tag = "salamander_pd"
+ },
+/turf/simulated/floor/plating,
+/area/shuttle/salamander_q2)
+"br" = (
+/obj/structure/window/reinforced/tinted,
+/obj/structure/toilet{
+ dir = 4
+ },
+/turf/simulated/floor/tiled/techfloor,
+/area/shuttle/salamander_head)
+"bu" = (
+/obj/effect/map_helper/airlock/sensor/chamber_sensor,
+/obj/machinery/atmospherics/pipe/manifold/hidden,
+/obj/machinery/airlock_sensor{
+ dir = 4;
+ pixel_x = -21;
+ req_one_access = list(160)
+ },
+/obj/machinery/atmospherics/pipe/simple/hidden/fuel,
+/turf/simulated/floor/tiled/techmaint,
+/area/shuttle/salamander)
+"bA" = (
+/obj/machinery/light/small{
+ dir = 1
+ },
+/turf/simulated/floor/plating,
+/area/shuttle/salamander_engineering)
+"bH" = (
+/obj/structure/closet/crate,
+/turf/simulated/floor/plating,
+/area/shuttle/salamander_engineering)
+"bI" = (
+/obj/structure/bed/chair/bay/chair,
+/obj/structure/handrail,
+/obj/machinery/power/apc{
+ dir = 1;
+ name = "north bump";
+ pixel_y = 24
+ },
+/obj/structure/cable{
+ d2 = 4;
+ icon_state = "0-4"
+ },
+/obj/machinery/atmospherics/unary/vent_scrubber/on{
+ dir = 4
+ },
+/obj/structure/closet/autolok_wall{
+ dir = 8;
+ pixel_x = -32
+ },
+/turf/simulated/floor/tiled/techfloor,
+/area/shuttle/salamander_galley)
+"bK" = (
+/obj/machinery/atmospherics/portables_connector,
+/obj/effect/floor_decal/industrial/outline/blue,
+/obj/machinery/portable_atmospherics/canister/air,
+/turf/simulated/floor/plating,
+/area/shuttle/salamander_engineering)
+"bL" = (
+/obj/machinery/door/firedoor/glass,
+/obj/machinery/door/airlock/hatch{
+ req_one_access = list(160)
+ },
+/turf/simulated/floor/tiled/techmaint,
+/area/shuttle/salamander)
+"bN" = (
+/obj/machinery/atmospherics/unary/vent_pump/on,
+/obj/machinery/alarm/alarms_hidden{
+ pixel_y = 26
+ },
+/obj/machinery/light{
+ dir = 1
+ },
+/turf/simulated/floor/tiled/techfloor,
+/area/shuttle/salamander_head)
+"bP" = (
+/obj/structure/sink{
+ dir = 4;
+ pixel_x = 11
+ },
+/obj/structure/mirror{
+ dir = 4;
+ pixel_x = 28
+ },
+/obj/machinery/light_switch{
+ pixel_y = 23
+ },
+/turf/simulated/floor/tiled/techfloor,
+/area/shuttle/salamander_head)
+"bY" = (
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2"
+ },
+/obj/machinery/atmospherics/pipe/simple/hidden/supply{
+ dir = 8
+ },
+/obj/machinery/atmospherics/pipe/simple/hidden/fuel{
+ dir = 4
+ },
+/turf/simulated/floor/tiled/techmaint,
+/area/shuttle/salamander_engineering)
+"ci" = (
+/obj/machinery/door/firedoor/glass,
+/obj/structure/grille,
+/obj/structure/window/reinforced/full,
+/obj/structure/window/reinforced,
+/obj/structure/window/reinforced{
+ dir = 1
+ },
+/turf/simulated/floor/plating,
+/area/shuttle/salamander_q2)
+"cq" = (
+/obj/structure/handrail{
+ dir = 1
+ },
+/obj/machinery/power/apc{
+ name = "south bump";
+ pixel_y = -24
+ },
+/obj/structure/cable{
+ d2 = 4;
+ icon_state = "0-4"
+ },
+/obj/machinery/atmospherics/unary/vent_scrubber/on{
+ dir = 4
+ },
+/obj/structure/closet/autolok_wall{
+ dir = 8;
+ pixel_x = -32
+ },
+/turf/simulated/floor/tiled/techfloor,
+/area/shuttle/salamander_head)
+"cC" = (
+/obj/machinery/shower{
+ dir = 1
+ },
+/obj/structure/curtain/open/shower,
+/obj/structure/window/reinforced/tinted{
+ dir = 8
+ },
+/turf/simulated/floor/tiled/techfloor,
+/area/shuttle/salamander_head)
+"cX" = (
+/obj/machinery/door/airlock/glass_external/public,
+/obj/effect/map_helper/airlock/door/int_door,
+/obj/machinery/atmospherics/pipe/simple/hidden/fuel,
+/turf/simulated/floor/tiled/techmaint,
+/area/shuttle/salamander)
+"cY" = (
+/obj/structure/fitness/weightlifter,
+/obj/machinery/light{
+ dir = 1
+ },
+/turf/simulated/floor/tiled/techfloor,
+/area/shuttle/salamander_q2)
+"dj" = (
+/turf/simulated/floor/plating,
+/area/shuttle/salamander_engineering)
+"dm" = (
+/obj/machinery/light{
+ dir = 1
+ },
+/turf/simulated/floor/plating,
+/area/shuttle/salamander_engineering)
+"dn" = (
+/obj/machinery/door/firedoor/glass,
+/obj/structure/grille,
+/obj/structure/window/reinforced/full,
+/obj/structure/window/reinforced{
+ dir = 4
+ },
+/obj/structure/window/reinforced{
+ dir = 8
+ },
+/obj/machinery/atmospherics/pipe/simple/hidden/fuel{
+ dir = 4
+ },
+/turf/simulated/floor/plating,
+/area/shuttle/salamander_engineering)
+"dO" = (
+/obj/structure/cable{
+ d1 = 2;
+ d2 = 8;
+ icon_state = "2-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/hidden/supply{
+ dir = 1
+ },
+/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
+ dir = 10
+ },
+/turf/simulated/floor/tiled/techfloor,
+/area/shuttle/salamander_head)
+"dT" = (
+/obj/machinery/atmospherics/pipe/manifold/hidden/fuel{
+ dir = 1
+ },
+/turf/simulated/floor/plating,
+/area/shuttle/salamander_engineering)
+"ee" = (
+/obj/machinery/atmospherics/pipe/simple/hidden/fuel{
+ dir = 10
+ },
+/turf/simulated/floor/plating,
+/area/shuttle/salamander_engineering)
+"eg" = (
+/obj/machinery/atmospherics/pipe/simple/visible{
+ dir = 5
+ },
+/turf/simulated/floor/plating,
+/area/shuttle/salamander_engineering)
+"ey" = (
+/obj/machinery/atmospherics/pipe/manifold/visible{
+ dir = 4
+ },
+/turf/simulated/floor/plating,
+/area/shuttle/salamander_engineering)
+"eB" = (
+/obj/machinery/alarm/alarms_hidden{
+ dir = 4;
+ pixel_x = -26
+ },
+/obj/machinery/light{
+ dir = 8
+ },
+/turf/simulated/floor/tiled/techmaint,
+/area/shuttle/salamander)
+"eG" = (
+/obj/machinery/atmospherics/unary/vent_pump/on,
+/turf/simulated/floor/tiled/techfloor,
+/area/shuttle/salamander_q2)
+"eJ" = (
+/obj/effect/map_helper/airlock/sensor/int_sensor,
+/obj/machinery/airlock_sensor{
+ dir = 8;
+ pixel_x = 21;
+ req_one_access = list(160)
+ },
+/obj/structure/handrail{
+ dir = 8
+ },
+/turf/simulated/floor/tiled/techmaint,
+/area/shuttle/salamander)
+"eP" = (
+/obj/machinery/door/firedoor/glass,
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2"
+ },
+/obj/machinery/atmospherics/pipe/simple/hidden/supply{
+ dir = 1
+ },
+/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
+/obj/machinery/door/airlock/voidcraft{
+ req_one_access = list(160)
+ },
+/turf/simulated/floor/tiled/techmaint,
+/area/shuttle/salamander_head)
+"fh" = (
+/obj/machinery/atmospherics/pipe/simple/hidden/supply{
+ dir = 8
+ },
+/obj/item/clothing/shoes/boots/workboots,
+/obj/item/clothing/gloves/duty,
+/obj/item/clothing/under/utility,
+/obj/item/clothing/ears/earmuffs,
+/obj/item/clothing/head/soft/black,
+/obj/structure/closet/walllocker_double/north{
+ name = "Uniform Locker"
+ },
+/turf/simulated/floor/tiled/techmaint,
+/area/shuttle/salamander)
+"fn" = (
+/obj/machinery/atmospherics/unary/engine/bigger{
+ dir = 4
+ },
+/turf/simulated/floor/plating,
+/area/shuttle/salamander_engineering)
+"fB" = (
+/obj/machinery/light,
+/turf/simulated/floor/plating,
+/area/shuttle/salamander_engineering)
+"fC" = (
+/obj/machinery/atmospherics/pipe/simple/hidden/fuel{
+ dir = 9
+ },
+/turf/simulated/floor/plating,
+/area/shuttle/salamander_engineering)
+"fD" = (
+/obj/machinery/atmospherics/binary/pump/fuel{
+ dir = 1
+ },
+/turf/simulated/floor/plating,
+/area/shuttle/salamander_engineering)
+"fE" = (
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2"
+ },
+/obj/structure/railing/grey{
+ dir = 8
+ },
+/turf/simulated/floor/tiled/techfloor,
+/area/shuttle/salamander_engineering)
+"fG" = (
+/obj/structure/handrail{
+ dir = 4
+ },
+/obj/structure/closet/autolok_wall{
+ dir = 8;
+ pixel_x = -32
+ },
+/turf/simulated/floor/tiled/techmaint,
+/area/shuttle/salamander)
+"fP" = (
+/obj/effect/floor_decal/industrial/warning{
+ dir = 10
+ },
+/obj/machinery/atmospherics/unary/vent_pump/on,
+/obj/structure/railing/grey,
+/turf/simulated/floor/tiled/techfloor,
+/area/shuttle/salamander)
+"fR" = (
+/obj/effect/floor_decal/industrial/warning{
+ dir = 6
+ },
+/obj/structure/railing/grey{
+ dir = 4
+ },
+/turf/simulated/floor/tiled/techfloor,
+/area/shuttle/salamander)
+"fX" = (
+/obj/machinery/atmospherics/pipe/simple/hidden/fuel,
+/turf/simulated/floor/tiled/techmaint,
+/area/shuttle/salamander)
+"fZ" = (
+/obj/item/device/suit_cooling_unit,
+/obj/item/weapon/tank/air,
+/obj/item/clothing/suit/space/void/refurb,
+/obj/item/clothing/head/helmet/space/void/refurb,
+/obj/structure/handrail,
+/obj/machinery/atmospherics/unary/vent_pump/on,
+/obj/structure/closet/walllocker_double/north{
+ name = "Voidsuit Locker"
+ },
+/turf/simulated/floor/tiled/techfloor,
+/area/shuttle/salamander)
+"gl" = (
+/obj/structure/cable{
+ d1 = 2;
+ d2 = 8;
+ icon_state = "2-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/hidden/supply{
+ dir = 1
+ },
+/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
+ dir = 10
+ },
+/turf/simulated/floor/tiled/techfloor,
+/area/shuttle/salamander_q2)
+"gv" = (
+/obj/machinery/power/apc{
+ dir = 8;
+ name = "west bump";
+ pixel_x = -28
+ },
+/obj/structure/cable{
+ d2 = 2;
+ icon_state = "0-2"
+ },
+/obj/structure/handrail,
+/obj/machinery/light{
+ dir = 8
+ },
+/obj/structure/closet/autolok_wall{
+ pixel_y = 32
+ },
+/obj/structure/railing/grey{
+ dir = 4
+ },
+/obj/structure/bed/chair/bay/comfy{
+ dir = 4
+ },
+/turf/simulated/floor/tiled/techmaint,
+/area/shuttle/salamander_cockpit)
+"gC" = (
+/obj/machinery/atmospherics/unary/vent_pump/on,
+/turf/simulated/floor/tiled/techfloor,
+/area/shuttle/salamander_cockpit)
+"gD" = (
+/obj/effect/floor_decal/industrial/outline/yellow,
+/obj/structure/railing/grey{
+ dir = 1
+ },
+/obj/machinery/atmospherics/portables_connector/fuel{
+ dir = 4
+ },
+/obj/machinery/portable_atmospherics/canister/phoron{
+ start_pressure = 8000.25
+ },
+/turf/simulated/floor/plating,
+/area/shuttle/salamander_engineering)
+"gL" = (
+/obj/machinery/atmospherics/pipe/manifold/hidden/supply,
+/obj/structure/catwalk,
+/obj/machinery/atmospherics/pipe/simple/hidden/fuel{
+ dir = 4
+ },
+/turf/simulated/floor/plating,
+/area/shuttle/salamander_engineering)
+"gM" = (
+/obj/machinery/door/firedoor/glass,
+/obj/structure/grille,
+/obj/structure/window/reinforced/full,
+/obj/structure/window/reinforced{
+ dir = 1
+ },
+/obj/structure/window/reinforced{
+ dir = 4
+ },
+/turf/simulated/floor/plating,
+/area/shuttle/salamander_cockpit)
+"hh" = (
+/obj/machinery/atmospherics/pipe/simple/hidden/supply{
+ dir = 8
+ },
+/obj/machinery/atmospherics/pipe/simple/hidden/fuel{
+ dir = 9
+ },
+/turf/simulated/floor/tiled/techmaint,
+/area/shuttle/salamander)
+"hn" = (
+/obj/machinery/atmospherics/pipe/simple/hidden/supply{
+ dir = 8
+ },
+/obj/machinery/light{
+ dir = 1
+ },
+/obj/item/clothing/shoes/boots/workboots,
+/obj/item/clothing/gloves/duty,
+/obj/item/clothing/under/utility,
+/obj/item/clothing/ears/earmuffs,
+/obj/item/clothing/head/soft/black,
+/obj/structure/closet/walllocker_double/north{
+ name = "Uniform Locker"
+ },
+/turf/simulated/floor/tiled/techmaint,
+/area/shuttle/salamander)
+"hp" = (
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2"
+ },
+/obj/machinery/atmospherics/pipe/manifold4w/hidden/supply,
+/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
+/turf/simulated/floor/tiled/techmaint,
+/area/shuttle/salamander)
+"hr" = (
+/obj/machinery/atmospherics/pipe/simple/hidden/supply{
+ dir = 9
+ },
+/turf/simulated/floor/tiled/techmaint,
+/area/shuttle/salamander_cockpit)
+"hC" = (
+/obj/effect/floor_decal/industrial/outline/yellow,
+/obj/structure/railing/grey,
+/obj/machinery/atmospherics/pipe/tank/phoron{
+ dir = 4
+ },
+/turf/simulated/floor/plating,
+/area/shuttle/salamander_engineering)
+"hO" = (
+/obj/structure/cable{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
+ dir = 4
+ },
+/obj/machinery/door/window/brigdoor/westleft{
+ req_access = list();
+ req_one_access = list(160)
+ },
+/turf/simulated/floor/tiled/techmaint,
+/area/shuttle/salamander)
+"if" = (
+/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
+ dir = 6
+ },
+/obj/structure/catwalk,
+/obj/structure/railing/grey,
+/obj/machinery/computer/ship/engines{
+ dir = 4;
+ req_one_access = list(160)
+ },
+/turf/simulated/floor/plating,
+/area/shuttle/salamander_engineering)
+"ii" = (
+/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{
+ dir = 1
+ },
+/obj/structure/catwalk,
+/turf/simulated/floor/plating,
+/area/shuttle/salamander_engineering)
+"im" = (
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2"
+ },
+/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
+ dir = 4
+ },
+/turf/simulated/floor/tiled/techfloor,
+/area/shuttle/salamander_engineering)
+"is" = (
+/obj/structure/cable{
+ d1 = 2;
+ d2 = 4;
+ icon_state = "2-4"
+ },
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2"
+ },
+/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
+ dir = 4
+ },
+/turf/simulated/floor/tiled/techmaint,
+/area/shuttle/salamander_engineering)
+"iC" = (
+/obj/structure/cable{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
+ dir = 4
+ },
+/turf/simulated/floor/tiled/techmaint,
+/area/shuttle/salamander)
+"iJ" = (
+/obj/structure/cable{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/hidden/supply{
+ dir = 1
+ },
+/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
+ dir = 4
+ },
+/turf/simulated/floor/tiled/techmaint,
+/area/shuttle/salamander)
+"iK" = (
+/obj/machinery/atmospherics/unary/vent_scrubber/on,
+/turf/simulated/floor/tiled/techmaint,
+/area/shuttle/salamander)
+"iL" = (
+/obj/machinery/door/window/brigdoor/eastleft{
+ req_access = list();
+ req_one_access = list(160)
+ },
+/obj/machinery/atmospherics/pipe/simple/hidden/supply{
+ dir = 8
+ },
+/obj/machinery/atmospherics/pipe/simple/hidden/fuel{
+ dir = 4
+ },
+/turf/simulated/floor/tiled/techmaint,
+/area/shuttle/salamander)
+"iS" = (
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2"
+ },
+/obj/machinery/atmospherics/pipe/simple/hidden/supply{
+ dir = 1
+ },
+/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
+/turf/simulated/floor/tiled/techmaint,
+/area/shuttle/salamander)
+"iW" = (
+/obj/structure/cable{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{
+ dir = 1
+ },
+/turf/simulated/floor/tiled/techmaint,
+/area/shuttle/salamander)
+"jl" = (
+/obj/machinery/door/firedoor/glass,
+/obj/structure/grille,
+/obj/structure/window/reinforced/full,
+/obj/structure/window/reinforced{
+ dir = 1
+ },
+/turf/simulated/floor/plating,
+/area/shuttle/salamander_cockpit)
+"jq" = (
+/obj/effect/floor_decal/industrial/warning{
+ dir = 4
+ },
+/obj/structure/handrail{
+ dir = 1
+ },
+/obj/random/contraband/nofail,
+/obj/random/contraband/nofail,
+/obj/random/contraband/nofail,
+/obj/random/contraband/nofail,
+/obj/random/contraband/nofail,
+/obj/random/contraband/nofail,
+/obj/random/contraband/nofail,
+/obj/random/contraband/nofail,
+/obj/random/contraband/nofail,
+/obj/random/cigarettes,
+/obj/random/drinkbottle,
+/obj/random/drinkbottle,
+/obj/random/snack,
+/obj/structure/closet/walllocker_double/south{
+ name = "Storage Locker"
+ },
+/turf/simulated/floor/tiled/techfloor,
+/area/shuttle/salamander)
+"jT" = (
+/obj/structure/cable{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8"
+ },
+/obj/structure/cable{
+ d1 = 2;
+ d2 = 8;
+ icon_state = "2-8"
+ },
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 8;
+ icon_state = "1-8"
+ },
+/obj/machinery/atmospherics/pipe/manifold4w/hidden/scrubbers,
+/obj/machinery/atmospherics/pipe/simple/hidden/supply{
+ dir = 1
+ },
+/obj/effect/catwalk_plated,
+/turf/simulated/floor/plating,
+/area/shuttle/salamander)
+"jV" = (
+/obj/machinery/door/airlock/multi_tile/glass{
+ dir = 2;
+ req_one_access = list(160)
+ },
+/obj/machinery/door/firedoor/multi_tile{
+ dir = 1
+ },
+/obj/structure/cable{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
+ dir = 4
+ },
+/turf/simulated/floor/tiled/techmaint,
+/area/shuttle/salamander_cockpit)
+"ks" = (
+/turf/simulated/floor/tiled/techmaint,
+/area/shuttle/salamander_cockpit)
+"kx" = (
+/obj/machinery/atmospherics/binary/pump/fuel,
+/turf/simulated/floor/plating,
+/area/shuttle/salamander_engineering)
+"kK" = (
+/obj/machinery/atmospherics/unary/vent_scrubber/on{
+ dir = 1
+ },
+/turf/simulated/floor/plating,
+/area/shuttle/salamander_engineering)
+"kL" = (
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2"
+ },
+/obj/structure/handrail{
+ dir = 8
+ },
+/obj/structure/closet/autolok_wall{
+ dir = 4;
+ pixel_x = 32
+ },
+/turf/simulated/floor/tiled/techfloor,
+/area/shuttle/salamander_engineering)
+"kU" = (
+/obj/machinery/suit_cycler/vintage/omni,
+/obj/machinery/light{
+ dir = 1
+ },
+/obj/structure/railing/grey{
+ dir = 8
+ },
+/turf/simulated/floor/tiled/techfloor,
+/area/shuttle/salamander)
+"kZ" = (
+/obj/effect/floor_decal/industrial/warning{
+ dir = 9
+ },
+/obj/machinery/atmospherics/unary/vent_pump/on{
+ dir = 1
+ },
+/obj/structure/railing/grey{
+ dir = 1
+ },
+/turf/simulated/floor/tiled/techfloor,
+/area/shuttle/salamander)
+"lc" = (
+/obj/effect/floor_decal/industrial/warning{
+ dir = 5
+ },
+/obj/structure/railing/grey{
+ dir = 4
+ },
+/turf/simulated/floor/tiled/techfloor,
+/area/shuttle/salamander)
+"ld" = (
+/obj/machinery/door/firedoor/glass,
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2"
+ },
+/obj/machinery/atmospherics/pipe/simple/hidden/supply{
+ dir = 1
+ },
+/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
+/obj/machinery/door/airlock/voidcraft{
+ req_one_access = list(160)
+ },
+/turf/simulated/floor/tiled/techmaint,
+/area/shuttle/salamander_q2)
+"ll" = (
+/obj/structure/handrail{
+ dir = 1
+ },
+/obj/machinery/alarm/alarms_hidden{
+ dir = 4;
+ pixel_x = -26
+ },
+/obj/machinery/atmospherics/unary/vent_scrubber/on{
+ dir = 1
+ },
+/obj/machinery/light{
+ dir = 8
+ },
+/obj/structure/closet/autolok_wall{
+ dir = 1;
+ pixel_y = -32
+ },
+/obj/structure/railing/grey{
+ dir = 4
+ },
+/obj/structure/bed/chair/bay/comfy{
+ dir = 4
+ },
+/turf/simulated/floor/tiled/techmaint,
+/area/shuttle/salamander_cockpit)
+"lo" = (
+/obj/machinery/computer/ship/engines{
+ dir = 1;
+ req_one_access = list(160)
+ },
+/turf/simulated/floor/tiled/techfloor,
+/area/shuttle/salamander_cockpit)
+"lt" = (
+/obj/machinery/atmospherics/pipe/simple/hidden/fuel{
+ dir = 4
+ },
+/obj/machinery/door/firedoor/glass,
+/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/salamander_engineering)
+"lw" = (
+/obj/machinery/atmospherics/portables_connector,
+/obj/machinery/portable_atmospherics/canister/air/airlock,
+/obj/effect/floor_decal/industrial/outline,
+/turf/simulated/floor/plating,
+/area/shuttle/salamander)
+"lC" = (
+/obj/machinery/atmospherics/pipe/manifold/hidden/fuel,
+/turf/simulated/floor/plating,
+/area/shuttle/salamander_engineering)
+"lK" = (
+/obj/machinery/atmospherics/pipe/simple/visible{
+ dir = 6
+ },
+/turf/simulated/floor/plating,
+/area/shuttle/salamander_engineering)
+"lV" = (
+/obj/machinery/power/terminal{
+ dir = 4
+ },
+/obj/structure/cable,
+/obj/structure/railing/grey{
+ dir = 8
+ },
+/obj/item/weapon/tank/phoron/pressurized,
+/obj/item/weapon/tank/phoron/pressurized,
+/obj/structure/closet/walllocker{
+ dir = 1;
+ name = "Spare Fuel";
+ pixel_y = -32
+ },
+/obj/item/weapon/tool/crowbar/red,
+/obj/item/stack/material/tritium{
+ amount = 25
+ },
+/obj/machinery/light,
+/turf/simulated/floor/tiled/techfloor,
+/area/shuttle/salamander_engineering)
+"ma" = (
+/obj/structure/cable,
+/obj/machinery/power/smes/buildable/point_of_interest,
+/turf/simulated/floor/tiled/techfloor,
+/area/shuttle/salamander_engineering)
+"mg" = (
+/obj/machinery/door/airlock/glass_external/public,
+/obj/effect/map_helper/airlock/door/ext_door,
+/obj/effect/map_helper/airlock/sensor/ext_sensor,
+/obj/machinery/airlock_sensor/airlock_exterior/shuttle{
+ pixel_x = 24;
+ pixel_y = -11
+ },
+/turf/simulated/floor/tiled/techmaint,
+/area/shuttle/salamander)
+"mm" = (
+/obj/machinery/light{
+ dir = 8
+ },
+/turf/simulated/floor/tiled/techmaint,
+/area/shuttle/salamander)
+"mE" = (
+/obj/effect/floor_decal/industrial/warning{
+ dir = 8
+ },
+/obj/structure/handrail{
+ dir = 1
+ },
+/obj/random/medical,
+/obj/random/medical,
+/obj/random/medical,
+/obj/random/medical,
+/obj/random/medical,
+/obj/random/contraband/nofail,
+/obj/random/contraband/nofail,
+/obj/random/cigarettes,
+/obj/random/drinkbottle,
+/obj/random/drinkbottle,
+/obj/random/snack,
+/obj/structure/closet/walllocker_double/south{
+ name = "Storage Locker"
+ },
+/turf/simulated/floor/tiled/techfloor,
+/area/shuttle/salamander)
+"mJ" = (
+/obj/structure/handrail{
+ dir = 1
+ },
+/obj/random/medical,
+/obj/random/medical,
+/obj/random/medical,
+/obj/random/medical,
+/obj/random/medical,
+/obj/random/contraband/nofail,
+/obj/random/contraband/nofail,
+/obj/random/cigarettes,
+/obj/random/drinkbottle,
+/obj/random/drinkbottle,
+/obj/random/snack,
+/obj/structure/closet/walllocker_double/south{
+ name = "Storage Locker"
+ },
+/turf/simulated/floor/tiled/techfloor,
+/area/shuttle/salamander)
+"mO" = (
+/obj/machinery/light,
+/obj/random/firstaid,
+/obj/random/firstaid,
+/obj/random/firstaid,
+/obj/random/firstaid,
+/obj/random/firstaid,
+/obj/random/contraband/nofail,
+/obj/random/contraband/nofail,
+/obj/random/cigarettes,
+/obj/random/drinkbottle,
+/obj/random/drinkbottle,
+/obj/random/snack,
+/obj/structure/closet/walllocker_double/south{
+ name = "Storage Locker"
+ },
+/turf/simulated/floor/tiled/techfloor,
+/area/shuttle/salamander)
+"mR" = (
+/turf/simulated/wall/shull,
+/area/shuttle/salamander_galley)
+"mY" = (
+/obj/machinery/computer/ship/sensors{
+ req_one_access = list(160)
+ },
+/turf/simulated/floor/tiled/techfloor,
+/area/shuttle/salamander_cockpit)
+"nB" = (
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 8;
+ icon_state = "1-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/hidden/supply{
+ dir = 1
+ },
+/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
+ dir = 9
+ },
+/turf/simulated/floor/tiled/techfloor,
+/area/shuttle/salamander_q2)
+"nE" = (
+/obj/machinery/atmospherics/unary/vent_pump/on,
+/turf/simulated/floor/plating,
+/area/shuttle/salamander_engineering)
+"nH" = (
+/turf/simulated/wall/shull,
+/area/shuttle/salamander_cockpit)
+"nP" = (
+/obj/machinery/light/small,
+/turf/simulated/floor/plating,
+/area/shuttle/salamander_engineering)
+"nX" = (
+/obj/structure/closet/crate{
+ dir = 8
+ },
+/turf/simulated/floor/plating,
+/area/shuttle/salamander_engineering)
+"oa" = (
+/obj/machinery/atmospherics/portables_connector{
+ dir = 1
+ },
+/obj/effect/floor_decal/industrial/outline/red,
+/obj/machinery/portable_atmospherics/canister/empty,
+/turf/simulated/floor/plating,
+/area/shuttle/salamander_engineering)
+"oc" = (
+/obj/machinery/door/airlock/hatch{
+ req_one_access = list(160)
+ },
+/obj/machinery/door/firedoor/glass,
+/turf/simulated/floor/tiled/techmaint,
+/area/shuttle/salamander)
+"oe" = (
+/obj/machinery/door/airlock/glass_external/public,
+/obj/effect/map_helper/airlock/door/int_door,
+/turf/simulated/floor/tiled/techmaint,
+/area/shuttle/salamander)
+"oi" = (
+/obj/structure/closet/secure_closet/freezer/fridge,
+/obj/item/weapon/storage/box/donkpockets,
+/obj/item/weapon/storage/box/donkpockets,
+/obj/random/snack,
+/obj/random/snack,
+/obj/random/snack,
+/obj/random/snack,
+/obj/random/snack,
+/obj/random/snack,
+/obj/random/snack,
+/turf/simulated/floor/tiled/techfloor,
+/area/shuttle/salamander_galley)
+"ot" = (
+/obj/machinery/door/firedoor/glass,
+/obj/structure/grille,
+/obj/structure/window/reinforced/full,
+/turf/simulated/floor/plating,
+/area/shuttle/salamander_cockpit)
+"oC" = (
+/obj/machinery/pointdefense_control{
+ id_tag = "salamander_pd";
+ name = "salamander defense control";
+ req_one_access = list(160)
+ },
+/turf/simulated/floor/tiled/techfloor,
+/area/shuttle/salamander_cockpit)
+"oF" = (
+/obj/structure/bed/pod,
+/obj/item/weapon/bedsheet/blue,
+/obj/machinery/light_switch{
+ dir = 4;
+ pixel_x = 22
+ },
+/obj/effect/landmark/late_antag/trader,
+/turf/simulated/floor/tiled/techfloor,
+/area/shuttle/salamander_q2)
+"oI" = (
+/obj/structure/closet/autolok_wall{
+ pixel_y = 32
+ },
+/turf/simulated/floor/plating,
+/area/shuttle/salamander)
+"oL" = (
+/obj/machinery/atmospherics/pipe/manifold/hidden/supply,
+/turf/simulated/floor/tiled/techmaint,
+/area/shuttle/salamander)
+"pf" = (
+/obj/structure/handrail,
+/obj/machinery/atmospherics/pipe/simple/hidden/supply{
+ dir = 8
+ },
+/obj/machinery/light_switch{
+ pixel_y = 23
+ },
+/turf/simulated/floor/tiled/techmaint,
+/area/shuttle/salamander)
+"px" = (
+/obj/machinery/atmospherics/pipe/manifold/visible{
+ dir = 1
+ },
+/obj/structure/catwalk,
+/obj/machinery/light/small{
+ dir = 1
+ },
+/turf/simulated/floor/plating,
+/area/shuttle/salamander)
+"pG" = (
+/obj/machinery/door/blast/shutters{
+ density = 0;
+ dir = 4;
+ icon_state = "shutter0";
+ id = "trade";
+ name = "Shop Shutters";
+ opacity = 0
+ },
+/obj/structure/table/steel_reinforced,
+/obj/machinery/door/window/brigdoor/eastleft{
+ layer = 2.9;
+ open_layer = 2.9;
+ req_access = list();
+ req_one_access = list(160)
+ },
+/turf/simulated/floor/tiled/techmaint,
+/area/shuttle/salamander)
+"pH" = (
+/obj/machinery/atmospherics/unary/vent_pump{
+ dir = 8
+ },
+/obj/effect/map_helper/airlock/atmos/chamber_pump,
+/obj/structure/closet/walllocker/emerglocker/east,
+/turf/simulated/floor/tiled/techmaint,
+/area/shuttle/salamander)
+"qg" = (
+/obj/structure/cable{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8"
+ },
+/obj/structure/cable{
+ d1 = 2;
+ d2 = 8;
+ icon_state = "2-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
+ dir = 4
+ },
+/turf/simulated/floor/tiled/techmaint,
+/area/shuttle/salamander)
+"qh" = (
+/obj/machinery/computer/shuttle_control/explore/salamander{
+ dir = 8;
+ req_one_access = list(160)
+ },
+/turf/simulated/floor/tiled/techfloor,
+/area/shuttle/salamander_cockpit)
+"qn" = (
+/obj/structure/bed/chair/bay/chair,
+/obj/structure/handrail,
+/obj/machinery/power/apc{
+ dir = 1;
+ name = "north bump";
+ pixel_y = 24
+ },
+/obj/structure/cable{
+ d2 = 4;
+ icon_state = "0-4"
+ },
+/obj/machinery/atmospherics/unary/vent_scrubber/on{
+ dir = 4
+ },
+/obj/structure/closet/autolok_wall{
+ dir = 8;
+ pixel_x = -32
+ },
+/turf/simulated/floor/tiled/techfloor,
+/area/shuttle/salamander_q2)
+"qu" = (
+/obj/structure/table/steel,
+/obj/machinery/light_switch{
+ dir = 8;
+ pixel_x = -22
+ },
+/obj/random/pizzabox,
+/obj/structure/closet/walllocker_double/kitchen/south,
+/turf/simulated/floor/tiled/techfloor,
+/area/shuttle/salamander_galley)
+"qx" = (
+/obj/machinery/light/small,
+/turf/simulated/floor/plating,
+/area/shuttle/salamander)
+"qE" = (
+/obj/structure/handrail{
+ dir = 1
+ },
+/obj/structure/catwalk,
+/turf/simulated/floor/plating,
+/area/shuttle/salamander)
+"qM" = (
+/obj/structure/closet/crate{
+ dir = 8
+ },
+/obj/random/multiple/voidsuit/vintage,
+/turf/simulated/floor/plating,
+/area/shuttle/salamander)
+"qQ" = (
+/obj/structure/closet/crate{
+ dir = 8
+ },
+/obj/random/material/refined,
+/obj/random/material/refined,
+/obj/random/toolbox,
+/turf/simulated/floor/plating,
+/area/shuttle/salamander)
+"ri" = (
+/obj/machinery/atmospherics/portables_connector{
+ dir = 1
+ },
+/obj/machinery/portable_atmospherics/canister/air/airlock,
+/obj/effect/floor_decal/industrial/outline,
+/turf/simulated/floor/plating,
+/area/shuttle/salamander)
+"rj" = (
+/obj/machinery/door/firedoor/glass,
+/obj/structure/grille,
+/obj/structure/window/reinforced/full,
+/obj/structure/window/reinforced{
+ dir = 4
+ },
+/turf/simulated/floor/plating,
+/area/shuttle/salamander_cockpit)
+"rt" = (
+/obj/structure/bed/chair/bay/chair{
+ dir = 4
+ },
+/obj/machinery/button/remote/blast_door{
+ id = "trade";
+ name = "Shop Shutters";
+ pixel_y = -26;
+ req_access = list(160)
+ },
+/turf/simulated/floor/tiled/techmaint,
+/area/shuttle/salamander)
+"rw" = (
+/obj/structure/cable{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/pipe/manifold4w/hidden/scrubbers,
+/turf/simulated/floor/tiled/techmaint,
+/area/shuttle/salamander)
+"ry" = (
+/obj/machinery/door/window/brigdoor/eastright{
+ req_access = list();
+ req_one_access = list(160)
+ },
+/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
+ dir = 4
+ },
+/obj/structure/cable{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8"
+ },
+/turf/simulated/floor/tiled/techmaint,
+/area/shuttle/salamander)
+"sb" = (
+/obj/machinery/atmospherics/pipe/simple/hidden/supply{
+ dir = 8
+ },
+/obj/machinery/atmospherics/pipe/simple/hidden/fuel{
+ dir = 4
+ },
+/turf/simulated/floor/tiled/techmaint,
+/area/shuttle/salamander_engineering)
+"tA" = (
+/obj/machinery/power/pointdefense{
+ id_tag = "salamander_pd"
+ },
+/turf/simulated/floor/plating,
+/area/shuttle/salamander_engineering)
+"ur" = (
+/obj/machinery/door/firedoor/glass,
+/obj/structure/grille,
+/obj/structure/window/reinforced/full,
+/obj/structure/window/reinforced,
+/obj/structure/window/reinforced{
+ dir = 4
+ },
+/turf/simulated/floor/plating,
+/area/shuttle/salamander_cockpit)
+"vi" = (
+/obj/structure/table/steel,
+/obj/machinery/microwave/advanced,
+/obj/machinery/alarm/alarms_hidden{
+ dir = 8;
+ pixel_x = 26
+ },
+/obj/machinery/light,
+/turf/simulated/floor/tiled/techfloor,
+/area/shuttle/salamander_galley)
+"vI" = (
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2"
+ },
+/obj/machinery/atmospherics/pipe/simple/hidden/supply{
+ dir = 8
+ },
+/turf/simulated/floor/tiled/techmaint,
+/area/shuttle/salamander_cockpit)
+"wF" = (
+/obj/machinery/atmospherics/pipe/simple/visible{
+ dir = 6
+ },
+/obj/structure/catwalk,
+/turf/simulated/floor/plating,
+/area/shuttle/salamander)
+"xL" = (
+/obj/structure/cable{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
+ dir = 4
+ },
+/obj/item/clothing/shoes/boots/workboots,
+/obj/item/clothing/gloves/duty,
+/obj/item/clothing/under/utility,
+/obj/item/clothing/ears/earmuffs,
+/obj/item/clothing/head/soft/black,
+/obj/structure/closet/walllocker_double/south{
+ name = "Uniform Locker"
+ },
+/turf/simulated/floor/tiled/techmaint,
+/area/shuttle/salamander)
+"yv" = (
+/obj/structure/cable{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
+ dir = 4
+ },
+/obj/machinery/light,
+/obj/item/clothing/shoes/boots/workboots,
+/obj/item/clothing/gloves/duty,
+/obj/item/clothing/under/utility,
+/obj/item/clothing/ears/earmuffs,
+/obj/item/clothing/head/soft/black,
+/obj/structure/closet/walllocker_double/south{
+ name = "Uniform Locker"
+ },
+/turf/simulated/floor/tiled/techmaint,
+/area/shuttle/salamander)
+"zO" = (
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2"
+ },
+/obj/machinery/atmospherics/pipe/simple/hidden/supply{
+ dir = 8
+ },
+/obj/machinery/atmospherics/pipe/simple/hidden/fuel{
+ dir = 4
+ },
+/turf/simulated/floor/tiled/techfloor,
+/area/shuttle/salamander_engineering)
+"zQ" = (
+/obj/machinery/atmospherics/unary/vent_pump/on{
+ dir = 1
+ },
+/turf/simulated/floor/tiled/techfloor,
+/area/shuttle/salamander_q2)
+"AD" = (
+/obj/machinery/atmospherics/pipe/manifold4w/hidden/fuel,
+/obj/structure/catwalk,
+/turf/simulated/floor/plating,
+/area/shuttle/salamander_engineering)
+"AN" = (
+/obj/structure/handrail{
+ dir = 1
+ },
+/obj/machinery/power/apc{
+ name = "south bump";
+ pixel_y = -24
+ },
+/obj/structure/cable{
+ d2 = 4;
+ icon_state = "0-4"
+ },
+/obj/machinery/atmospherics/unary/vent_scrubber/on{
+ dir = 4
+ },
+/obj/structure/closet/autolok_wall{
+ dir = 8;
+ pixel_x = -32
+ },
+/turf/simulated/floor/tiled/techfloor,
+/area/shuttle/salamander_q2)
+"Bf" = (
+/obj/machinery/light{
+ dir = 1
+ },
+/obj/random/tech_supply/component/nofail,
+/obj/random/tech_supply/component/nofail,
+/obj/random/tech_supply/component/nofail,
+/obj/random/tech_supply/component/nofail,
+/obj/random/tech_supply/component/nofail,
+/obj/random/contraband/nofail,
+/obj/random/contraband/nofail,
+/obj/random/powercell,
+/obj/random/powercell,
+/obj/random/drinksoft,
+/obj/random/drinksoft,
+/obj/random/snack,
+/obj/structure/closet/walllocker_double/north{
+ name = "Storage Locker"
+ },
+/turf/simulated/floor/tiled/techfloor,
+/area/shuttle/salamander)
+"BW" = (
+/obj/machinery/atmospherics/pipe/manifold4w/hidden/supply,
+/obj/machinery/atmospherics/pipe/simple/hidden/fuel{
+ dir = 4
+ },
+/turf/simulated/floor/tiled/techmaint,
+/area/shuttle/salamander)
+"Df" = (
+/obj/machinery/atmospherics/pipe/manifold/hidden/fuel{
+ dir = 4
+ },
+/obj/structure/catwalk,
+/turf/simulated/floor/plating,
+/area/shuttle/salamander_engineering)
+"DB" = (
+/obj/machinery/atmospherics/pipe/simple/hidden/supply{
+ dir = 8
+ },
+/turf/simulated/floor/tiled/techmaint,
+/area/shuttle/salamander_cockpit)
+"DK" = (
+/obj/machinery/atmospherics/pipe/simple/hidden{
+ dir = 4
+ },
+/turf/simulated/wall/shull,
+/area/shuttle/salamander)
+"DM" = (
+/obj/machinery/door/firedoor/glass,
+/obj/structure/grille,
+/obj/structure/window/reinforced/full,
+/obj/structure/window/reinforced,
+/obj/structure/window/reinforced{
+ dir = 1
+ },
+/turf/simulated/floor/plating,
+/area/shuttle/salamander_galley)
+"ES" = (
+/obj/structure/closet/crate,
+/obj/random/material/refined,
+/obj/random/material/refined,
+/obj/random/toolbox,
+/turf/simulated/floor/plating,
+/area/shuttle/salamander)
+"Fu" = (
+/obj/machinery/atmospherics/pipe/simple/hidden{
+ dir = 5
+ },
+/obj/machinery/embedded_controller/radio/airlock/docking_port_multi{
+ dir = 4;
+ id_tag = "salamander_docking_star";
+ name = "Starboard Airlock Control";
+ pixel_x = -22;
+ req_one_access = list(160)
+ },
+/obj/machinery/light{
+ dir = 8
+ },
+/turf/simulated/floor/tiled/techmaint,
+/area/shuttle/salamander)
+"FL" = (
+/obj/machinery/atmospherics/pipe/simple/hidden/supply{
+ dir = 8
+ },
+/obj/machinery/atmospherics/pipe/simple/hidden/fuel{
+ dir = 4
+ },
+/turf/simulated/floor/tiled/techmaint,
+/area/shuttle/salamander)
+"Gj" = (
+/obj/machinery/door/firedoor/glass,
+/obj/structure/grille,
+/obj/structure/window/reinforced/full,
+/obj/structure/window/reinforced,
+/turf/simulated/floor/plating,
+/area/shuttle/salamander_cockpit)
+"HG" = (
+/obj/structure/cable{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8"
+ },
+/obj/structure/handrail{
+ dir = 1
+ },
+/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
+ dir = 4
+ },
+/turf/simulated/floor/tiled/techmaint,
+/area/shuttle/salamander)
+"HR" = (
+/obj/machinery/shipsensors{
+ dir = 4
+ },
+/obj/machinery/light{
+ dir = 1
+ },
+/turf/simulated/floor/plating,
+/area/shuttle/salamander_cockpit)
+"IL" = (
+/obj/item/device/suit_cooling_unit,
+/obj/item/weapon/tank/air,
+/obj/item/clothing/suit/space/void/refurb,
+/obj/item/clothing/head/helmet/space/void/refurb,
+/obj/structure/handrail{
+ dir = 1
+ },
+/obj/machinery/atmospherics/unary/vent_scrubber/on{
+ dir = 1
+ },
+/obj/structure/closet/walllocker_double/south{
+ name = "Voidsuit Locker"
+ },
+/turf/simulated/floor/tiled/techfloor,
+/area/shuttle/salamander)
+"IQ" = (
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 8;
+ icon_state = "1-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
+ dir = 10
+ },
+/turf/simulated/floor/tiled/techmaint,
+/area/shuttle/salamander_cockpit)
+"IR" = (
+/obj/machinery/atmospherics/pipe/simple/hidden/supply{
+ dir = 8
+ },
+/turf/simulated/floor/tiled/techmaint,
+/area/shuttle/salamander)
+"Jq" = (
+/obj/machinery/computer/ship/helm{
+ dir = 8;
+ req_one_access = list(160)
+ },
+/turf/simulated/floor/tiled/techfloor,
+/area/shuttle/salamander_cockpit)
+"Kn" = (
+/obj/structure/table/steel_reinforced,
+/obj/machinery/door/blast/shutters{
+ density = 0;
+ dir = 4;
+ icon_state = "shutter0";
+ id = "trade";
+ name = "Shop Shutters";
+ opacity = 0
+ },
+/obj/structure/railing/grey,
+/obj/structure/window/reinforced,
+/obj/machinery/door/window/brigdoor/eastright{
+ layer = 2.9;
+ open_layer = 2.9;
+ req_access = list();
+ req_one_access = list(160)
+ },
+/turf/simulated/floor/tiled/techmaint,
+/area/shuttle/salamander)
+"Kw" = (
+/obj/effect/map_helper/airlock/sensor/chamber_sensor,
+/obj/machinery/atmospherics/pipe/manifold/hidden{
+ dir = 1
+ },
+/obj/machinery/airlock_sensor{
+ dir = 4;
+ pixel_x = -21;
+ req_one_access = list(160)
+ },
+/turf/simulated/floor/tiled/techmaint,
+/area/shuttle/salamander)
+"KX" = (
+/obj/structure/handrail,
+/obj/random/tech_supply/nofail,
+/obj/random/tech_supply/nofail,
+/obj/random/tech_supply/nofail,
+/obj/random/tech_supply/nofail,
+/obj/random/tech_supply/nofail,
+/obj/random/contraband/nofail,
+/obj/random/contraband/nofail,
+/obj/random/powercell,
+/obj/random/powercell,
+/obj/random/drinksoft,
+/obj/random/drinksoft,
+/obj/random/snack,
+/obj/structure/closet/walllocker_double/north{
+ name = "Storage Locker"
+ },
+/turf/simulated/floor/tiled/techfloor,
+/area/shuttle/salamander)
+"Lf" = (
+/obj/effect/floor_decal/industrial/warning,
+/turf/simulated/floor/tiled/techfloor,
+/area/shuttle/salamander)
+"LU" = (
+/obj/structure/closet/crate,
+/obj/random/multiple/voidsuit/vintage,
+/turf/simulated/floor/plating,
+/area/shuttle/salamander)
+"No" = (
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 8;
+ icon_state = "1-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/hidden/supply{
+ dir = 1
+ },
+/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
+ dir = 9
+ },
+/turf/simulated/floor/tiled/techfloor,
+/area/shuttle/salamander_galley)
+"NR" = (
+/obj/structure/bed/chair/bay/chair{
+ dir = 4
+ },
+/obj/machinery/button/remote/blast_door{
+ dir = 1;
+ id = "trade";
+ name = "Shop Shutters";
+ pixel_y = 26;
+ req_access = list(160)
+ },
+/turf/simulated/floor/tiled/techmaint,
+/area/shuttle/salamander)
+"OI" = (
+/obj/machinery/door/blast/shutters{
+ density = 0;
+ dir = 4;
+ icon_state = "shutter0";
+ id = "trade";
+ name = "Shop Shutters";
+ opacity = 0
+ },
+/obj/structure/table/steel_reinforced,
+/obj/machinery/door/window/brigdoor/eastright{
+ layer = 2.9;
+ open_layer = 2.9;
+ req_access = list();
+ req_one_access = list(160)
+ },
+/turf/simulated/floor/tiled/techmaint,
+/area/shuttle/salamander)
+"ON" = (
+/obj/effect/floor_decal/industrial/warning{
+ dir = 1
+ },
+/turf/simulated/floor/tiled/techfloor,
+/area/shuttle/salamander)
+"OU" = (
+/obj/structure/bed/chair/bay/comfy{
+ dir = 4
+ },
+/turf/simulated/floor/tiled/techmaint,
+/area/shuttle/salamander_cockpit)
+"Pc" = (
+/obj/machinery/light/small{
+ dir = 1
+ },
+/turf/simulated/floor/plating,
+/area/shuttle/salamander)
+"Pk" = (
+/obj/machinery/atmospherics/unary/vent_scrubber/on{
+ dir = 1
+ },
+/turf/simulated/floor/tiled/techmaint,
+/area/shuttle/salamander)
+"PN" = (
+/obj/machinery/atmospherics/pipe/simple/hidden/supply{
+ dir = 8
+ },
+/obj/machinery/atmospherics/pipe/simple/hidden/fuel{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
+/turf/simulated/floor/tiled/techmaint,
+/area/shuttle/salamander)
+"Qn" = (
+/turf/simulated/floor/tiled/techmaint,
+/area/shuttle/salamander)
+"Qq" = (
+/obj/machinery/door/firedoor/glass,
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2"
+ },
+/obj/machinery/atmospherics/pipe/simple/hidden/supply{
+ dir = 1
+ },
+/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
+/obj/machinery/door/airlock/voidcraft{
+ req_one_access = list(160)
+ },
+/turf/simulated/floor/tiled/techmaint,
+/area/shuttle/salamander_galley)
+"Rd" = (
+/obj/effect/floor_decal/industrial/warning{
+ dir = 4
+ },
+/obj/structure/handrail,
+/obj/random/tech_supply/component/nofail,
+/obj/random/tech_supply/component/nofail,
+/obj/random/tech_supply/component/nofail,
+/obj/random/tech_supply/component/nofail,
+/obj/random/tech_supply/component/nofail,
+/obj/random/contraband/nofail,
+/obj/random/contraband/nofail,
+/obj/random/powercell,
+/obj/random/powercell,
+/obj/random/drinksoft,
+/obj/random/drinksoft,
+/obj/random/snack,
+/obj/structure/closet/walllocker_double/north{
+ name = "Storage Locker"
+ },
+/turf/simulated/floor/tiled/techfloor,
+/area/shuttle/salamander)
+"RO" = (
+/obj/structure/bed/pod,
+/obj/item/weapon/bedsheet/blue,
+/obj/machinery/alarm/alarms_hidden{
+ dir = 8;
+ pixel_x = 26
+ },
+/obj/effect/landmark/late_antag/trader,
+/turf/simulated/floor/tiled/techfloor,
+/area/shuttle/salamander_q2)
+"RU" = (
+/obj/machinery/atmospherics/unary/vent_pump/on{
+ dir = 1
+ },
+/turf/simulated/floor/tiled/techfloor,
+/area/shuttle/salamander_galley)
+"Sb" = (
+/obj/structure/table/steel_reinforced,
+/obj/machinery/door/blast/shutters{
+ density = 0;
+ dir = 4;
+ icon_state = "shutter0";
+ id = "trade";
+ name = "Shop Shutters";
+ opacity = 0
+ },
+/obj/structure/railing/grey{
+ dir = 1
+ },
+/obj/structure/window/reinforced{
+ dir = 1
+ },
+/obj/machinery/door/window/brigdoor/eastleft{
+ layer = 2.9;
+ open_layer = 2.9;
+ req_access = list();
+ req_one_access = list(160)
+ },
+/turf/simulated/floor/tiled/techmaint,
+/area/shuttle/salamander)
+"Sp" = (
+/obj/structure/table/steel,
+/obj/machinery/light,
+/turf/simulated/floor/tiled/techfloor,
+/area/shuttle/salamander_q2)
+"Td" = (
+/obj/structure/cable{
+ d1 = 2;
+ d2 = 4;
+ icon_state = "2-4"
+ },
+/obj/structure/railing/grey{
+ dir = 8
+ },
+/obj/structure/fuel_port/heavy{
+ pixel_y = 28
+ },
+/obj/structure/table/steel,
+/obj/machinery/light{
+ dir = 1
+ },
+/turf/simulated/floor/tiled/techfloor,
+/area/shuttle/salamander_engineering)
+"Tg" = (
+/turf/simulated/wall/shull,
+/area/shuttle/salamander_head)
+"Tl" = (
+/obj/item/device/suit_cooling_unit,
+/obj/item/weapon/tank/air,
+/obj/item/clothing/suit/space/void/refurb,
+/obj/item/clothing/head/helmet/space/void/refurb,
+/obj/structure/railing/grey{
+ dir = 8
+ },
+/obj/structure/handrail{
+ dir = 1
+ },
+/obj/structure/window/reinforced{
+ dir = 8
+ },
+/obj/effect/floor_decal/industrial/warning{
+ dir = 8
+ },
+/obj/structure/closet/walllocker_double/south{
+ name = "Voidsuit Locker"
+ },
+/turf/simulated/floor/tiled/techfloor,
+/area/shuttle/salamander)
+"TG" = (
+/obj/machinery/atmospherics/pipe/simple/hidden/supply{
+ dir = 8
+ },
+/obj/machinery/door/window/brigdoor/westright{
+ req_access = list();
+ req_one_access = list(160)
+ },
+/turf/simulated/floor/tiled/techmaint,
+/area/shuttle/salamander)
+"UT" = (
+/obj/machinery/door/airlock/glass_external/public,
+/obj/effect/map_helper/airlock/door/ext_door,
+/turf/simulated/floor/tiled/techmaint,
+/area/shuttle/salamander)
+"Vh" = (
+/obj/structure/cable{
+ d2 = 2;
+ icon_state = "0-2"
+ },
+/obj/machinery/power/apc{
+ dir = 4;
+ name = "east bump";
+ pixel_x = 24
+ },
+/obj/structure/handrail{
+ dir = 8
+ },
+/turf/simulated/floor/tiled/techfloor,
+/area/shuttle/salamander_engineering)
+"Vs" = (
+/obj/structure/catwalk,
+/turf/simulated/floor/plating,
+/area/shuttle/salamander)
+"Vz" = (
+/turf/simulated/wall/shull,
+/area/shuttle/salamander_q2)
+"VK" = (
+/obj/machinery/atmospherics/pipe/simple/hidden/supply{
+ dir = 5
+ },
+/obj/structure/catwalk,
+/obj/structure/railing/grey{
+ dir = 1
+ },
+/obj/machinery/atmospherics/pipe/simple/hidden/fuel{
+ dir = 4
+ },
+/turf/simulated/floor/plating,
+/area/shuttle/salamander_engineering)
+"VT" = (
+/turf/simulated/wall/shull,
+/area/shuttle/salamander)
+"VW" = (
+/obj/machinery/atmospherics/pipe/simple/visible{
+ dir = 5
+ },
+/obj/structure/catwalk,
+/turf/simulated/floor/plating,
+/area/shuttle/salamander)
+"Wj" = (
+/turf/simulated/wall/shull,
+/area/shuttle/salamander_engineering)
+"Wv" = (
+/obj/machinery/atmospherics/pipe/simple/hidden/universal,
+/turf/simulated/floor/plating,
+/area/shuttle/salamander_engineering)
+"WN" = (
+/obj/structure/cable{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8"
+ },
+/obj/machinery/door/airlock/multi_tile/metal{
+ dir = 2;
+ name = "Salamander Engineering Bay";
+ req_one_access = list(160)
+ },
+/obj/machinery/door/firedoor/multi_tile{
+ dir = 1
+ },
+/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
+ dir = 4
+ },
+/turf/simulated/floor/tiled/techmaint,
+/area/shuttle/salamander_engineering)
+"WP" = (
+/turf/template_noop,
+/area/template_noop)
+"WW" = (
+/obj/structure/closet/crate{
+ dir = 1
+ },
+/obj/random/multiple/voidsuit/vintage,
+/turf/simulated/floor/plating,
+/area/shuttle/salamander)
+"Xc" = (
+/obj/item/device/suit_cooling_unit,
+/obj/item/weapon/tank/air,
+/obj/item/clothing/suit/space/void/refurb,
+/obj/item/clothing/head/helmet/space/void/refurb,
+/obj/structure/railing/grey{
+ dir = 8
+ },
+/obj/structure/handrail,
+/obj/structure/window/reinforced{
+ dir = 8
+ },
+/obj/effect/floor_decal/industrial/warning{
+ dir = 8
+ },
+/obj/structure/closet/walllocker_double/north{
+ name = "Voidsuit Locker"
+ },
+/turf/simulated/floor/tiled/techfloor,
+/area/shuttle/salamander)
+"Xn" = (
+/obj/effect/floor_decal/industrial/warning{
+ dir = 8
+ },
+/obj/structure/handrail,
+/obj/random/tech_supply/nofail,
+/obj/random/tech_supply/nofail,
+/obj/random/tech_supply/nofail,
+/obj/random/tech_supply/nofail,
+/obj/random/tech_supply/nofail,
+/obj/random/contraband/nofail,
+/obj/random/contraband/nofail,
+/obj/random/powercell,
+/obj/random/powercell,
+/obj/random/drinksoft,
+/obj/random/drinksoft,
+/obj/random/snack,
+/obj/structure/closet/walllocker_double/north{
+ name = "Storage Locker"
+ },
+/turf/simulated/floor/tiled/techfloor,
+/area/shuttle/salamander)
+"Xr" = (
+/obj/machinery/atmospherics/pipe/manifold/visible,
+/obj/structure/catwalk,
+/obj/machinery/light/small,
+/turf/simulated/floor/plating,
+/area/shuttle/salamander)
+"Xs" = (
+/obj/machinery/power/port_gen/pacman/mrs{
+ anchored = 1
+ },
+/obj/structure/cable{
+ d2 = 8;
+ icon_state = "0-8"
+ },
+/obj/machinery/alarm/alarms_hidden{
+ pixel_y = 26
+ },
+/obj/machinery/light_switch{
+ dir = 4;
+ pixel_x = 22
+ },
+/turf/simulated/floor/tiled/techfloor,
+/area/shuttle/salamander_engineering)
+"XJ" = (
+/obj/structure/handrail,
+/obj/structure/catwalk,
+/turf/simulated/floor/plating,
+/area/shuttle/salamander)
+"ZK" = (
+/obj/structure/closet/autolok_wall{
+ dir = 1;
+ pixel_y = -32
+ },
+/turf/simulated/floor/plating,
+/area/shuttle/salamander)
+"ZU" = (
+/obj/machinery/embedded_controller/radio/docking_port_multi{
+ child_names_txt = "Port Airlock Control;Starboard Airlock Control";
+ child_tags_txt = "salamander_docking_port;salamander_docking_star";
+ dir = 1;
+ id_tag = "salamander_docking";
+ name = "Salamander Master Docking Controller";
+ pixel_y = -22
+ },
+/obj/machinery/power/apc{
+ dir = 4;
+ name = "east bump";
+ pixel_x = 24
+ },
+/obj/structure/cable,
+/obj/machinery/light,
+/obj/structure/railing/grey{
+ dir = 8
+ },
+/turf/simulated/floor/tiled/techfloor,
+/area/shuttle/salamander)
+
+(1,1,1) = {"
+WP
+WP
+WP
+WP
+WP
+WP
+WP
+WP
+WP
+WP
+WP
+WP
+WP
+WP
+WP
+WP
+"}
+(2,1,1) = {"
+WP
+WP
+WP
+WP
+Wj
+dj
+fn
+Wj
+Wj
+dj
+fn
+Wj
+WP
+WP
+WP
+WP
+"}
+(3,1,1) = {"
+WP
+WP
+WP
+Wj
+Wj
+dm
+fB
+Wj
+Wj
+dm
+fB
+Wj
+Wj
+WP
+WP
+WP
+"}
+(4,1,1) = {"
+WP
+WP
+WP
+Wj
+Wj
+dn
+dn
+Wj
+Wj
+dn
+lt
+Wj
+Wj
+WP
+WP
+WP
+"}
+(5,1,1) = {"
+WP
+WP
+WP
+Wj
+bA
+dT
+fC
+gD
+hC
+ee
+lC
+nP
+Wj
+WP
+WP
+WP
+"}
+(6,1,1) = {"
+WP
+WP
+WP
+Wj
+bH
+ee
+fD
+AD
+Df
+kx
+fC
+nX
+Wj
+WP
+WP
+WP
+"}
+(7,1,1) = {"
+WP
+WP
+WP
+Wj
+bK
+eg
+nE
+VK
+if
+kK
+lK
+oa
+Wj
+WP
+WP
+WP
+"}
+(8,1,1) = {"
+WP
+WP
+tA
+Wj
+bK
+ey
+Wv
+gL
+ii
+Wv
+ey
+oa
+Wj
+tA
+WP
+WP
+"}
+(9,1,1) = {"
+WP
+WP
+VT
+VT
+Wj
+Td
+fE
+zO
+im
+fE
+lV
+Wj
+VT
+VT
+WP
+WP
+"}
+(10,1,1) = {"
+WP
+VT
+VT
+WW
+Wj
+Xs
+Vh
+bY
+is
+kL
+ma
+Wj
+WW
+VT
+VT
+WP
+"}
+(11,1,1) = {"
+WP
+VT
+Pc
+ZK
+Wj
+Wj
+Wj
+sb
+WN
+Wj
+Wj
+Wj
+oI
+qx
+VT
+WP
+"}
+(12,1,1) = {"
+WP
+VT
+XJ
+Vs
+bL
+eB
+fG
+FL
+iC
+fG
+mm
+oc
+Vs
+qE
+VT
+WP
+"}
+(13,1,1) = {"
+WP
+VT
+LU
+Vs
+VT
+Xn
+fP
+BW
+iJ
+kZ
+mE
+VT
+Vs
+qM
+VT
+WP
+"}
+(14,1,1) = {"
+WP
+VT
+ES
+Vs
+VT
+KX
+Lf
+FL
+iC
+ON
+mJ
+VT
+Vs
+qQ
+VT
+WP
+"}
+(15,1,1) = {"
+WP
+VT
+ES
+Vs
+VT
+Bf
+Lf
+FL
+iC
+ON
+mO
+VT
+Vs
+qQ
+VT
+WP
+"}
+(16,1,1) = {"
+WP
+VT
+lw
+VW
+VT
+Rd
+fR
+FL
+iC
+lc
+jq
+VT
+wF
+ri
+VT
+WP
+"}
+(17,1,1) = {"
+WP
+VT
+lw
+Xr
+VT
+NR
+iK
+PN
+rw
+Pk
+rt
+VT
+px
+ri
+VT
+WP
+"}
+(18,1,1) = {"
+WP
+VT
+VT
+DK
+VT
+pG
+Kn
+iL
+ry
+Sb
+OI
+VT
+DK
+VT
+VT
+WP
+"}
+(19,1,1) = {"
+WP
+ab
+aL
+bu
+cX
+fX
+fX
+hh
+iC
+Qn
+Qn
+oe
+Kw
+Fu
+UT
+WP
+"}
+(20,1,1) = {"
+WP
+aK
+pH
+pH
+oe
+eJ
+Qn
+IR
+iC
+Qn
+eJ
+oe
+pH
+pH
+mg
+WP
+"}
+(21,1,1) = {"
+WP
+VT
+VT
+VT
+VT
+VT
+Xc
+TG
+hO
+Tl
+VT
+VT
+VT
+VT
+VT
+WP
+"}
+(22,1,1) = {"
+WP
+WP
+Tg
+br
+cq
+Tg
+fZ
+oL
+iW
+IL
+mR
+bI
+qu
+mR
+WP
+WP
+"}
+(23,1,1) = {"
+WP
+WP
+Tg
+bN
+dO
+eP
+iS
+hp
+jT
+iS
+Qq
+No
+RU
+DM
+WP
+WP
+"}
+(24,1,1) = {"
+WP
+WP
+Tg
+bP
+cC
+Tg
+kU
+IR
+qg
+ZU
+mR
+oi
+vi
+mR
+WP
+WP
+"}
+(25,1,1) = {"
+WP
+WP
+Tg
+Tg
+Tg
+Tg
+VT
+pf
+HG
+VT
+mR
+mR
+mR
+mR
+WP
+WP
+"}
+(26,1,1) = {"
+WP
+WP
+bk
+Vz
+cY
+AN
+Vz
+hn
+yv
+Vz
+qn
+Sp
+Vz
+bk
+WP
+WP
+"}
+(27,1,1) = {"
+WP
+WP
+WP
+ci
+eG
+gl
+ld
+hp
+jT
+ld
+nB
+zQ
+ci
+WP
+WP
+WP
+"}
+(28,1,1) = {"
+WP
+WP
+WP
+Vz
+oF
+RO
+Vz
+fh
+xL
+Vz
+RO
+oF
+Vz
+WP
+WP
+WP
+"}
+(29,1,1) = {"
+WP
+WP
+WP
+Vz
+Vz
+Vz
+Vz
+DB
+jV
+Vz
+Vz
+Vz
+Vz
+WP
+WP
+WP
+"}
+(30,1,1) = {"
+WP
+WP
+WP
+WP
+WP
+nH
+gv
+vI
+IQ
+ll
+nH
+HR
+WP
+WP
+WP
+WP
+"}
+(31,1,1) = {"
+WP
+WP
+WP
+WP
+WP
+jl
+gC
+hr
+ks
+oC
+Gj
+WP
+WP
+WP
+WP
+WP
+"}
+(32,1,1) = {"
+WP
+WP
+WP
+WP
+WP
+jl
+mY
+OU
+OU
+lo
+Gj
+WP
+WP
+WP
+WP
+WP
+"}
+(33,1,1) = {"
+WP
+WP
+WP
+WP
+WP
+gM
+ot
+qh
+Jq
+ot
+ur
+WP
+WP
+WP
+WP
+WP
+"}
+(34,1,1) = {"
+WP
+WP
+WP
+WP
+WP
+WP
+gM
+rj
+rj
+ur
+WP
+WP
+WP
+WP
+WP
+WP
+"}
+(35,1,1) = {"
+WP
+WP
+WP
+WP
+WP
+WP
+WP
+WP
+WP
+WP
+WP
+WP
+WP
+WP
+WP
+WP
+"}
diff --git a/maps/offmap_vr/om_ships/salamander_wreck.dmm b/maps/offmap_vr/om_ships/salamander_wreck.dmm
new file mode 100644
index 0000000000..a3d0e732bf
--- /dev/null
+++ b/maps/offmap_vr/om_ships/salamander_wreck.dmm
@@ -0,0 +1,2688 @@
+//MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE
+"ab" = (
+/obj/machinery/door/airlock/glass_external/public,
+/obj/effect/map_helper/airlock/door/ext_door,
+/obj/machinery/atmospherics/pipe/simple/hidden/fuel,
+/turf/simulated/floor/tiled/techmaint,
+/area/shuttle/salamander_wreck)
+"aK" = (
+/obj/machinery/door/airlock/glass_external/public,
+/obj/effect/map_helper/airlock/door/ext_door,
+/obj/effect/map_helper/airlock/sensor/ext_sensor,
+/obj/machinery/airlock_sensor/airlock_exterior/shuttle{
+ dir = 1;
+ pixel_x = 24;
+ pixel_y = 11
+ },
+/turf/simulated/floor/tiled/techmaint,
+/area/shuttle/salamander_wreck)
+"aL" = (
+/obj/effect/shuttle_landmark/shuttle_initializer/salamander_wreck,
+/obj/effect/overmap/visitable/ship/landable/salamander_wreck,
+/obj/machinery/atmospherics/pipe/simple/hidden{
+ dir = 6
+ },
+/obj/machinery/embedded_controller/radio/airlock/docking_port_multi{
+ dir = 4;
+ id_tag = "salamander_wreck_docking_port";
+ name = "Port Airlock Control";
+ pixel_x = -22
+ },
+/obj/machinery/light{
+ dir = 8
+ },
+/obj/machinery/atmospherics/pipe/simple/hidden/fuel,
+/turf/simulated/floor/tiled/techmaint,
+/area/shuttle/salamander_wreck)
+"bk" = (
+/obj/machinery/power/pointdefense{
+ id_tag = "salamander_wreck_pd"
+ },
+/turf/simulated/floor/plating,
+/area/shuttle/salamander_wreck_q2)
+"br" = (
+/obj/structure/window/reinforced/tinted,
+/obj/structure/toilet{
+ dir = 4
+ },
+/turf/simulated/floor/tiled/techfloor{
+ nitrogen = 0;
+ oxygen = 0
+ },
+/area/shuttle/salamander_wreck_head)
+"bu" = (
+/obj/effect/map_helper/airlock/sensor/chamber_sensor,
+/obj/machinery/atmospherics/pipe/manifold/hidden,
+/obj/machinery/airlock_sensor{
+ dir = 4;
+ pixel_x = -21
+ },
+/obj/machinery/atmospherics/pipe/simple/hidden/fuel,
+/turf/simulated/floor/tiled/techmaint,
+/area/shuttle/salamander_wreck)
+"bI" = (
+/obj/structure/handrail,
+/obj/structure/cable{
+ d2 = 4;
+ icon_state = "0-4"
+ },
+/obj/machinery/atmospherics/unary/vent_scrubber/on{
+ dir = 4
+ },
+/obj/structure/closet/autolok_wall{
+ dir = 8;
+ pixel_x = -32
+ },
+/obj/machinery/power/apc{
+ dir = 1;
+ name = "north bump";
+ pixel_y = 24;
+ start_charge = 0
+ },
+/obj/structure/bed/chair/bay/chair{
+ dir = 4
+ },
+/turf/simulated/floor/tiled/techfloor{
+ nitrogen = 0;
+ oxygen = 0
+ },
+/area/shuttle/salamander_wreck_galley)
+"bK" = (
+/obj/machinery/atmospherics/portables_connector,
+/obj/effect/floor_decal/industrial/outline/blue,
+/obj/machinery/portable_atmospherics/canister/air,
+/turf/simulated/floor/airless,
+/area/shuttle/salamander_wreck_engineering)
+"bL" = (
+/obj/machinery/door/firedoor/glass,
+/obj/machinery/door/airlock/hatch{
+ req_one_access = list()
+ },
+/turf/simulated/floor/tiled/techmaint,
+/area/shuttle/salamander_wreck)
+"bN" = (
+/obj/machinery/atmospherics/unary/vent_pump/on,
+/obj/machinery/alarm/alarms_hidden{
+ pixel_y = 26
+ },
+/obj/machinery/light/flicker{
+ dir = 1
+ },
+/turf/simulated/floor/tiled/techfloor{
+ nitrogen = 0;
+ oxygen = 0
+ },
+/area/shuttle/salamander_wreck_head)
+"bP" = (
+/obj/structure/sink{
+ dir = 4;
+ pixel_x = 11
+ },
+/obj/structure/mirror{
+ dir = 4;
+ pixel_x = 28
+ },
+/obj/machinery/light_switch{
+ pixel_y = 23
+ },
+/turf/simulated/floor/tiled/techfloor{
+ nitrogen = 0;
+ oxygen = 0
+ },
+/area/shuttle/salamander_wreck_head)
+"bY" = (
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2"
+ },
+/obj/machinery/atmospherics/pipe/simple/hidden/supply{
+ dir = 8
+ },
+/obj/machinery/atmospherics/pipe/simple/hidden/fuel{
+ dir = 4
+ },
+/turf/simulated/floor/tiled/techmaint/airless,
+/area/shuttle/salamander_wreck_engineering)
+"ci" = (
+/obj/machinery/door/firedoor/glass,
+/obj/structure/grille,
+/obj/structure/window/reinforced/full,
+/obj/structure/window/reinforced,
+/obj/structure/window/reinforced{
+ dir = 1
+ },
+/turf/simulated/floor/plating,
+/area/shuttle/salamander_wreck_q2)
+"cq" = (
+/obj/structure/handrail{
+ dir = 1
+ },
+/obj/structure/cable{
+ d2 = 4;
+ icon_state = "0-4"
+ },
+/obj/machinery/atmospherics/unary/vent_scrubber/on{
+ dir = 4
+ },
+/obj/structure/closet/autolok_wall{
+ dir = 8;
+ pixel_x = -32
+ },
+/obj/machinery/power/apc{
+ name = "south bump";
+ pixel_y = -24;
+ start_charge = 0
+ },
+/turf/simulated/floor/tiled/techfloor{
+ nitrogen = 0;
+ oxygen = 0
+ },
+/area/shuttle/salamander_wreck_head)
+"cC" = (
+/obj/machinery/shower{
+ dir = 1
+ },
+/obj/structure/curtain/open/shower,
+/obj/structure/window/reinforced/tinted{
+ dir = 8
+ },
+/turf/simulated/floor/tiled/techfloor{
+ nitrogen = 0;
+ oxygen = 0
+ },
+/area/shuttle/salamander_wreck_head)
+"cX" = (
+/obj/machinery/door/airlock/glass_external/public,
+/obj/effect/map_helper/airlock/door/int_door,
+/obj/machinery/atmospherics/pipe/simple/hidden/fuel,
+/turf/simulated/floor/tiled/techmaint,
+/area/shuttle/salamander_wreck)
+"cY" = (
+/obj/structure/fitness/weightlifter,
+/obj/machinery/light{
+ dir = 1
+ },
+/turf/simulated/floor/tiled/techfloor{
+ nitrogen = 0;
+ oxygen = 0
+ },
+/area/shuttle/salamander_wreck_q2)
+"dm" = (
+/obj/machinery/light{
+ dir = 1
+ },
+/turf/simulated/floor/airless,
+/area/shuttle/salamander_wreck_engineering)
+"dn" = (
+/obj/machinery/door/firedoor/glass,
+/obj/structure/grille,
+/obj/structure/window/reinforced/full,
+/obj/structure/window/reinforced{
+ dir = 4
+ },
+/obj/structure/window/reinforced{
+ dir = 8
+ },
+/obj/machinery/atmospherics/pipe/simple/hidden/fuel{
+ dir = 4
+ },
+/turf/simulated/floor/airless,
+/area/shuttle/salamander_wreck_engineering)
+"dO" = (
+/obj/structure/cable{
+ d1 = 2;
+ d2 = 8;
+ icon_state = "2-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/hidden/supply{
+ dir = 1
+ },
+/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
+ dir = 10
+ },
+/turf/simulated/floor/tiled/techfloor{
+ nitrogen = 0;
+ oxygen = 0
+ },
+/area/shuttle/salamander_wreck_head)
+"dT" = (
+/obj/machinery/atmospherics/pipe/manifold/hidden/fuel{
+ dir = 1
+ },
+/turf/simulated/floor/airless,
+/area/shuttle/salamander_wreck_engineering)
+"ee" = (
+/obj/machinery/atmospherics/pipe/simple/hidden/fuel{
+ dir = 10
+ },
+/turf/simulated/floor/airless,
+/area/shuttle/salamander_wreck_engineering)
+"eg" = (
+/obj/machinery/atmospherics/pipe/simple/visible{
+ dir = 5
+ },
+/turf/simulated/floor/airless,
+/area/shuttle/salamander_wreck_engineering)
+"ey" = (
+/obj/machinery/atmospherics/pipe/manifold/visible{
+ dir = 4
+ },
+/turf/simulated/floor/airless,
+/area/shuttle/salamander_wreck_engineering)
+"eB" = (
+/obj/machinery/alarm/alarms_hidden{
+ dir = 4;
+ pixel_x = -26
+ },
+/obj/machinery/light/flicker{
+ dir = 8
+ },
+/turf/simulated/floor/tiled/techmaint/airless,
+/area/shuttle/salamander_wreck)
+"eG" = (
+/obj/machinery/atmospherics/unary/vent_pump/on,
+/turf/simulated/floor/tiled/techfloor{
+ nitrogen = 0;
+ oxygen = 0
+ },
+/area/shuttle/salamander_wreck_q2)
+"eJ" = (
+/obj/effect/map_helper/airlock/sensor/int_sensor,
+/obj/machinery/airlock_sensor{
+ dir = 8;
+ pixel_x = 21
+ },
+/obj/structure/handrail{
+ dir = 8
+ },
+/turf/simulated/floor/tiled/techmaint/airless,
+/area/shuttle/salamander_wreck)
+"eP" = (
+/obj/machinery/door/firedoor/glass,
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2"
+ },
+/obj/machinery/atmospherics/pipe/simple/hidden/supply{
+ dir = 1
+ },
+/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
+/obj/machinery/door/airlock/voidcraft{
+ density = 0;
+ icon_state = "door_open"
+ },
+/turf/simulated/floor/tiled/techmaint/airless,
+/area/shuttle/salamander_wreck_head)
+"fh" = (
+/obj/machinery/atmospherics/pipe/simple/hidden/supply{
+ dir = 8
+ },
+/obj/item/stack/cable_coil,
+/obj/structure/closet/walllocker_double/north{
+ name = "Uniform Locker"
+ },
+/turf/simulated/floor/tiled/techmaint/airless,
+/area/shuttle/salamander_wreck)
+"fn" = (
+/obj/machinery/atmospherics/unary/engine/bigger{
+ dir = 4
+ },
+/turf/simulated/floor/airless,
+/area/shuttle/salamander_wreck_engineering)
+"fB" = (
+/obj/machinery/light,
+/turf/simulated/floor/airless,
+/area/shuttle/salamander_wreck_engineering)
+"fD" = (
+/obj/machinery/atmospherics/binary/pump/fuel{
+ dir = 1
+ },
+/turf/simulated/floor/airless,
+/area/shuttle/salamander_wreck_engineering)
+"fE" = (
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2"
+ },
+/obj/structure/railing/grey{
+ dir = 8
+ },
+/turf/simulated/floor/tiled/techfloor{
+ nitrogen = 0;
+ oxygen = 0
+ },
+/area/shuttle/salamander_wreck_engineering)
+"fG" = (
+/obj/structure/handrail{
+ dir = 4
+ },
+/obj/structure/closet/autolok_wall{
+ dir = 8;
+ pixel_x = -32
+ },
+/turf/simulated/floor/tiled/techmaint/airless,
+/area/shuttle/salamander_wreck)
+"fP" = (
+/obj/effect/floor_decal/industrial/warning{
+ dir = 10
+ },
+/obj/machinery/atmospherics/unary/vent_pump/on,
+/obj/structure/railing/grey,
+/obj/random/empty_or_lootable_crate,
+/turf/simulated/floor/tiled/techfloor{
+ nitrogen = 0;
+ oxygen = 0
+ },
+/area/shuttle/salamander_wreck)
+"fR" = (
+/obj/effect/floor_decal/industrial/warning{
+ dir = 6
+ },
+/obj/structure/railing/grey{
+ dir = 4
+ },
+/obj/random/empty_or_lootable_crate,
+/turf/simulated/floor/tiled/techfloor{
+ nitrogen = 0;
+ oxygen = 0
+ },
+/area/shuttle/salamander_wreck)
+"fX" = (
+/obj/machinery/atmospherics/pipe/simple/hidden/fuel,
+/turf/simulated/floor/tiled/techmaint/airless,
+/area/shuttle/salamander_wreck)
+"fZ" = (
+/obj/structure/handrail,
+/obj/machinery/atmospherics/unary/vent_pump/on,
+/obj/structure/closet/walllocker_double/north{
+ name = "Voidsuit Locker"
+ },
+/turf/simulated/floor/tiled/techfloor{
+ nitrogen = 0;
+ oxygen = 0
+ },
+/area/shuttle/salamander_wreck)
+"gl" = (
+/obj/structure/cable{
+ d1 = 2;
+ d2 = 8;
+ icon_state = "2-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/hidden/supply{
+ dir = 1
+ },
+/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
+ dir = 10
+ },
+/turf/simulated/floor/tiled/techfloor{
+ nitrogen = 0;
+ oxygen = 0
+ },
+/area/shuttle/salamander_wreck_q2)
+"gv" = (
+/obj/structure/cable{
+ d2 = 2;
+ icon_state = "0-2"
+ },
+/obj/structure/handrail,
+/obj/machinery/light{
+ dir = 8
+ },
+/obj/structure/closet/autolok_wall{
+ pixel_y = 32
+ },
+/obj/structure/railing/grey{
+ dir = 4
+ },
+/obj/structure/bed/chair/bay/comfy{
+ dir = 4
+ },
+/obj/machinery/power/apc{
+ dir = 8;
+ name = "west bump";
+ pixel_x = -28;
+ start_charge = 0
+ },
+/turf/simulated/floor/tiled/techmaint/airless,
+/area/shuttle/salamander_wreck_cockpit)
+"gC" = (
+/obj/machinery/atmospherics/unary/vent_pump/on,
+/turf/simulated/floor/tiled/techfloor{
+ nitrogen = 0;
+ oxygen = 0
+ },
+/area/shuttle/salamander_wreck_cockpit)
+"gD" = (
+/obj/effect/floor_decal/industrial/outline/yellow,
+/obj/structure/railing/grey{
+ dir = 1
+ },
+/obj/machinery/atmospherics/portables_connector/fuel{
+ dir = 4
+ },
+/turf/simulated/floor/airless,
+/area/shuttle/salamander_wreck_engineering)
+"gL" = (
+/obj/machinery/atmospherics/pipe/manifold/hidden/supply,
+/obj/structure/catwalk,
+/obj/machinery/atmospherics/pipe/simple/hidden/fuel{
+ dir = 4
+ },
+/turf/simulated/floor/airless,
+/area/shuttle/salamander_wreck_engineering)
+"gM" = (
+/obj/machinery/door/firedoor/glass,
+/obj/structure/grille,
+/obj/structure/window/reinforced/full,
+/obj/structure/window/reinforced{
+ dir = 1
+ },
+/obj/structure/window/reinforced{
+ dir = 4
+ },
+/turf/simulated/floor/plating,
+/area/shuttle/salamander_wreck_cockpit)
+"hh" = (
+/obj/machinery/atmospherics/pipe/simple/hidden/supply{
+ dir = 8
+ },
+/obj/machinery/atmospherics/pipe/simple/hidden/fuel{
+ dir = 9
+ },
+/turf/simulated/floor/tiled/techmaint/airless,
+/area/shuttle/salamander_wreck)
+"hn" = (
+/obj/machinery/atmospherics/pipe/simple/hidden/supply{
+ dir = 8
+ },
+/obj/machinery/light{
+ dir = 1
+ },
+/obj/item/weapon/circuitboard/smes,
+/obj/structure/closet/walllocker_double/north{
+ name = "Uniform Locker"
+ },
+/turf/simulated/floor/tiled/techmaint/airless,
+/area/shuttle/salamander_wreck)
+"hp" = (
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2"
+ },
+/obj/machinery/atmospherics/pipe/manifold4w/hidden/supply,
+/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
+/turf/simulated/floor/tiled/techmaint/airless,
+/area/shuttle/salamander_wreck)
+"hr" = (
+/obj/machinery/atmospherics/pipe/simple/hidden/supply{
+ dir = 9
+ },
+/turf/simulated/floor/tiled/techmaint/airless,
+/area/shuttle/salamander_wreck_cockpit)
+"hC" = (
+/obj/effect/floor_decal/industrial/outline/yellow,
+/obj/structure/railing/grey,
+/obj/machinery/atmospherics/pipe/tank/phoron{
+ dir = 4;
+ start_pressure = 0
+ },
+/turf/simulated/floor/airless,
+/area/shuttle/salamander_wreck_engineering)
+"hK" = (
+/obj/structure/bed/chair/bay/chair,
+/turf/simulated/floor/tiled/techmaint/airless,
+/area/shuttle/salamander_wreck_cockpit)
+"hO" = (
+/obj/structure/cable{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
+ dir = 4
+ },
+/obj/machinery/door/window/brigdoor/westleft{
+ density = 0;
+ icon_state = "leftsecureopen";
+ req_access = list()
+ },
+/turf/simulated/floor/tiled/techmaint/airless,
+/area/shuttle/salamander_wreck)
+"if" = (
+/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
+ dir = 6
+ },
+/obj/structure/catwalk,
+/obj/structure/railing/grey,
+/obj/machinery/computer/ship/engines{
+ dir = 4
+ },
+/turf/simulated/floor/airless,
+/area/shuttle/salamander_wreck_engineering)
+"ii" = (
+/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{
+ dir = 1
+ },
+/obj/structure/catwalk,
+/turf/simulated/floor/airless,
+/area/shuttle/salamander_wreck_engineering)
+"im" = (
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2"
+ },
+/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
+ dir = 4
+ },
+/turf/simulated/floor/tiled/techfloor{
+ nitrogen = 0;
+ oxygen = 0
+ },
+/area/shuttle/salamander_wreck_engineering)
+"is" = (
+/obj/structure/cable{
+ d1 = 2;
+ d2 = 4;
+ icon_state = "2-4"
+ },
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2"
+ },
+/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
+ dir = 4
+ },
+/turf/simulated/floor/tiled/techmaint/airless,
+/area/shuttle/salamander_wreck_engineering)
+"iC" = (
+/obj/structure/cable{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
+ dir = 4
+ },
+/turf/simulated/floor/tiled/techmaint/airless,
+/area/shuttle/salamander_wreck)
+"iJ" = (
+/obj/structure/cable{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/hidden/supply{
+ dir = 1
+ },
+/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
+ dir = 4
+ },
+/turf/simulated/floor/tiled/techmaint/airless,
+/area/shuttle/salamander_wreck)
+"iK" = (
+/obj/machinery/atmospherics/unary/vent_scrubber/on,
+/turf/simulated/floor/tiled/techmaint/airless,
+/area/shuttle/salamander_wreck)
+"iL" = (
+/obj/machinery/door/window/brigdoor/eastleft{
+ density = 0;
+ icon_state = "leftsecureopen";
+ req_access = list()
+ },
+/obj/machinery/atmospherics/pipe/simple/hidden/supply{
+ dir = 8
+ },
+/obj/machinery/atmospherics/pipe/simple/hidden/fuel{
+ dir = 4
+ },
+/turf/simulated/floor/tiled/techmaint/airless,
+/area/shuttle/salamander_wreck)
+"iS" = (
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2"
+ },
+/obj/machinery/atmospherics/pipe/simple/hidden/supply{
+ dir = 1
+ },
+/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
+/turf/simulated/floor/tiled/techmaint/airless,
+/area/shuttle/salamander_wreck)
+"iW" = (
+/obj/structure/cable{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/pipe/manifold/hidden/scrubbers{
+ dir = 1
+ },
+/turf/simulated/floor/tiled/techmaint/airless,
+/area/shuttle/salamander_wreck)
+"jl" = (
+/obj/machinery/door/firedoor/glass,
+/obj/structure/grille,
+/obj/structure/window/reinforced/full,
+/obj/structure/window/reinforced{
+ dir = 1
+ },
+/turf/simulated/floor/plating,
+/area/shuttle/salamander_wreck_cockpit)
+"jq" = (
+/obj/effect/floor_decal/industrial/warning{
+ dir = 4
+ },
+/obj/structure/handrail{
+ dir = 1
+ },
+/obj/random/empty_or_lootable_crate,
+/obj/structure/closet/walllocker_double/south{
+ name = "Storage Locker"
+ },
+/turf/simulated/floor/tiled/techfloor{
+ nitrogen = 0;
+ oxygen = 0
+ },
+/area/shuttle/salamander_wreck)
+"jT" = (
+/obj/structure/cable{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8"
+ },
+/obj/structure/cable{
+ d1 = 2;
+ d2 = 8;
+ icon_state = "2-8"
+ },
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 8;
+ icon_state = "1-8"
+ },
+/obj/machinery/atmospherics/pipe/manifold4w/hidden/scrubbers,
+/obj/machinery/atmospherics/pipe/simple/hidden/supply{
+ dir = 1
+ },
+/obj/effect/catwalk_plated,
+/turf/simulated/floor/airless,
+/area/shuttle/salamander_wreck)
+"jV" = (
+/obj/machinery/door/airlock/multi_tile/glass{
+ density = 0;
+ dir = 2;
+ icon_state = "door_open"
+ },
+/obj/machinery/door/firedoor/multi_tile{
+ dir = 1
+ },
+/obj/structure/cable{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
+ dir = 4
+ },
+/turf/simulated/floor/tiled/techmaint/airless,
+/area/shuttle/salamander_wreck_cockpit)
+"ks" = (
+/turf/simulated/floor/tiled/techmaint/airless,
+/area/shuttle/salamander_wreck_cockpit)
+"kx" = (
+/obj/machinery/atmospherics/binary/pump/fuel,
+/turf/simulated/floor/airless,
+/area/shuttle/salamander_wreck_engineering)
+"kK" = (
+/obj/machinery/atmospherics/unary/vent_scrubber/on{
+ dir = 1
+ },
+/turf/simulated/floor/airless,
+/area/shuttle/salamander_wreck_engineering)
+"kL" = (
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2"
+ },
+/obj/structure/handrail{
+ dir = 8
+ },
+/obj/structure/closet/autolok_wall{
+ dir = 4;
+ pixel_x = 32
+ },
+/turf/simulated/floor/tiled/techfloor{
+ nitrogen = 0;
+ oxygen = 0
+ },
+/area/shuttle/salamander_wreck_engineering)
+"kU" = (
+/obj/machinery/suit_cycler/vintage/omni,
+/obj/machinery/light{
+ dir = 1
+ },
+/obj/structure/railing/grey{
+ dir = 8
+ },
+/turf/simulated/floor/tiled/techfloor{
+ nitrogen = 0;
+ oxygen = 0
+ },
+/area/shuttle/salamander_wreck)
+"kZ" = (
+/obj/effect/floor_decal/industrial/warning{
+ dir = 9
+ },
+/obj/machinery/atmospherics/unary/vent_pump/on{
+ dir = 1
+ },
+/obj/structure/railing/grey{
+ dir = 1
+ },
+/obj/random/empty_or_lootable_crate,
+/turf/simulated/floor/tiled/techfloor{
+ nitrogen = 0;
+ oxygen = 0
+ },
+/area/shuttle/salamander_wreck)
+"lc" = (
+/obj/effect/floor_decal/industrial/warning{
+ dir = 5
+ },
+/obj/structure/railing/grey{
+ dir = 4
+ },
+/obj/random/empty_or_lootable_crate,
+/turf/simulated/floor/tiled/techfloor{
+ nitrogen = 0;
+ oxygen = 0
+ },
+/area/shuttle/salamander_wreck)
+"ld" = (
+/obj/machinery/door/firedoor/glass,
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2"
+ },
+/obj/machinery/atmospherics/pipe/simple/hidden/supply{
+ dir = 1
+ },
+/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
+/obj/machinery/door/airlock/voidcraft{
+ density = 0;
+ icon_state = "door_open"
+ },
+/turf/simulated/floor/tiled/techmaint/airless,
+/area/shuttle/salamander_wreck_q2)
+"ll" = (
+/obj/structure/handrail{
+ dir = 1
+ },
+/obj/machinery/alarm/alarms_hidden{
+ dir = 4;
+ pixel_x = -26
+ },
+/obj/machinery/atmospherics/unary/vent_scrubber/on{
+ dir = 1
+ },
+/obj/structure/closet/autolok_wall{
+ dir = 1;
+ pixel_y = -32
+ },
+/obj/structure/railing/grey{
+ dir = 4
+ },
+/obj/structure/bed/chair/bay/comfy{
+ dir = 4
+ },
+/obj/machinery/light/flicker{
+ dir = 8
+ },
+/turf/simulated/floor/tiled/techmaint/airless,
+/area/shuttle/salamander_wreck_cockpit)
+"lo" = (
+/obj/machinery/computer/ship/engines{
+ dir = 1
+ },
+/turf/simulated/floor/tiled/techfloor{
+ nitrogen = 0;
+ oxygen = 0
+ },
+/area/shuttle/salamander_wreck_cockpit)
+"lt" = (
+/obj/machinery/atmospherics/pipe/simple/hidden/fuel{
+ dir = 4
+ },
+/obj/machinery/door/firedoor/glass,
+/obj/structure/grille,
+/obj/structure/window/reinforced/full,
+/obj/structure/window/reinforced{
+ dir = 4
+ },
+/obj/structure/window/reinforced{
+ dir = 8
+ },
+/turf/simulated/floor/airless,
+/area/shuttle/salamander_wreck_engineering)
+"lw" = (
+/obj/machinery/atmospherics/portables_connector,
+/obj/effect/floor_decal/industrial/outline,
+/turf/simulated/floor/airless,
+/area/shuttle/salamander_wreck)
+"lK" = (
+/obj/machinery/atmospherics/pipe/simple/visible{
+ dir = 6
+ },
+/turf/simulated/floor/airless,
+/area/shuttle/salamander_wreck_engineering)
+"lV" = (
+/obj/machinery/power/terminal{
+ dir = 4
+ },
+/obj/structure/cable,
+/obj/structure/railing/grey{
+ dir = 8
+ },
+/obj/structure/closet/walllocker{
+ dir = 1;
+ name = "Spare Fuel";
+ pixel_y = -32
+ },
+/obj/item/weapon/tool/crowbar/red,
+/obj/machinery/light,
+/turf/simulated/floor/tiled/techfloor{
+ nitrogen = 0;
+ oxygen = 0
+ },
+/area/shuttle/salamander_wreck_engineering)
+"ma" = (
+/obj/structure/cable,
+/obj/structure/frame,
+/turf/simulated/floor/tiled/techfloor{
+ nitrogen = 0;
+ oxygen = 0
+ },
+/area/shuttle/salamander_wreck_engineering)
+"mg" = (
+/obj/effect/map_helper/airlock/door/ext_door,
+/obj/effect/map_helper/airlock/sensor/ext_sensor,
+/obj/machinery/airlock_sensor/airlock_exterior/shuttle{
+ pixel_x = 24;
+ pixel_y = -11
+ },
+/obj/machinery/door/airlock/glass_external/public{
+ density = 0;
+ icon_state = "door_open"
+ },
+/turf/simulated/floor/tiled/techmaint/airless,
+/area/shuttle/salamander_wreck)
+"mm" = (
+/obj/machinery/light{
+ dir = 8
+ },
+/turf/simulated/floor/tiled/techmaint/airless,
+/area/shuttle/salamander_wreck)
+"mE" = (
+/obj/effect/floor_decal/industrial/warning{
+ dir = 8
+ },
+/obj/structure/handrail{
+ dir = 1
+ },
+/obj/random/empty_or_lootable_crate,
+/obj/structure/closet/walllocker_double/south{
+ name = "Storage Locker"
+ },
+/turf/simulated/floor/tiled/techfloor{
+ nitrogen = 0;
+ oxygen = 0
+ },
+/area/shuttle/salamander_wreck)
+"mJ" = (
+/obj/structure/handrail{
+ dir = 1
+ },
+/obj/random/empty_or_lootable_crate,
+/obj/item/weapon/smes_coil,
+/obj/structure/closet/walllocker_double/south{
+ name = "Storage Locker"
+ },
+/turf/simulated/floor/tiled/techfloor{
+ nitrogen = 0;
+ oxygen = 0
+ },
+/area/shuttle/salamander_wreck)
+"mO" = (
+/obj/random/empty_or_lootable_crate,
+/obj/machinery/light/flicker,
+/obj/structure/closet/walllocker_double/south{
+ name = "Storage Locker"
+ },
+/turf/simulated/floor/tiled/techfloor{
+ nitrogen = 0;
+ oxygen = 0
+ },
+/area/shuttle/salamander_wreck)
+"mR" = (
+/turf/simulated/wall/shull,
+/area/shuttle/salamander_wreck_galley)
+"mY" = (
+/obj/machinery/computer/ship/sensors,
+/turf/simulated/floor/tiled/techfloor{
+ nitrogen = 0;
+ oxygen = 0
+ },
+/area/shuttle/salamander_wreck_cockpit)
+"nB" = (
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 8;
+ icon_state = "1-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/hidden/supply{
+ dir = 1
+ },
+/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
+ dir = 9
+ },
+/turf/simulated/floor/tiled/techfloor{
+ nitrogen = 0;
+ oxygen = 0
+ },
+/area/shuttle/salamander_wreck_q2)
+"nE" = (
+/obj/machinery/atmospherics/unary/vent_pump/on,
+/turf/simulated/floor/airless,
+/area/shuttle/salamander_wreck_engineering)
+"nH" = (
+/turf/simulated/wall/shull,
+/area/shuttle/salamander_wreck_cockpit)
+"nP" = (
+/turf/simulated/floor/airless,
+/area/shuttle/salamander_wreck_engineering)
+"nX" = (
+/obj/random/empty_or_lootable_crate,
+/turf/simulated/floor/airless,
+/area/shuttle/salamander_wreck_engineering)
+"oa" = (
+/obj/machinery/atmospherics/portables_connector{
+ dir = 1
+ },
+/obj/effect/floor_decal/industrial/outline/red,
+/obj/machinery/portable_atmospherics/canister/empty,
+/turf/simulated/floor/airless,
+/area/shuttle/salamander_wreck_engineering)
+"oc" = (
+/obj/machinery/door/airlock/hatch{
+ req_one_access = list()
+ },
+/obj/machinery/door/firedoor/glass,
+/turf/simulated/floor/tiled/techmaint,
+/area/shuttle/salamander_wreck)
+"oe" = (
+/obj/machinery/door/airlock/glass_external/public,
+/obj/effect/map_helper/airlock/door/int_door,
+/turf/simulated/floor/tiled/techmaint,
+/area/shuttle/salamander_wreck)
+"oi" = (
+/obj/structure/closet/secure_closet/freezer/fridge,
+/obj/item/weapon/storage/box/donkpockets,
+/obj/item/weapon/storage/box/donkpockets,
+/obj/random/snack,
+/obj/random/snack,
+/obj/random/snack,
+/obj/random/snack,
+/obj/random/snack,
+/turf/simulated/floor/tiled/techfloor{
+ nitrogen = 0;
+ oxygen = 0
+ },
+/area/shuttle/salamander_wreck_galley)
+"ot" = (
+/obj/machinery/door/firedoor/glass,
+/obj/structure/grille,
+/obj/structure/window/reinforced/full,
+/turf/simulated/floor/plating,
+/area/shuttle/salamander_wreck_cockpit)
+"oC" = (
+/obj/machinery/pointdefense_control{
+ id_tag = "salamander_wreck_pd";
+ name = "salamander defense control"
+ },
+/turf/simulated/floor/tiled/techfloor{
+ nitrogen = 0;
+ oxygen = 0
+ },
+/area/shuttle/salamander_wreck_cockpit)
+"oF" = (
+/obj/structure/bed/pod,
+/obj/item/weapon/bedsheet/blue,
+/obj/machinery/light_switch{
+ dir = 4;
+ pixel_x = 22
+ },
+/turf/simulated/floor/tiled/techfloor{
+ nitrogen = 0;
+ oxygen = 0
+ },
+/area/shuttle/salamander_wreck_q2)
+"oI" = (
+/obj/structure/closet/autolok_wall{
+ pixel_y = 32
+ },
+/turf/simulated/floor/plating,
+/area/shuttle/salamander_wreck)
+"oL" = (
+/obj/machinery/atmospherics/pipe/manifold/hidden/supply,
+/turf/simulated/floor/tiled/techmaint/airless,
+/area/shuttle/salamander_wreck)
+"pf" = (
+/obj/structure/handrail,
+/obj/machinery/atmospherics/pipe/simple/hidden/supply{
+ dir = 8
+ },
+/obj/machinery/light_switch{
+ pixel_y = 23
+ },
+/turf/simulated/floor/tiled/techmaint/airless,
+/area/shuttle/salamander_wreck)
+"px" = (
+/obj/machinery/atmospherics/pipe/manifold/visible{
+ dir = 1
+ },
+/obj/structure/catwalk,
+/obj/machinery/light/small{
+ dir = 1
+ },
+/turf/simulated/floor/plating,
+/area/shuttle/salamander_wreck)
+"pG" = (
+/obj/machinery/door/blast/shutters{
+ density = 0;
+ dir = 4;
+ icon_state = "shutter0";
+ id = "trade";
+ name = "Shop Shutters";
+ opacity = 0
+ },
+/obj/structure/table/steel_reinforced,
+/obj/machinery/door/window/brigdoor/eastleft{
+ layer = 2.9;
+ open_layer = 2.9;
+ req_access = list()
+ },
+/turf/simulated/floor/tiled/techmaint/airless,
+/area/shuttle/salamander_wreck)
+"pH" = (
+/obj/machinery/atmospherics/unary/vent_pump{
+ dir = 8
+ },
+/obj/effect/map_helper/airlock/atmos/chamber_pump,
+/obj/structure/closet/walllocker/emerglocker/east,
+/turf/simulated/floor/tiled/techmaint,
+/area/shuttle/salamander_wreck)
+"qg" = (
+/obj/structure/cable{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8"
+ },
+/obj/structure/cable{
+ d1 = 2;
+ d2 = 8;
+ icon_state = "2-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
+ dir = 4
+ },
+/turf/simulated/floor/tiled/techmaint/airless,
+/area/shuttle/salamander_wreck)
+"qh" = (
+/obj/machinery/computer/shuttle_control/explore/salamander_wreck{
+ dir = 8
+ },
+/turf/simulated/floor/tiled/techfloor{
+ nitrogen = 0;
+ oxygen = 0
+ },
+/area/shuttle/salamander_wreck_cockpit)
+"qn" = (
+/obj/structure/handrail,
+/obj/structure/cable{
+ d2 = 4;
+ icon_state = "0-4"
+ },
+/obj/machinery/atmospherics/unary/vent_scrubber/on{
+ dir = 4
+ },
+/obj/structure/closet/autolok_wall{
+ dir = 8;
+ pixel_x = -32
+ },
+/obj/machinery/power/apc{
+ dir = 1;
+ name = "north bump";
+ pixel_y = 24;
+ start_charge = 0
+ },
+/obj/structure/bed/chair/bay/chair{
+ dir = 4
+ },
+/turf/simulated/floor/tiled/techfloor{
+ nitrogen = 0;
+ oxygen = 0
+ },
+/area/shuttle/salamander_wreck_q2)
+"qu" = (
+/obj/structure/table/steel,
+/obj/machinery/light_switch{
+ dir = 8;
+ pixel_x = -22
+ },
+/obj/structure/closet/walllocker_double/kitchen/south,
+/turf/simulated/floor/tiled/techfloor{
+ nitrogen = 0;
+ oxygen = 0
+ },
+/area/shuttle/salamander_wreck_galley)
+"qx" = (
+/obj/machinery/light/small/flicker,
+/turf/simulated/floor/plating,
+/area/shuttle/salamander_wreck)
+"qE" = (
+/obj/structure/handrail{
+ dir = 1
+ },
+/obj/structure/catwalk,
+/turf/simulated/floor/plating,
+/area/shuttle/salamander_wreck)
+"qQ" = (
+/obj/random/empty_or_lootable_crate,
+/turf/simulated/floor/plating,
+/area/shuttle/salamander_wreck)
+"ri" = (
+/obj/machinery/atmospherics/portables_connector{
+ dir = 1
+ },
+/obj/effect/floor_decal/industrial/outline,
+/turf/simulated/floor/plating,
+/area/shuttle/salamander_wreck)
+"rj" = (
+/obj/machinery/door/firedoor/glass,
+/obj/structure/grille,
+/obj/structure/window/reinforced/full,
+/obj/structure/window/reinforced{
+ dir = 4
+ },
+/turf/simulated/floor/plating,
+/area/shuttle/salamander_wreck_cockpit)
+"rt" = (
+/obj/machinery/button/remote/blast_door{
+ id = "trade";
+ name = "Shop Shutters";
+ pixel_y = -26
+ },
+/obj/structure/bed/chair/bay/chair{
+ dir = 1
+ },
+/turf/simulated/floor/tiled/techmaint/airless,
+/area/shuttle/salamander_wreck)
+"rw" = (
+/obj/structure/cable{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/pipe/manifold4w/hidden/scrubbers,
+/turf/simulated/floor/tiled/techmaint/airless,
+/area/shuttle/salamander_wreck)
+"ry" = (
+/obj/machinery/door/window/brigdoor/eastright{
+ density = 0;
+ icon_state = "rightsecureopen";
+ req_access = list()
+ },
+/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
+ dir = 4
+ },
+/obj/structure/cable{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8"
+ },
+/turf/simulated/floor/tiled/techmaint/airless,
+/area/shuttle/salamander_wreck)
+"sb" = (
+/obj/machinery/atmospherics/pipe/simple/hidden/supply{
+ dir = 8
+ },
+/obj/machinery/atmospherics/pipe/simple/hidden/fuel{
+ dir = 4
+ },
+/turf/simulated/floor/tiled/techmaint/airless,
+/area/shuttle/salamander_wreck_engineering)
+"tA" = (
+/obj/machinery/power/pointdefense{
+ id_tag = "salamander_wreck_pd"
+ },
+/turf/simulated/floor/plating,
+/area/shuttle/salamander_wreck_engineering)
+"tL" = (
+/obj/structure/girder,
+/turf/simulated/floor/airless,
+/area/shuttle/salamander_wreck_engineering)
+"ur" = (
+/obj/machinery/door/firedoor/glass,
+/obj/structure/grille,
+/obj/structure/window/reinforced/full,
+/obj/structure/window/reinforced,
+/obj/structure/window/reinforced{
+ dir = 4
+ },
+/turf/simulated/floor/plating,
+/area/shuttle/salamander_wreck_cockpit)
+"vi" = (
+/obj/structure/table/steel,
+/obj/machinery/microwave/advanced,
+/obj/machinery/alarm/alarms_hidden{
+ dir = 8;
+ pixel_x = 26
+ },
+/obj/machinery/light,
+/turf/simulated/floor/tiled/techfloor{
+ nitrogen = 0;
+ oxygen = 0
+ },
+/area/shuttle/salamander_wreck_galley)
+"vI" = (
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2"
+ },
+/obj/machinery/atmospherics/pipe/simple/hidden/supply{
+ dir = 8
+ },
+/turf/simulated/floor/tiled/techmaint/airless,
+/area/shuttle/salamander_wreck_cockpit)
+"wF" = (
+/obj/machinery/atmospherics/pipe/simple/visible{
+ dir = 6
+ },
+/obj/structure/catwalk,
+/turf/simulated/floor/plating,
+/area/shuttle/salamander_wreck)
+"xL" = (
+/obj/structure/cable{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
+ dir = 4
+ },
+/obj/item/weapon/tank/phoron/pressurized,
+/obj/structure/closet/walllocker_double/south{
+ name = "Uniform Locker"
+ },
+/turf/simulated/floor/tiled/techmaint/airless,
+/area/shuttle/salamander_wreck)
+"yv" = (
+/obj/structure/cable{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
+ dir = 4
+ },
+/obj/machinery/light/flicker,
+/obj/structure/closet/walllocker_double/south{
+ name = "Uniform Locker"
+ },
+/turf/simulated/floor/tiled/techmaint/airless,
+/area/shuttle/salamander_wreck)
+"zO" = (
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2"
+ },
+/obj/machinery/atmospherics/pipe/simple/hidden/supply{
+ dir = 8
+ },
+/obj/machinery/atmospherics/pipe/simple/hidden/fuel{
+ dir = 4
+ },
+/turf/simulated/floor/tiled/techfloor{
+ nitrogen = 0;
+ oxygen = 0
+ },
+/area/shuttle/salamander_wreck_engineering)
+"zQ" = (
+/obj/machinery/atmospherics/unary/vent_pump/on{
+ dir = 1
+ },
+/turf/simulated/floor/tiled/techfloor{
+ nitrogen = 0;
+ oxygen = 0
+ },
+/area/shuttle/salamander_wreck_q2)
+"AD" = (
+/obj/machinery/atmospherics/pipe/manifold4w/hidden/fuel,
+/obj/structure/catwalk,
+/turf/simulated/floor/airless,
+/area/shuttle/salamander_wreck_engineering)
+"AN" = (
+/obj/structure/handrail{
+ dir = 1
+ },
+/obj/structure/cable{
+ d2 = 4;
+ icon_state = "0-4"
+ },
+/obj/machinery/atmospherics/unary/vent_scrubber/on{
+ dir = 4
+ },
+/obj/structure/closet/autolok_wall{
+ dir = 8;
+ pixel_x = -32
+ },
+/obj/machinery/power/apc{
+ name = "south bump";
+ pixel_y = -24;
+ start_charge = 0
+ },
+/turf/simulated/floor/tiled/techfloor{
+ nitrogen = 0;
+ oxygen = 0
+ },
+/area/shuttle/salamander_wreck_q2)
+"Bf" = (
+/obj/machinery/light{
+ dir = 1
+ },
+/obj/random/empty_or_lootable_crate,
+/obj/structure/closet/walllocker_double/north{
+ name = "Storage Locker"
+ },
+/turf/simulated/floor/tiled/techfloor{
+ nitrogen = 0;
+ oxygen = 0
+ },
+/area/shuttle/salamander_wreck)
+"BE" = (
+/obj/effect/map_helper/airlock/door/int_door,
+/obj/machinery/door/airlock/glass_external/public{
+ density = 0;
+ icon_state = "door_open"
+ },
+/turf/simulated/floor/tiled/techmaint/airless,
+/area/shuttle/salamander_wreck)
+"BG" = (
+/obj/structure/lattice,
+/obj/structure/grille/broken,
+/turf/template_noop,
+/area/shuttle/salamander_wreck)
+"BW" = (
+/obj/machinery/atmospherics/pipe/manifold4w/hidden/supply,
+/obj/machinery/atmospherics/pipe/simple/hidden/fuel{
+ dir = 4
+ },
+/turf/simulated/floor/tiled/techmaint/airless,
+/area/shuttle/salamander_wreck)
+"Df" = (
+/obj/machinery/atmospherics/pipe/manifold/hidden/fuel{
+ dir = 4
+ },
+/obj/structure/catwalk,
+/turf/simulated/floor/airless,
+/area/shuttle/salamander_wreck_engineering)
+"DB" = (
+/obj/machinery/atmospherics/pipe/simple/hidden/supply{
+ dir = 8
+ },
+/turf/simulated/floor/tiled/techmaint/airless,
+/area/shuttle/salamander_wreck_cockpit)
+"DK" = (
+/obj/machinery/atmospherics/pipe/simple/hidden{
+ dir = 4
+ },
+/turf/simulated/wall/shull,
+/area/shuttle/salamander_wreck)
+"DM" = (
+/obj/machinery/door/firedoor/glass,
+/obj/structure/grille,
+/obj/structure/window/reinforced/full,
+/obj/structure/window/reinforced,
+/obj/structure/window/reinforced{
+ dir = 1
+ },
+/turf/simulated/floor/plating,
+/area/shuttle/salamander_wreck_galley)
+"Fu" = (
+/obj/machinery/atmospherics/pipe/simple/hidden{
+ dir = 5
+ },
+/obj/machinery/embedded_controller/radio/airlock/docking_port_multi{
+ dir = 4;
+ id_tag = "salamander_wreck_docking_star";
+ name = "Starboard Airlock Control";
+ pixel_x = -22
+ },
+/obj/machinery/light{
+ dir = 8
+ },
+/turf/simulated/floor/tiled/techmaint/airless,
+/area/shuttle/salamander_wreck)
+"FL" = (
+/obj/machinery/atmospherics/pipe/simple/hidden/supply{
+ dir = 8
+ },
+/obj/machinery/atmospherics/pipe/simple/hidden/fuel{
+ dir = 4
+ },
+/turf/simulated/floor/tiled/techmaint/airless,
+/area/shuttle/salamander_wreck)
+"Gj" = (
+/obj/machinery/door/firedoor/glass,
+/obj/structure/grille,
+/obj/structure/window/reinforced/full,
+/obj/structure/window/reinforced,
+/turf/simulated/floor/plating,
+/area/shuttle/salamander_wreck_cockpit)
+"HG" = (
+/obj/structure/cable{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8"
+ },
+/obj/structure/handrail{
+ dir = 1
+ },
+/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
+ dir = 4
+ },
+/turf/simulated/floor/tiled/techmaint/airless,
+/area/shuttle/salamander_wreck)
+"HQ" = (
+/obj/structure/catwalk,
+/turf/simulated/floor/airless,
+/area/shuttle/salamander_wreck)
+"HR" = (
+/obj/machinery/shipsensors{
+ dir = 4
+ },
+/obj/machinery/light{
+ dir = 1
+ },
+/turf/simulated/floor/plating,
+/area/shuttle/salamander_wreck_cockpit)
+"Il" = (
+/obj/machinery/atmospherics/pipe/simple/hidden/fuel{
+ dir = 9
+ },
+/turf/simulated/floor/airless,
+/area/shuttle/salamander_wreck_engineering)
+"IL" = (
+/obj/structure/handrail{
+ dir = 1
+ },
+/obj/machinery/atmospherics/unary/vent_scrubber/on{
+ dir = 1
+ },
+/obj/structure/closet/walllocker_double/south{
+ name = "Voidsuit Locker"
+ },
+/turf/simulated/floor/tiled/techfloor{
+ nitrogen = 0;
+ oxygen = 0
+ },
+/area/shuttle/salamander_wreck)
+"IQ" = (
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 8;
+ icon_state = "1-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
+ dir = 10
+ },
+/turf/simulated/floor/tiled/techmaint/airless,
+/area/shuttle/salamander_wreck_cockpit)
+"IR" = (
+/obj/machinery/atmospherics/pipe/simple/hidden/supply{
+ dir = 8
+ },
+/turf/simulated/floor/tiled/techmaint/airless,
+/area/shuttle/salamander_wreck)
+"Jq" = (
+/obj/machinery/computer/ship/helm{
+ dir = 8;
+ req_one_access = list()
+ },
+/turf/simulated/floor/tiled/techfloor{
+ nitrogen = 0;
+ oxygen = 0
+ },
+/area/shuttle/salamander_wreck_cockpit)
+"Kn" = (
+/obj/structure/table/steel_reinforced,
+/obj/machinery/door/blast/shutters{
+ density = 0;
+ dir = 4;
+ icon_state = "shutter0";
+ id = "trade";
+ name = "Shop Shutters";
+ opacity = 0
+ },
+/obj/structure/railing/grey,
+/obj/structure/window/reinforced,
+/obj/machinery/door/window/brigdoor/eastright{
+ layer = 2.9;
+ open_layer = 2.9;
+ req_access = list()
+ },
+/turf/simulated/floor/tiled/techmaint/airless,
+/area/shuttle/salamander_wreck)
+"Kw" = (
+/obj/effect/map_helper/airlock/sensor/chamber_sensor,
+/obj/machinery/atmospherics/pipe/manifold/hidden{
+ dir = 1
+ },
+/obj/machinery/airlock_sensor{
+ dir = 4;
+ pixel_x = -21
+ },
+/turf/simulated/floor/tiled/techmaint/airless,
+/area/shuttle/salamander_wreck)
+"KX" = (
+/obj/structure/handrail,
+/obj/random/empty_or_lootable_crate,
+/obj/structure/closet/walllocker_double/north{
+ name = "Storage Locker"
+ },
+/turf/simulated/floor/tiled/techfloor{
+ nitrogen = 0;
+ oxygen = 0
+ },
+/area/shuttle/salamander_wreck)
+"Lf" = (
+/obj/effect/floor_decal/industrial/warning,
+/obj/random/empty_or_lootable_crate,
+/turf/simulated/floor/tiled/techfloor{
+ nitrogen = 0;
+ oxygen = 0
+ },
+/area/shuttle/salamander_wreck)
+"LJ" = (
+/obj/structure/lattice,
+/turf/template_noop,
+/area/shuttle/salamander_wreck_engineering)
+"No" = (
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 8;
+ icon_state = "1-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/hidden/supply{
+ dir = 1
+ },
+/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
+ dir = 9
+ },
+/turf/simulated/floor/tiled/techfloor{
+ nitrogen = 0;
+ oxygen = 0
+ },
+/area/shuttle/salamander_wreck_galley)
+"NR" = (
+/obj/machinery/button/remote/blast_door{
+ dir = 1;
+ id = "trade";
+ name = "Shop Shutters";
+ pixel_y = 26
+ },
+/obj/structure/bed/chair/bay/chair,
+/turf/simulated/floor/tiled/techmaint/airless,
+/area/shuttle/salamander_wreck)
+"OI" = (
+/obj/machinery/door/blast/shutters{
+ density = 0;
+ dir = 4;
+ icon_state = "shutter0";
+ id = "trade";
+ name = "Shop Shutters";
+ opacity = 0
+ },
+/obj/structure/table/steel_reinforced,
+/obj/machinery/door/window/brigdoor/eastright{
+ layer = 2.9;
+ open_layer = 2.9;
+ req_access = list()
+ },
+/turf/simulated/floor/tiled/techmaint/airless,
+/area/shuttle/salamander_wreck)
+"ON" = (
+/obj/effect/floor_decal/industrial/warning{
+ dir = 1
+ },
+/obj/random/empty_or_lootable_crate,
+/turf/simulated/floor/tiled/techfloor{
+ nitrogen = 0;
+ oxygen = 0
+ },
+/area/shuttle/salamander_wreck)
+"OU" = (
+/obj/structure/bed/chair/bay/comfy{
+ dir = 4
+ },
+/turf/simulated/floor/tiled/techmaint/airless,
+/area/shuttle/salamander_wreck_cockpit)
+"Pc" = (
+/obj/machinery/light/small{
+ dir = 1
+ },
+/turf/simulated/floor/airless,
+/area/shuttle/salamander_wreck)
+"Pk" = (
+/obj/machinery/atmospherics/unary/vent_scrubber/on{
+ dir = 1
+ },
+/turf/simulated/floor/tiled/techmaint/airless,
+/area/shuttle/salamander_wreck)
+"Ps" = (
+/obj/structure/girder,
+/turf/simulated/floor/airless,
+/area/shuttle/salamander_wreck)
+"PN" = (
+/obj/machinery/atmospherics/pipe/simple/hidden/supply{
+ dir = 8
+ },
+/obj/machinery/atmospherics/pipe/simple/hidden/fuel{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
+/turf/simulated/floor/tiled/techmaint/airless,
+/area/shuttle/salamander_wreck)
+"Qn" = (
+/turf/simulated/floor/tiled/techmaint/airless,
+/area/shuttle/salamander_wreck)
+"Qq" = (
+/obj/machinery/door/firedoor/glass,
+/obj/structure/cable{
+ d1 = 1;
+ d2 = 2;
+ icon_state = "1-2"
+ },
+/obj/machinery/atmospherics/pipe/simple/hidden/supply{
+ dir = 1
+ },
+/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers,
+/obj/machinery/door/airlock/voidcraft{
+ density = 0;
+ icon_state = "door_open"
+ },
+/turf/simulated/floor/tiled/techmaint/airless,
+/area/shuttle/salamander_wreck_galley)
+"Rb" = (
+/obj/machinery/atmospherics/unary/vent_pump{
+ dir = 8
+ },
+/obj/effect/map_helper/airlock/atmos/chamber_pump,
+/obj/structure/closet/walllocker/emerglocker/east,
+/turf/simulated/floor/tiled/techmaint/airless,
+/area/shuttle/salamander_wreck)
+"Rd" = (
+/obj/effect/floor_decal/industrial/warning{
+ dir = 4
+ },
+/obj/structure/handrail,
+/obj/random/empty_or_lootable_crate,
+/obj/item/weapon/smes_coil,
+/obj/structure/closet/walllocker_double/north{
+ name = "Storage Locker"
+ },
+/turf/simulated/floor/tiled/techfloor{
+ nitrogen = 0;
+ oxygen = 0
+ },
+/area/shuttle/salamander_wreck)
+"RO" = (
+/obj/structure/bed/pod,
+/obj/item/weapon/bedsheet/blue,
+/obj/machinery/alarm/alarms_hidden{
+ dir = 8;
+ pixel_x = 26
+ },
+/turf/simulated/floor/tiled/techfloor{
+ nitrogen = 0;
+ oxygen = 0
+ },
+/area/shuttle/salamander_wreck_q2)
+"RU" = (
+/obj/machinery/atmospherics/unary/vent_pump/on{
+ dir = 1
+ },
+/turf/simulated/floor/tiled/techfloor{
+ nitrogen = 0;
+ oxygen = 0
+ },
+/area/shuttle/salamander_wreck_galley)
+"Sb" = (
+/obj/structure/table/steel_reinforced,
+/obj/machinery/door/blast/shutters{
+ density = 0;
+ dir = 4;
+ icon_state = "shutter0";
+ id = "trade";
+ name = "Shop Shutters";
+ opacity = 0
+ },
+/obj/structure/railing/grey{
+ dir = 1
+ },
+/obj/structure/window/reinforced{
+ dir = 1
+ },
+/obj/machinery/door/window/brigdoor/eastleft{
+ layer = 2.9;
+ open_layer = 2.9;
+ req_access = list()
+ },
+/turf/simulated/floor/tiled/techmaint/airless,
+/area/shuttle/salamander_wreck)
+"Sp" = (
+/obj/structure/table/steel,
+/obj/machinery/light,
+/obj/item/weapon/paper/unity_notice,
+/turf/simulated/floor/tiled/techfloor{
+ nitrogen = 0;
+ oxygen = 0
+ },
+/area/shuttle/salamander_wreck_q2)
+"Td" = (
+/obj/structure/cable{
+ d1 = 2;
+ d2 = 4;
+ icon_state = "2-4"
+ },
+/obj/structure/railing/grey{
+ dir = 8
+ },
+/obj/structure/table/steel,
+/obj/structure/fuel_port/empty{
+ pixel_y = 28
+ },
+/obj/machinery/light/flicker{
+ dir = 1
+ },
+/obj/item/weapon/smes_coil,
+/turf/simulated/floor/tiled/techfloor{
+ nitrogen = 0;
+ oxygen = 0
+ },
+/area/shuttle/salamander_wreck_engineering)
+"Tg" = (
+/turf/simulated/wall/shull,
+/area/shuttle/salamander_wreck_head)
+"Tl" = (
+/obj/structure/railing/grey{
+ dir = 8
+ },
+/obj/structure/handrail{
+ dir = 1
+ },
+/obj/structure/window/reinforced{
+ dir = 8
+ },
+/obj/effect/floor_decal/industrial/warning{
+ dir = 8
+ },
+/obj/structure/closet/walllocker_double/south{
+ name = "Voidsuit Locker"
+ },
+/turf/simulated/floor/tiled/techfloor{
+ nitrogen = 0;
+ oxygen = 0
+ },
+/area/shuttle/salamander_wreck)
+"TG" = (
+/obj/machinery/atmospherics/pipe/simple/hidden/supply{
+ dir = 8
+ },
+/obj/machinery/door/window/brigdoor/westright{
+ density = 0;
+ icon_state = "rightsecureopen";
+ req_access = list()
+ },
+/turf/simulated/floor/tiled/techmaint/airless,
+/area/shuttle/salamander_wreck)
+"UT" = (
+/obj/machinery/door/airlock/glass_external/public{
+ density = 0;
+ icon_state = "door_open"
+ },
+/obj/effect/map_helper/airlock/door/ext_door,
+/turf/simulated/floor/tiled/techmaint/airless,
+/area/shuttle/salamander_wreck)
+"Vh" = (
+/obj/structure/cable{
+ d2 = 2;
+ icon_state = "0-2"
+ },
+/obj/structure/handrail{
+ dir = 8
+ },
+/obj/machinery/power/apc{
+ dir = 4;
+ name = "east bump";
+ pixel_x = 24;
+ start_charge = 0
+ },
+/turf/simulated/floor/tiled/techfloor{
+ nitrogen = 0;
+ oxygen = 0
+ },
+/area/shuttle/salamander_wreck_engineering)
+"Vs" = (
+/obj/structure/catwalk,
+/turf/simulated/floor/plating,
+/area/shuttle/salamander_wreck)
+"Vz" = (
+/turf/simulated/wall/shull,
+/area/shuttle/salamander_wreck_q2)
+"VK" = (
+/obj/machinery/atmospherics/pipe/simple/hidden/supply{
+ dir = 5
+ },
+/obj/structure/catwalk,
+/obj/structure/railing/grey{
+ dir = 1
+ },
+/obj/machinery/atmospherics/pipe/simple/hidden/fuel{
+ dir = 4
+ },
+/turf/simulated/floor/airless,
+/area/shuttle/salamander_wreck_engineering)
+"VT" = (
+/turf/simulated/wall/shull,
+/area/shuttle/salamander_wreck)
+"VW" = (
+/obj/machinery/atmospherics/pipe/simple/visible{
+ dir = 5
+ },
+/obj/structure/catwalk,
+/turf/simulated/floor/airless,
+/area/shuttle/salamander_wreck)
+"Wj" = (
+/turf/simulated/wall/shull,
+/area/shuttle/salamander_wreck_engineering)
+"Wv" = (
+/obj/machinery/atmospherics/pipe/simple/hidden/universal,
+/turf/simulated/floor/airless,
+/area/shuttle/salamander_wreck_engineering)
+"WN" = (
+/obj/structure/cable{
+ d1 = 4;
+ d2 = 8;
+ icon_state = "4-8"
+ },
+/obj/machinery/door/airlock/multi_tile/metal{
+ density = 0;
+ dir = 2;
+ icon_state = "door_open";
+ name = "Salamander Engineering Bay";
+ opacity = 0
+ },
+/obj/machinery/door/firedoor/multi_tile{
+ dir = 1
+ },
+/obj/machinery/atmospherics/pipe/simple/hidden/scrubbers{
+ dir = 4
+ },
+/turf/simulated/floor/tiled/techmaint/airless,
+/area/shuttle/salamander_wreck_engineering)
+"WP" = (
+/turf/template_noop,
+/area/template_noop)
+"WW" = (
+/obj/random/empty_or_lootable_crate,
+/turf/simulated/floor/airless,
+/area/shuttle/salamander_wreck)
+"Xc" = (
+/obj/structure/railing/grey{
+ dir = 8
+ },
+/obj/structure/handrail,
+/obj/structure/window/reinforced{
+ dir = 8
+ },
+/obj/effect/floor_decal/industrial/warning{
+ dir = 8
+ },
+/obj/structure/closet/walllocker_double/north{
+ name = "Voidsuit Locker"
+ },
+/turf/simulated/floor/tiled/techfloor{
+ nitrogen = 0;
+ oxygen = 0
+ },
+/area/shuttle/salamander_wreck)
+"Xn" = (
+/obj/effect/floor_decal/industrial/warning{
+ dir = 8
+ },
+/obj/structure/handrail,
+/obj/random/empty_or_lootable_crate,
+/obj/structure/closet/walllocker_double/north{
+ name = "Storage Locker"
+ },
+/turf/simulated/floor/tiled/techfloor{
+ nitrogen = 0;
+ oxygen = 0
+ },
+/area/shuttle/salamander_wreck)
+"Xr" = (
+/obj/machinery/atmospherics/pipe/manifold/visible,
+/obj/structure/catwalk,
+/obj/machinery/light/small/flicker,
+/turf/simulated/floor/airless,
+/area/shuttle/salamander_wreck)
+"Xs" = (
+/obj/machinery/power/port_gen/pacman/mrs{
+ anchored = 1
+ },
+/obj/structure/cable{
+ d2 = 8;
+ icon_state = "0-8"
+ },
+/obj/machinery/alarm/alarms_hidden{
+ pixel_y = 26
+ },
+/obj/machinery/light_switch{
+ dir = 4;
+ pixel_x = 22
+ },
+/turf/simulated/floor/tiled/techfloor{
+ nitrogen = 0;
+ oxygen = 0
+ },
+/area/shuttle/salamander_wreck_engineering)
+"XJ" = (
+/obj/structure/handrail,
+/obj/structure/catwalk,
+/turf/simulated/floor/airless,
+/area/shuttle/salamander_wreck)
+"ZK" = (
+/obj/structure/closet/autolok_wall{
+ dir = 1;
+ pixel_y = -32
+ },
+/turf/simulated/floor/airless,
+/area/shuttle/salamander_wreck)
+"ZU" = (
+/obj/machinery/embedded_controller/radio/docking_port_multi{
+ child_names_txt = "Port Airlock Control;Starboard Airlock Control";
+ child_tags_txt = "salamander_wreck_docking_port;salamander_wreck_docking_star";
+ dir = 1;
+ id_tag = "salamander_docking";
+ name = "Salamander Master Docking Controller";
+ pixel_y = -22
+ },
+/obj/structure/cable,
+/obj/machinery/light,
+/obj/structure/railing/grey{
+ dir = 8
+ },
+/obj/machinery/power/apc{
+ dir = 4;
+ name = "east bump";
+ pixel_x = 24;
+ start_charge = 0
+ },
+/turf/simulated/floor/tiled/techfloor{
+ nitrogen = 0;
+ oxygen = 0
+ },
+/area/shuttle/salamander_wreck)
+
+(1,1,1) = {"
+WP
+WP
+WP
+WP
+WP
+WP
+WP
+WP
+WP
+WP
+WP
+WP
+WP
+WP
+WP
+WP
+"}
+(2,1,1) = {"
+WP
+WP
+WP
+WP
+Wj
+nP
+fn
+Wj
+Wj
+nP
+fn
+Wj
+WP
+WP
+WP
+WP
+"}
+(3,1,1) = {"
+WP
+WP
+WP
+Wj
+Wj
+dm
+fB
+Wj
+Wj
+dm
+fB
+Wj
+Wj
+WP
+WP
+WP
+"}
+(4,1,1) = {"
+WP
+WP
+WP
+tL
+Wj
+dn
+dn
+Wj
+Wj
+dn
+lt
+Wj
+LJ
+WP
+WP
+WP
+"}
+(5,1,1) = {"
+WP
+WP
+WP
+nP
+nP
+dT
+nP
+gD
+hC
+ee
+nP
+nP
+LJ
+WP
+WP
+WP
+"}
+(6,1,1) = {"
+WP
+WP
+WP
+tL
+nX
+ee
+fD
+AD
+Df
+kx
+Il
+nX
+LJ
+WP
+WP
+WP
+"}
+(7,1,1) = {"
+WP
+WP
+WP
+Wj
+bK
+eg
+nE
+VK
+if
+kK
+lK
+oa
+Wj
+WP
+WP
+WP
+"}
+(8,1,1) = {"
+WP
+WP
+tA
+Wj
+bK
+ey
+Wv
+gL
+ii
+Wv
+ey
+oa
+Wj
+tA
+WP
+WP
+"}
+(9,1,1) = {"
+WP
+WP
+VT
+VT
+Wj
+Td
+fE
+zO
+im
+fE
+lV
+Wj
+VT
+VT
+WP
+WP
+"}
+(10,1,1) = {"
+WP
+VT
+VT
+WW
+Wj
+Xs
+Vh
+bY
+is
+kL
+ma
+Wj
+qQ
+VT
+VT
+WP
+"}
+(11,1,1) = {"
+WP
+VT
+Pc
+ZK
+Wj
+Wj
+Wj
+sb
+WN
+Wj
+Wj
+Wj
+oI
+qx
+VT
+WP
+"}
+(12,1,1) = {"
+WP
+VT
+XJ
+HQ
+bL
+eB
+fG
+FL
+iC
+fG
+mm
+oc
+Vs
+qE
+VT
+WP
+"}
+(13,1,1) = {"
+WP
+BG
+WW
+HQ
+VT
+Xn
+fP
+BW
+iJ
+kZ
+mE
+VT
+Vs
+qQ
+VT
+WP
+"}
+(14,1,1) = {"
+WP
+BG
+WW
+HQ
+VT
+KX
+Lf
+FL
+iC
+ON
+mJ
+VT
+Vs
+qQ
+VT
+WP
+"}
+(15,1,1) = {"
+WP
+BG
+WW
+HQ
+VT
+Bf
+Lf
+FL
+iC
+ON
+mO
+VT
+Vs
+qQ
+VT
+WP
+"}
+(16,1,1) = {"
+WP
+Ps
+lw
+VW
+VT
+Rd
+fR
+FL
+iC
+lc
+jq
+VT
+wF
+ri
+VT
+WP
+"}
+(17,1,1) = {"
+WP
+VT
+lw
+Xr
+VT
+NR
+iK
+PN
+rw
+Pk
+rt
+VT
+px
+ri
+VT
+WP
+"}
+(18,1,1) = {"
+WP
+VT
+VT
+DK
+VT
+pG
+Kn
+iL
+ry
+Sb
+OI
+VT
+DK
+VT
+VT
+WP
+"}
+(19,1,1) = {"
+WP
+ab
+aL
+bu
+cX
+fX
+fX
+hh
+iC
+Qn
+Qn
+BE
+Kw
+Fu
+UT
+WP
+"}
+(20,1,1) = {"
+WP
+aK
+pH
+pH
+oe
+eJ
+Qn
+IR
+iC
+Qn
+eJ
+BE
+Rb
+Rb
+mg
+WP
+"}
+(21,1,1) = {"
+WP
+VT
+VT
+VT
+VT
+VT
+Xc
+TG
+hO
+Tl
+VT
+VT
+VT
+VT
+VT
+WP
+"}
+(22,1,1) = {"
+WP
+WP
+Tg
+br
+cq
+Tg
+fZ
+oL
+iW
+IL
+mR
+bI
+qu
+mR
+WP
+WP
+"}
+(23,1,1) = {"
+WP
+WP
+Tg
+bN
+dO
+eP
+iS
+hp
+jT
+iS
+Qq
+No
+RU
+DM
+WP
+WP
+"}
+(24,1,1) = {"
+WP
+WP
+Tg
+bP
+cC
+Tg
+kU
+IR
+qg
+ZU
+mR
+oi
+vi
+mR
+WP
+WP
+"}
+(25,1,1) = {"
+WP
+WP
+Tg
+Tg
+Tg
+Tg
+VT
+pf
+HG
+VT
+mR
+mR
+mR
+mR
+WP
+WP
+"}
+(26,1,1) = {"
+WP
+WP
+bk
+Vz
+cY
+AN
+Vz
+hn
+yv
+Vz
+qn
+Sp
+Vz
+bk
+WP
+WP
+"}
+(27,1,1) = {"
+WP
+WP
+WP
+ci
+eG
+gl
+ld
+hp
+jT
+ld
+nB
+zQ
+ci
+WP
+WP
+WP
+"}
+(28,1,1) = {"
+WP
+WP
+WP
+Vz
+oF
+RO
+Vz
+fh
+xL
+Vz
+RO
+oF
+Vz
+WP
+WP
+WP
+"}
+(29,1,1) = {"
+WP
+WP
+WP
+Vz
+Vz
+Vz
+Vz
+DB
+jV
+Vz
+Vz
+Vz
+Vz
+WP
+WP
+WP
+"}
+(30,1,1) = {"
+WP
+WP
+WP
+WP
+WP
+nH
+gv
+vI
+IQ
+ll
+nH
+HR
+WP
+WP
+WP
+WP
+"}
+(31,1,1) = {"
+WP
+WP
+WP
+WP
+WP
+jl
+gC
+hr
+ks
+oC
+Gj
+WP
+WP
+WP
+WP
+WP
+"}
+(32,1,1) = {"
+WP
+WP
+WP
+WP
+WP
+jl
+mY
+OU
+hK
+lo
+Gj
+WP
+WP
+WP
+WP
+WP
+"}
+(33,1,1) = {"
+WP
+WP
+WP
+WP
+WP
+gM
+ot
+qh
+Jq
+ot
+ur
+WP
+WP
+WP
+WP
+WP
+"}
+(34,1,1) = {"
+WP
+WP
+WP
+WP
+WP
+WP
+gM
+rj
+rj
+ur
+WP
+WP
+WP
+WP
+WP
+WP
+"}
+(35,1,1) = {"
+WP
+WP
+WP
+WP
+WP
+WP
+WP
+WP
+WP
+WP
+WP
+WP
+WP
+WP
+WP
+WP
+"}
diff --git a/maps/submaps/pois_vr/debris_field/_templates.dm b/maps/submaps/pois_vr/debris_field/_templates.dm
index 33fcab8398..4812098a40 100644
--- a/maps/submaps/pois_vr/debris_field/_templates.dm
+++ b/maps/submaps/pois_vr/debris_field/_templates.dm
@@ -104,3 +104,42 @@
cost = 35
allow_duplicates = FALSE
discard_prob = 50
+<<<<<<< HEAD
+||||||| parent of c6a9a08635... Merge pull request #9189 from KillianKirilenko/kk-ships
+
+/datum/map_template/debrisfield/gutted_mackerel
+ name = "Gutted Mackerel LC"
+ mappath = 'maps/offmap_vr/om_ships/mackerel_lc_wreck.dmm'
+ cost = 35
+ allow_duplicates = FALSE
+ discard_prob = 25
+
+/datum/map_template/debrisfield/ruined_gecko
+ name = "Ruined Gecko CR"
+ mappath = 'maps/offmap_vr/om_ships/gecko_cr_wreck.dmm'
+ cost = 45
+ allow_duplicates = FALSE
+ discard_prob = 50
+=======
+
+/datum/map_template/debrisfield/gutted_mackerel
+ name = "Gutted Mackerel LC"
+ mappath = 'maps/offmap_vr/om_ships/mackerel_lc_wreck.dmm'
+ cost = 35
+ allow_duplicates = FALSE
+ discard_prob = 25
+
+/datum/map_template/debrisfield/gutted_mackerel
+ name = "Wrecked Salamander"
+ mappath = 'maps/offmap_vr/om_ships/salamander_wreck.dmm'
+ cost = 35
+ allow_duplicates = FALSE
+ discard_prob = 34
+
+/datum/map_template/debrisfield/ruined_gecko
+ name = "Ruined Gecko CR"
+ mappath = 'maps/offmap_vr/om_ships/gecko_cr_wreck.dmm'
+ cost = 45
+ allow_duplicates = FALSE
+ discard_prob = 50
+>>>>>>> c6a9a08635... Merge pull request #9189 from KillianKirilenko/kk-ships
diff --git a/maps/tether/submaps/_tether_submaps.dm b/maps/tether/submaps/_tether_submaps.dm
index 61e1167408..8c1711e54b 100644
--- a/maps/tether/submaps/_tether_submaps.dm
+++ b/maps/tether/submaps/_tether_submaps.dm
@@ -65,6 +65,11 @@
desc = "Big trader ship."
mappath = 'maps/submaps/admin_use_vr/tradeship.dmm'
+/datum/map_template/admin_use/salamander_trader
+ name = "Special Area - Salamander Trader"
+ desc = "Modest trader ship."
+ mappath = 'maps/offmap_vr/om_ships/salamander.dmm'
+
/datum/map_template/admin_use/mercenary
name = "Special Area - Merc Base"
desc = "So much red!"
@@ -518,6 +523,15 @@
#include "../../offmap_vr/om_ships/cruiser.dm"
#include "../../offmap_vr/om_ships/vespa.dm"
#include "../../offmap_vr/om_ships/generic_shuttle.dm"
+<<<<<<< HEAD
+||||||| parent of c6a9a08635... Merge pull request #9189 from KillianKirilenko/kk-ships
+#include "../../offmap_vr/om_ships/geckos.dm"
+#include "../../offmap_vr/om_ships/mackerels.dm"
+=======
+#include "../../offmap_vr/om_ships/salamander.dm"
+#include "../../offmap_vr/om_ships/geckos.dm"
+#include "../../offmap_vr/om_ships/mackerels.dm"
+>>>>>>> c6a9a08635... Merge pull request #9189 from KillianKirilenko/kk-ships
#include "../../offmap_vr/om_ships/mercenarybase.dm"
#include "../../offmap_vr/om_ships/mercship.dm"
#include "../../offmap_vr/om_ships/curashuttle.dm"