diff --git a/.github/MC_tab.md b/.github/MC_tab.md
new file mode 100644
index 000000000000..01ad1e6aa174
--- /dev/null
+++ b/.github/MC_tab.md
@@ -0,0 +1,36 @@
+The MC tab hold information on how the game is performing. Here's a crash course on what the most important of those numbers mean.
+
+If you already know what these numbers mean and you want to see them update faster than the default refresh rate of once every 2 seconds, you can enable the admin pref to make the MC tab refresh every 4 deciseconds. Please don't do this unless you actually need that information at a faster refresh rate since updating every subsystems information is expensive.
+
+# Main Entries:
+
+ * CPU: What percentage of a tick the game is using before starting the next tick. If this is above 100 it means we are over budget.
+
+ * TickCount: How many ticks should have elapsed since the start of the game if no ticks were ever delayed from starting.
+
+ * TickDrift: How many ticks since the game started that have been delayed. Essentially this is how many ticks the game is running behind. If this is increasing then the game is currently not able to keep up with demand.
+
+ * Internal Tick Usage: You might have heard of this referred to as "maptick". It's how much of the tick that an internal byond function called SendMaps() has taken recently. The higher this is the less time our code has to run. SendMaps() deals with sending players updates of their view of the game world so it has to run every tick but it's expensive so ideally this is optimized as much as possible. You can see a more detailed breakdown of the cost of SendMaps by looking at the profiler in the debug tab -> "Send Maps Profile".
+
+# Master Controller Entry:
+
+ * TickRate: How many Byond ticks go between each master controller iteration. By default this is 1 meaning the MC runs once every byond tick. But certain configurations can increase this slightly.
+
+ * Iteration: How many times the MC has ran since starting.
+
+ * TickLimit: This SHOULD be what percentage of the tick the MC can use when it starts a run, however currently it just represents how much of the tick the MC can use by the time that SSstatpanels fires. Someone should fix that.
+
+# Subsystem Entries:
+
+Subsystems will typically have a base stat entry of the form:
+[ ] Name 12ms|28%(2%)|3
+
+The brackets hold a letter if the subsystem is in a state other than idle.
+
+The first numbered entry is the cost of the subsystem, which is a running average of how many milliseconds the subsystem takes to complete a full run. This is increased every time the subsystem resumes an uncompleted run or starts a new run and decays when runs take less time. If this balloons to huge values then it means that the amount of work the subsystem needs to complete in a run is far greater than the amount of time it actually has to execute in whenever it is its turn to fire.
+
+The second numbered entry is like cost, but in percentage of an ideal tick this subsystem takes to complete a run. They both represent the same data.
+
+The third entry (2%) is how much time this subsystem spent executing beyond the time it was allocated by the MC. This is bad, it means that this subsystem doesn't yield when it's taking too much time and makes the job of the MC harder. The MC will attempt to account for this but it is better for all subsystems to be able to correctly yield when their turn is done.
+
+The fourth entry represents how many times this subsystem fires before it completes a run.
diff --git a/2024-02-11 19 b/2024-02-11 19
new file mode 100644
index 000000000000..e69de29bb2d1
diff --git a/_maps/RandomRuins/BeachRuins/beach_colony.dmm b/_maps/RandomRuins/BeachRuins/beach_colony.dmm
index 95f9f4baa89c..05a810e004ad 100644
--- a/_maps/RandomRuins/BeachRuins/beach_colony.dmm
+++ b/_maps/RandomRuins/BeachRuins/beach_colony.dmm
@@ -383,7 +383,7 @@
},
/area/overmap_encounter/planetoid/beachplanet/explored)
"NG" = (
-/obj/item/gun/ballistic/automatic/pistol/m1911/no_mag{
+/obj/item/gun/ballistic/automatic/pistol/candor/no_mag{
pixel_x = 13
},
/obj/item/toy/plush/carpplushie{
diff --git a/_maps/RandomRuins/BeachRuins/beach_crashed_engineer.dmm b/_maps/RandomRuins/BeachRuins/beach_crashed_engineer.dmm
index 4e47f54d4970..998e43b9085a 100644
--- a/_maps/RandomRuins/BeachRuins/beach_crashed_engineer.dmm
+++ b/_maps/RandomRuins/BeachRuins/beach_crashed_engineer.dmm
@@ -230,7 +230,7 @@
/turf/open/floor/plating,
/area/ruin/unpowered)
"kH" = (
-/obj/item/book/manual/wiki/engineering_construction,
+/obj/item/book/manual/wiki/construction,
/turf/open/floor/plating/beach/sand{
light_range = 2
},
@@ -453,7 +453,7 @@
/turf/open/floor/plasteel/tech,
/area/ruin/unpowered)
"sB" = (
-/obj/item/book/manual/wiki/engineering_guide,
+/obj/item/book/manual/wiki/engineering,
/turf/open/floor/plating/beach/sand{
light_range = 2
},
@@ -858,7 +858,7 @@
/area/overmap_encounter/planetoid/beachplanet/explored)
"Kl" = (
/obj/effect/radiation,
-/obj/item/book/manual/wiki/engineering_singulo_tesla,
+/obj/item/book/manual/wiki/engineering,
/turf/open/water/beach/deep,
/area/overmap_encounter/planetoid/beachplanet/explored)
"Ko" = (
diff --git a/_maps/RandomRuins/BeachRuins/beach_crashed_starwalker.dmm b/_maps/RandomRuins/BeachRuins/beach_crashed_starwalker.dmm
index 87df4d5dc092..346458a87daf 100644
--- a/_maps/RandomRuins/BeachRuins/beach_crashed_starwalker.dmm
+++ b/_maps/RandomRuins/BeachRuins/beach_crashed_starwalker.dmm
@@ -3374,7 +3374,7 @@
/obj/structure/cable/orange{
icon_state = "2-10"
},
-/obj/item/gun/ballistic/shotgun/lethal,
+/obj/item/gun/ballistic/shotgun/brimstone,
/obj/structure/spacevine,
/turf/open/floor/mineral/plastitanium,
/area/ruin/beach/starwalker)
diff --git a/_maps/RandomRuins/BeachRuins/beach_fishing_hut.dmm b/_maps/RandomRuins/BeachRuins/beach_fishing_hut.dmm
index 588fe99b9792..3b801c086ff3 100644
--- a/_maps/RandomRuins/BeachRuins/beach_fishing_hut.dmm
+++ b/_maps/RandomRuins/BeachRuins/beach_fishing_hut.dmm
@@ -297,7 +297,7 @@
"mD" = (
/obj/structure/table/wood,
/obj/machinery/light/small/directional/north,
-/obj/item/gun/ballistic/shotgun/winchester,
+/obj/item/gun/ballistic/shotgun/flamingarrow,
/turf/open/floor/wood,
/area/ruin/beach)
"mE" = (
diff --git a/_maps/RandomRuins/BeachRuins/beach_ocean_town.dmm b/_maps/RandomRuins/BeachRuins/beach_ocean_town.dmm
index c65fe197ed88..583c196e3dc3 100644
--- a/_maps/RandomRuins/BeachRuins/beach_ocean_town.dmm
+++ b/_maps/RandomRuins/BeachRuins/beach_ocean_town.dmm
@@ -3308,7 +3308,7 @@
/area/overmap_encounter/planetoid/beachplanet/explored)
"MY" = (
/obj/structure/table,
-/obj/item/book/manual/wiki/barman_recipes,
+/obj/item/book/manual/wiki/drinks,
/turf/open/floor/wood{
light_range = 2
},
@@ -3321,7 +3321,7 @@
/area/overmap_encounter/planetoid/beachplanet/explored)
"Ni" = (
/obj/structure/table/wood,
-/obj/item/book/manual/wiki/medical_cloning,
+/obj/item/book/manual/wiki/medicine,
/obj/machinery/light/small/directional/west,
/turf/open/floor/wood,
/area/ruin/beach/oceantown)
diff --git a/_maps/RandomRuins/IceRuins/icemoon_hydroponics_lab.dmm b/_maps/RandomRuins/IceRuins/icemoon_hydroponics_lab.dmm
index 96126bfbaf4e..67613238e83d 100644
--- a/_maps/RandomRuins/IceRuins/icemoon_hydroponics_lab.dmm
+++ b/_maps/RandomRuins/IceRuins/icemoon_hydroponics_lab.dmm
@@ -870,7 +870,7 @@
/turf/open/floor/plasteel/tech,
/area/ruin/powered/hydroponicslab)
"oo" = (
-/obj/item/gun/ballistic/automatic/pistol/m1911/no_mag{
+/obj/item/gun/ballistic/automatic/pistol/candor/no_mag{
pixel_x = 2;
pixel_y = -3
},
@@ -1794,7 +1794,7 @@
/area/ruin/powered/hydroponicslab)
"Mz" = (
/obj/effect/decal/cleanable/blood,
-/obj/item/gun/ballistic/automatic/pistol/m1911/no_mag,
+/obj/item/gun/ballistic/automatic/pistol/candor/no_mag,
/obj/effect/turf_decal/techfloor{
dir = 4
},
diff --git a/_maps/RandomRuins/IceRuins/icemoon_surface_engioutpost.dmm b/_maps/RandomRuins/IceRuins/icemoon_surface_engioutpost.dmm
index 4e44e6fb41e0..b514b1c40f9c 100644
--- a/_maps/RandomRuins/IceRuins/icemoon_surface_engioutpost.dmm
+++ b/_maps/RandomRuins/IceRuins/icemoon_surface_engioutpost.dmm
@@ -617,7 +617,7 @@
/obj/effect/turf_decal/industrial/warning{
dir = 8
},
-/obj/item/book/manual/wiki/engineering_singulo_tesla,
+/obj/item/book/manual/wiki/engineering,
/turf/open/floor/plasteel/icemoon,
/area/ruin)
"bE" = (
@@ -828,7 +828,7 @@
/turf/open/floor/plasteel/icemoon,
/area/ruin)
"cc" = (
-/obj/item/book/manual/wiki/atmospherics,
+/obj/item/book/manual/wiki/engineering,
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{
dir = 4
},
diff --git a/_maps/RandomRuins/IceRuins/icemoon_underground_hermit.dmm b/_maps/RandomRuins/IceRuins/icemoon_underground_hermit.dmm
index 06f364c61fea..3f105e83ef81 100644
--- a/_maps/RandomRuins/IceRuins/icemoon_underground_hermit.dmm
+++ b/_maps/RandomRuins/IceRuins/icemoon_underground_hermit.dmm
@@ -56,7 +56,7 @@
/turf/open/floor/wood,
/area/ruin/powered)
"sC" = (
-/obj/item/gun/ballistic/rifle/boltaction,
+/obj/item/gun/ballistic/rifle/illestren,
/obj/structure/table/wood,
/obj/item/flashlight/lantern,
/turf/open/floor/wood,
diff --git a/_maps/RandomRuins/IceRuins/icemoon_underground_oldstation.dmm b/_maps/RandomRuins/IceRuins/icemoon_underground_oldstation.dmm
index b63742662227..162934ae538b 100644
--- a/_maps/RandomRuins/IceRuins/icemoon_underground_oldstation.dmm
+++ b/_maps/RandomRuins/IceRuins/icemoon_underground_oldstation.dmm
@@ -1416,7 +1416,6 @@
"ex" = (
/obj/effect/decal/cleanable/dirt,
/obj/structure/table,
-/obj/item/book/manual/wiki/security_space_law,
/obj/effect/turf_decal/corner/opaque/red{
dir = 1
},
diff --git a/_maps/RandomRuins/JungleRuins/jungle_abandoned_library.dmm b/_maps/RandomRuins/JungleRuins/jungle_abandoned_library.dmm
index 71b31e40d1fd..007b969e0985 100644
--- a/_maps/RandomRuins/JungleRuins/jungle_abandoned_library.dmm
+++ b/_maps/RandomRuins/JungleRuins/jungle_abandoned_library.dmm
@@ -597,7 +597,7 @@
/obj/effect/turf_decal/siding/wood{
dir = 4
},
-/obj/item/book/manual/wiki/medical_cloning{
+/obj/item/book/manual/wiki/medicine{
pixel_x = 14
},
/obj/structure/fluff/paper/stack{
@@ -1305,7 +1305,7 @@
/obj/effect/turf_decal/siding/wood{
dir = 4
},
-/obj/item/book/manual/wiki/engineering_guide{
+/obj/item/book/manual/wiki/engineering{
pixel_x = -6;
pixel_y = 9
},
@@ -1581,7 +1581,7 @@
/obj/effect/turf_decal/siding/wood{
dir = 4
},
-/obj/item/book/manual/wiki/plumbing{
+/obj/item/book/manual/wiki/piloting{
pixel_y = 7;
pixel_x = 5
},
@@ -2058,7 +2058,7 @@
/obj/effect/turf_decal/siding/wood{
dir = 4
},
-/obj/item/book/manual/wiki/telescience{
+/obj/item/book/manual/wiki/surgery{
pixel_y = 11;
pixel_x = -4
},
@@ -2760,7 +2760,7 @@
/obj/effect/turf_decal/siding/wood{
dir = 4
},
-/obj/item/book/manual/wiki/robotics_cyborgs{
+/obj/item/book/manual/wiki/robotics{
pixel_x = -5;
pixel_y = 4
},
@@ -2929,7 +2929,7 @@
/turf/open/floor/wood,
/area/ruin/jungle)
"SN" = (
-/obj/item/book/manual/wiki/research_and_development{
+/obj/item/book/manual/wiki/command{
pixel_y = 5;
pixel_x = -5
},
@@ -2980,7 +2980,7 @@
/turf/closed/mineral/random/jungle,
/area/ruin/jungle)
"TE" = (
-/obj/structure/bookcase/manuals/research_and_development,
+/obj/structure/bookcase/manuals/chemistry,
/turf/open/floor/wood,
/area/ruin/jungle)
"TH" = (
@@ -3254,7 +3254,7 @@
/obj/effect/turf_decal/siding/wood{
dir = 4
},
-/obj/item/book/manual/wiki/infections{
+/obj/item/book/manual/wiki/piloting{
pixel_x = 2;
pixel_y = 10
},
diff --git a/_maps/RandomRuins/JungleRuins/jungle_bombed_starport.dmm b/_maps/RandomRuins/JungleRuins/jungle_bombed_starport.dmm
index c8cd0dfd8964..7f5b18cd2014 100644
--- a/_maps/RandomRuins/JungleRuins/jungle_bombed_starport.dmm
+++ b/_maps/RandomRuins/JungleRuins/jungle_bombed_starport.dmm
@@ -544,7 +544,7 @@
/area/overmap_encounter/planetoid/jungle/explored)
"dZ" = (
/obj/structure/table/wood,
-/obj/item/book/manual/wiki/engineering_guide,
+/obj/item/book/manual/wiki/engineering,
/obj/machinery/light/small/broken/directional/west,
/turf/open/floor/wood,
/area/ruin/jungle/starport)
@@ -1939,7 +1939,7 @@
/area/overmap_encounter/planetoid/jungle/explored)
"nI" = (
/obj/structure/table/wood,
-/obj/item/book/manual/wiki/toxins,
+/obj/item/book/manual/wiki/chemistry,
/obj/machinery/light/small/broken/directional/east,
/turf/open/floor/wood{
icon_state = "wood-broken3"
@@ -4117,10 +4117,10 @@
/area/overmap_encounter/planetoid/jungle/explored)
"Co" = (
/obj/structure/closet,
-/obj/item/clothing/under/syndicate/aclfgrunt,
-/obj/item/clothing/under/syndicate/aclfgrunt,
-/obj/item/clothing/under/syndicate/aclfgrunt,
-/obj/item/clothing/under/syndicate/aclfgrunt,
+/obj/item/clothing/under/syndicate/ngr,
+/obj/item/clothing/under/syndicate/ngr,
+/obj/item/clothing/under/syndicate/ngr,
+/obj/item/clothing/under/syndicate/ngr,
/turf/open/floor/plating{
icon_state = "platingdmg2"
},
@@ -5382,7 +5382,7 @@
},
/area/overmap_encounter/planetoid/jungle/explored)
"Kx" = (
-/obj/item/clothing/under/syndicate/aclfgrunt,
+/obj/item/clothing/under/syndicate/ngr,
/turf/open/floor/plating{
icon_state = "platingdmg3"
},
@@ -5611,8 +5611,8 @@
/area/overmap_encounter/planetoid/jungle/explored)
"LM" = (
/obj/structure/closet,
-/obj/item/clothing/suit/gorlex,
-/obj/item/clothing/under/syndicate/officer,
+/obj/item/clothing/suit/armor/vest/capcarapace/ngr_captain,
+/obj/item/clothing/under/syndicate/ngr/officer,
/obj/item/gun/ballistic/automatic/pistol,
/obj/item/ammo_box/magazine/m10mm,
/obj/item/ammo_box/magazine/m10mm,
@@ -7295,8 +7295,8 @@
"XC" = (
/obj/effect/decal/remains/human,
/obj/effect/decal/cleanable/vomit/old,
-/obj/item/clothing/under/syndicate/officer,
-/obj/item/clothing/suit/gorlex,
+/obj/item/clothing/under/syndicate/ngr/officer,
+/obj/item/clothing/suit/armor/vest/capcarapace/ngr_captain,
/obj/item/clothing/shoes/combat,
/turf/open/floor/mineral/plastitanium,
/area/ruin/jungle/starport/tower)
diff --git a/_maps/RandomRuins/JungleRuins/jungle_cavecrew.dmm b/_maps/RandomRuins/JungleRuins/jungle_cavecrew.dmm
index afa21c752a75..4242fcba0327 100644
--- a/_maps/RandomRuins/JungleRuins/jungle_cavecrew.dmm
+++ b/_maps/RandomRuins/JungleRuins/jungle_cavecrew.dmm
@@ -1379,7 +1379,7 @@
/obj/item/gun/ballistic/shotgun/automatic/combat{
pixel_y = 5
},
-/obj/item/gun/ballistic/revolver/nagant{
+/obj/item/gun/ballistic/revolver/ashhand{
pixel_y = -1
},
/turf/open/floor/plasteel/tech,
@@ -1760,13 +1760,12 @@
pixel_x = -3;
pixel_y = -5
},
-/obj/item/ammo_box/n762_clip,
-/obj/item/ammo_box/n762,
+/obj/item/ammo_casing/a4570,
/obj/item/ammo_box/magazine/aks74u,
/obj/item/ammo_box/magazine/aks74u,
/obj/item/ammo_box/magazine/aks74u,
-/obj/item/ammo_box/n762,
-/obj/item/ammo_box/n762_clip,
+/obj/item/ammo_box/magazine/illestren_a850r,
+/obj/item/ammo_box/magazine/illestren_a850r,
/turf/open/floor/plasteel/tech,
/area/ruin/jungle/cavecrew/security)
"vr" = (
@@ -2332,14 +2331,10 @@
dir = 1
},
/obj/effect/turf_decal/siding/wood/corner,
-/obj/item/book/manual/wiki/engineering_guide{
+/obj/item/book/manual/wiki/engineering{
pixel_x = 5;
pixel_y = -7
},
-/obj/item/book/manual/wiki/grenades{
- pixel_x = -3;
- pixel_y = 1
- },
/obj/effect/decal/cleanable/dirt/dust,
/obj/effect/decal/cleanable/wrapping,
/turf/open/floor/wood,
@@ -2818,11 +2813,11 @@
dir = 1
},
/obj/effect/turf_decal/siding/wood,
-/obj/item/book/manual/wiki/engineering_hacking{
+/obj/item/book/manual/wiki/hacking{
pixel_x = -8;
pixel_y = 6
},
-/obj/item/book/manual/wiki/cooking_to_serve_man{
+/obj/item/book/manual/wiki/cooking{
pixel_x = 5;
pixel_y = -6
},
@@ -3782,7 +3777,7 @@
color = "#66b266";
dir = 4
},
-/obj/item/book/manual/wiki/experimentor{
+/obj/item/book/manual/wiki/surgery{
pixel_x = 10;
pixel_y = -5
},
diff --git a/_maps/RandomRuins/JungleRuins/jungle_medtech_outbreak.dmm b/_maps/RandomRuins/JungleRuins/jungle_medtech_outbreak.dmm
index 7aa1aa7bfd2c..720ed17fc830 100644
--- a/_maps/RandomRuins/JungleRuins/jungle_medtech_outbreak.dmm
+++ b/_maps/RandomRuins/JungleRuins/jungle_medtech_outbreak.dmm
@@ -745,7 +745,7 @@
/obj/effect/mob_spawn/human/corpse/assistant{
outfit = /datum/outfit/job/chemist
},
-/obj/item/gun/ballistic/automatic/pistol/m1911/no_mag{
+/obj/item/gun/ballistic/automatic/pistol/candor/no_mag{
pixel_y = -13
},
/turf/open/floor/plating/dirt/jungle/wasteland/lit,
diff --git a/_maps/RandomRuins/JungleRuins/jungle_paradise.dmm b/_maps/RandomRuins/JungleRuins/jungle_paradise.dmm
index cc5902f26a82..5aff7b4501b5 100644
--- a/_maps/RandomRuins/JungleRuins/jungle_paradise.dmm
+++ b/_maps/RandomRuins/JungleRuins/jungle_paradise.dmm
@@ -5802,7 +5802,7 @@
/area/overmap_encounter/planetoid/cave/explored)
"Lv" = (
/obj/structure/table/reinforced,
-/obj/item/book/manual/wiki/tcomms{
+/obj/item/book/manual/wiki/construction{
pixel_x = -7;
pixel_y = 4
},
@@ -6376,10 +6376,6 @@
/obj/item/radio/intercom/directional/south{
name = "Station Intercom (General)"
},
-/obj/item/book/manual/wiki/security_space_law{
- pixel_x = -4;
- pixel_y = 4
- },
/turf/open/floor/mineral/plastitanium/red/brig,
/area/overmap_encounter/planetoid/cave/explored)
"OC" = (
diff --git a/_maps/RandomRuins/JungleRuins/jungle_pirate.dmm b/_maps/RandomRuins/JungleRuins/jungle_pirate.dmm
index 55bb54c7012d..83f17d9f7026 100644
--- a/_maps/RandomRuins/JungleRuins/jungle_pirate.dmm
+++ b/_maps/RandomRuins/JungleRuins/jungle_pirate.dmm
@@ -265,7 +265,7 @@
/turf/open/floor/wood,
/area/ruin/unpowered)
"LD" = (
-/obj/item/ammo_box/n762,
+/obj/item/ammo_box/c45_speedloader,
/obj/structure/table/wood/poker,
/turf/open/floor/wood,
/area/ruin/unpowered)
@@ -313,9 +313,9 @@
/area/ruin/unpowered)
"Sk" = (
/obj/structure/safe,
-/obj/item/gun/ballistic/shotgun/lethal,
-/obj/item/gun/ballistic/shotgun/lethal,
-/obj/item/gun/ballistic/shotgun/lethal,
+/obj/item/gun/ballistic/shotgun/brimstone,
+/obj/item/gun/ballistic/shotgun/brimstone,
+/obj/item/gun/ballistic/shotgun/brimstone,
/obj/item/gun/grenadelauncher,
/turf/open/floor/wood,
/area/ruin/unpowered)
diff --git a/_maps/RandomRuins/JungleRuins/jungle_surface_bombmakers_cabin.dmm b/_maps/RandomRuins/JungleRuins/jungle_surface_bombmakers_cabin.dmm
index 1952fa3e16c8..ca1c8dc0794f 100644
--- a/_maps/RandomRuins/JungleRuins/jungle_surface_bombmakers_cabin.dmm
+++ b/_maps/RandomRuins/JungleRuins/jungle_surface_bombmakers_cabin.dmm
@@ -219,11 +219,6 @@
/area/overmap_encounter/planetoid/jungle/explored)
"wK" = (
/obj/structure/table/wood,
-/obj/item/book/manual/wiki/grenades{
- desc = "Some kind of manual about making hellish grenades and explosives. Completely unreadable, but you feel as though you've gained a level in explosives.";
- name = "Pete's Lesson";
- pixel_y = 3
- },
/turf/open/floor/wood{
icon_state = "wood-broken5"
},
diff --git a/_maps/RandomRuins/LavaRuins/lavaland_surface_codelab.dmm b/_maps/RandomRuins/LavaRuins/lavaland_surface_codelab.dmm
index 1bbc1b76a834..1ff358a4dd8b 100644
--- a/_maps/RandomRuins/LavaRuins/lavaland_surface_codelab.dmm
+++ b/_maps/RandomRuins/LavaRuins/lavaland_surface_codelab.dmm
@@ -545,7 +545,7 @@
/turf/open/floor/plasteel/white,
/area/ruin/unpowered/codelab/storage)
"gz" = (
-/obj/structure/bookcase/manuals/research_and_development,
+/obj/structure/bookcase/manuals/chemistry,
/turf/open/floor/plasteel/white,
/area/ruin/unpowered/codelab/reception)
"gC" = (
diff --git a/_maps/RandomRuins/LavaRuins/lavaland_surface_fuckedupandevilclub.dmm b/_maps/RandomRuins/LavaRuins/lavaland_surface_fuckedupandevilclub.dmm
index 98488b286f8d..2cffcb4d76bd 100644
--- a/_maps/RandomRuins/LavaRuins/lavaland_surface_fuckedupandevilclub.dmm
+++ b/_maps/RandomRuins/LavaRuins/lavaland_surface_fuckedupandevilclub.dmm
@@ -562,7 +562,7 @@
/obj/structure/table/reinforced,
/obj/item/ammo_casing/shotgun/incendiary,
/obj/item/ammo_casing/shotgun/dragonsbreath,
-/obj/item/gun/ballistic/shotgun/lethal,
+/obj/item/gun/ballistic/shotgun/brimstone,
/turf/open/floor/plasteel/cult,
/area/ruin/unpowered)
"OF" = (
diff --git a/_maps/RandomRuins/RockRuins/rockplanet_budgetcuts.dmm b/_maps/RandomRuins/RockRuins/rockplanet_budgetcuts.dmm
index 9cf2b5a40bae..d78e01dbae06 100644
--- a/_maps/RandomRuins/RockRuins/rockplanet_budgetcuts.dmm
+++ b/_maps/RandomRuins/RockRuins/rockplanet_budgetcuts.dmm
@@ -1608,10 +1608,6 @@
/area/ruin/powered)
"AY" = (
/obj/structure/table/wood,
-/obj/item/book/manual/wiki/security_space_law{
- pixel_x = 12;
- pixel_y = 2
- },
/obj/item/flashlight/lamp{
pixel_y = 4
},
@@ -2130,7 +2126,7 @@
pixel_x = 5;
pixel_y = -9
},
-/obj/item/gun/ballistic/automatic/pistol/m1911/no_mag,
+/obj/item/gun/ballistic/automatic/pistol/candor/no_mag,
/obj/machinery/door/firedoor,
/turf/open/floor/plasteel,
/area/ruin/powered)
diff --git a/_maps/RandomRuins/RockRuins/rockplanet_house.dmm b/_maps/RandomRuins/RockRuins/rockplanet_house.dmm
index 275e2b7b1c17..e06f8a456840 100644
--- a/_maps/RandomRuins/RockRuins/rockplanet_house.dmm
+++ b/_maps/RandomRuins/RockRuins/rockplanet_house.dmm
@@ -11,7 +11,7 @@
/area/ruin/unpowered)
"h" = (
/obj/structure/table/wood,
-/obj/item/gun/ballistic/automatic/pistol/m1911,
+/obj/item/gun/ballistic/automatic/pistol/candor,
/obj/item/ammo_box/magazine/m45,
/obj/effect/gibspawner/human/bodypartless,
/obj/item/ammo_box/magazine/m45,
diff --git a/_maps/RandomRuins/RockRuins/rockplanet_miningexpedition.dmm b/_maps/RandomRuins/RockRuins/rockplanet_miningexpedition.dmm
index e4f0f716266c..f617a687b16c 100644
--- a/_maps/RandomRuins/RockRuins/rockplanet_miningexpedition.dmm
+++ b/_maps/RandomRuins/RockRuins/rockplanet_miningexpedition.dmm
@@ -41,6 +41,12 @@
/obj/structure/sign/poster/contraband/tools,
/turf/closed/wall/r_wall/rust,
/area/ruin/unpowered)
+"js" = (
+/obj/item/chair,
+/obj/effect/decal/cleanable/blood,
+/obj/item/gun/ballistic/automatic/pistol/candor,
+/turf/open/floor/plasteel/grimy,
+/area/ruin/unpowered)
"lg" = (
/obj/structure/table,
/obj/machinery/microwave,
@@ -162,6 +168,12 @@
/obj/machinery/vending/mining_equipment,
/turf/open/floor/plasteel/mono,
/area/ruin/unpowered)
+"Cy" = (
+/obj/effect/decal/cleanable/blood,
+/obj/effect/mob_spawn/human/miner,
+/obj/item/pickaxe,
+/turf/open/floor/plating/asteroid/rockplanet/lit,
+/area/overmap_encounter/planetoid/rockplanet/explored)
"CL" = (
/obj/structure/sign/poster/random,
/turf/closed/wall/r_wall/rust,
@@ -262,12 +274,6 @@
},
/turf/open/floor/plasteel/rockvault,
/area/ruin/unpowered)
-"Qo" = (
-/obj/effect/decal/cleanable/blood,
-/obj/effect/mob_spawn/human/miner,
-/obj/item/pickaxe,
-/turf/open/floor/plating/asteroid/rockplanet/lit,
-/area/overmap_encounter/planetoid/rockplanet/explored)
"Qr" = (
/obj/effect/turf_decal/rechargefloor,
/obj/structure/mecha_wreckage/ripley,
@@ -293,12 +299,6 @@
/obj/machinery/light/broken/directional/east,
/turf/open/floor/plasteel/grimy,
/area/ruin/unpowered)
-"TI" = (
-/obj/item/chair,
-/obj/effect/decal/cleanable/blood,
-/obj/item/gun/ballistic/automatic/pistol/m1911,
-/turf/open/floor/plasteel/grimy,
-/area/ruin/unpowered)
"Uu" = (
/obj/machinery/light/broken/directional/north,
/obj/effect/decal/cleanable/oil,
@@ -448,7 +448,7 @@ tN
(5,1,1) = {"
yZ
yZ
-Qo
+Cy
yZ
Vw
YN
@@ -523,7 +523,7 @@ yZ
tN
yZ
Vw
-TI
+js
Wz
Vw
yZ
diff --git a/_maps/RandomRuins/RockRuins/rockplanet_nomadcrash.dmm b/_maps/RandomRuins/RockRuins/rockplanet_nomadcrash.dmm
index 5fee55e35c6d..35c9612a7998 100644
--- a/_maps/RandomRuins/RockRuins/rockplanet_nomadcrash.dmm
+++ b/_maps/RandomRuins/RockRuins/rockplanet_nomadcrash.dmm
@@ -1128,7 +1128,7 @@
/obj/item/ammo_box/magazine/m45{
pixel_x = 7
},
-/obj/item/gun/ballistic/automatic/pistol/m1911/no_mag,
+/obj/item/gun/ballistic/automatic/pistol/candor/no_mag,
/turf/open/floor/plating/ashplanet/rocky,
/area/ruin/rockplanet/nanotrasen)
"HG" = (
diff --git a/_maps/RandomRuins/RockRuins/rockplanet_saloon.dmm b/_maps/RandomRuins/RockRuins/rockplanet_saloon.dmm
index a7af51d9a489..3b597c46f4e4 100644
--- a/_maps/RandomRuins/RockRuins/rockplanet_saloon.dmm
+++ b/_maps/RandomRuins/RockRuins/rockplanet_saloon.dmm
@@ -291,7 +291,7 @@
/area/overmap_encounter/planetoid/rockplanet/explored)
"hj" = (
/obj/structure/table/wood,
-/obj/item/book/manual/wiki/barman_recipes{
+/obj/item/book/manual/wiki/drinks{
pixel_x = -2;
pixel_y = 12
},
@@ -477,7 +477,7 @@
pixel_x = 4;
pixel_y = 6
},
-/obj/item/gun/ballistic/shotgun/riot{
+/obj/item/gun/ballistic/shotgun/hellfire{
pixel_x = -10;
pixel_y = 2
},
diff --git a/_maps/RandomRuins/SandRuins/whitesands_surface_camp_combination.dmm b/_maps/RandomRuins/SandRuins/whitesands_surface_camp_combination.dmm
index aaea1e5ca79d..379e35a7d2f9 100644
--- a/_maps/RandomRuins/SandRuins/whitesands_surface_camp_combination.dmm
+++ b/_maps/RandomRuins/SandRuins/whitesands_surface_camp_combination.dmm
@@ -744,7 +744,7 @@
/area/ruin)
"Df" = (
/obj/structure/table,
-/obj/item/gun/ballistic/rifle/boltaction/polymer,
+/obj/item/gun/ballistic/rifle/polymer,
/turf/open/floor/concrete,
/area/ruin)
"Di" = (
@@ -882,7 +882,7 @@
"Hn" = (
/obj/structure/closet/secure_closet/hydroponics,
/obj/item/circuitboard/machine/plantgenes,
-/obj/item/gun/ballistic/rifle/boltaction/polymer,
+/obj/item/gun/ballistic/rifle/polymer,
/turf/open/floor/wood,
/area/ruin)
"HP" = (
@@ -923,7 +923,7 @@
/area/overmap_encounter/planetoid/sand/explored)
"Ig" = (
/obj/structure/table,
-/obj/item/gun/ballistic/automatic/pistol/m1911,
+/obj/item/gun/ballistic/automatic/pistol/candor,
/turf/open/floor/concrete,
/area/ruin)
"Io" = (
diff --git a/_maps/RandomRuins/SandRuins/whitesands_surface_camp_saloon.dmm b/_maps/RandomRuins/SandRuins/whitesands_surface_camp_saloon.dmm
index 6b6f03797383..673b21cf90ae 100644
--- a/_maps/RandomRuins/SandRuins/whitesands_surface_camp_saloon.dmm
+++ b/_maps/RandomRuins/SandRuins/whitesands_surface_camp_saloon.dmm
@@ -1342,7 +1342,7 @@
/area/ruin/whitesands/saloon)
"Oc" = (
/obj/structure/closet/cabinet,
-/obj/item/gun/ballistic/shotgun/riot,
+/obj/item/gun/ballistic/shotgun/hellfire,
/obj/item/storage/box/rubbershot{
pixel_x = -5;
pixel_y = 5
diff --git a/_maps/RandomRuins/SandRuins/whitesands_surface_pubbyslopcrash.dmm b/_maps/RandomRuins/SandRuins/whitesands_surface_pubbyslopcrash.dmm
index 1cd150e9b8dc..244eef61fa03 100644
--- a/_maps/RandomRuins/SandRuins/whitesands_surface_pubbyslopcrash.dmm
+++ b/_maps/RandomRuins/SandRuins/whitesands_surface_pubbyslopcrash.dmm
@@ -1,156 +1,137 @@
//MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE
-"as" = (
-/obj/machinery/light/directional/north,
-/obj/structure/table/reinforced,
-/obj/machinery/reagentgrinder{
- pixel_x = 6;
- pixel_y = 14
+"ab" = (
+/obj/effect/decal/fakelattice{
+ icon_state = "lattice-141"
},
-/obj/item/reagent_containers/food/snacks/meat/slab/xeno,
-/turf/open/floor/plastic,
-/area/ruin/whitesands/pubbycrash)
+/turf/open/floor/plating/asteroid/whitesands/dried,
+/area/overmap_encounter/planetoid/cave/explored)
+"as" = (
+/obj/machinery/door/airlock/public/glass,
+/turf/open/floor/plasteel,
+/area/ruin/whitesands/pubbycrash/split)
"aR" = (
-/obj/structure/sign/number/one,
-/obj/effect/decal/cleanable/dirt/dust,
-/obj/item/stack/ore/salvage/scrapmetal,
-/turf/open/floor/engine,
-/area/ruin/whitesands/pubbycrash)
-"ba" = (
-/obj/machinery/door/airlock/external/glass,
-/obj/effect/turf_decal/industrial/warning{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/layer_manifold,
-/turf/open/floor/plasteel/dark,
-/area/ruin/whitesands/pubbycrash)
-"by" = (
-/obj/effect/decal/cleanable/dirt/dust,
/obj/structure/cable{
- icon_state = "1-2"
+ icon_state = "2-8"
},
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4,
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/turf/open/floor/pod,
-/area/ruin/whitesands/pubbycrash)
-"bS" = (
-/obj/item/t_scanner/adv_mining_scanner/lesser,
-/obj/item/kinetic_crusher,
-/obj/structure/rack,
-/obj/item/pickaxe/mini,
-/obj/item/pickaxe/mini,
-/obj/effect/turf_decal/siding/brown,
-/obj/item/gun/energy/kinetic_accelerator,
-/obj/machinery/firealarm/directional/south,
-/obj/effect/decal/cleanable/dirt,
-/turf/open/floor/plasteel/tech/techmaint,
+/obj/structure/reagent_dispensers/watertank,
+/turf/open/floor/plasteel/tech,
+/area/ruin/whitesands/pubbycrash/engine_room)
+"ba" = (
+/obj/structure/salvageable/computer,
+/obj/item/stack/ore/salvage/scrapgold,
+/turf/open/floor/plasteel/tech,
/area/ruin/whitesands/pubbycrash)
-"bW" = (
+"by" = (
/obj/effect/turf_decal/box,
-/obj/structure/table/reinforced,
-/obj/item/storage/toolbox/mechanical{
- pixel_x = 2;
- pixel_y = -2
- },
-/obj/item/storage/toolbox/mechanical{
- pixel_x = -3;
- pixel_y = 1
- },
-/obj/item/storage/toolbox/electrical{
- pixel_x = 2;
- pixel_y = 3
- },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
/obj/structure/railing{
dir = 1
},
/obj/effect/turf_decal/industrial/warning{
dir = 1
},
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{
+ dir = 6
+ },
+/obj/structure/salvageable/computer,
/turf/open/floor/plasteel,
/area/ruin/whitesands/pubbycrash)
+"bS" = (
+/obj/structure/girder/displaced,
+/turf/open/floor/plating/asteroid/whitesands/dried,
+/area/overmap_encounter/planetoid/cave/explored)
+"bW" = (
+/obj/structure/cable{
+ icon_state = "1-2"
+ },
+/obj/machinery/atmospherics/pipe/simple/orange/hidden,
+/obj/machinery/light/directional/east,
+/obj/effect/gibspawner,
+/obj/item/stack/ore/salvage/scrapmetal/five,
+/turf/open/floor/plasteel/tech/techmaint,
+/area/ruin/whitesands/pubbycrash/engine_room)
"bZ" = (
/turf/open/floor/plating/asteroid/whitesands,
-/area/overmap_encounter/planetoid/sand)
+/area/overmap_encounter/planetoid/sand/explored)
+"ch" = (
+/turf/closed/wall/mineral/titanium,
+/area/ruin/whitesands/pubbycrash/engine_room)
"ck" = (
-/obj/effect/turf_decal/industrial/warning{
- dir = 8
- },
-/obj/effect/turf_decal/industrial/warning{
+/obj/effect/turf_decal/industrial/warning,
+/obj/machinery/button/door{
+ id = "pubbywspodsw";
+ name = "Pod Door Control";
+ pixel_x = -25;
dir = 4
},
-/obj/machinery/atmospherics/components/binary/dp_vent_pump/high_volume,
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4,
-/turf/open/floor/plasteel/dark,
+/obj/effect/decal/cleanable/dirt/dust,
+/turf/open/floor/engine,
/area/ruin/whitesands/pubbycrash)
"co" = (
/obj/structure/cable{
icon_state = "4-8"
},
/obj/effect/decal/cleanable/dirt/dust,
-/obj/structure/cable{
- icon_state = "1-4"
- },
/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4,
/obj/machinery/atmospherics/pipe/manifold/supply/hidden,
-/turf/open/floor/plasteel/dark,
+/turf/open/floor/plasteel/patterned/grid,
/area/ruin/whitesands/pubbycrash)
"cp" = (
-/obj/effect/turf_decal/spline/fancy/opaque/black,
-/obj/structure/cable{
- icon_state = "0-4"
- },
-/obj/effect/decal/cleanable/dirt/dust,
-/turf/open/floor/plasteel/dark,
-/area/ruin/whitesands/pubbycrash)
+/obj/structure/table,
+/obj/machinery/cell_charger,
+/obj/effect/turf_decal/industrial/warning,
+/turf/open/floor/plasteel/tech,
+/area/ruin/whitesands/pubbycrash/engine_room)
"ct" = (
-/obj/effect/decal/cleanable/dirt,
-/obj/effect/decal/cleanable/dirt/dust,
-/obj/machinery/airalarm/directional/south,
-/obj/machinery/atmospherics/components/unary/vent_pump/on{
- dir = 8
+/obj/structure/bed/dogbed{
+ anchored = 1;
+ name = "citrus's bed"
},
-/obj/effect/decal/cleanable/vomit/old,
-/turf/open/floor/plasteel/grimy,
+/obj/effect/turf_decal/spline/fancy/opaque/black{
+ dir = 9
+ },
+/obj/machinery/light/directional/east,
+/turf/open/floor/pod,
/area/ruin/whitesands/pubbycrash)
"cx" = (
-/obj/machinery/atmospherics/components/unary/vent_pump/on{
- dir = 8
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
},
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{
- dir = 9
+/obj/structure/cable{
+ icon_state = "4-8"
},
-/obj/item/stack/ore/salvage/scrapmetal,
-/obj/effect/decal/cleanable/dirt,
+/obj/effect/decal/cleanable/dirt/dust,
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4,
+/obj/machinery/firealarm/directional/south,
/turf/open/floor/plasteel/dark,
/area/ruin/whitesands/pubbycrash)
"cN" = (
-/turf/closed/wall/mineral/titanium/nodiagonal,
-/area/ruin/whitesands/pubbycrash)
-"di" = (
-/obj/structure/sink{
- dir = 8;
- pixel_x = 12
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/decal/cleanable/ash{
+ pixel_x = 6;
+ pixel_y = 8
+ },
+/obj/effect/decal/cleanable/ash{
+ pixel_x = -2;
+ pixel_y = 3
+ },
+/obj/effect/decal/cleanable/ash{
+ pixel_x = -6;
+ pixel_y = 8
+ },
+/turf/open/floor/plating{
+ icon_state = "panelscorched";
+ initial_gas_mix = "ws_atmos"
},
+/area/ruin/whitesands/pubbycrash/split)
+"di" = (
+/obj/effect/turf_decal/box,
+/obj/structure/table/reinforced,
/obj/structure/railing,
-/obj/machinery/airalarm/directional/east,
-/obj/item/stack/sheet/cotton/cloth,
-/obj/effect/decal/cleanable/dirt,
-/turf/open/floor/plastic,
+/obj/effect/turf_decal/industrial/warning,
+/turf/open/floor/plasteel,
/area/ruin/whitesands/pubbycrash)
"dm" = (
-/obj/effect/decal/cleanable/dirt/dust,
-/obj/machinery/atmospherics/components/binary/pump{
- dir = 8;
- name = "engine fuel pump"
- },
-/obj/effect/spawner/lootdrop/maintenance/two,
-/turf/open/floor/plasteel/tech,
-/area/ruin/whitesands/pubbycrash)
-"dW" = (
-/obj/item/stack/cable_coil/cut/red,
-/obj/item/stack/ore/salvage/scrapgold,
-/turf/open/floor/plating,
-/area/ruin/whitesands/pubbycrash)
-"ek" = (
/obj/effect/turf_decal/industrial/stand_clear,
/obj/effect/turf_decal/industrial/warning,
/obj/machinery/button/door{
@@ -164,434 +145,475 @@
/obj/structure/salvageable/server,
/turf/open/floor/engine,
/area/ruin/whitesands/pubbycrash)
-"eq" = (
-/obj/structure/sign/number/one,
-/obj/effect/decal/cleanable/vomit/old,
-/obj/effect/decal/cleanable/dirt,
-/turf/open/floor/engine,
-/area/ruin/whitesands/pubbycrash)
-"ff" = (
-/obj/structure/railing{
- dir = 4
+"dW" = (
+/obj/structure/cable/yellow{
+ icon_state = "2-4"
},
-/obj/effect/decal/cleanable/dirt/dust,
-/obj/structure/cable{
+/obj/structure/cable/yellow{
icon_state = "1-2"
},
-/obj/machinery/airalarm/directional/west,
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4,
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/turf/open/floor/plasteel/stairs{
- dir = 1
- },
-/area/ruin/whitesands/pubbycrash)
-"fk" = (
-/obj/structure/table/reinforced,
-/obj/item/storage/fancy/donut_box{
- pixel_y = 2
- },
+/obj/effect/decal/cleanable/dirt/dust,
/obj/effect/turf_decal/industrial/warning{
- dir = 8
- },
-/obj/structure/sign/poster/official/random{
- pixel_y = -32
+ dir = 4
},
-/obj/structure/railing{
+/obj/effect/turf_decal/number/nine{
dir = 4
},
-/obj/machinery/firealarm/directional/east,
-/turf/open/floor/plasteel/dark,
-/area/ruin/whitesands/pubbycrash)
-"fA" = (
-/obj/machinery/light/directional/east,
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{
- dir = 9
+/obj/item/stock_parts/cell/hyper,
+/turf/open/floor/plasteel/tech,
+/area/ruin/whitesands/pubbycrash/engine_room)
+"ek" = (
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 8
},
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{
dir = 9
},
-/obj/structure/sign/poster/official/random{
- pixel_x = 32
- },
-/obj/effect/spawner/lootdrop/maintenance/two,
+/obj/item/stack/ore/salvage/scrapmetal,
/obj/effect/decal/cleanable/dirt,
/turf/open/floor/plasteel/dark,
/area/ruin/whitesands/pubbycrash)
-"fO" = (
-/obj/machinery/power/terminal{
+"eq" = (
+/obj/structure/railing{
dir = 8
},
-/obj/structure/cable{
- icon_state = "0-4"
+/obj/item/kirbyplants/random,
+/obj/structure/railing{
+ dir = 4
},
-/obj/effect/spawner/lootdrop/maintenance/two,
-/turf/open/floor/plasteel/tech,
-/area/ruin/whitesands/pubbycrash)
-"fR" = (
-/obj/effect/turf_decal/spline/fancy/opaque/black{
- dir = 1
+/obj/machinery/light/directional/south,
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 1
},
-/obj/machinery/firealarm/directional/west,
-/obj/item/stack/ore/salvage/scraptitanium,
/obj/effect/decal/cleanable/dirt,
-/turf/open/floor/plasteel/dark,
+/turf/open/floor/plasteel,
+/area/ruin/whitesands/pubbycrash/split)
+"ff" = (
+/obj/machinery/atmospherics/components/unary/vent_pump/on,
+/obj/effect/decal/cleanable/dirt,
+/obj/item/stack/ore/salvage/scraptitanium,
+/turf/open/floor/engine,
/area/ruin/whitesands/pubbycrash)
-"fX" = (
-/obj/effect/turf_decal/box/corners{
- dir = 4
+"fk" = (
+/obj/structure/closet/wall/blue{
+ dir = 1;
+ name = "Captain's locker";
+ pixel_y = -28
},
-/obj/item/stack/ore/salvage/scrapmetal/five,
+/obj/item/clothing/suit/space/hardsuit/mining/heavy,
/obj/effect/decal/cleanable/dirt,
-/turf/open/floor/engine,
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/decal/cleanable/ash/large,
+/turf/open/floor/plating{
+ icon_state = "panelscorched";
+ initial_gas_mix = "ws_atmos"
+ },
+/area/ruin/whitesands/pubbycrash/split)
+"fr" = (
+/obj/machinery/door/airlock/external/glass,
+/obj/effect/turf_decal/industrial/warning{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/layer_manifold,
+/turf/open/floor/plasteel/dark,
/area/ruin/whitesands/pubbycrash)
-"gg" = (
-/obj/structure/reagent_dispensers/servingdish,
+"fA" = (
+/obj/effect/turf_decal/box,
/obj/structure/table/reinforced,
-/obj/item/kitchen/spoon/plastic{
+/obj/structure/railing{
+ dir = 1
+ },
+/obj/effect/turf_decal/industrial/warning{
+ dir = 1
+ },
+/obj/effect/spawner/lootdrop/maintenance/five,
+/obj/effect/spawner/lootdrop/maintenance/five,
+/turf/open/floor/plasteel,
+/area/ruin/whitesands/pubbycrash)
+"fO" = (
+/obj/item/stack/ore/salvage/scrapmetal/five{
+ pixel_y = -9;
pixel_x = 6
},
-/obj/item/kitchen/spoon/plastic{
- pixel_x = -1
+/turf/open/floor/plating/asteroid/whitesands/lit,
+/area/overmap_encounter/planetoid/sand/explored)
+"fR" = (
+/obj/structure/cable/yellow{
+ icon_state = "0-8"
},
-/obj/item/kitchen/spoon/plastic{
- pixel_x = 13
+/obj/effect/turf_decal/industrial/outline/yellow,
+/obj/machinery/power/port_gen/pacman,
+/turf/open/floor/plasteel/tech,
+/area/ruin/whitesands/pubbycrash/engine_room)
+"fX" = (
+/obj/structure/cable{
+ icon_state = "1-8"
},
-/turf/open/floor/plastic,
+/obj/machinery/atmospherics/pipe/simple/orange/hidden{
+ dir = 9
+ },
+/obj/effect/decal/cleanable/glass,
+/obj/effect/turf_decal/industrial/warning{
+ dir = 9
+ },
+/obj/structure/salvageable/machine,
+/turf/open/floor/plasteel/tech/techmaint,
+/area/ruin/whitesands/pubbycrash/engine_room)
+"ge" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/decal/cleanable/ash{
+ pixel_x = 2;
+ pixel_y = -2
+ },
+/obj/effect/decal/cleanable/ash{
+ pixel_y = -3;
+ pixel_x = -6
+ },
+/obj/item/gun/energy/laser/hitscanpistol,
+/turf/open/floor/plating{
+ icon_state = "panelscorched";
+ initial_gas_mix = "ws_atmos"
+ },
+/area/ruin/whitesands/pubbycrash/split)
+"gg" = (
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4,
+/obj/effect/decal/cleanable/vomit/old,
+/obj/effect/decal/cleanable/vomit/old,
+/obj/item/stack/ore/salvage/scrapmetal,
+/obj/effect/mob_spawn/human/corpse/nanotrasenassaultsoldier,
+/obj/effect/gibspawner,
+/turf/open/floor/plasteel/tech,
/area/ruin/whitesands/pubbycrash)
"gs" = (
/obj/effect/decal/fakelattice{
icon_state = "lattice-8"
},
/turf/open/floor/plating/asteroid/whitesands/lit,
-/area/overmap_encounter/planetoid/sand)
+/area/overmap_encounter/planetoid/sand/explored)
"gu" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 4
},
/obj/structure/cable{
- icon_state = "4-8"
+ icon_state = "2-4"
},
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{
- dir = 4
+/obj/structure/cable{
+ icon_state = "1-2"
},
+/obj/machinery/atmospherics/pipe/simple/orange/hidden,
/obj/effect/decal/cleanable/dirt/dust,
-/obj/effect/decal/cleanable/dirt/dust,
-/turf/open/floor/plasteel/patterned/grid,
-/area/ruin/whitesands/pubbycrash)
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{
+ dir = 5
+ },
+/turf/open/floor/plasteel/tech/techmaint,
+/area/ruin/whitesands/pubbycrash/engine_room)
"gx" = (
/obj/effect/decal/fakelattice{
icon_state = "lattice-5"
},
/turf/open/floor/plating/asteroid/whitesands/lit,
-/area/overmap_encounter/planetoid/sand)
+/area/overmap_encounter/planetoid/sand/explored)
"gy" = (
-/obj/effect/turf_decal/box,
-/obj/structure/table/reinforced,
-/obj/structure/railing,
-/obj/effect/turf_decal/industrial/warning,
-/turf/open/floor/plasteel,
-/area/ruin/whitesands/pubbycrash)
+/obj/machinery/power/apc/auto_name/directional/east{
+ start_charge = 0
+ },
+/obj/structure/cable,
+/obj/machinery/atmospherics/pipe/simple/orange/hidden,
+/obj/effect/decal/cleanable/dirt/dust,
+/obj/structure/cable{
+ icon_state = "1-2"
+ },
+/turf/open/floor/plasteel/tech/techmaint,
+/area/ruin/whitesands/pubbycrash/engine_room)
"gG" = (
+/obj/structure/cable/yellow{
+ icon_state = "2-4"
+ },
+/obj/effect/decal/cleanable/dirt/dust,
+/obj/effect/decal/cleanable/dirt/dust,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{
+ dir = 4
+ },
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 4
},
-/obj/structure/cable{
- icon_state = "4-8"
+/obj/structure/chair{
+ dir = 1
},
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{
+/obj/effect/turf_decal/industrial/warning{
dir = 4
},
-/obj/machinery/door/airlock/engineering{
+/obj/effect/turf_decal/number/seven{
dir = 4
},
-/obj/effect/decal/cleanable/dirt/dust,
-/turf/open/floor/plasteel/dark,
-/area/ruin/whitesands/pubbycrash)
+/turf/open/floor/plasteel/tech,
+/area/ruin/whitesands/pubbycrash/engine_room)
"gL" = (
-/obj/effect/turf_decal/box/corners{
+/obj/structure/cable{
+ icon_state = "2-8"
+ },
+/obj/effect/turf_decal/industrial/outline/orange,
+/obj/machinery/portable_atmospherics/canister/toxins,
+/obj/machinery/atmospherics/components/unary/portables_connector/visible,
+/turf/open/floor/plasteel/tech/techmaint,
+/area/ruin/whitesands/pubbycrash/engine_room)
+"hh" = (
+/turf/closed/mineral/random/whitesands,
+/area/ruin/whitesands/pubbycrash)
+"ho" = (
+/obj/machinery/atmospherics/pipe/simple/orange/hidden{
dir = 4
},
+/obj/structure/railing/corner,
+/obj/effect/decal/cleanable/dirt/dust,
+/obj/machinery/light/small/directional/south,
+/obj/effect/decal/cleanable/garbage,
+/turf/open/floor/plasteel/tech,
+/area/ruin/whitesands/pubbycrash/engine_room)
+"hz" = (
+/obj/effect/turf_decal/industrial/warning{
+ dir = 10
+ },
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4,
+/obj/structure/salvageable/safe_server,
+/turf/open/floor/plasteel/dark,
+/area/ruin/whitesands/pubbycrash)
+"ih" = (
+/obj/effect/turf_decal/spline/fancy/opaque/black,
+/obj/item/stack/ore/salvage/scraptitanium,
/obj/effect/decal/cleanable/dirt,
-/obj/effect/spawner/lootdrop/maintenance,
-/turf/open/floor/engine,
+/turf/open/floor/plasteel/dark,
/area/ruin/whitesands/pubbycrash)
-"hh" = (
-/obj/machinery/door/airlock/external/glass,
+"iw" = (
+/obj/structure/table/reinforced,
+/obj/item/paper_bin,
+/obj/item/pen,
+/obj/effect/decal/cleanable/cobweb/cobweb2,
+/obj/structure/noticeboard{
+ pixel_y = 31
+ },
/obj/effect/turf_decal/industrial/warning{
dir = 8
},
-/obj/effect/turf_decal/industrial/warning{
+/obj/structure/railing{
dir = 4
},
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4,
/turf/open/floor/plasteel/dark,
/area/ruin/whitesands/pubbycrash)
-"ho" = (
+"iW" = (
+/obj/effect/decal/cleanable/dirt/dust,
+/obj/machinery/atmospherics/components/binary/pump{
+ dir = 8;
+ name = "engine fuel pump"
+ },
+/obj/effect/spawner/lootdrop/maintenance/two,
+/turf/open/floor/plasteel/tech,
+/area/ruin/whitesands/pubbycrash/engine_room)
+"jt" = (
/obj/structure/cable{
- icon_state = "1-2"
+ icon_state = "0-4"
},
-/obj/machinery/atmospherics/pipe/manifold/orange/hidden{
+/obj/structure/cable{
+ icon_state = "0-2"
+ },
+/obj/machinery/atmospherics/pipe/simple/orange/hidden{
dir = 4
},
-/obj/effect/decal/cleanable/oil,
-/obj/effect/decal/cleanable/vomit/old,
-/turf/open/floor/plasteel/tech/techmaint,
-/area/ruin/whitesands/pubbycrash)
-"hz" = (
-/obj/effect/decal/cleanable/dirt,
+/obj/effect/turf_decal/spline/fancy/opaque/black{
+ dir = 6
+ },
+/obj/structure/salvageable/server,
+/turf/open/floor/plasteel/tech,
+/area/ruin/whitesands/pubbycrash/engine_room)
+"jA" = (
+/obj/machinery/firealarm/directional/west,
+/obj/effect/decal/fakelattice{
+ icon_state = "lattice-2"
+ },
+/turf/open/floor/plating/asteroid/whitesands/dried,
+/area/overmap_encounter/planetoid/cave/explored)
+"jF" = (
/obj/structure/railing/corner{
dir = 8
},
-/obj/structure/railing/corner,
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4,
-/obj/effect/decal/cleanable/vomit/old,
-/turf/open/floor/plasteel/tech,
-/area/ruin/whitesands/pubbycrash)
-"hA" = (
-/obj/structure/closet/wall/red{
- dir = 4;
- name = "Pilots locker";
- pixel_x = -29;
- welded = 1
+/obj/structure/railing{
+ dir = 4
},
-/obj/item/clothing/under/suit/black,
-/obj/item/clothing/under/suit/black,
-/obj/item/clothing/suit/jacket,
-/obj/item/clothing/suit/jacket,
-/obj/item/clothing/head/beret/black,
-/obj/item/clothing/head/beret/black,
/obj/structure/cable{
- icon_state = "1-2"
+ icon_state = "1-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{
+ dir = 9
},
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4,
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 1
},
-/obj/item/clothing/under/rank/security/officer/nt,
-/obj/item/clothing/under/rank/security/officer/nt,
/obj/effect/decal/cleanable/dirt,
/turf/open/floor/plasteel,
-/area/ruin/whitesands/pubbycrash)
-"iw" = (
-/obj/machinery/door/firedoor/border_only{
- dir = 1
- },
-/obj/effect/spawner/structure/window/shuttle,
-/obj/machinery/door/poddoor{
- id = "whiteship_windows"
- },
-/turf/open/floor/plating,
-/area/ruin/whitesands/pubbycrash)
-"iW" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{
- dir = 4
- },
-/obj/effect/decal/cleanable/dirt,
-/obj/structure/cable{
- icon_state = "1-8"
- },
-/obj/structure/catwalk,
-/obj/machinery/atmospherics/pipe/simple/orange/hidden{
- dir = 4
- },
-/turf/open/floor/plating,
-/area/ruin/whitesands/pubbycrash)
-"jt" = (
-/obj/effect/decal/cleanable/dirt/dust,
-/obj/effect/spawner/lootdrop/maintenance/two,
-/turf/open/floor/engine,
-/area/ruin/whitesands/pubbycrash)
-"jA" = (
-/obj/item/trash/cheesie{
- pixel_x = 5;
- pixel_y = 6
- },
-/obj/structure/table/reinforced{
- color = "#c1b6a5"
- },
-/turf/open/floor/plasteel/grimy,
-/area/ruin/whitesands/pubbycrash)
-"jF" = (
-/obj/item/stack/ore/salvage/scraptitanium,
-/turf/open/floor/plating,
-/area/ruin/whitesands/pubbycrash)
+/area/ruin/whitesands/pubbycrash/split)
"jG" = (
-/obj/effect/decal/cleanable/dirt/dust,
-/obj/effect/turf_decal/ntspaceworks_small/left{
- dir = 4
- },
-/mob/living/simple_animal/hostile/asteroid/whitesands/survivor{
- dir = 4;
- faction = list("saloon")
- },
-/turf/open/floor/plasteel/tech,
-/area/ruin/whitesands/pubbycrash)
+/obj/machinery/atmospherics/components/unary/outlet_injector/on/layer4,
+/turf/open/floor/engine/hull,
+/area/ruin/whitesands/pubbycrash/engine_room)
"kp" = (
/obj/structure/girder/displaced,
/turf/open/floor/plating/asteroid/whitesands/lit,
-/area/overmap_encounter/planetoid/sand)
+/area/overmap_encounter/planetoid/sand/explored)
"kA" = (
-/obj/item/reagent_containers/food/drinks/britcup{
- pixel_x = 9;
- pixel_y = -3
- },
-/obj/item/trash/pistachios{
- pixel_y = 5
- },
-/obj/structure/table/reinforced{
- color = "#c1b6a5"
+/obj/structure/railing/corner,
+/obj/effect/decal/fakelattice{
+ icon_state = "lattice-23"
},
-/obj/effect/decal/cleanable/dirt/dust,
-/turf/open/floor/plasteel/grimy,
-/area/ruin/whitesands/pubbycrash)
+/turf/open/floor/plating/asteroid/whitesands/dried,
+/area/overmap_encounter/planetoid/cave/explored)
"kM" = (
-/obj/structure/table/reinforced,
-/obj/machinery/power/apc/auto_name/directional/north{
- start_charge = 0
- },
+/obj/machinery/holopad,
+/obj/effect/decal/cleanable/dirt/dust,
/obj/structure/cable{
- icon_state = "0-2"
- },
-/obj/item/flashlight/lamp{
- pixel_x = -6;
- pixel_y = 8
- },
-/obj/effect/decal/cleanable/dirt,
-/obj/structure/railing{
- dir = 8
+ icon_state = "2-8"
},
-/obj/item/photo{
- pixel_y = -12
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{
+ dir = 10
},
-/obj/item/toy/figure/captain{
- pixel_x = 7;
- pixel_y = 12
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 6
},
-/obj/machinery/airalarm/directional/west,
-/obj/item/stack/ore/salvage/scrapmetal,
-/turf/open/floor/plasteel/tech,
+/turf/open/floor/plasteel/grimy,
/area/ruin/whitesands/pubbycrash)
"kP" = (
-/obj/machinery/atmospherics/pipe/simple/orange/hidden{
- dir = 4
- },
-/obj/effect/decal/cleanable/dirt/dust,
-/obj/structure/cable/yellow,
-/obj/effect/spawner/lootdrop/maintenance/two,
-/turf/open/floor/plasteel/tech,
-/area/ruin/whitesands/pubbycrash)
+/obj/item/stack/cable_coil/cut/red,
+/obj/item/stack/ore/salvage/scrapgold,
+/obj/item/stack/ore/salvage/scrapgold,
+/obj/item/stack/ore/salvage/scrapmetal/five,
+/turf/open/floor/plating,
+/area/ruin/whitesands/pubbycrash/engine_room)
"kU" = (
/obj/structure/cable{
- icon_state = "1-8"
- },
-/obj/effect/decal/cleanable/dirt,
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{
- dir = 4
+ icon_state = "4-8"
},
-/turf/open/floor/plasteel/stairs{
- dir = 8
+/obj/structure/cable{
+ icon_state = "1-4"
},
+/obj/machinery/light/directional/south,
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4,
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden,
+/obj/effect/decal/cleanable/dirt,
+/turf/open/floor/plasteel/dark,
/area/ruin/whitesands/pubbycrash)
"ln" = (
-/obj/structure/cable/yellow{
- icon_state = "0-8"
+/obj/effect/decal/cleanable/dirt,
+/obj/structure/closet/emcloset/wall{
+ dir = 1;
+ pixel_y = -28
},
-/obj/effect/turf_decal/industrial/outline/yellow,
-/obj/structure/salvageable/machine,
-/turf/open/floor/plasteel/tech,
-/area/ruin/whitesands/pubbycrash)
+/obj/effect/spawner/lootdrop/maintenance/two,
+/turf/open/floor/plasteel/tech/grid,
+/area/ruin/whitesands/pubbycrash/engine_room)
"ly" = (
-/obj/machinery/door/airlock/hatch,
-/obj/effect/decal/cleanable/dirt,
-/turf/open/floor/plasteel/showroomfloor,
-/area/ruin/whitesands/pubbycrash)
-"lA" = (
-/obj/structure/table/reinforced,
-/obj/item/laser_pointer,
-/obj/item/radio/off{
- pixel_x = 6;
- pixel_y = 14
+/obj/effect/decal/cleanable/dirt/dust,
+/obj/effect/turf_decal/spline/fancy/opaque/black{
+ dir = 1
},
+/obj/effect/gibspawner,
/turf/open/floor/plasteel/dark,
/area/ruin/whitesands/pubbycrash)
-"lB" = (
+"lA" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{
+ dir = 4
+ },
/obj/structure/cable{
icon_state = "4-8"
},
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden,
+/turf/open/floor/plasteel/dark,
+/area/ruin/whitesands/pubbycrash)
+"lB" = (
/obj/effect/decal/cleanable/dirt/dust,
-/obj/structure/railing{
- dir = 8
+/obj/machinery/atmospherics/components/binary/pump{
+ dir = 8;
+ name = "engine fuel pump"
},
-/obj/structure/catwalk,
-/obj/machinery/atmospherics/pipe/simple/orange/hidden{
- dir = 4
+/obj/machinery/light/small/directional/north,
+/obj/effect/spawner/lootdrop/maintenance/two,
+/obj/item/stack/sheet/mineral/wood/fifty,
+/obj/structure/closet/crate,
+/turf/open/floor/plasteel/tech,
+/area/ruin/whitesands/pubbycrash/engine_room)
+"lI" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/decal/cleanable/ash,
+/turf/open/floor/plating{
+ icon_state = "panelscorched";
+ initial_gas_mix = "ws_atmos"
},
-/turf/open/floor/plating,
-/area/ruin/whitesands/pubbycrash)
+/area/ruin/whitesands/pubbycrash/split)
"lK" = (
-/obj/effect/turf_decal/box,
-/obj/structure/railing,
-/obj/effect/decal/cleanable/dirt,
-/obj/effect/turf_decal/industrial/warning,
-/obj/structure/salvageable/autolathe,
-/turf/open/floor/plasteel,
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4,
+/obj/effect/decal/cleanable/dirt/dust,
+/obj/effect/turf_decal/spline/fancy/opaque/black,
+/turf/open/floor/plasteel/dark,
/area/ruin/whitesands/pubbycrash)
"lR" = (
/obj/effect/decal/fakelattice{
icon_state = "lattice-46"
},
/turf/open/floor/plating/asteroid/whitesands/lit,
-/area/overmap_encounter/planetoid/sand)
+/area/overmap_encounter/planetoid/sand/explored)
"mp" = (
-/obj/effect/decal/fakelattice{
- icon_state = "lattice-3"
+/obj/effect/turf_decal/box/corners{
+ dir = 4
},
-/turf/open/floor/plating/asteroid/whitesands/lit,
-/area/overmap_encounter/planetoid/sand)
+/obj/item/stack/ore/salvage/scrapmetal/five,
+/obj/effect/decal/cleanable/dirt,
+/turf/open/floor/engine,
+/area/ruin/whitesands/pubbycrash)
"mH" = (
-/turf/open/floor/plating,
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/light/directional/east,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 10
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{
+ dir = 10
+ },
+/turf/open/floor/plasteel/dark,
/area/ruin/whitesands/pubbycrash)
"mU" = (
+/obj/structure/railing,
/obj/effect/decal/cleanable/dirt,
-/obj/effect/decal/cleanable/ash{
- pixel_x = 2;
- pixel_y = -2
+/obj/effect/decal/cleanable/vomit/old,
+/obj/effect/mob_spawn/human/corpse/damaged/whitesands/survivor,
+/turf/open/floor/plastic,
+/area/ruin/whitesands/pubbycrash/split)
+"mW" = (
+/obj/item/stack/ore/salvage/scrapmetal/five{
+ pixel_y = -12;
+ pixel_x = 5
},
-/obj/effect/decal/cleanable/ash{
- pixel_y = -3;
- pixel_x = -6
+/obj/effect/decal/fakelattice{
+ icon_state = "lattice-4"
},
-/obj/item/gun/energy/laser/hitscanpistol,
+/turf/open/floor/plating/asteroid/whitesands/lit,
+/area/overmap_encounter/planetoid/sand/explored)
+"no" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/decal/cleanable/ash/large,
/turf/open/floor/plating{
icon_state = "panelscorched";
initial_gas_mix = "ws_atmos"
},
-/area/ruin/whitesands/pubbycrash)
-"mW" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{
- dir = 8
- },
-/obj/effect/turf_decal/industrial/hatch/yellow,
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
-/obj/machinery/door/airlock/external{
- dir = 4
- },
-/turf/open/floor/plasteel/tech/grid,
-/area/ruin/whitesands/pubbycrash)
+/area/ruin/whitesands/pubbycrash/split)
"nq" = (
/obj/effect/decal/fakelattice{
icon_state = "lattice-55"
},
/turf/open/floor/plating/asteroid/whitesands/lit,
-/area/overmap_encounter/planetoid/sand)
+/area/overmap_encounter/planetoid/sand/explored)
"nG" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{
+ dir = 4
+ },
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 4
},
@@ -599,128 +621,113 @@
icon_state = "4-8"
},
/obj/effect/decal/cleanable/dirt/dust,
-/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4,
-/obj/machinery/firealarm/directional/south,
+/obj/effect/decal/cleanable/wrapping,
+/obj/effect/decal/cleanable/plastic,
/turf/open/floor/plasteel/dark,
/area/ruin/whitesands/pubbycrash)
"nP" = (
-/obj/structure/railing{
- dir = 8
- },
-/obj/effect/turf_decal/industrial/outline/yellow,
-/obj/effect/turf_decal/industrial/warning{
- dir = 8
- },
-/obj/machinery/suit_storage_unit/open,
-/turf/open/floor/plasteel/dark,
+/obj/effect/decal/cleanable/dirt/dust,
+/obj/effect/spawner/lootdrop/maintenance/two,
+/turf/open/floor/engine,
/area/ruin/whitesands/pubbycrash)
"nQ" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
/obj/structure/cable{
icon_state = "4-8"
},
-/obj/effect/decal/cleanable/dirt/dust,
-/obj/effect/decal/cleanable/dirt/dust,
-/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{
- dir = 1
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{
+ dir = 4
},
-/obj/machinery/atmospherics/pipe/manifold4w/supply/hidden,
+/obj/effect/decal/cleanable/dirt/dust,
+/obj/effect/decal/cleanable/dirt,
/turf/open/floor/plasteel/patterned/grid,
/area/ruin/whitesands/pubbycrash)
-"oo" = (
+"oj" = (
/obj/effect/decal/cleanable/dirt,
-/obj/structure/closet/emcloset/wall{
+/obj/effect/decal/cleanable/ash{
+ pixel_x = 2;
+ pixel_y = -2
+ },
+/obj/effect/decal/cleanable/ash{
+ pixel_y = -2;
+ pixel_x = 5
+ },
+/turf/open/floor/plating{
+ icon_state = "panelscorched";
+ initial_gas_mix = "ws_atmos"
+ },
+/area/ruin/whitesands/pubbycrash/split)
+"oo" = (
+/obj/structure/closet/wall/white{
dir = 1;
- pixel_y = -28
+ name = "Medicine storage";
+ pixel_y = -30
},
-/obj/effect/spawner/lootdrop/maintenance/two,
-/turf/open/floor/plasteel/tech/grid,
+/obj/item/storage/firstaid/ancient{
+ pixel_x = 6;
+ pixel_y = -5
+ },
+/obj/item/storage/firstaid/medical,
+/obj/structure/sign/poster/official/random{
+ pixel_x = 32
+ },
+/turf/open/floor/pod,
/area/ruin/whitesands/pubbycrash)
"oq" = (
+/obj/effect/turf_decal/box/corners{
+ dir = 1
+ },
+/obj/item/stack/ore/salvage/scrapmetal,
/obj/effect/decal/cleanable/dirt,
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4,
-/turf/open/floor/plasteel/dark,
+/turf/open/floor/engine,
/area/ruin/whitesands/pubbycrash)
"oO" = (
-/obj/effect/decal/fakelattice,
-/turf/open/floor/plating/asteroid/whitesands/lit,
-/area/overmap_encounter/planetoid/sand)
-"oS" = (
-/obj/structure/cable{
- icon_state = "4-8"
+/obj/structure/table/reinforced,
+/obj/item/laser_pointer,
+/obj/item/radio/off{
+ pixel_x = 6;
+ pixel_y = 14
},
-/obj/effect/decal/cleanable/dirt/dust,
-/turf/open/floor/plasteel/tech,
+/turf/open/floor/plasteel/dark,
/area/ruin/whitesands/pubbycrash)
+"oS" = (
+/obj/effect/decal/fakelattice{
+ icon_state = "lattice-55"
+ },
+/turf/open/floor/plating/asteroid/whitesands/dried,
+/area/overmap_encounter/planetoid/cave/explored)
"pe" = (
-/obj/machinery/atmospherics/pipe/manifold4w/supply/hidden,
-/obj/effect/decal/cleanable/dirt/dust,
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{
- dir = 9
- },
-/obj/structure/railing{
dir = 8
},
-/obj/structure/catwalk,
-/obj/effect/turf_decal/spline/fancy/opaque/black{
- dir = 8
- },
-/obj/item/stock_parts/cell/hyper{
- pixel_x = 5;
- pixel_y = 4
- },
-/obj/item/stack/ore/salvage/scrapmetal/five{
- pixel_x = -9
- },
-/turf/open/floor/plating,
-/area/ruin/whitesands/pubbycrash)
-"pu" = (
-/obj/effect/decal/cleanable/dirt/dust,
-/obj/effect/decal/cleanable/dirt/dust,
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{
- dir = 4
- },
+/obj/effect/turf_decal/industrial/hatch/yellow,
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 4
},
-/obj/effect/turf_decal/industrial/warning{
- dir = 8
- },
-/obj/effect/turf_decal/ntspaceworks_small/right{
+/obj/machinery/door/airlock/external{
dir = 4
},
-/obj/effect/decal/cleanable/vomit/old,
-/obj/effect/mob_spawn/human/corpse/nanotrasensoldier,
-/obj/item/storage/box/stockparts/basic{
- pixel_x = -3;
- pixel_y = 4
+/turf/open/floor/plasteel/tech/grid,
+/area/ruin/whitesands/pubbycrash/engine_room)
+"pu" = (
+/obj/effect/decal/fakelattice{
+ icon_state = "lattice-139"
},
-/turf/open/floor/plasteel/tech,
-/area/ruin/whitesands/pubbycrash)
+/turf/open/floor/plating/asteroid/whitesands/dried,
+/area/overmap_encounter/planetoid/cave/explored)
"pE" = (
+/obj/effect/decal/cleanable/dirt,
/obj/structure/railing/corner{
dir = 8
},
-/obj/structure/railing{
- dir = 4
- },
-/obj/structure/cable{
- icon_state = "1-8"
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{
- dir = 9
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 1
- },
-/obj/effect/decal/cleanable/dirt,
-/turf/open/floor/plasteel,
+/obj/structure/railing/corner,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4,
+/obj/effect/decal/cleanable/vomit/old,
+/turf/open/floor/plasteel/tech,
/area/ruin/whitesands/pubbycrash)
"pG" = (
-/obj/machinery/firealarm/directional/west,
-/turf/closed/mineral/random/whitesands,
-/area/overmap_encounter/planetoid/cave/explored)
-"pR" = (
/obj/effect/turf_decal/industrial/stand_clear,
/obj/effect/turf_decal/industrial/warning{
dir = 1
@@ -730,73 +737,75 @@
/obj/structure/salvageable/server,
/turf/open/floor/engine,
/area/ruin/whitesands/pubbycrash)
-"pT" = (
-/obj/effect/turf_decal/box,
-/obj/structure/table/reinforced,
-/obj/structure/railing{
- dir = 1
+"pR" = (
+/obj/machinery/door/airlock/external/glass,
+/obj/effect/turf_decal/industrial/warning{
+ dir = 8
},
/obj/effect/turf_decal/industrial/warning{
- dir = 1
+ dir = 4
},
-/obj/effect/spawner/lootdrop/maintenance/five,
-/obj/effect/spawner/lootdrop/maintenance/five,
-/turf/open/floor/plasteel,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4,
+/turf/open/floor/plasteel/dark,
/area/ruin/whitesands/pubbycrash)
-"qz" = (
-/obj/structure/window/reinforced{
+"pT" = (
+/obj/effect/turf_decal/industrial/caution,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4,
+/obj/effect/decal/cleanable/dirt,
+/obj/structure/railing/corner{
dir = 8
},
-/obj/machinery/door/window/northleft{
- dir = 4;
- name = "Engine Access"
- },
-/obj/structure/cable{
- icon_state = "0-8"
+/obj/structure/catwalk,
+/obj/machinery/button/door{
+ id = "whiteshipubbyEngines";
+ name = "Engine Lockdown Control";
+ pixel_x = -25;
+ dir = 4
},
-/obj/structure/frame/machine,
-/obj/item/stack/cable_coil/cut/red,
-/obj/item/circuitboard/machine/shuttle/smes,
+/obj/structure/salvageable/circuit_imprinter,
/turf/open/floor/plating,
-/area/ruin/whitesands/pubbycrash)
+/area/ruin/whitesands/pubbycrash/engine_room)
+"qz" = (
+/obj/structure/railing/corner{
+ dir = 1
+ },
+/obj/effect/decal/cleanable/dirt/dust,
+/turf/open/floor/plasteel/tech/techmaint,
+/area/ruin/whitesands/pubbycrash/engine_room)
"qN" = (
/obj/effect/decal/fakelattice{
icon_state = "lattice-74"
},
/turf/open/floor/plating/asteroid/whitesands/lit,
-/area/overmap_encounter/planetoid/sand)
+/area/overmap_encounter/planetoid/sand/explored)
"re" = (
-/obj/machinery/shower{
- dir = 1
+/obj/machinery/power/terminal{
+ dir = 8
},
-/obj/structure/railing/corner{
- dir = 1
+/obj/structure/cable{
+ icon_state = "0-4"
},
-/obj/effect/decal/cleanable/dirt/dust,
-/turf/open/floor/plasteel/tech/techmaint,
-/area/ruin/whitesands/pubbycrash)
+/obj/effect/spawner/lootdrop/maintenance/two,
+/turf/open/floor/plasteel/tech,
+/area/ruin/whitesands/pubbycrash/engine_room)
"rT" = (
+/obj/effect/turf_decal/industrial/outline/yellow,
+/obj/effect/turf_decal/siding/brown,
/obj/effect/decal/cleanable/dirt,
-/obj/effect/decal/cleanable/ash/large,
-/turf/open/floor/plating{
- icon_state = "panelscorched";
- initial_gas_mix = "ws_atmos"
- },
-/area/ruin/whitesands/pubbycrash)
+/obj/machinery/suit_storage_unit/open,
+/turf/open/floor/plasteel/tech/techmaint,
+/area/ruin/whitesands/pubbycrash/split)
"rW" = (
-/obj/structure/cable{
- icon_state = "2-8"
- },
-/obj/structure/reagent_dispensers/watertank,
-/turf/open/floor/plasteel/tech,
-/area/ruin/whitesands/pubbycrash)
+/obj/item/stack/cable_coil/cut/red,
+/obj/item/stack/ore/salvage/scrapgold,
+/turf/open/floor/plating,
+/area/ruin/whitesands/pubbycrash/engine_room)
"rZ" = (
-/obj/structure/chair/office/light{
- dir = 4
- },
-/obj/effect/decal/cleanable/dirt/dust,
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4,
-/turf/open/floor/plasteel/grimy,
+/obj/machinery/door/airlock/hatch,
+/obj/effect/decal/cleanable/dirt,
+/turf/open/floor/plasteel/showroomfloor,
/area/ruin/whitesands/pubbycrash)
"sd" = (
/obj/effect/decal/fakelattice{
@@ -809,100 +818,77 @@
},
/obj/effect/decal/cleanable/vomit,
/turf/open/floor/plating/asteroid/whitesands/lit,
-/area/overmap_encounter/planetoid/sand)
+/area/overmap_encounter/planetoid/sand/explored)
"so" = (
-/obj/effect/turf_decal/industrial/caution,
-/obj/structure/railing/corner{
- dir = 8
- },
-/obj/structure/railing/corner{
- dir = 1
- },
-/obj/structure/catwalk,
-/obj/structure/sign/poster/retro/nanotrasen_logo_70s{
- pixel_x = -32
- },
-/obj/effect/spawner/lootdrop/maintenance/two,
-/turf/open/floor/plating,
-/area/ruin/whitesands/pubbycrash)
+/obj/effect/decal/cleanable/dirt/dust,
+/turf/closed/wall/mineral/titanium/nodiagonal,
+/area/ruin/whitesands/pubbycrash/engine_room)
"ss" = (
-/obj/machinery/light/directional/west,
+/obj/machinery/door/airlock/glass,
/obj/structure/cable{
icon_state = "1-2"
},
-/obj/structure/table/reinforced,
-/obj/item/paper_bin{
- pixel_x = -4
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/plasteel/dark,
+/area/ruin/whitesands/pubbycrash)
+"sA" = (
+/obj/effect/decal/fakelattice{
+ icon_state = "lattice-2"
},
-/obj/item/folder/blue{
- pixel_x = 3;
- pixel_y = 2
- },
-/obj/item/folder/white,
-/obj/item/pen,
-/obj/structure/railing{
- dir = 8
- },
-/obj/item/stamp/captain{
- pixel_x = -6;
- pixel_y = 8
- },
-/obj/item/spacecash/bundle/c1000{
- pixel_x = 2;
- pixel_y = -14
- },
-/obj/item/spacecash/bundle/c1000{
- pixel_x = 2;
- pixel_y = -14
- },
-/obj/item/spacecash/bundle/c1000{
- pixel_x = 4;
- pixel_y = -16
- },
-/turf/open/floor/plasteel/tech,
-/area/ruin/whitesands/pubbycrash)
-"sA" = (
-/obj/structure/sign/nanotrasen,
-/turf/closed/wall/mineral/titanium/nodiagonal,
-/area/ruin/whitesands/pubbycrash)
+/turf/open/floor/plating/asteroid/whitesands/dried,
+/area/overmap_encounter/planetoid/cave/explored)
"sC" = (
/obj/structure/cable{
icon_state = "4-8"
},
+/obj/effect/decal/cleanable/dirt/dust,
/obj/structure/cable{
icon_state = "1-4"
},
-/obj/machinery/light/directional/south,
/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4,
/obj/machinery/atmospherics/pipe/manifold/supply/hidden,
-/obj/effect/decal/cleanable/dirt,
/turf/open/floor/plasteel/dark,
/area/ruin/whitesands/pubbycrash)
"sD" = (
-/obj/effect/decal/cleanable/dirt,
-/obj/effect/decal/cleanable/ash,
-/obj/effect/decal/cleanable/ash{
- pixel_y = -3;
- pixel_x = -6
+/obj/structure/railing/corner{
+ dir = 4
},
-/turf/open/floor/plating{
- icon_state = "panelscorched";
- initial_gas_mix = "ws_atmos"
+/obj/effect/turf_decal/siding/brown{
+ dir = 1
},
-/area/ruin/whitesands/pubbycrash)
-"sV" = (
-/obj/machinery/atmospherics/pipe/simple/orange/hidden{
- dir = 4
+/obj/structure/closet/wall{
+ icon_door = "orange_wall";
+ name = "Mining equipment";
+ pixel_y = 28
},
+/obj/item/clothing/glasses/meson,
+/obj/item/clothing/glasses/meson,
+/obj/item/storage/bag/ore,
+/obj/item/storage/bag/ore,
+/obj/item/clothing/suit/hazardvest,
+/obj/item/clothing/suit/hazardvest,
/obj/structure/cable{
- icon_state = "1-4"
+ icon_state = "0-4"
},
-/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{
- dir = 4
+/obj/effect/decal/cleanable/cobweb,
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/power/apc/auto_name/directional/west{
+ start_charge = 0
},
-/obj/structure/railing,
+/turf/open/floor/plasteel/tech/techmaint,
+/area/ruin/whitesands/pubbycrash/split)
+"sV" = (
+/obj/structure/frame/machine,
+/obj/item/circuitboard/machine/shuttle/engine/plasma,
+/obj/item/stack/cable_coil/cut/red,
+/turf/open/floor/plating,
+/area/ruin/whitesands/pubbycrash/engine_room)
+"tB" = (
+/obj/structure/sign/number/one,
/obj/effect/decal/cleanable/dirt/dust,
-/turf/open/floor/plasteel/tech,
+/obj/item/stack/ore/salvage/scrapmetal,
+/turf/open/floor/engine,
/area/ruin/whitesands/pubbycrash)
"uh" = (
/obj/effect/decal/cleanable/dirt,
@@ -912,329 +898,320 @@
},
/area/ruin/whitesands/pubbycrash)
"ul" = (
-/mob/living/simple_animal/hostile/asteroid/whitesands/ranged,
-/turf/open/floor/plating/asteroid/whitesands/lit,
-/area/overmap_encounter/planetoid/sand)
+/turf/open/floor/plating,
+/area/ruin/whitesands/pubbycrash)
"up" = (
-/obj/effect/turf_decal/box/corners{
- dir = 1
+/obj/structure/cable{
+ icon_state = "4-8"
},
-/obj/item/stack/ore/salvage/scrapmetal,
-/obj/effect/decal/cleanable/dirt,
-/turf/open/floor/engine,
-/area/ruin/whitesands/pubbycrash)
+/obj/effect/decal/cleanable/dirt/dust,
+/obj/structure/railing{
+ dir = 8
+ },
+/obj/structure/catwalk,
+/obj/machinery/atmospherics/pipe/simple/orange/hidden{
+ dir = 4
+ },
+/turf/open/floor/plating,
+/area/ruin/whitesands/pubbycrash/engine_room)
"uB" = (
+/obj/effect/turf_decal/siding/brown,
+/obj/effect/turf_decal/spline/fancy/opaque/black{
+ dir = 5
+ },
+/obj/effect/turf_decal/industrial/outline/yellow,
/obj/effect/decal/cleanable/dirt,
-/obj/effect/decal/cleanable/dirt,
-/obj/effect/decal/cleanable/ash,
-/obj/effect/decal/cleanable/ash{
- pixel_x = -6;
- pixel_y = 8
+/obj/machinery/suit_storage_unit/open,
+/turf/open/floor/plasteel/tech/techmaint,
+/area/ruin/whitesands/pubbycrash/split)
+"vc" = (
+/obj/machinery/portable_atmospherics/canister/air,
+/obj/structure/sign/poster/official/random{
+ pixel_y = -32
},
-/turf/open/floor/plating{
- icon_state = "panelscorched";
- initial_gas_mix = "ws_atmos"
+/obj/effect/turf_decal/industrial/warning{
+ dir = 10
},
-/area/ruin/whitesands/pubbycrash)
-"vc" = (
-/obj/effect/turf_decal/box/corners,
-/obj/effect/decal/cleanable/dirt,
-/obj/item/stack/ore/salvage/scraptitanium,
-/turf/open/floor/engine,
-/area/ruin/whitesands/pubbycrash)
+/turf/open/floor/plasteel/tech/techmaint,
+/area/ruin/whitesands/pubbycrash/engine_room)
"vw" = (
-/obj/effect/decal/cleanable/dirt/dust,
-/obj/effect/turf_decal/spline/fancy/opaque/black{
- dir = 1
+/obj/effect/turf_decal/box/corners{
+ dir = 4
},
-/obj/effect/gibspawner,
-/turf/open/floor/plasteel/dark,
-/area/ruin/whitesands/pubbycrash)
-"vL" = (
-/obj/machinery/atmospherics/components/unary/vent_pump/on,
/obj/effect/decal/cleanable/dirt,
-/obj/item/stack/ore/salvage/scraptitanium,
+/obj/effect/spawner/lootdrop/maintenance,
/turf/open/floor/engine,
/area/ruin/whitesands/pubbycrash)
-"vO" = (
-/obj/effect/decal/cleanable/dirt,
-/obj/effect/decal/cleanable/ash{
- pixel_x = 6;
- pixel_y = 8
+"vL" = (
+/obj/effect/spawner/structure/window/shuttle,
+/obj/machinery/door/poddoor{
+ dir = 4;
+ id = "whiteship_windows"
},
-/obj/effect/decal/cleanable/ash{
- pixel_x = -2;
- pixel_y = 3
+/turf/open/floor/plating,
+/area/ruin/whitesands/pubbycrash/engine_room)
+"vO" = (
+/obj/structure/railing{
+ dir = 1
},
-/obj/effect/decal/cleanable/ash{
- pixel_x = -6;
- pixel_y = 8
+/obj/effect/turf_decal/siding/brown{
+ dir = 1
},
-/turf/open/floor/plating{
- icon_state = "panelscorched";
- initial_gas_mix = "ws_atmos"
+/obj/structure/cable{
+ icon_state = "4-8"
},
-/area/ruin/whitesands/pubbycrash)
-"vX" = (
-/obj/item/radio/intercom/directional/west,
-/obj/structure/chair/office/light{
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{
dir = 4
},
-/obj/effect/decal/cleanable/dirt/dust,
-/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4,
-/turf/open/floor/plasteel/grimy,
+/obj/effect/decal/cleanable/dirt,
+/turf/open/floor/plasteel/tech/techmaint,
+/area/ruin/whitesands/pubbycrash/split)
+"vX" = (
+/turf/closed/wall/mineral/titanium/nodiagonal,
/area/ruin/whitesands/pubbycrash)
"wn" = (
-/obj/effect/turf_decal/siding/brown,
-/obj/effect/turf_decal/spline/fancy/opaque/black{
- dir = 5
+/obj/machinery/light/directional/east,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{
+ dir = 9
},
-/obj/effect/turf_decal/industrial/outline/yellow,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 9
+ },
+/obj/structure/sign/poster/official/random{
+ pixel_x = 32
+ },
+/obj/effect/spawner/lootdrop/maintenance/two,
/obj/effect/decal/cleanable/dirt,
-/obj/machinery/suit_storage_unit/open,
-/turf/open/floor/plasteel/tech/techmaint,
+/turf/open/floor/plasteel/dark,
/area/ruin/whitesands/pubbycrash)
"wL" = (
-/obj/machinery/atmospherics/components/unary/vent_pump/on{
- dir = 1
- },
/obj/effect/decal/cleanable/dirt,
-/obj/structure/closet/wall/red{
- dir = 8;
- name = "Firearm Locker";
- pixel_x = 29;
- welded = 1
- },
/obj/effect/turf_decal/spline/fancy/opaque/black{
dir = 1
},
-/obj/item/gun/ballistic/automatic/pistol/commander,
-/obj/item/gun/ballistic/automatic/pistol/commander,
-/obj/item/ammo_box/magazine/co9mm,
-/obj/item/ammo_box/magazine/co9mm,
-/obj/item/ammo_box/magazine/co9mm,
-/obj/item/ammo_box/magazine/co9mm,
+/obj/effect/decal/cleanable/vomit/old,
/turf/open/floor/plasteel/dark,
/area/ruin/whitesands/pubbycrash)
"wV" = (
-/obj/structure/railing{
- dir = 8
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 5
+/obj/machinery/door/firedoor/border_only{
+ dir = 1
},
-/obj/structure/catwalk,
-/obj/effect/turf_decal/spline/fancy/opaque/black{
- dir = 8
+/obj/effect/spawner/structure/window/shuttle,
+/obj/machinery/door/poddoor{
+ id = "whiteship_windows"
},
/turf/open/floor/plating,
/area/ruin/whitesands/pubbycrash)
"xa" = (
-/obj/structure/cable{
- icon_state = "1-8"
- },
/obj/machinery/atmospherics/pipe/simple/orange/hidden{
- dir = 9
- },
-/obj/effect/decal/cleanable/glass,
-/obj/effect/turf_decal/industrial/warning{
- dir = 9
+ dir = 4
},
-/obj/structure/salvageable/machine,
-/turf/open/floor/plasteel/tech/techmaint,
-/area/ruin/whitesands/pubbycrash)
+/obj/effect/decal/cleanable/dirt/dust,
+/obj/effect/gibspawner,
+/turf/open/floor/plasteel/tech,
+/area/ruin/whitesands/pubbycrash/engine_room)
"xc" = (
/mob/living/simple_animal/hostile/asteroid/whitesands/survivor{
dir = 4
},
/turf/open/floor/plating/asteroid/whitesands/lit,
-/area/overmap_encounter/planetoid/sand)
+/area/overmap_encounter/planetoid/sand/explored)
"xy" = (
-/obj/structure/cable{
- icon_state = "4-8"
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
},
/obj/structure/cable{
- icon_state = "2-4"
+ icon_state = "4-8"
},
-/obj/effect/decal/cleanable/dirt,
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+/obj/machinery/door/airlock/grunge{
dir = 4
},
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{
+/obj/effect/decal/cleanable/dirt/dust,
+/obj/machinery/door/firedoor/border_only{
dir = 4
},
-/turf/open/floor/plasteel/dark,
-/area/ruin/whitesands/pubbycrash)
-"xA" = (
-/obj/effect/turf_decal/industrial/warning/corner{
+/obj/machinery/door/firedoor/border_only{
dir = 8
},
-/obj/structure/salvageable/computer,
-/turf/open/floor/plasteel/tech,
+/turf/open/floor/plasteel/dark,
/area/ruin/whitesands/pubbycrash)
-"yj" = (
+"xz" = (
+/obj/effect/turf_decal/box,
/obj/structure/table/reinforced,
-/obj/item/paper_bin,
-/obj/item/pen,
-/obj/effect/decal/cleanable/cobweb/cobweb2,
-/obj/structure/noticeboard{
- pixel_y = 31
+/obj/item/storage/toolbox/mechanical{
+ pixel_x = 2;
+ pixel_y = -2
},
-/obj/effect/turf_decal/industrial/warning{
- dir = 8
+/obj/item/storage/toolbox/mechanical{
+ pixel_x = -3;
+ pixel_y = 1
+ },
+/obj/item/storage/toolbox/electrical{
+ pixel_x = 2;
+ pixel_y = 3
},
/obj/structure/railing{
- dir = 4
+ dir = 1
},
-/turf/open/floor/plasteel/dark,
+/obj/effect/turf_decal/industrial/warning{
+ dir = 1
+ },
+/turf/open/floor/plasteel,
/area/ruin/whitesands/pubbycrash)
+"xA" = (
+/turf/open/floor/plating{
+ icon_state = "panelscorched";
+ initial_gas_mix = "ws_atmos"
+ },
+/area/ruin/whitesands/pubbycrash)
+"xH" = (
+/obj/structure/table,
+/obj/effect/decal/cleanable/dirt/dust,
+/obj/effect/turf_decal/industrial/warning/corner,
+/obj/effect/spawner/lootdrop/maintenance/two,
+/turf/open/floor/plasteel/tech,
+/area/ruin/whitesands/pubbycrash/engine_room)
+"xX" = (
+/turf/closed/wall/mineral/titanium/nodiagonal,
+/area/ruin/whitesands/pubbycrash/engine_room)
+"yj" = (
+/obj/machinery/atmospherics/pipe/simple/orange/hidden{
+ dir = 4
+ },
+/obj/structure/cable{
+ icon_state = "1-4"
+ },
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{
+ dir = 4
+ },
+/obj/structure/railing,
+/obj/effect/decal/cleanable/dirt/dust,
+/turf/open/floor/plasteel/tech,
+/area/ruin/whitesands/pubbycrash/engine_room)
"ym" = (
-/obj/effect/gibspawner,
-/turf/open/floor/plating/asteroid/whitesands/lit,
-/area/overmap_encounter/planetoid/sand)
+/obj/item/stack/ore/salvage/scraptitanium,
+/turf/open/floor/plating/asteroid/whitesands/dried,
+/area/overmap_encounter/planetoid/cave/explored)
"yt" = (
/obj/effect/decal/fakelattice{
icon_state = "lattice-141"
},
/turf/open/floor/plating/asteroid/whitesands/lit,
-/area/overmap_encounter/planetoid/sand)
+/area/overmap_encounter/planetoid/sand/explored)
"yx" = (
-/obj/structure/railing/corner,
-/obj/effect/decal/cleanable/dirt,
-/obj/structure/cable{
- icon_state = "1-2"
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4,
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 1
- },
-/mob/living/simple_animal/hostile/asteroid/whitesands/survivor{
- dir = 4;
- faction = list("adobe");
- desc = " A wild-eyed figure, wearing tattered mining equipment and boasting a malformed body, twisted by the heavy metals and high background radiation of the sandworlds. Their helmet also seems to be filled with vomit"
- },
-/obj/effect/decal/cleanable/vomit,
-/turf/open/floor/plasteel,
-/area/ruin/whitesands/pubbycrash)
+/obj/effect/decal/fakelattice,
+/turf/open/floor/plating/asteroid/whitesands/dried,
+/area/overmap_encounter/planetoid/cave/explored)
"yK" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{
- dir = 4
- },
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 4
},
/obj/structure/cable{
icon_state = "4-8"
},
-/obj/machinery/door/airlock/grunge{
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{
dir = 4
},
/obj/effect/decal/cleanable/dirt/dust,
-/obj/machinery/door/firedoor/border_only{
- dir = 4
- },
-/obj/machinery/door/firedoor/border_only{
- dir = 8
- },
-/turf/open/floor/plasteel/dark,
+/obj/effect/decal/cleanable/dirt/dust,
+/turf/open/floor/plasteel/patterned/grid,
/area/ruin/whitesands/pubbycrash)
"yU" = (
-/obj/machinery/atmospherics/pipe/simple/orange/hidden{
- dir = 4
+/obj/effect/decal/fakelattice{
+ icon_state = "lattice-46"
},
-/obj/effect/decal/cleanable/dirt/dust,
-/obj/effect/gibspawner,
-/turf/open/floor/plasteel/tech,
-/area/ruin/whitesands/pubbycrash)
+/turf/open/floor/plating/asteroid/whitesands/dried,
+/area/overmap_encounter/planetoid/cave/explored)
"zi" = (
-/obj/effect/decal/cleanable/dirt,
-/obj/machinery/light/directional/east,
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 10
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{
- dir = 10
- },
-/turf/open/floor/plasteel/dark,
+/obj/effect/turf_decal/box,
+/obj/structure/table/reinforced,
+/obj/item/storage/belt/utility,
+/obj/item/storage/belt/utility,
+/obj/item/multitool,
+/obj/structure/railing,
+/obj/effect/turf_decal/industrial/warning,
+/turf/open/floor/plasteel,
/area/ruin/whitesands/pubbycrash)
"zP" = (
-/obj/structure/cable{
- icon_state = "1-2"
- },
-/obj/machinery/atmospherics/pipe/simple/orange/hidden,
-/obj/effect/decal/cleanable/dirt/dust,
-/obj/machinery/atmospherics/components/unary/vent_pump/on{
- dir = 8
- },
-/turf/open/floor/plasteel/tech/techmaint,
-/area/ruin/whitesands/pubbycrash)
-"zX" = (
-/obj/structure/railing/corner{
- dir = 1
+/obj/effect/decal/cleanable/oil{
+ icon_state = "floor6"
},
/obj/effect/turf_decal/industrial/warning/corner{
dir = 1
},
-/obj/structure/table/reinforced,
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{
- dir = 8
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 6
- },
-/obj/structure/reagent_dispensers/servingdish,
-/obj/item/kitchen/spoon/plastic{
- pixel_x = -1
+/obj/effect/turf_decal/ntspaceworks_small{
+ dir = 4
},
-/obj/item/kitchen/spoon/plastic{
- pixel_x = 13
+/turf/open/floor/plasteel/tech,
+/area/ruin/whitesands/pubbycrash/engine_room)
+"zX" = (
+/obj/effect/turf_decal/industrial/warning{
+ dir = 1
},
-/obj/item/kitchen/spoon/plastic{
- pixel_x = 6
+/obj/effect/decal/cleanable/dirt/dust,
+/obj/machinery/light/directional/west,
+/mob/living/simple_animal/hostile/asteroid/whitesands/survivor{
+ dir = 1;
+ faction = list("saloon")
},
/turf/open/floor/plasteel/dark,
/area/ruin/whitesands/pubbycrash)
+"Ai" = (
+/obj/structure/sign/nanotrasen,
+/turf/closed/wall/mineral/titanium/nodiagonal,
+/area/ruin/whitesands/pubbycrash/engine_room)
"Ak" = (
-/obj/structure/closet/crate/bin,
+/obj/item/reagent_containers/food/drinks/britcup{
+ pixel_x = 9;
+ pixel_y = -3
+ },
/obj/item/trash/pistachios{
pixel_y = 5
},
-/obj/item/trash/energybar,
-/obj/item/trash/cheesie,
-/obj/item/trash/can/food,
-/obj/item/trash/sosjerky{
- pixel_x = 5
+/obj/structure/table/reinforced{
+ color = "#c1b6a5"
},
-/obj/machinery/atmospherics/components/unary/vent_pump/on,
-/obj/effect/decal/cleanable/dirt,
-/turf/open/floor/plasteel/dark,
+/obj/effect/decal/cleanable/dirt/dust,
+/turf/open/floor/plasteel/grimy,
/area/ruin/whitesands/pubbycrash)
-"AH" = (
+"AA" = (
+/turf/closed/wall/mineral/titanium/nodiagonal,
+/area/ruin/whitesands/pubbycrash/split)
+"AD" = (
/obj/structure/cable{
- icon_state = "4-8"
+ icon_state = "1-8"
},
-/obj/effect/decal/cleanable/dirt/dust,
-/obj/effect/decal/cleanable/oil{
- icon_state = "floor6"
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{
+ dir = 4
+ },
+/turf/open/floor/plasteel/stairs{
+ dir = 8
},
-/turf/open/floor/plasteel/tech,
/area/ruin/whitesands/pubbycrash)
+"AH" = (
+/obj/structure/frame/machine,
+/obj/item/stack/cable_coil/cut/red,
+/obj/item/stack/ore/salvage/scrapgold,
+/obj/item/stack/ore/salvage/scrapgold,
+/turf/open/floor/plating,
+/area/ruin/whitesands/pubbycrash/engine_room)
"AJ" = (
-/turf/closed/wall/mineral/titanium,
-/area/ruin/whitesands/pubbycrash)
+/turf/open/floor/plating/asteroid/whitesands/dried,
+/area/overmap_encounter/planetoid/cave/explored)
"AO" = (
-/obj/machinery/light/directional/west,
-/obj/effect/turf_decal/industrial/warning,
-/obj/effect/decal/cleanable/dirt,
-/turf/open/floor/plasteel/dark,
-/area/ruin/whitesands/pubbycrash)
-"Bd" = (
/obj/effect/decal/cleanable/dirt,
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4,
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
/turf/open/floor/plasteel/dark,
/area/ruin/whitesands/pubbycrash)
-"Bz" = (
+"Bd" = (
/obj/effect/turf_decal/box/corners{
dir = 8
},
@@ -1242,21 +1219,7 @@
/obj/effect/decal/cleanable/dirt,
/turf/open/floor/engine,
/area/ruin/whitesands/pubbycrash)
-"BD" = (
-/obj/effect/turf_decal/industrial/warning,
-/obj/machinery/atmospherics/components/unary/vent_pump/on,
-/obj/structure/salvageable/machine,
-/turf/open/floor/plasteel/dark,
-/area/ruin/whitesands/pubbycrash)
-"BH" = (
-/obj/effect/decal/cleanable/dirt,
-/obj/effect/turf_decal/spline/fancy/opaque/black{
- dir = 1
- },
-/obj/effect/decal/cleanable/vomit/old,
-/turf/open/floor/plasteel/dark,
-/area/ruin/whitesands/pubbycrash)
-"Cg" = (
+"Bi" = (
/obj/structure/table/reinforced,
/obj/item/storage/toolbox/mechanical{
pixel_x = -2;
@@ -1274,220 +1237,270 @@
},
/turf/open/floor/plasteel/dark,
/area/ruin/whitesands/pubbycrash)
-"Cs" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+"Bw" = (
+/turf/closed/mineral/random/whitesands,
+/area/ruin/whitesands/pubbycrash/engine_room)
+"Bz" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{
dir = 4
},
+/obj/effect/decal/cleanable/dirt,
/obj/structure/cable{
- icon_state = "2-4"
+ icon_state = "1-8"
},
-/obj/structure/cable{
- icon_state = "1-2"
+/obj/structure/catwalk,
+/obj/machinery/atmospherics/pipe/simple/orange/hidden{
+ dir = 4
},
-/obj/machinery/atmospherics/pipe/simple/orange/hidden,
-/obj/effect/decal/cleanable/dirt/dust,
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{
+/turf/open/floor/plating,
+/area/ruin/whitesands/pubbycrash/engine_room)
+"BD" = (
+/obj/effect/decal/fakelattice{
+ icon_state = "lattice-9"
+ },
+/turf/open/floor/plating/asteroid/whitesands/dried,
+/area/overmap_encounter/planetoid/cave/explored)
+"BH" = (
+/obj/structure/railing{
+ dir = 8
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 5
},
-/turf/open/floor/plasteel/tech/techmaint,
-/area/ruin/whitesands/pubbycrash)
-"Ct" = (
-/obj/effect/decal/cleanable/dirt,
+/obj/structure/catwalk,
/obj/effect/turf_decal/spline/fancy/opaque/black{
- dir = 1
+ dir = 8
},
-/mob/living/simple_animal/hostile/asteroid/whitesands/survivor{
- faction = list("saloon")
+/turf/open/floor/plating,
+/area/ruin/whitesands/pubbycrash/engine_room)
+"Cg" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/structure/cable{
+ icon_state = "4-8"
},
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{
+ dir = 4
+ },
+/obj/machinery/door/airlock/highsecurity,
/turf/open/floor/plasteel/dark,
/area/ruin/whitesands/pubbycrash)
-"Cw" = (
-/obj/item/stack/ore/salvage/scraptitanium,
-/turf/open/floor/plating/asteroid/whitesands/lit,
-/area/overmap_encounter/planetoid/sand)
-"Dg" = (
+"Cs" = (
+/obj/effect/decal/cleanable/dirt/dust,
+/obj/effect/decal/cleanable/dirt/dust,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
+/obj/effect/turf_decal/industrial/warning{
+ dir = 8
+ },
+/obj/effect/turf_decal/ntspaceworks_small/right{
+ dir = 4
+ },
+/obj/effect/decal/cleanable/vomit/old,
+/obj/effect/mob_spawn/human/corpse/nanotrasensoldier,
+/obj/item/storage/box/stockparts/basic{
+ pixel_x = -3;
+ pixel_y = 4
+ },
+/turf/open/floor/plasteel/tech,
+/area/ruin/whitesands/pubbycrash/engine_room)
+"Ct" = (
/obj/structure/cable{
icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/simple/orange/hidden,
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{
- dir = 10
+/obj/effect/decal/cleanable/dirt/dust,
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 8
},
-/obj/machinery/airalarm/directional/east,
/turf/open/floor/plasteel/tech/techmaint,
-/area/ruin/whitesands/pubbycrash)
-"Di" = (
-/obj/structure/railing/corner,
-/turf/closed/mineral/random/whitesands,
-/area/overmap_encounter/planetoid/cave/explored)
-"Dn" = (
-/obj/structure/railing,
-/obj/structure/salvageable/computer{
+/area/ruin/whitesands/pubbycrash/engine_room)
+"Cw" = (
+/obj/item/stack/ore/salvage/scraptitanium,
+/turf/open/floor/plating/asteroid/whitesands/lit,
+/area/overmap_encounter/planetoid/sand/explored)
+"Dg" = (
+/obj/effect/turf_decal/industrial/warning/corner{
dir = 8
},
-/obj/item/stack/ore/salvage/scrapgold,
+/obj/structure/salvageable/computer,
/turf/open/floor/plasteel/tech,
+/area/ruin/whitesands/pubbycrash/engine_room)
+"Di" = (
+/obj/structure/sign/number/one,
+/obj/effect/decal/cleanable/vomit/old,
+/obj/effect/decal/cleanable/dirt,
+/turf/open/floor/engine,
+/area/ruin/whitesands/pubbycrash)
+"Dn" = (
+/obj/effect/turf_decal/industrial/warning,
+/obj/machinery/atmospherics/components/unary/vent_pump/on,
+/obj/structure/salvageable/machine,
+/turf/open/floor/plasteel/dark,
/area/ruin/whitesands/pubbycrash)
"Dx" = (
-/obj/effect/spawner/structure/window/shuttle,
-/obj/machinery/door/poddoor{
- id = "whiteship_windows"
+/obj/effect/decal/fakelattice{
+ icon_state = "lattice-141"
},
-/turf/open/floor/plating,
-/area/ruin/whitesands/pubbycrash)
+/turf/open/floor/plating/asteroid/whitesands,
+/area/overmap_encounter/planetoid/cave/explored)
"DB" = (
-/obj/structure/table/reinforced,
/obj/effect/decal/cleanable/dirt,
-/obj/structure/salvageable/machine,
-/turf/open/floor/plastic,
-/area/ruin/whitesands/pubbycrash)
-"DQ" = (
-/obj/effect/turf_decal/spline/fancy/opaque/black,
-/obj/item/stack/ore/salvage/scraptitanium,
/obj/effect/decal/cleanable/dirt,
-/turf/open/floor/plasteel/dark,
-/area/ruin/whitesands/pubbycrash)
-"DY" = (
-/obj/structure/cable{
- icon_state = "0-4"
+/obj/effect/decal/cleanable/ash,
+/obj/effect/decal/cleanable/ash{
+ pixel_x = -6;
+ pixel_y = 8
},
+/turf/open/floor/plating{
+ icon_state = "panelscorched";
+ initial_gas_mix = "ws_atmos"
+ },
+/area/ruin/whitesands/pubbycrash/split)
+"DQ" = (
/obj/structure/cable{
- icon_state = "0-2"
+ icon_state = "1-2"
},
-/obj/machinery/atmospherics/pipe/simple/orange/hidden{
- dir = 4
+/obj/machinery/atmospherics/pipe/simple/orange/hidden,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{
+ dir = 10
},
-/obj/effect/turf_decal/spline/fancy/opaque/black{
- dir = 6
+/obj/machinery/airalarm/directional/east,
+/turf/open/floor/plasteel/tech/techmaint,
+/area/ruin/whitesands/pubbycrash/engine_room)
+"DY" = (
+/obj/structure/window/reinforced{
+ dir = 8
},
-/obj/structure/salvageable/machine,
-/turf/open/floor/plasteel/tech,
-/area/ruin/whitesands/pubbycrash)
+/obj/machinery/door/window/northleft{
+ dir = 4;
+ name = "Engine Access"
+ },
+/obj/structure/frame/machine,
+/obj/item/circuitboard/machine/shuttle/heater,
+/obj/item/stack/cable_coil/cut/red,
+/turf/open/floor/plating,
+/area/ruin/whitesands/pubbycrash/engine_room)
"Ea" = (
-/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
- dir = 1
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
},
/obj/structure/cable{
icon_state = "4-8"
},
-/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{
+ dir = 4
+ },
/obj/effect/decal/cleanable/dirt/dust,
/obj/effect/decal/cleanable/dirt/dust,
+/obj/effect/decal/cleanable/dirt,
+/obj/structure/cable{
+ icon_state = "1-4"
+ },
/turf/open/floor/plasteel/patterned/grid,
/area/ruin/whitesands/pubbycrash)
"Eb" = (
-/obj/structure/frame/machine,
-/obj/item/circuitboard/machine/shuttle/engine/plasma,
-/obj/item/stack/cable_coil/cut/red,
-/turf/open/floor/plating,
+/obj/item/trash/cheesie{
+ pixel_x = 5;
+ pixel_y = 6
+ },
+/obj/structure/table/reinforced{
+ color = "#c1b6a5"
+ },
+/turf/open/floor/plasteel/grimy,
/area/ruin/whitesands/pubbycrash)
"Eh" = (
-/obj/machinery/door/airlock/public/glass,
-/turf/open/floor/plasteel,
-/area/ruin/whitesands/pubbycrash)
-"Em" = (
/obj/effect/decal/cleanable/dirt,
/obj/effect/decal/cleanable/ash{
pixel_x = 3;
pixel_y = -3
},
-/obj/item/lighter/enigma,
+/obj/item/lighter,
/turf/open/floor/plating{
icon_state = "panelscorched";
initial_gas_mix = "ws_atmos"
},
-/area/ruin/whitesands/pubbycrash)
-"Et" = (
-/obj/effect/decal/cleanable/oil{
- icon_state = "floor6"
+/area/overmap_encounter/planetoid/sand/explored)
+"Em" = (
+/obj/machinery/light/directional/north,
+/obj/structure/table/reinforced,
+/obj/machinery/reagentgrinder{
+ pixel_x = 6;
+ pixel_y = 14
},
-/obj/effect/turf_decal/industrial/warning/corner{
- dir = 1
+/obj/item/reagent_containers/food/snacks/meat/slab/xeno,
+/turf/open/floor/plastic,
+/area/ruin/whitesands/pubbycrash/split)
+"Et" = (
+/obj/item/stack/ore/salvage/scraptitanium{
+ pixel_x = -3;
+ pixel_y = -10
},
-/obj/effect/turf_decal/ntspaceworks_small{
- dir = 4
+/obj/effect/decal/fakelattice{
+ icon_state = "lattice-21"
},
-/turf/open/floor/plasteel/tech,
-/area/ruin/whitesands/pubbycrash)
+/turf/open/floor/plating/asteroid/whitesands/dried,
+/area/overmap_encounter/planetoid/cave/explored)
"Ew" = (
-/obj/machinery/portable_atmospherics/canister/air,
-/obj/structure/sign/poster/official/random{
- pixel_y = -32
- },
-/obj/effect/turf_decal/industrial/warning{
- dir = 10
+/obj/structure/cable{
+ icon_state = "4-8"
},
-/turf/open/floor/plasteel/tech/techmaint,
-/area/ruin/whitesands/pubbycrash)
+/obj/effect/decal/cleanable/dirt/dust,
+/turf/open/floor/plasteel/tech,
+/area/ruin/whitesands/pubbycrash/engine_room)
"EG" = (
/obj/machinery/door/airlock/hatch{
welded = 1
},
/turf/template_noop,
-/area/ruin/whitesands/pubbycrash)
+/area/ruin/whitesands/pubbycrash/split)
"ET" = (
-/obj/effect/turf_decal/industrial/warning{
- dir = 1
+/obj/structure/cable/yellow{
+ icon_state = "1-2"
},
/obj/effect/decal/cleanable/dirt/dust,
-/obj/machinery/light/directional/west,
-/mob/living/simple_animal/hostile/asteroid/whitesands/survivor{
- dir = 1;
- faction = list("saloon")
+/obj/effect/turf_decal/industrial/warning/corner{
+ dir = 4
},
-/turf/open/floor/plasteel/dark,
-/area/ruin/whitesands/pubbycrash)
-"Fc" = (
-/obj/structure/window/reinforced{
- dir = 8
+/obj/machinery/light/directional/east,
+/obj/effect/turf_decal/number/four{
+ dir = 4
},
-/obj/machinery/door/window/northleft{
- dir = 4;
- name = "Engine Access"
+/turf/open/floor/plasteel/tech,
+/area/ruin/whitesands/pubbycrash/engine_room)
+"Fc" = (
+/obj/item/stack/ore/salvage/scraptitanium{
+ pixel_x = 8
},
-/obj/structure/frame/machine,
-/obj/item/circuitboard/machine/shuttle/heater,
-/obj/item/stack/cable_coil/cut/red,
-/turf/open/floor/plating,
-/area/ruin/whitesands/pubbycrash)
+/turf/open/floor/plating/asteroid/whitesands/lit,
+/area/overmap_encounter/planetoid/sand/explored)
"Fn" = (
-/obj/structure/railing,
-/obj/structure/railing{
- dir = 1
- },
-/obj/structure/cable{
- icon_state = "4-8"
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{
+/obj/structure/chair/office/light{
dir = 4
},
+/obj/effect/decal/cleanable/dirt/dust,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4,
+/turf/open/floor/plasteel/grimy,
+/area/ruin/whitesands/pubbycrash)
+"Fo" = (
/obj/effect/decal/cleanable/dirt,
-/turf/open/floor/plasteel/stairs{
- dir = 4
+/obj/effect/decal/cleanable/ash,
+/obj/effect/decal/cleanable/ash{
+ pixel_y = -3;
+ pixel_x = -6
},
-/area/ruin/whitesands/pubbycrash)
-"Fq" = (
/turf/open/floor/plating{
- icon_state = "platingdmg1";
+ icon_state = "panelscorched";
initial_gas_mix = "ws_atmos"
},
-/area/ruin/whitesands/pubbycrash)
-"FP" = (
-/obj/effect/turf_decal/box,
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/obj/structure/railing{
- dir = 1
- },
-/obj/effect/turf_decal/industrial/warning{
- dir = 1
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{
- dir = 6
- },
-/obj/structure/salvageable/machine,
-/turf/open/floor/plasteel,
-/area/ruin/whitesands/pubbycrash)
-"FY" = (
+/area/ruin/whitesands/pubbycrash/split)
+"Fq" = (
/obj/structure/railing/corner{
dir = 8
},
@@ -1501,158 +1514,179 @@
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{
dir = 5
},
-/obj/structure/salvageable/machine,
+/obj/structure/salvageable/server,
+/turf/open/floor/plasteel/dark,
+/area/ruin/whitesands/pubbycrash)
+"FP" = (
+/obj/structure/cable{
+ icon_state = "1-2"
+ },
+/obj/structure/table/reinforced,
+/obj/machinery/recharger,
+/obj/structure/railing{
+ dir = 10;
+ layer = 4.1
+ },
+/obj/effect/turf_decal/spline/fancy/opaque/black,
+/obj/item/stack/ore/salvage/scrapgold,
+/turf/open/floor/plasteel/tech,
+/area/ruin/whitesands/pubbycrash)
+"FY" = (
+/obj/machinery/light/directional/west,
+/obj/effect/turf_decal/industrial/warning,
+/obj/effect/decal/cleanable/dirt,
/turf/open/floor/plasteel/dark,
/area/ruin/whitesands/pubbycrash)
"Ga" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{
dir = 4
},
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
/obj/structure/cable{
icon_state = "4-8"
},
-/obj/machinery/atmospherics/pipe/manifold/supply/hidden,
+/obj/effect/decal/cleanable/dirt/dust,
+/obj/structure/cable{
+ icon_state = "0-4"
+ },
/turf/open/floor/plasteel/dark,
/area/ruin/whitesands/pubbycrash)
"Gi" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
- },
/obj/structure/cable{
icon_state = "4-8"
},
+/obj/structure/cable{
+ icon_state = "2-4"
+ },
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 4
+ },
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{
dir = 4
},
-/obj/machinery/door/airlock/highsecurity,
/turf/open/floor/plasteel/dark,
/area/ruin/whitesands/pubbycrash)
"Gl" = (
/turf/template_noop,
/area/template_noop)
-"GA" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4,
-/turf/closed/wall/mineral/titanium/nodiagonal,
+"Gp" = (
+/obj/effect/turf_decal/spline/fancy/opaque/black,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/effect/decal/cleanable/vomit/old,
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/mob_spawn/human/corpse/nanotrasensoldier,
+/turf/open/floor/plasteel/dark,
/area/ruin/whitesands/pubbycrash)
-"GF" = (
-/obj/structure/window/reinforced{
+"GA" = (
+/obj/structure/railing,
+/obj/structure/salvageable/computer{
dir = 8
},
-/obj/machinery/door/window/northright{
- dir = 4;
- name = "Engine Access"
- },
-/obj/structure/frame/machine,
-/obj/item/circuitboard/machine/shuttle/heater,
-/obj/item/stack/cable_coil/cut/red,
-/obj/item/stack/ore/salvage/scrapplasma/five,
-/turf/open/floor/plating,
+/obj/item/stack/ore/salvage/scrapgold,
+/turf/open/floor/plasteel/tech,
/area/ruin/whitesands/pubbycrash)
-"GK" = (
-/obj/structure/closet/wall/blue{
- dir = 1;
- name = "Captain's locker";
- pixel_y = -28
- },
-/obj/item/clothing/suit/space/hardsuit/mining/heavy,
-/obj/effect/decal/cleanable/dirt,
-/obj/effect/decal/cleanable/dirt,
+"GF" = (
+/obj/machinery/newscaster/directional/west,
/obj/effect/decal/cleanable/dirt,
/obj/effect/decal/cleanable/ash/large,
/turf/open/floor/plating{
icon_state = "panelscorched";
initial_gas_mix = "ws_atmos"
},
-/area/ruin/whitesands/pubbycrash)
+/area/ruin/whitesands/pubbycrash/split)
+"GK" = (
+/obj/effect/decal/cleanable/dirt,
+/turf/open/floor/plastic,
+/area/ruin/whitesands/pubbycrash/split)
"Ha" = (
-/obj/structure/table,
-/obj/machinery/cell_charger,
-/obj/effect/turf_decal/industrial/warning,
-/turf/open/floor/plasteel/tech,
-/area/ruin/whitesands/pubbycrash)
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4,
+/turf/closed/wall/mineral/titanium/nodiagonal,
+/area/ruin/whitesands/pubbycrash/engine_room)
"Hb" = (
-/obj/structure/cable/yellow{
- icon_state = "0-8"
- },
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
+ dir = 8
},
-/obj/effect/turf_decal/industrial/outline/yellow,
-/obj/structure/salvageable/machine,
-/turf/open/floor/plasteel/tech,
-/area/ruin/whitesands/pubbycrash)
-"Ho" = (
-/obj/structure/cable{
- icon_state = "1-2"
+/obj/machinery/atmospherics/components/binary/dp_vent_pump{
+ dir = 8
},
-/obj/machinery/atmospherics/pipe/simple/orange/hidden,
-/obj/machinery/light/directional/east,
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/decal/cleanable/dirt,
/obj/effect/gibspawner,
-/obj/item/stack/ore/salvage/scrapmetal/five,
-/turf/open/floor/plasteel/tech/techmaint,
+/turf/open/floor/plasteel/tech/grid,
+/area/ruin/whitesands/pubbycrash/engine_room)
+"Ho" = (
+/obj/effect/turf_decal/box/corners,
+/obj/effect/decal/cleanable/dirt,
+/obj/item/stack/ore/salvage/scraptitanium,
+/turf/open/floor/engine,
/area/ruin/whitesands/pubbycrash)
"Hq" = (
-/obj/item/stack/cable_coil/cut/red,
-/obj/item/stack/ore/salvage/scrapgold,
-/obj/item/stack/ore/salvage/scrapgold,
-/obj/item/stack/ore/salvage/scrapmetal/five,
-/turf/open/floor/plating,
+/obj/effect/decal/cleanable/dirt,
+/obj/structure/chair/office/light{
+ dir = 8
+ },
+/turf/open/floor/plasteel/grimy,
/area/ruin/whitesands/pubbycrash)
"HQ" = (
-/obj/machinery/atmospherics/pipe/simple/orange/hidden{
- dir = 4
+/obj/item/stack/ore/salvage/scrapmetal/five{
+ pixel_y = -12;
+ pixel_x = 4
},
-/obj/structure/railing/corner,
-/obj/effect/decal/cleanable/dirt/dust,
-/obj/machinery/light/small/directional/south,
-/obj/effect/decal/cleanable/garbage,
-/turf/open/floor/plasteel/tech,
-/area/ruin/whitesands/pubbycrash)
+/turf/open/floor/plating/asteroid/whitesands/dried,
+/area/overmap_encounter/planetoid/cave/explored)
"If" = (
-/turf/open/floor/plating{
- icon_state = "panelscorched";
- initial_gas_mix = "ws_atmos"
+/obj/structure/railing{
+ dir = 8
},
-/area/ruin/whitesands/pubbycrash)
-"Ig" = (
+/obj/effect/turf_decal/industrial/outline/yellow,
/obj/effect/turf_decal/industrial/warning{
- dir = 10
+ dir = 8
},
-/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4,
-/obj/structure/salvageable/machine,
+/obj/machinery/suit_storage_unit/open,
/turf/open/floor/plasteel/dark,
/area/ruin/whitesands/pubbycrash)
-"Ik" = (
+"Ig" = (
+/obj/structure/sink{
+ dir = 8;
+ pixel_x = 12
+ },
+/obj/structure/railing,
+/obj/machinery/airalarm/directional/east,
+/obj/item/stack/sheet/cotton/cloth,
/obj/effect/decal/cleanable/dirt,
/turf/open/floor/plastic,
+/area/ruin/whitesands/pubbycrash/split)
+"Ik" = (
+/obj/structure/table/reinforced,
+/obj/item/storage/fancy/donut_box{
+ pixel_y = 2
+ },
+/obj/effect/turf_decal/industrial/warning{
+ dir = 8
+ },
+/obj/structure/sign/poster/official/random{
+ pixel_y = -32
+ },
+/obj/structure/railing{
+ dir = 4
+ },
+/obj/machinery/firealarm/directional/east,
+/turf/open/floor/plasteel/dark,
/area/ruin/whitesands/pubbycrash)
"In" = (
-/obj/structure/railing,
-/turf/closed/mineral/random/whitesands,
-/area/overmap_encounter/planetoid/cave/explored)
+/obj/structure/cable{
+ icon_state = "1-2"
+ },
+/turf/open/floor/plating,
+/area/ruin/whitesands/pubbycrash)
"IC" = (
/obj/item/stack/ore/salvage/scrapmetal/five,
/turf/open/floor/plating/asteroid/whitesands/lit,
-/area/overmap_encounter/planetoid/sand)
+/area/overmap_encounter/planetoid/sand/explored)
"IQ" = (
-/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4,
-/obj/effect/decal/cleanable/dirt/dust,
-/obj/effect/turf_decal/spline/fancy/opaque/black,
-/turf/open/floor/plasteel/dark,
-/area/ruin/whitesands/pubbycrash)
-"Ji" = (
-/obj/effect/decal/cleanable/dirt/dust,
-/turf/closed/wall/mineral/titanium/nodiagonal,
-/area/ruin/whitesands/pubbycrash)
-"Jz" = (
-/obj/item/stack/ore/salvage/scrapmetal/five,
-/obj/item/stack/ore/salvage/scraptitanium,
-/turf/open/floor/plating/asteroid/whitesands/lit,
-/area/overmap_encounter/planetoid/sand)
-"JI" = (
/obj/effect/decal/cleanable/dirt/dust,
/obj/effect/decal/cleanable/dirt/dust,
/obj/effect/turf_decal/spline/fancy/opaque/black,
@@ -1661,7 +1695,20 @@
},
/turf/open/floor/plasteel/dark,
/area/ruin/whitesands/pubbycrash)
-"Kt" = (
+"IR" = (
+/obj/machinery/camera/autoname{
+ dir = 1
+ },
+/obj/structure/cable{
+ icon_state = "0-4"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{
+ dir = 5
+ },
+/obj/structure/extinguisher_cabinet/directional/west,
+/turf/open/floor/plasteel/grimy,
+/area/ruin/whitesands/pubbycrash)
+"IU" = (
/obj/machinery/door/airlock/external/glass,
/obj/effect/turf_decal/industrial/warning{
dir = 8
@@ -1673,454 +1720,524 @@
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
/turf/open/floor/plasteel/dark,
/area/ruin/whitesands/pubbycrash)
-"Ky" = (
-/obj/machinery/door/airlock/external{
- dir = 4
- },
-/obj/effect/turf_decal/industrial/hatch/yellow,
-/obj/machinery/atmospherics/pipe/layer_manifold{
- dir = 4
+"Ji" = (
+/obj/effect/decal/cleanable/generic,
+/obj/structure/chair/office/light{
+ dir = 8
},
-/turf/open/floor/plasteel/tech/grid,
-/area/ruin/whitesands/pubbycrash)
-"KB" = (
-/obj/structure/salvageable/computer,
-/obj/item/stack/ore/salvage/scrapgold,
-/turf/open/floor/plasteel/tech,
+/turf/open/floor/plasteel/grimy,
/area/ruin/whitesands/pubbycrash)
-"KI" = (
+"Jz" = (
+/obj/item/stack/ore/salvage/scrapmetal/five,
+/obj/item/stack/ore/salvage/scraptitanium,
+/turf/open/floor/plating/asteroid/whitesands/lit,
+/area/overmap_encounter/planetoid/sand/explored)
+"JI" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/obj/effect/decal/cleanable/plasma,
-/obj/effect/turf_decal/spline/fancy/opaque/black,
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4,
-/obj/effect/decal/cleanable/dirt,
-/turf/open/floor/plasteel/dark,
-/area/ruin/whitesands/pubbycrash)
-"KO" = (
-/obj/machinery/power/apc/auto_name/directional/east{
- start_charge = 10
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{
+ dir = 8
},
-/obj/structure/cable,
-/obj/structure/cable{
- icon_state = "0-2"
+/obj/structure/railing{
+ dir = 8
},
-/obj/machinery/atmospherics/pipe/simple/orange/hidden,
-/obj/effect/decal/cleanable/dirt/dust,
-/turf/open/floor/plasteel/tech/techmaint,
-/area/ruin/whitesands/pubbycrash)
-"KS" = (
-/obj/effect/turf_decal/box,
-/obj/structure/table/reinforced,
-/obj/item/storage/belt/utility,
-/obj/item/storage/belt/utility,
-/obj/item/multitool,
-/obj/structure/railing,
-/obj/effect/turf_decal/industrial/warning,
-/turf/open/floor/plasteel,
+/obj/structure/catwalk,
+/obj/effect/turf_decal/spline/fancy/opaque/black{
+ dir = 8
+ },
+/obj/structure/salvageable/protolathe,
+/turf/open/floor/plating,
+/area/ruin/whitesands/pubbycrash/engine_room)
+"Kt" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/turf_decal/spline/fancy/opaque/black{
+ dir = 1
+ },
+/mob/living/simple_animal/hostile/asteroid/whitesands/survivor{
+ faction = list("saloon")
+ },
+/turf/open/floor/plasteel/dark,
/area/ruin/whitesands/pubbycrash)
-"KT" = (
+"Ky" = (
+/turf/closed/wall/mineral/titanium,
+/area/ruin/whitesands/pubbycrash/split)
+"KB" = (
/obj/effect/decal/cleanable/dirt,
-/obj/structure/chair/office/light{
+/obj/effect/decal/cleanable/dirt/dust,
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
dir = 8
},
+/obj/effect/decal/cleanable/vomit/old,
/turf/open/floor/plasteel/grimy,
/area/ruin/whitesands/pubbycrash)
-"Lj" = (
-/obj/machinery/door/airlock/glass,
-/obj/structure/cable{
- icon_state = "1-2"
+"KI" = (
+/obj/effect/turf_decal/industrial/warning{
+ dir = 8
+ },
+/obj/effect/turf_decal/industrial/warning{
+ dir = 4
},
+/obj/machinery/atmospherics/components/binary/dp_vent_pump/high_volume,
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4,
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
/turf/open/floor/plasteel/dark,
/area/ruin/whitesands/pubbycrash)
-"Lm" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+"KO" = (
+/obj/effect/decal/cleanable/dirt/dust,
+/obj/effect/turf_decal/ntspaceworks_small/left{
dir = 4
},
-/obj/structure/cable{
- icon_state = "4-8"
+/mob/living/simple_animal/hostile/asteroid/whitesands/survivor{
+ dir = 4;
+ faction = list("saloon")
},
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{
- dir = 4
+/turf/open/floor/plasteel/tech,
+/area/ruin/whitesands/pubbycrash/engine_room)
+"KS" = (
+/obj/effect/turf_decal/industrial/caution,
+/obj/structure/railing/corner{
+ dir = 8
},
-/obj/effect/decal/cleanable/dirt/dust,
-/obj/effect/decal/cleanable/dirt/dust,
-/obj/effect/decal/cleanable/dirt,
-/obj/structure/cable{
- icon_state = "1-4"
+/obj/structure/railing/corner{
+ dir = 1
},
-/turf/open/floor/plasteel/patterned/grid,
-/area/ruin/whitesands/pubbycrash)
-"Ls" = (
-/obj/effect/turf_decal/industrial/outline/yellow,
-/obj/effect/turf_decal/siding/brown,
-/obj/effect/decal/cleanable/dirt,
-/obj/machinery/suit_storage_unit/open,
-/turf/open/floor/plasteel/tech/techmaint,
-/area/ruin/whitesands/pubbycrash)
-"LM" = (
-/turf/closed/mineral/random/whitesands,
-/area/ruin/whitesands/pubbycrash)
-"LU" = (
-/obj/structure/cable/yellow{
- icon_state = "2-4"
+/obj/structure/catwalk,
+/obj/structure/sign/poster/retro/nanotrasen_logo_70s{
+ pixel_x = -32
},
-/obj/structure/cable/yellow{
- icon_state = "1-2"
+/obj/effect/spawner/lootdrop/maintenance/two,
+/turf/open/floor/plating,
+/area/ruin/whitesands/pubbycrash/engine_room)
+"KT" = (
+/obj/structure/railing,
+/obj/effect/decal/fakelattice{
+ icon_state = "lattice-12"
},
-/obj/effect/decal/cleanable/dirt/dust,
-/obj/effect/turf_decal/industrial/warning{
- dir = 4
+/turf/open/floor/plating/asteroid/whitesands/dried,
+/area/overmap_encounter/planetoid/cave/explored)
+"Li" = (
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ dir = 1
},
-/obj/effect/turf_decal/number/nine{
- dir = 4
+/obj/effect/decal/cleanable/dirt,
+/obj/structure/closet/wall/red{
+ dir = 8;
+ name = "Firearm Locker";
+ pixel_x = 29;
+ welded = 1
},
-/obj/item/stock_parts/cell/hyper,
-/turf/open/floor/plasteel/tech,
-/area/ruin/whitesands/pubbycrash)
-"LW" = (
-/obj/effect/spawner/structure/window/shuttle,
-/obj/machinery/door/poddoor{
- dir = 4;
- id = "whiteship_windows"
+/obj/effect/turf_decal/spline/fancy/opaque/black{
+ dir = 1
},
-/turf/open/floor/plating,
+/obj/item/gun/ballistic/automatic/pistol/commander,
+/obj/item/gun/ballistic/automatic/pistol/commander,
+/obj/item/ammo_box/magazine/co9mm,
+/obj/item/ammo_box/magazine/co9mm,
+/obj/item/ammo_box/magazine/co9mm,
+/obj/item/ammo_box/magazine/co9mm,
+/turf/open/floor/plasteel/dark,
/area/ruin/whitesands/pubbycrash)
-"Mi" = (
-/obj/structure/sign/number/two,
+"Lj" = (
/obj/effect/decal/cleanable/dirt/dust,
-/obj/item/stack/ore/salvage/scraptitanium,
-/obj/effect/gibspawner,
-/turf/open/floor/engine,
+/obj/structure/cable{
+ icon_state = "1-2"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/turf/open/floor/pod,
/area/ruin/whitesands/pubbycrash)
-"Ml" = (
-/obj/structure/window/reinforced{
+"Lm" = (
+/obj/machinery/atmospherics/pipe/manifold4w/supply/hidden,
+/obj/effect/decal/cleanable/dirt/dust,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{
+ dir = 9
+ },
+/obj/structure/railing{
dir = 8
},
-/obj/machinery/door/window/northright{
- dir = 4;
- name = "Engine Access"
+/obj/structure/catwalk,
+/obj/effect/turf_decal/spline/fancy/opaque/black{
+ dir = 8
+ },
+/obj/item/stock_parts/cell/hyper{
+ pixel_x = 5;
+ pixel_y = 4
+ },
+/obj/item/stack/ore/salvage/scrapmetal/five{
+ pixel_x = -9
},
-/obj/structure/frame/machine,
-/obj/item/stack/cable_coil/cut/red,
-/obj/item/circuitboard/machine/shuttle/smes,
/turf/open/floor/plating,
+/area/ruin/whitesands/pubbycrash/engine_room)
+"Ls" = (
+/turf/open/floor/plating{
+ icon_state = "platingdmg1";
+ initial_gas_mix = "ws_atmos"
+ },
/area/ruin/whitesands/pubbycrash)
-"Mr" = (
+"LM" = (
+/obj/item/stack/ore/salvage/scrapmetal/five,
+/obj/item/stack/ore/salvage/scraptitanium,
+/obj/effect/decal/fakelattice{
+ icon_state = "lattice-4"
+ },
+/turf/open/floor/plating/asteroid/whitesands/dried,
+/area/overmap_encounter/planetoid/cave/explored)
+"LU" = (
/obj/effect/decal/cleanable/dirt,
/obj/structure/salvageable/computer{
dir = 8
},
/turf/open/floor/plasteel/tech,
/area/ruin/whitesands/pubbycrash)
-"NI" = (
-/obj/machinery/holopad,
-/obj/effect/decal/cleanable/dirt/dust,
+"LW" = (
/obj/structure/cable{
- icon_state = "2-8"
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{
- dir = 10
+ icon_state = "4-8"
},
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 6
+/obj/effect/decal/cleanable/dirt/dust,
+/obj/effect/decal/cleanable/oil{
+ icon_state = "floor6"
},
-/turf/open/floor/plasteel/grimy,
-/area/ruin/whitesands/pubbycrash)
-"Og" = (
+/turf/open/floor/plasteel/tech,
+/area/ruin/whitesands/pubbycrash/engine_room)
+"Mi" = (
/obj/structure/cable{
- icon_state = "1-2"
+ icon_state = "1-8"
},
-/obj/structure/table/reinforced,
-/obj/machinery/recharger,
/obj/structure/railing{
- dir = 10;
- layer = 4.1
+ dir = 1
},
-/obj/effect/turf_decal/spline/fancy/opaque/black,
-/obj/item/stack/ore/salvage/scrapgold,
-/turf/open/floor/plasteel/tech,
-/area/ruin/whitesands/pubbycrash)
-"Oz" = (
-/obj/effect/decal/cleanable/dirt,
-/obj/effect/decal/cleanable/ash{
- pixel_x = 2;
- pixel_y = -2
+/turf/open/floor/plasteel/stairs{
+ dir = 4
},
-/obj/effect/decal/cleanable/ash{
- pixel_y = -2;
- pixel_x = 5
+/area/ruin/whitesands/pubbycrash/engine_room)
+"Ml" = (
+/obj/structure/sign/poster/official/random{
+ pixel_x = 32
},
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/decal/cleanable/ash/large,
/turf/open/floor/plating{
icon_state = "panelscorched";
initial_gas_mix = "ws_atmos"
},
-/area/ruin/whitesands/pubbycrash)
-"Pr" = (
-/obj/structure/table,
-/obj/effect/decal/cleanable/dirt/dust,
-/obj/effect/turf_decal/industrial/warning/corner,
-/obj/effect/spawner/lootdrop/maintenance/two,
-/turf/open/floor/plasteel/tech,
-/area/ruin/whitesands/pubbycrash)
-"Pu" = (
-/obj/structure/cable{
- icon_state = "1-2"
- },
-/turf/open/floor/plating,
-/area/ruin/whitesands/pubbycrash)
-"PA" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
- dir = 4
+/area/ruin/whitesands/pubbycrash/split)
+"Mr" = (
+/obj/structure/closet/crate/bin,
+/obj/item/trash/pistachios{
+ pixel_y = 5
},
-/obj/structure/cable{
- icon_state = "4-8"
+/obj/item/trash/energybar,
+/obj/item/trash/cheesie,
+/obj/item/trash/can/food,
+/obj/item/trash/sosjerky{
+ pixel_x = 5
},
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{
+/obj/machinery/atmospherics/components/unary/vent_pump/on,
+/obj/effect/decal/cleanable/dirt,
+/turf/open/floor/plasteel/dark,
+/area/ruin/whitesands/pubbycrash)
+"NI" = (
+/obj/structure/railing{
dir = 4
},
/obj/effect/decal/cleanable/dirt/dust,
-/obj/effect/decal/cleanable/dirt,
-/turf/open/floor/plasteel/patterned/grid,
-/area/ruin/whitesands/pubbycrash)
-"PI" = (
/obj/structure/cable{
- icon_state = "1-8"
- },
-/obj/structure/railing{
- dir = 1
+ icon_state = "1-2"
},
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
/turf/open/floor/plasteel/stairs{
- dir = 4
- },
-/area/ruin/whitesands/pubbycrash)
-"PK" = (
-/obj/effect/gibspawner,
-/turf/open/floor/plating,
-/area/ruin/whitesands/pubbycrash)
-"PY" = (
-/obj/effect/decal/cleanable/generic,
-/obj/structure/chair/office/light{
- dir = 8
+ dir = 1
},
-/turf/open/floor/plasteel/grimy,
/area/ruin/whitesands/pubbycrash)
-"PZ" = (
+"Og" = (
/obj/effect/decal/cleanable/dirt/dust,
-/obj/machinery/atmospherics/components/binary/pump{
- dir = 8;
- name = "engine fuel pump"
+/obj/structure/cable{
+ icon_state = "1-2"
},
-/obj/machinery/light/small/directional/north,
-/obj/effect/spawner/lootdrop/maintenance/two,
-/obj/item/stack/sheet/mineral/wood/fifty,
-/obj/structure/closet/crate,
-/turf/open/floor/plasteel/tech,
-/area/ruin/whitesands/pubbycrash)
-"Qb" = (
-/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4,
-/obj/effect/decal/cleanable/vomit/old,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
/obj/effect/decal/cleanable/vomit/old,
-/obj/item/stack/ore/salvage/scrapmetal,
-/obj/effect/mob_spawn/human/corpse/nanotrasenassaultsoldier,
-/obj/effect/gibspawner,
-/turf/open/floor/plasteel/tech,
-/area/ruin/whitesands/pubbycrash)
-"Qo" = (
-/obj/effect/decal/fakelattice{
- icon_state = "lattice-9"
- },
-/turf/open/floor/plating/asteroid/whitesands/lit,
-/area/overmap_encounter/planetoid/sand)
-"Qu" = (
-/obj/machinery/atmospherics/pipe/simple/orange/hidden{
- dir = 4
+/mob/living/simple_animal/hostile/asteroid/whitesands/survivor{
+ dir = 1;
+ faction = list("saloon")
},
+/obj/effect/mob_spawn/human/corpse/nanotrasensoldier,
+/turf/open/floor/plasteel/dark,
+/area/ruin/whitesands/pubbycrash)
+"Oz" = (
+/obj/structure/table/reinforced,
+/obj/effect/decal/cleanable/dirt,
+/obj/structure/salvageable/machine,
+/turf/open/floor/plastic,
+/area/ruin/whitesands/pubbycrash/split)
+"ON" = (
+/obj/structure/railing/corner,
/obj/effect/decal/cleanable/dirt,
/obj/structure/cable{
- icon_state = "4-8"
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{
- dir = 4
+ icon_state = "1-2"
},
-/obj/structure/railing,
-/obj/structure/railing{
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 1
},
-/turf/open/floor/plasteel/stairs{
- dir = 4
+/mob/living/simple_animal/hostile/asteroid/whitesands/survivor{
+ dir = 4;
+ faction = list("adobe");
+ desc = " A wild-eyed figure, wearing tattered mining equipment and boasting a malformed body, twisted by the heavy metals and high background radiation of the sandworlds. Their helmet also seems to be filled with vomit"
},
-/area/ruin/whitesands/pubbycrash)
-"Qw" = (
-/obj/structure/cable/yellow{
- icon_state = "2-4"
+/obj/effect/decal/cleanable/vomit,
+/turf/open/floor/plasteel,
+/area/ruin/whitesands/pubbycrash/split)
+"Pr" = (
+/obj/structure/closet/wall/red{
+ dir = 4;
+ name = "Pilots locker";
+ pixel_x = -29;
+ welded = 1
},
-/obj/effect/decal/cleanable/dirt/dust,
-/obj/effect/decal/cleanable/dirt/dust,
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{
- dir = 4
+/obj/item/clothing/under/suit/black,
+/obj/item/clothing/under/suit/black,
+/obj/item/clothing/suit/jacket,
+/obj/item/clothing/suit/jacket,
+/obj/item/clothing/head/beret/black,
+/obj/item/clothing/head/beret/black,
+/obj/structure/cable{
+ icon_state = "1-2"
},
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4,
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 1
+ },
+/obj/item/clothing/under/rank/security/officer/nt,
+/obj/item/clothing/under/rank/security/officer/nt,
+/obj/effect/decal/cleanable/dirt,
+/turf/open/floor/plasteel,
+/area/ruin/whitesands/pubbycrash/split)
+"Pu" = (
+/obj/machinery/atmospherics/pipe/simple/orange/hidden{
dir = 4
},
-/obj/structure/chair{
- dir = 1
+/obj/effect/decal/cleanable/dirt/dust,
+/obj/structure/cable/yellow,
+/obj/effect/spawner/lootdrop/maintenance/two,
+/turf/open/floor/plasteel/tech,
+/area/ruin/whitesands/pubbycrash/engine_room)
+"PA" = (
+/obj/structure/cable/yellow{
+ icon_state = "0-8"
},
-/obj/effect/turf_decal/industrial/warning{
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{
dir = 4
},
-/obj/effect/turf_decal/number/seven{
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 4
},
+/obj/effect/turf_decal/industrial/outline/yellow,
/turf/open/floor/plasteel/tech,
-/area/ruin/whitesands/pubbycrash)
-"QD" = (
-/obj/structure/cable{
- icon_state = "4-8"
- },
-/obj/effect/decal/cleanable/dirt/dust,
-/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4,
-/obj/machinery/atmospherics/pipe/manifold/supply/hidden,
-/turf/open/floor/plasteel/patterned/grid,
-/area/ruin/whitesands/pubbycrash)
-"QI" = (
-/obj/machinery/power/terminal{
+/area/ruin/whitesands/pubbycrash/engine_room)
+"PI" = (
+/obj/structure/window/reinforced{
dir = 8
},
-/obj/structure/cable{
- icon_state = "0-4"
+/obj/machinery/door/window/northright{
+ dir = 4;
+ name = "Engine Access"
},
-/obj/machinery/portable_atmospherics/canister/toxins,
-/turf/open/floor/plasteel/tech,
+/obj/structure/frame/machine,
+/obj/item/stack/cable_coil/cut/red,
+/obj/item/circuitboard/machine/shuttle/smes,
+/turf/open/floor/plating,
+/area/ruin/whitesands/pubbycrash/engine_room)
+"PK" = (
+/obj/effect/turf_decal/box,
+/obj/structure/railing,
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/turf_decal/industrial/warning,
+/obj/structure/salvageable/autolathe,
+/turf/open/floor/plasteel,
/area/ruin/whitesands/pubbycrash)
-"QR" = (
-/obj/structure/extinguisher_cabinet/directional/north,
-/obj/machinery/camera/autoname{
- dir = 1
- },
-/obj/structure/cable{
- icon_state = "0-4"
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{
- dir = 5
- },
-/turf/open/floor/plasteel/grimy,
+"PY" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4,
+/turf/open/floor/plasteel/dark,
/area/ruin/whitesands/pubbycrash)
-"RC" = (
-/obj/structure/railing{
- dir = 8
+"PZ" = (
+/obj/effect/decal/fakelattice{
+ icon_state = "lattice-21"
},
-/obj/effect/turf_decal/industrial/outline/yellow,
-/obj/effect/turf_decal/industrial/warning{
+/turf/open/floor/plating/asteroid/whitesands/dried,
+/area/overmap_encounter/planetoid/cave/explored)
+"Qb" = (
+/obj/effect/gibspawner,
+/turf/open/floor/plating/asteroid/whitesands/dried,
+/area/overmap_encounter/planetoid/cave/explored)
+"Qo" = (
+/mob/living/simple_animal/hostile/asteroid/whitesands/ranged,
+/turf/open/floor/plating/asteroid/whitesands/dried,
+/area/overmap_encounter/planetoid/cave/explored)
+"Qu" = (
+/obj/structure/window/reinforced{
dir = 8
},
-/obj/machinery/airalarm/directional/north,
-/obj/machinery/suit_storage_unit/open,
-/turf/open/floor/plasteel/dark,
-/area/ruin/whitesands/pubbycrash)
-"RL" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{
+/obj/machinery/door/window/northright{
+ dir = 4;
+ name = "Engine Access"
+ },
+/obj/structure/frame/machine,
+/obj/item/circuitboard/machine/shuttle/heater,
+/obj/item/stack/cable_coil/cut/red,
+/obj/item/stack/ore/salvage/scrapplasma/five,
+/turf/open/floor/plating,
+/area/ruin/whitesands/pubbycrash/engine_room)
+"Qw" = (
+/obj/machinery/door/airlock/external{
+ dir = 4
+ },
+/obj/effect/turf_decal/industrial/hatch/yellow,
+/obj/machinery/atmospherics/pipe/layer_manifold{
dir = 4
},
+/turf/open/floor/plasteel/tech/grid,
+/area/ruin/whitesands/pubbycrash/engine_room)
+"QD" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden{
dir = 4
},
/obj/structure/cable{
icon_state = "4-8"
},
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{
+ dir = 4
+ },
+/obj/machinery/door/airlock/engineering{
+ dir = 4
+ },
/obj/effect/decal/cleanable/dirt/dust,
-/obj/effect/decal/cleanable/wrapping,
-/obj/effect/decal/cleanable/plastic,
/turf/open/floor/plasteel/dark,
-/area/ruin/whitesands/pubbycrash)
-"RT" = (
-/turf/closed/mineral/random/whitesands,
+/area/ruin/whitesands/pubbycrash/engine_room)
+"QI" = (
+/obj/item/stack/ore/salvage/scraptitanium{
+ pixel_y = 8;
+ pixel_x = 6
+ },
+/turf/open/floor/plating/asteroid/whitesands/dried,
/area/overmap_encounter/planetoid/cave/explored)
-"Sy" = (
+"QR" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4,
+/obj/structure/cable{
+ icon_state = "2-4"
+ },
+/obj/effect/turf_decal/industrial/outline/grey,
+/obj/machinery/atmospherics/components/unary/portables_connector/visible,
+/obj/machinery/portable_atmospherics/canister/air,
+/turf/open/floor/plasteel/tech/techmaint,
+/area/ruin/whitesands/pubbycrash/engine_room)
+"RC" = (
/obj/effect/spawner/lootdrop/maintenance/two,
/obj/item/stack/ore/salvage/scraptitanium,
/obj/effect/decal/cleanable/dirt,
/turf/open/floor/engine,
/area/ruin/whitesands/pubbycrash)
-"SO" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{
- dir = 8
- },
-/obj/machinery/atmospherics/components/binary/dp_vent_pump{
- dir = 8
- },
-/obj/effect/decal/cleanable/dirt,
-/obj/effect/decal/cleanable/dirt,
-/obj/effect/gibspawner,
-/turf/open/floor/plasteel/tech/grid,
-/area/ruin/whitesands/pubbycrash)
-"SU" = (
+"RL" = (
/obj/structure/cable{
icon_state = "4-8"
},
-/obj/structure/reagent_dispensers/fueltank,
/obj/effect/decal/cleanable/dirt/dust,
-/turf/open/floor/plasteel/tech,
+/obj/effect/decal/cleanable/dirt/dust,
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{
+ dir = 1
+ },
+/obj/machinery/atmospherics/pipe/manifold4w/supply/hidden,
+/turf/open/floor/plasteel/patterned/grid,
/area/ruin/whitesands/pubbycrash)
-"Tg" = (
-/obj/structure/railing,
+"RT" = (
+/turf/closed/mineral/random/whitesands,
+/area/overmap_encounter/planetoid/cave/explored)
+"Sy" = (
+/obj/machinery/atmospherics/pipe/simple/orange/hidden{
+ dir = 4
+ },
/obj/effect/decal/cleanable/dirt,
-/obj/effect/decal/cleanable/vomit/old,
-/obj/effect/mob_spawn/human/corpse/damaged/whitesands/survivor,
-/turf/open/floor/plastic,
-/area/ruin/whitesands/pubbycrash)
-"TB" = (
+/obj/structure/cable{
+ icon_state = "4-8"
+ },
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{
dir = 4
},
-/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+/obj/structure/railing,
+/obj/structure/railing{
+ dir = 1
+ },
+/turf/open/floor/plasteel/stairs{
dir = 4
},
+/area/ruin/whitesands/pubbycrash/engine_room)
+"SO" = (
+/obj/effect/spawner/structure/window/shuttle,
+/obj/machinery/door/poddoor{
+ id = "whiteship_windows"
+ },
+/turf/open/floor/plating,
+/area/ruin/whitesands/pubbycrash/engine_room)
+"SU" = (
+/obj/effect/decal/fakelattice{
+ icon_state = "lattice-4"
+ },
+/turf/open/floor/plating/asteroid/whitesands/dried,
+/area/overmap_encounter/planetoid/cave/explored)
+"Tg" = (
+/obj/structure/window/reinforced{
+ dir = 8
+ },
+/obj/machinery/door/window/northleft{
+ dir = 4;
+ name = "Engine Access"
+ },
/obj/structure/cable{
- icon_state = "4-8"
+ icon_state = "0-8"
+ },
+/obj/structure/frame/machine,
+/obj/item/stack/cable_coil/cut/red,
+/obj/item/circuitboard/machine/shuttle/smes,
+/turf/open/floor/plating,
+/area/ruin/whitesands/pubbycrash/engine_room)
+"TB" = (
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden{
+ dir = 1
},
-/obj/effect/decal/cleanable/dirt/dust,
/obj/structure/cable{
- icon_state = "0-4"
+ icon_state = "4-8"
},
-/turf/open/floor/plasteel/dark,
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4,
+/obj/effect/decal/cleanable/dirt/dust,
+/obj/effect/decal/cleanable/dirt/dust,
+/turf/open/floor/plasteel/patterned/grid,
/area/ruin/whitesands/pubbycrash)
"TF" = (
-/obj/structure/sign/poster/official/random{
- pixel_x = 32
+/obj/structure/railing,
+/obj/structure/railing{
+ dir = 1
+ },
+/obj/structure/cable{
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{
+ dir = 4
},
/obj/effect/decal/cleanable/dirt,
-/obj/effect/decal/cleanable/ash/large,
-/turf/open/floor/plating{
- icon_state = "panelscorched";
- initial_gas_mix = "ws_atmos"
+/turf/open/floor/plasteel/stairs{
+ dir = 4
},
-/area/ruin/whitesands/pubbycrash)
+/area/ruin/whitesands/pubbycrash/split)
"Uo" = (
/obj/effect/turf_decal/spline/fancy/opaque/black,
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/obj/effect/decal/cleanable/vomit/old,
-/obj/effect/decal/cleanable/dirt,
-/obj/effect/mob_spawn/human/corpse/nanotrasensoldier,
-/turf/open/floor/plasteel/dark,
-/area/ruin/whitesands/pubbycrash)
-"Us" = (
-/obj/effect/decal/cleanable/dirt/dust,
/obj/structure/cable{
- icon_state = "1-2"
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4,
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/obj/effect/decal/cleanable/vomit/old,
-/mob/living/simple_animal/hostile/asteroid/whitesands/survivor{
- dir = 1;
- faction = list("saloon")
+ icon_state = "0-4"
},
-/obj/effect/mob_spawn/human/corpse/nanotrasensoldier,
+/obj/effect/decal/cleanable/dirt/dust,
/turf/open/floor/plasteel/dark,
/area/ruin/whitesands/pubbycrash)
-"Uy" = (
+"Us" = (
/obj/machinery/door/airlock/hatch{
welded = 1
},
@@ -2135,217 +2252,258 @@
/obj/machinery/door/firedoor/border_only,
/turf/open/floor/pod,
/area/ruin/whitesands/pubbycrash)
+"Uy" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/effect/decal/cleanable/plasma,
+/obj/effect/turf_decal/spline/fancy/opaque/black,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4,
+/obj/effect/decal/cleanable/dirt,
+/turf/open/floor/plasteel/dark,
+/area/ruin/whitesands/pubbycrash)
"Vj" = (
-/obj/machinery/atmospherics/components/unary/outlet_injector/on/layer4,
-/turf/open/floor/engine/hull,
+/obj/effect/decal/cleanable/dirt/dust,
+/obj/effect/turf_decal/spline/fancy/opaque/black{
+ dir = 1
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4,
+/turf/open/floor/plasteel/dark,
/area/ruin/whitesands/pubbycrash)
"Vt" = (
/turf/open/floor/plating/asteroid/whitesands/lit,
-/area/overmap_encounter/planetoid/sand)
+/area/overmap_encounter/planetoid/sand/explored)
"VG" = (
/obj/structure/sign/number/two,
-/obj/item/stack/ore/salvage/scrapmetal,
-/obj/effect/decal/cleanable/dirt,
+/obj/effect/decal/cleanable/dirt/dust,
+/obj/item/stack/ore/salvage/scraptitanium,
+/obj/effect/gibspawner,
/turf/open/floor/engine,
/area/ruin/whitesands/pubbycrash)
"VK" = (
/obj/structure/cable{
- icon_state = "2-8"
+ icon_state = "4-8"
},
-/obj/effect/turf_decal/industrial/outline/orange,
-/obj/machinery/portable_atmospherics/canister/toxins,
-/obj/machinery/atmospherics/components/unary/portables_connector/visible,
-/turf/open/floor/plasteel/tech/techmaint,
-/area/ruin/whitesands/pubbycrash)
+/obj/structure/reagent_dispensers/fueltank,
+/obj/effect/decal/cleanable/dirt/dust,
+/turf/open/floor/plasteel/tech,
+/area/ruin/whitesands/pubbycrash/engine_room)
"VP" = (
/obj/effect/decal/fakelattice{
icon_state = "lattice-2"
},
/turf/open/floor/plating/asteroid/whitesands/lit,
-/area/overmap_encounter/planetoid/sand)
-"Wg" = (
-/obj/structure/frame/machine,
-/obj/item/stack/cable_coil/cut/red,
-/obj/item/stack/ore/salvage/scrapgold,
-/obj/item/stack/ore/salvage/scrapgold,
-/turf/open/floor/plating,
-/area/ruin/whitesands/pubbycrash)
-"Wo" = (
-/obj/structure/bed/dogbed{
- anchored = 1;
- name = "citrus's bed"
+/area/overmap_encounter/planetoid/sand/explored)
+"VZ" = (
+/obj/machinery/door/firedoor/border_only{
+ dir = 1
},
-/obj/effect/turf_decal/spline/fancy/opaque/black{
- dir = 9
+/obj/effect/spawner/structure/window/shuttle,
+/obj/machinery/door/poddoor{
+ id = "whiteship_windows"
},
-/obj/machinery/light/directional/east,
-/turf/open/floor/pod,
-/area/ruin/whitesands/pubbycrash)
-"WD" = (
-/obj/effect/turf_decal/industrial/stand_clear,
-/obj/effect/turf_decal/industrial/warning,
-/obj/effect/spawner/lootdrop/maintenance,
+/turf/open/floor/plating,
+/area/ruin/whitesands/pubbycrash/split)
+"Wg" = (
+/obj/structure/sign/number/two,
+/obj/item/stack/ore/salvage/scrapmetal,
/obj/effect/decal/cleanable/dirt,
+/obj/effect/spawner/lootdrop/maintenance/two,
/turf/open/floor/engine,
/area/ruin/whitesands/pubbycrash)
-"Xm" = (
-/obj/effect/decal/cleanable/dirt,
-/obj/effect/decal/cleanable/ash,
-/turf/open/floor/plating{
- icon_state = "panelscorched";
- initial_gas_mix = "ws_atmos"
- },
-/area/ruin/whitesands/pubbycrash)
-"Xn" = (
-/obj/effect/turf_decal/industrial/caution,
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4,
-/obj/effect/decal/cleanable/dirt,
-/obj/structure/railing/corner{
+"Wo" = (
+/obj/structure/railing{
dir = 8
},
-/obj/structure/catwalk,
-/obj/machinery/button/door{
- id = "whiteshipubbyEngines";
- name = "Engine Lockdown Control";
- pixel_x = -25;
- dir = 4
+/obj/effect/turf_decal/industrial/outline/yellow,
+/obj/effect/turf_decal/industrial/warning{
+ dir = 8
},
-/obj/structure/salvageable/destructive_analyzer,
+/obj/machinery/airalarm/directional/north,
+/obj/machinery/suit_storage_unit/open,
+/turf/open/floor/plasteel/dark,
+/area/ruin/whitesands/pubbycrash)
+"WD" = (
+/obj/item/stack/ore/salvage/scraptitanium,
/turf/open/floor/plating,
/area/ruin/whitesands/pubbycrash)
-"XA" = (
-/obj/structure/railing{
- dir = 8
- },
-/obj/item/kirbyplants/random,
-/obj/structure/railing{
+"Xi" = (
+/obj/item/radio/intercom/directional/west,
+/obj/structure/chair/office/light{
dir = 4
},
-/obj/machinery/light/directional/south,
-/obj/machinery/atmospherics/components/unary/vent_pump/on{
- dir = 1
- },
+/obj/effect/decal/cleanable/dirt/dust,
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4,
+/turf/open/floor/plasteel/grimy,
+/area/ruin/whitesands/pubbycrash)
+"Xm" = (
+/obj/item/t_scanner/adv_mining_scanner/lesser,
+/obj/item/kinetic_crusher,
+/obj/structure/rack,
+/obj/item/pickaxe/mini,
+/obj/item/pickaxe/mini,
+/obj/effect/turf_decal/siding/brown,
+/obj/item/gun/energy/kinetic_accelerator,
+/obj/machinery/firealarm/directional/south,
/obj/effect/decal/cleanable/dirt,
-/turf/open/floor/plasteel,
+/turf/open/floor/plasteel/tech/techmaint,
+/area/ruin/whitesands/pubbycrash/split)
+"Xn" = (
+/obj/structure/sign/nanotrasen,
+/turf/closed/wall/mineral/titanium/nodiagonal,
/area/ruin/whitesands/pubbycrash)
+"XA" = (
+/obj/item/stack/ore/salvage/scrapmetal/five,
+/turf/open/floor/plating/asteroid/whitesands/dried,
+/area/overmap_encounter/planetoid/cave/explored)
"XK" = (
-/obj/effect/decal/cleanable/dirt/dust,
/obj/effect/turf_decal/spline/fancy/opaque/black{
dir = 1
},
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4,
+/obj/machinery/firealarm/directional/west,
+/obj/item/stack/ore/salvage/scraptitanium,
+/obj/effect/decal/cleanable/dirt,
/turf/open/floor/plasteel/dark,
/area/ruin/whitesands/pubbycrash)
"Yt" = (
-/obj/machinery/newscaster/directional/west,
-/obj/effect/decal/cleanable/dirt,
-/obj/effect/decal/cleanable/ash/large,
-/turf/open/floor/plating{
- icon_state = "panelscorched";
- initial_gas_mix = "ws_atmos"
+/obj/structure/reagent_dispensers/servingdish,
+/obj/structure/table/reinforced,
+/obj/item/kitchen/spoon/plastic{
+ pixel_x = 6
},
-/area/ruin/whitesands/pubbycrash)
+/obj/item/kitchen/spoon/plastic{
+ pixel_x = -1
+ },
+/obj/item/kitchen/spoon/plastic{
+ pixel_x = 13
+ },
+/turf/open/floor/plastic,
+/area/ruin/whitesands/pubbycrash/split)
"Yu" = (
-/obj/structure/cable/yellow{
- icon_state = "1-2"
+/obj/structure/girder,
+/turf/open/floor/plating,
+/area/ruin/whitesands/pubbycrash/engine_room)
+"YC" = (
+/obj/structure/railing/corner{
+ dir = 1
},
-/obj/effect/decal/cleanable/dirt/dust,
/obj/effect/turf_decal/industrial/warning/corner{
- dir = 4
+ dir = 1
},
-/obj/machinery/light/directional/east,
-/obj/effect/turf_decal/number/four{
- dir = 4
+/obj/structure/table/reinforced,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{
+ dir = 8
},
-/turf/open/floor/plasteel/tech,
-/area/ruin/whitesands/pubbycrash)
-"YC" = (
-/obj/structure/closet/wall/white{
- dir = 1;
- name = "Medicine storage";
- pixel_y = -30
+/obj/machinery/atmospherics/pipe/simple/supply/hidden{
+ dir = 6
},
-/obj/item/storage/firstaid/ancient{
- pixel_x = 6;
- pixel_y = -5
+/obj/structure/reagent_dispensers/servingdish,
+/obj/item/kitchen/spoon/plastic{
+ pixel_x = -1
},
-/obj/item/storage/firstaid/medical,
-/obj/structure/sign/poster/official/random{
- pixel_x = 32
+/obj/item/kitchen/spoon/plastic{
+ pixel_x = 13
},
-/turf/open/floor/pod,
+/obj/item/kitchen/spoon/plastic{
+ pixel_x = 6
+ },
+/turf/open/floor/plasteel/dark,
/area/ruin/whitesands/pubbycrash)
"YL" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4,
+/obj/machinery/power/terminal{
+ dir = 8
+ },
/obj/structure/cable{
- icon_state = "2-4"
+ icon_state = "0-4"
},
-/obj/effect/turf_decal/industrial/outline/grey,
-/obj/machinery/atmospherics/components/unary/portables_connector/visible,
-/obj/machinery/portable_atmospherics/canister/air,
-/turf/open/floor/plasteel/tech/techmaint,
-/area/ruin/whitesands/pubbycrash)
+/obj/machinery/portable_atmospherics/canister/toxins,
+/turf/open/floor/plasteel/tech,
+/area/ruin/whitesands/pubbycrash/engine_room)
"Zg" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden,
-/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{
- dir = 8
+/turf/open/floor/engine/hull,
+/area/overmap_encounter/planetoid/cave/explored)
+"Zj" = (
+/obj/effect/decal/fakelattice{
+ icon_state = "lattice-3"
+ },
+/turf/open/floor/plating/asteroid/whitesands/dried,
+/area/overmap_encounter/planetoid/cave/explored)
+"Zk" = (
+/obj/effect/gibspawner,
+/turf/open/floor/plating,
+/area/ruin/whitesands/pubbycrash)
+"Zp" = (
+/obj/structure/table/reinforced,
+/obj/machinery/power/apc/auto_name/directional/north{
+ start_charge = 0
+ },
+/obj/structure/cable{
+ icon_state = "0-2"
+ },
+/obj/item/flashlight/lamp{
+ pixel_x = -6;
+ pixel_y = 8
},
+/obj/effect/decal/cleanable/dirt,
/obj/structure/railing{
dir = 8
},
-/obj/structure/catwalk,
-/obj/effect/turf_decal/spline/fancy/opaque/black{
- dir = 8
+/obj/item/photo{
+ pixel_y = -12
},
-/obj/structure/salvageable/protolathe,
-/turf/open/floor/plating,
-/area/ruin/whitesands/pubbycrash)
-"Zj" = (
-/turf/open/floor/engine/hull,
-/area/ruin/whitesands/pubbycrash)
-"Zk" = (
-/obj/structure/railing/corner{
- dir = 4
+/obj/item/toy/figure/captain{
+ pixel_x = 7;
+ pixel_y = 12
},
-/obj/effect/turf_decal/siding/brown{
- dir = 1
+/obj/item/stack/ore/salvage/scrapmetal,
+/turf/open/floor/plasteel/tech,
+/area/ruin/whitesands/pubbycrash)
+"Zu" = (
+/obj/machinery/light/directional/west,
+/obj/structure/cable{
+ icon_state = "1-2"
},
-/obj/structure/closet/wall{
- icon_door = "orange_wall";
- name = "Mining equipment";
- pixel_y = 28
+/obj/structure/table/reinforced,
+/obj/item/paper_bin{
+ pixel_x = -4
},
-/obj/item/clothing/glasses/meson,
-/obj/item/clothing/glasses/meson,
-/obj/item/storage/bag/ore,
-/obj/item/storage/bag/ore,
-/obj/item/clothing/suit/hazardvest,
-/obj/item/clothing/suit/hazardvest,
-/obj/structure/cable{
- icon_state = "0-4"
+/obj/item/folder/blue{
+ pixel_x = 3;
+ pixel_y = 2
},
-/obj/effect/decal/cleanable/cobweb,
-/obj/effect/decal/cleanable/dirt,
-/turf/open/floor/plasteel/tech/techmaint,
-/area/ruin/whitesands/pubbycrash)
-"Zp" = (
+/obj/item/folder/white,
+/obj/item/pen,
/obj/structure/railing{
- dir = 1
+ dir = 8
},
-/obj/effect/turf_decal/siding/brown{
- dir = 1
+/obj/item/stamp/captain{
+ pixel_x = -6;
+ pixel_y = 8
+ },
+/obj/item/spacecash/bundle/c1000{
+ pixel_x = 2;
+ pixel_y = -14
+ },
+/obj/item/spacecash/bundle/c1000{
+ pixel_x = 2;
+ pixel_y = -14
+ },
+/obj/item/spacecash/bundle/c1000{
+ pixel_x = 4;
+ pixel_y = -16
},
+/turf/open/floor/plasteel/tech,
+/area/ruin/whitesands/pubbycrash)
+"Zx" = (
/obj/structure/cable{
- icon_state = "4-8"
+ icon_state = "1-2"
},
-/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{
+/obj/machinery/atmospherics/pipe/manifold/orange/hidden{
dir = 4
},
-/obj/effect/decal/cleanable/dirt,
+/obj/effect/decal/cleanable/oil,
+/obj/effect/decal/cleanable/vomit/old,
/turf/open/floor/plasteel/tech/techmaint,
-/area/ruin/whitesands/pubbycrash)
+/area/ruin/whitesands/pubbycrash/engine_room)
(1,1,1) = {"
Gl
@@ -2354,15 +2512,15 @@ Gl
Gl
Gl
Gl
-RT
-RT
-RT
-RT
-RT
-RT
-RT
-RT
-RT
+Gl
+Gl
+Gl
+Gl
+Gl
+Gl
+Gl
+Gl
+Gl
Gl
Gl
Gl
@@ -2378,22 +2536,22 @@ Gl
Gl
Gl
RT
-RT
-RT
-RT
-RT
-RT
-RT
-RT
-RT
-RT
-RT
-RT
-RT
-RT
-RT
-RT
-RT
+Gl
+Gl
+Gl
+Gl
+Gl
+Gl
+Gl
+Gl
+Gl
+Gl
+Gl
+Gl
+Gl
+Gl
+Gl
+Gl
Gl
Gl
Gl
@@ -2403,25 +2561,25 @@ Gl
"}
(3,1,1) = {"
Gl
+Gl
RT
RT
-RT
-RT
-RT
-RT
-RT
-RT
-RT
-RT
-RT
-RT
-RT
-RT
-RT
-RT
-RT
-RT
-RT
+Vt
+Vt
+Vt
+Gl
+Gl
+Gl
+Vt
+Vt
+Gl
+Vt
+Vt
+Gl
+Gl
+Gl
+Gl
+Gl
Gl
Gl
Gl
@@ -2433,24 +2591,24 @@ Gl
RT
RT
RT
-RT
-cN
-dW
-Eb
-LM
-cN
-Ky
-cN
-cN
-Hq
-Wg
-cN
-RT
-RT
-RT
-RT
-RT
Vt
+Vt
+Vt
+Vt
+Vt
+Vt
+Vt
+Vt
+Vt
+Vt
+Vt
+Vt
+Vt
+RT
+Gl
+Gl
+Gl
+Gl
Gl
Gl
Gl
@@ -2459,135 +2617,135 @@ Gl
Gl
RT
RT
-RT
-RT
-cN
-qz
-GF
-cN
-cN
-SO
-oo
-cN
+Vt
+Vt
+Vt
+Vt
+Vt
+Vt
+Vt
+Vt
+Vt
+Vt
Fc
-Ml
-cN
-RT
-RT
-RT
-RT
-RT
Vt
Vt
+Vt
+RT
+RT
+Gl
+Gl
Gl
Gl
-"}
-(6,1,1) = {"
Gl
Gl
+"}
+(6,1,1) = {"
RT
RT
RT
-cN
+Vt
+Vt
+Vt
QI
-dm
-cN
-cN
+AJ
+AJ
+bS
mW
-cN
-Ji
+Vt
+sA
PZ
fO
-cN
-RT
+SU
+Vt
RT
RT
RT
-Vt
-Vt
-Vt
Gl
Gl
-"}
-(7,1,1) = {"
Gl
Gl
+Gl
+"}
+(7,1,1) = {"
RT
RT
RT
-cN
+RT
+AJ
+AJ
SU
HQ
-cN
-xA
+sA
+oS
pu
Et
-jG
+AJ
yU
oS
Dx
+AJ
RT
RT
RT
-RT
-Vt
-Vt
-Vt
Gl
Gl
-"}
-(8,1,1) = {"
Gl
Gl
+Gl
+"}
+(8,1,1) = {"
RT
RT
RT
-cN
+RT
+AJ
+xX
rW
sV
-cN
-Pr
+Bw
+xX
Qw
-LU
+xX
Yu
kP
AH
-Dx
+xX
+AJ
RT
RT
RT
RT
Vt
-Vt
-Vt
-Vt
+Gl
+Gl
Gl
"}
(9,1,1) = {"
Gl
-Gl
RT
RT
RT
-cN
-cN
+RT
+xX
+Tg
Qu
-cN
-Ha
+xX
+xX
Hb
ln
-cN
+xX
DY
PI
-cN
-RT
+xX
+AJ
+AJ
RT
RT
RT
Vt
Vt
-Vt
-Vt
+Gl
Gl
"}
(10,1,1) = {"
@@ -2595,27 +2753,27 @@ Gl
RT
RT
RT
-Vj
-GA
+RT
+xX
YL
iW
-Xn
-Zg
+xX
+xX
pe
-wV
+xX
so
lB
re
-cN
-Zj
+xX
+RT
+AJ
RT
RT
Vt
Vt
Vt
-Vt
-Vt
-Vt
+Gl
+Gl
"}
(11,1,1) = {"
RT
@@ -2623,71 +2781,72 @@ RT
RT
RT
AJ
-cN
+xX
VK
ho
-Ho
+xX
Dg
Cs
zP
KO
xa
Ew
-cN
+SO
+RT
AJ
RT
RT
Vt
Vt
Vt
-Vt
-Vt
-Vt
+Gl
+Gl
"}
(12,1,1) = {"
RT
RT
RT
-RT
-sA
-cN
-LW
-LW
-cN
-cN
+AJ
+AJ
+xX
+aR
+yj
+xX
+xH
gG
-cN
-cN
-LW
+dW
+ET
+Pu
LW
-cN
-sA
+SO
+AJ
+AJ
RT
RT
Vt
Vt
Vt
Vt
-Vt
-Vt
+Gl
"}
(13,1,1) = {"
+Gl
RT
RT
RT
-RT
-RT
-RT
-aR
+AJ
+xX
+xX
Sy
-ET
+xX
cp
PA
fR
-AO
+xX
jt
Mi
-ek
+xX
+AJ
RT
RT
RT
@@ -2695,27 +2854,26 @@ Vt
Vt
Vt
Vt
-Vt
-Vt
+Gl
"}
(14,1,1) = {"
+Gl
RT
RT
RT
-RT
-RT
-RT
-RT
+jG
+Ha
+QR
Bz
pT
JI
Lm
BH
-KS
-up
-RT
-RT
-RT
+KS
+up
+qz
+xX
+Zg
RT
RT
Vt
@@ -2726,14 +2884,14 @@ Vt
Vt
"}
(15,1,1) = {"
-Gl
-RT
-RT
RT
RT
RT
+AJ
+ch
+xX
gL
-vc
+Zx
bW
DQ
gu
@@ -2741,52 +2899,52 @@ Ct
gy
fX
vc
+xX
+ch
RT
RT
-RT
-RT
-bZ
Vt
Vt
Vt
Vt
-Gl
+Vt
+Vt
"}
(16,1,1) = {"
-Gl
-Gl
RT
RT
RT
-pR
-eq
+AJ
+Ai
+xX
vL
-FP
-KI
+vL
+xX
+xX
QD
-vw
-lK
-RT
-VG
-WD
-RT
-RT
-RT
-bZ
+xX
+xX
+vL
+vL
+xX
+Ai
+AJ
+AJ
+Vt
+Vt
Vt
Vt
Vt
Vt
-Gl
"}
(17,1,1) = {"
-Gl
-Gl
RT
RT
+AJ
+AJ
sA
-cN
-cN
+Zj
+tB
RC
zX
Uo
@@ -2794,26 +2952,26 @@ nQ
XK
FY
nP
-cN
-cN
-sA
+VG
+dm
+AJ
+AJ
RT
RT
-bZ
Vt
Vt
Vt
Vt
-Gl
+Vt
"}
(18,1,1) = {"
-Gl
-Gl
RT
RT
RT
-ck
-Kt
+AJ
+AJ
+RT
+RT
Bd
fA
IQ
@@ -2823,49 +2981,49 @@ zi
oq
hh
ck
-ba
-Cw
+AJ
+RT
+RT
+RT
Vt
Vt
Vt
Vt
Vt
-Gl
-Gl
"}
(19,1,1) = {"
-Gl
-Gl
RT
RT
RT
-cN
-cN
-cN
-cN
-cN
+RT
+AJ
+RT
+vw
+Ho
+xz
+ih
yK
-cN
-cN
-cN
-cN
-cN
-cN
-Vt
-Cw
+Kt
+di
+mp
+Ho
+hh
+AJ
+AJ
+RT
+AJ
Vt
Vt
Vt
Vt
Gl
-Gl
"}
(20,1,1) = {"
-Gl
-Gl
RT
RT
RT
+RT
+AJ
pG
Di
ff
@@ -2874,35 +3032,143 @@ Uy
co
ly
PK
-jF
-mH
+hh
+Wg
+hh
+RT
+AJ
+Vt
+bZ
Vt
-IC
Vt
Vt
-Cw
-VP
-gx
Vt
-Gl
Gl
"}
(21,1,1) = {"
Gl
-Gl
-RT
RT
RT
RT
-In
+Xn
+vX
+vX
Wo
YC
-cN
+Gp
RL
-cN
+Vj
Fq
If
+vX
+vX
+Xn
+RT
+Vt
+bZ
+Vt
+Vt
+Vt
+Vt
+Gl
+"}
+(22,1,1) = {"
+Gl
+RT
+RT
+RT
+AJ
+KI
+IU
+AO
+wn
+lK
+TB
+Li
+mH
+PY
+pR
+KI
+fr
+Cw
+Vt
+Vt
+Vt
+Vt
+Vt
+Gl
+Gl
+"}
+(23,1,1) = {"
+Gl
+RT
+RT
+RT
+AJ
+vX
+vX
+vX
+vX
+vX
+xy
+vX
+vX
+vX
+vX
+vX
+vX
+Vt
+Cw
+Vt
+Vt
+Vt
+Vt
+Gl
+Gl
+"}
+(24,1,1) = {"
+RT
+RT
+RT
+RT
+AJ
+jA
+kA
+NI
+Lj
+Us
+sC
+rZ
+Zk
+WD
+ul
+AJ
+IC
+Vt
+Vt
+Cw
+VP
+gx
Vt
+Gl
+Gl
+"}
+(25,1,1) = {"
+RT
+RT
+RT
+RT
+RT
+AJ
+KT
+ct
+oo
+vX
+nG
+vX
+Ls
+xA
+AJ
Vt
kp
Cw
@@ -2914,224 +3180,223 @@ RT
Gl
Gl
"}
-(22,1,1) = {"
+(26,1,1) = {"
Gl
RT
RT
RT
-cN
-cN
-cN
-cN
-cN
-cN
-TB
-cN
-mH
-IC
+vX
+vX
+vX
+vX
+vX
+vX
+Ga
+vX
+ul
+XA
RT
Vt
Vt
Vt
-cN
-cN
-cN
-cN
+AA
+AA
+AA
+AA
RT
Gl
Gl
"}
-(23,1,1) = {"
+(27,1,1) = {"
Gl
RT
RT
RT
-iw
+wV
+Xi
+Fn
+IR
vX
-rZ
-QR
-cN
-Ak
-xy
-Pu
-Cw
-Vt
+Mr
+Gi
+In
+ym
+AJ
RT
VP
gx
xc
-cN
-Zk
-Ls
-cN
+AA
+sD
+rT
+AA
RT
RT
Gl
"}
-(24,1,1) = {"
-Gl
+(28,1,1) = {"
Gl
RT
RT
-iw
-jA
-kA
-NI
-Lj
-Us
-sC
-cN
-Vt
+RT
+wV
+Eb
+Ak
+kM
+ss
+Og
+kU
+vX
+AJ
RT
RT
IC
lR
nq
-cN
-Zp
-bS
-cN
+AA
+vO
+Xm
+AA
RT
RT
Gl
"}
-(25,1,1) = {"
-Gl
+(29,1,1) = {"
Gl
RT
RT
-iw
-PY
-KT
-ct
-cN
-Ig
-nG
-cN
-Vt
+RT
+wV
+Ji
+Hq
+KB
+vX
+hz
+cx
+vX
+AJ
RT
Vt
Vt
-cN
-cN
-cN
-Fn
-wn
-cN
+AA
+AA
+AA
+TF
+uB
+AA
RT
RT
Gl
"}
-(26,1,1) = {"
-Gl
+(30,1,1) = {"
Gl
RT
RT
-cN
-yj
-Cg
-fk
-cN
-BD
-Ga
-cN
-ul
-Cw
+RT
+vX
+iw
+Bi
+Ik
+vX
+Dn
+lA
+vX
+Qo
+ym
Cw
sd
-Eh
-hA
-yx
-pE
-XA
-cN
+as
+Pr
+ON
+jF
+eq
+AA
RT
RT
RT
"}
-(27,1,1) = {"
-Gl
+(31,1,1) = {"
Gl
RT
RT
-cN
-cN
-cN
-cN
-cN
-cN
-Gi
-cN
-Jz
+RT
+vX
+vX
+vX
+vX
+vX
+vX
+Cg
+vX
+LM
kp
Vt
Vt
-cN
-gg
-Tg
-sD
-rT
-iw
+AA
+Yt
+mU
+Fo
+no
+VZ
RT
RT
RT
"}
-(28,1,1) = {"
-Gl
+(32,1,1) = {"
Gl
RT
RT
RT
RT
-cN
-kM
-ss
-Og
-kU
-If
-yt
+RT
+vX
+Zp
+Zu
+FP
+AD
+xA
+ab
Vt
IC
Vt
+AA
+Em
+GK
cN
-as
-Ik
-vO
-Xm
-iw
+lI
+VZ
RT
RT
RT
"}
-(29,1,1) = {"
-Gl
+(33,1,1) = {"
Gl
Gl
RT
RT
RT
-cN
-KB
-Qb
-hz
-cx
+RT
+vX
+ba
+gg
+pE
+ek
uh
-oO
-mp
+yx
+Zj
gx
Vt
-cN
+AA
+Oz
+Ig
+Ml
DB
-di
-TF
-uB
-iw
+VZ
RT
RT
RT
"}
-(30,1,1) = {"
-Gl
+(34,1,1) = {"
Gl
Gl
RT
@@ -3139,27 +3404,26 @@ RT
RT
RT
RT
-Mr
-Dn
-lA
-If
-Qo
-ym
+RT
+LU
+GA
+oO
+xA
+BD
+Qb
gs
Cw
-cN
-cN
-cN
-cN
-cN
-cN
+AA
+AA
+AA
+AA
+AA
+AA
RT
RT
RT
"}
-(31,1,1) = {"
-Gl
-Gl
+(35,1,1) = {"
Gl
RT
RT
@@ -3169,23 +3433,24 @@ RT
RT
RT
RT
-cN
-IC
+RT
+RT
+vX
+XA
Vt
Vt
Vt
-cN
-Yt
-mU
-cN
-cN
-AJ
+AA
+GF
+ge
+AA
+AA
+Ky
RT
RT
Gl
"}
-(32,1,1) = {"
-Gl
+(36,1,1) = {"
Gl
RT
RT
@@ -3197,21 +3462,22 @@ RT
RT
RT
RT
+RT
Vt
Cw
VP
nq
EG
-Em
-GK
-cN
-AJ
+Eh
+fk
+AA
+Ky
RT
RT
RT
Gl
"}
-(33,1,1) = {"
+(37,1,1) = {"
Gl
Gl
RT
@@ -3228,17 +3494,17 @@ kp
IC
Vt
qN
-cN
-Oz
-cN
-AJ
+AA
+oj
+AA
+Ky
RT
RT
RT
RT
Gl
"}
-(34,1,1) = {"
+(38,1,1) = {"
Gl
Gl
Gl
@@ -3265,7 +3531,7 @@ Gl
Gl
Gl
"}
-(35,1,1) = {"
+(39,1,1) = {"
Gl
Gl
Gl
@@ -3292,7 +3558,7 @@ Gl
Gl
Gl
"}
-(36,1,1) = {"
+(40,1,1) = {"
Gl
Gl
Gl
diff --git a/_maps/RandomRuins/SpaceRuins/astraeus.dmm b/_maps/RandomRuins/SpaceRuins/astraeus.dmm
index bafc48460b64..adf957299b7a 100644
--- a/_maps/RandomRuins/SpaceRuins/astraeus.dmm
+++ b/_maps/RandomRuins/SpaceRuins/astraeus.dmm
@@ -937,7 +937,7 @@
name = "paper - Munitions Inventory";
pixel_x = 7
},
-/obj/item/book/manual/wiki/engineering_hacking{
+/obj/item/book/manual/wiki/hacking{
pixel_x = -6
},
/turf/open/floor/plasteel/airless,
diff --git a/_maps/RandomRuins/SpaceRuins/bigderelict1.dmm b/_maps/RandomRuins/SpaceRuins/bigderelict1.dmm
index 58799b7c71ca..a4f6006bf88b 100644
--- a/_maps/RandomRuins/SpaceRuins/bigderelict1.dmm
+++ b/_maps/RandomRuins/SpaceRuins/bigderelict1.dmm
@@ -522,7 +522,7 @@
/turf/open/floor/plasteel,
/area/ruin/space/has_grav/derelictoutpost/powerstorage)
"bI" = (
-/obj/item/gun/ballistic/automatic/pistol/m1911{
+/obj/item/gun/ballistic/automatic/pistol/candor{
spawnwithmagazine = 0
},
/turf/open/floor/plasteel,
@@ -1333,7 +1333,7 @@
desc = "A thick gelatinous surface covers the floor. Someone get the golashes.";
name = "gelatinous floor"
},
-/obj/item/gun/ballistic/automatic/pistol/m1911{
+/obj/item/gun/ballistic/automatic/pistol/candor{
spawnwithmagazine = 0
},
/obj/item/ammo_box/magazine/m45,
@@ -1493,7 +1493,7 @@
/turf/open/floor/plating,
/area/ruin/space/has_grav/derelictoutpost)
"dJ" = (
-/obj/item/gun/ballistic/automatic/pistol/m1911{
+/obj/item/gun/ballistic/automatic/pistol/candor{
spawnwithmagazine = 0
},
/obj/structure/alien/weeds{
diff --git a/_maps/RandomRuins/SpaceRuins/clericden.dmm b/_maps/RandomRuins/SpaceRuins/clericden.dmm
index b70a3ada2857..e163b6f46cea 100644
--- a/_maps/RandomRuins/SpaceRuins/clericden.dmm
+++ b/_maps/RandomRuins/SpaceRuins/clericden.dmm
@@ -578,7 +578,7 @@
/turf/open/floor/plasteel/dark/airless,
/area/ruin/unpowered/no_grav)
"Cb" = (
-/obj/item/book/manual/wiki/barman_recipes,
+/obj/item/book/manual/wiki/drinks,
/obj/structure/fluff/paper/stack{
dir = 5
},
@@ -650,7 +650,7 @@
/turf/open/floor/carpet/airless,
/area/ruin/unpowered/no_grav)
"Fz" = (
-/obj/item/book/manual/wiki/engineering_construction,
+/obj/item/book/manual/wiki/construction,
/obj/structure/fluff/paper/stack{
dir = 9
},
diff --git a/_maps/RandomRuins/SpaceRuins/dangerous_research.dmm b/_maps/RandomRuins/SpaceRuins/dangerous_research.dmm
index f477717d9b81..28695ad57a80 100644
--- a/_maps/RandomRuins/SpaceRuins/dangerous_research.dmm
+++ b/_maps/RandomRuins/SpaceRuins/dangerous_research.dmm
@@ -192,7 +192,7 @@
"gC" = (
/obj/structure/table,
/obj/effect/turf_decal/corner/opaque/green/border,
-/obj/item/book/manual/wiki/infections,
+/obj/item/book/manual/wiki/chemistry,
/turf/open/floor/plasteel/white,
/area/ruin/space/has_grav)
"gH" = (
diff --git a/_maps/RandomRuins/SpaceRuins/fueldepot.dmm b/_maps/RandomRuins/SpaceRuins/fueldepot.dmm
index 478e36ffe5bb..abe9e9f4562c 100644
--- a/_maps/RandomRuins/SpaceRuins/fueldepot.dmm
+++ b/_maps/RandomRuins/SpaceRuins/fueldepot.dmm
@@ -224,7 +224,7 @@
dir = 8
},
/obj/effect/decal/cleanable/dirt/dust,
-/obj/item/gun/ballistic/shotgun/lethal,
+/obj/item/gun/ballistic/shotgun/brimstone,
/turf/open/floor/mineral/plastitanium,
/area/ruin/unpowered)
"hL" = (
diff --git a/_maps/RandomRuins/SpaceRuins/lab4071.dmm b/_maps/RandomRuins/SpaceRuins/lab4071.dmm
index b69f076fa2f6..86829ac573bd 100644
--- a/_maps/RandomRuins/SpaceRuins/lab4071.dmm
+++ b/_maps/RandomRuins/SpaceRuins/lab4071.dmm
@@ -3369,7 +3369,7 @@
pixel_y = -2
},
/obj/item/ammo_box/magazine/m45,
-/obj/item/gun/ballistic/automatic/pistol/m1911{
+/obj/item/gun/ballistic/automatic/pistol/candor{
pixel_x = -3;
pixel_y = 5
},
diff --git a/_maps/RandomRuins/SpaceRuins/oldcodeops.dmm b/_maps/RandomRuins/SpaceRuins/oldcodeops.dmm
deleted file mode 100644
index 3f8adfb07e98..000000000000
--- a/_maps/RandomRuins/SpaceRuins/oldcodeops.dmm
+++ /dev/null
@@ -1,732 +0,0 @@
-//MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE
-"ah" = (
-/obj/item/aicard,
-/obj/structure/table/greyscale,
-/turf/open/floor/oldshuttle,
-/area/ruin/powered)
-"bN" = (
-/obj/item/crowbar/large{
- desc = "It's a big crowbar. It doesn't fit in your pockets, because it's big. It feels oddly heavy..";
- force = 20;
- name = "heavy crowbar"
- },
-/turf/open/floor/oldshuttle,
-/area/ruin/powered)
-"bP" = (
-/turf/closed/wall,
-/area/template_noop)
-"cP" = (
-/obj/machinery/door/window{
- base_state = "right";
- dir = 8;
- icon_state = "right"
- },
-/turf/open/floor/oldshuttle,
-/area/ruin/powered)
-"fg" = (
-/obj/structure/chair/old{
- dir = 4
- },
-/turf/open/floor/oldshuttle,
-/area/ruin/powered)
-"fl" = (
-/obj/machinery/door/window{
- dir = 4
- },
-/turf/open/floor/oldshuttle,
-/area/ruin/powered)
-"fx" = (
-/obj/item/clothing/mask/gas/syndicate,
-/obj/item/clothing/shoes/sneakers/black,
-/obj/item/storage/backpack,
-/obj/item/clothing/under/color/black,
-/obj/item/gun/ballistic/automatic/pistol/deagle,
-/obj/structure/closet{
- icon_state = "oldcloset";
- name = "strange closet"
- },
-/obj/item/ammo_box/magazine/m50,
-/obj/item/clothing/suit/space/hardsuit/syndi/elite,
-/turf/open/floor/oldshuttle,
-/area/ruin/powered)
-"fO" = (
-/obj/item/gun/energy/laser/retro,
-/obj/item/gun/energy/laser/retro,
-/obj/structure/closet{
- icon_state = "oldcloset";
- name = "strange closet"
- },
-/turf/open/floor/oldshuttle,
-/area/ruin/powered)
-"gj" = (
-/obj/item/extinguisher,
-/turf/open/floor/oldshuttle,
-/area/ruin/powered)
-"gM" = (
-/obj/item/storage/toolbox/mechanical/old/clean{
- icon_state = "toolbox_red_old"
- },
-/obj/structure/rack,
-/turf/open/floor/oldshuttle,
-/area/ruin/powered)
-"iO" = (
-/obj/machinery/computer/operating{
- dir = 4
- },
-/turf/open/floor/oldshuttle,
-/area/ruin/powered)
-"iW" = (
-/turf/open/floor/oldshuttle,
-/area/ruin/powered)
-"jz" = (
-/turf/closed/indestructible/oldshuttle/corner{
- dir = 4
- },
-/area/ruin/powered)
-"md" = (
-/obj/item/weldingtool,
-/turf/open/floor/oldshuttle,
-/area/ruin/powered)
-"mW" = (
-/obj/effect/spawner/structure/window,
-/turf/open/floor/plating,
-/area/ruin/powered)
-"na" = (
-/obj/item/crowbar,
-/obj/item/stack/cable_coil,
-/obj/item/assembly/prox_sensor,
-/obj/structure/table/greyscale,
-/turf/open/floor/oldshuttle,
-/area/ruin/powered)
-"oP" = (
-/obj/item/storage/firstaid/ancient,
-/obj/structure/table/greyscale,
-/turf/open/floor/oldshuttle,
-/area/ruin/powered)
-"oX" = (
-/obj/structure/table/optable,
-/turf/open/floor/oldshuttle,
-/area/ruin/powered)
-"pM" = (
-/mob/living/simple_animal/hostile/syndicate/melee/sword/space/oldcode,
-/turf/open/floor/oldshuttle,
-/area/ruin/powered)
-"qg" = (
-/obj/item/stack/medical/ointment,
-/obj/structure/table/greyscale,
-/turf/open/floor/oldshuttle,
-/area/ruin/powered)
-"qy" = (
-/obj/structure/closet/crate/internals,
-/turf/open/floor/oldshuttle,
-/area/ruin/powered)
-"qQ" = (
-/obj/structure/table/greyscale,
-/turf/open/floor/oldshuttle,
-/area/ruin/powered)
-"rj" = (
-/obj/item/wrench,
-/obj/item/clothing/gloves/color/yellow,
-/obj/item/assembly/infra,
-/obj/item/assembly/infra,
-/obj/structure/table/greyscale,
-/turf/open/floor/oldshuttle,
-/area/ruin/powered)
-"rQ" = (
-/obj/structure/lattice,
-/turf/template_noop,
-/area/template_noop)
-"tZ" = (
-/turf/closed/indestructible/oldshuttle/corner,
-/area/ruin/powered)
-"uA" = (
-/obj/structure/closet/crate/medical,
-/turf/open/floor/oldshuttle,
-/area/ruin/powered)
-"uL" = (
-/obj/item/clothing/head/welding,
-/obj/structure/table/greyscale,
-/turf/open/floor/oldshuttle,
-/area/ruin/powered)
-"vk" = (
-/turf/template_noop,
-/area/template_noop)
-"wf" = (
-/turf/open/floor/plating/airless,
-/area/template_noop)
-"wH" = (
-/obj/machinery/microwave,
-/obj/structure/table/greyscale,
-/turf/open/floor/oldshuttle,
-/area/ruin/powered)
-"xO" = (
-/obj/structure/table/greyscale,
-/obj/item/storage/backpack/duffelbag/sec/surgery,
-/turf/open/floor/oldshuttle,
-/area/ruin/powered)
-"xT" = (
-/obj/item/stack/medical/bruise_pack,
-/obj/structure/table/greyscale,
-/turf/open/floor/oldshuttle,
-/area/ruin/powered)
-"yL" = (
-/obj/machinery/door/airlock/external,
-/turf/open/floor/oldshuttle,
-/area/ruin/powered)
-"zH" = (
-/mob/living/simple_animal/hostile/syndicate/ranged/space/oldcode,
-/turf/open/floor/oldshuttle,
-/area/ruin/powered)
-"Bf" = (
-/obj/structure/shuttle/engine/propulsion,
-/turf/open/space,
-/area/ruin/powered)
-"Cn" = (
-/obj/machinery/door/window{
- base_state = "right";
- dir = 4;
- icon_state = "right"
- },
-/turf/open/floor/oldshuttle,
-/area/ruin/powered)
-"Dy" = (
-/obj/item/pinpointer/nuke/syndicate,
-/obj/structure/table/greyscale,
-/turf/open/floor/oldshuttle,
-/area/ruin/powered)
-"FQ" = (
-/obj/structure/fans/tiny,
-/turf/open/floor/oldshuttle,
-/area/ruin/powered)
-"Ge" = (
-/obj/machinery/door/window,
-/turf/open/floor/oldshuttle,
-/area/ruin/powered)
-"Jh" = (
-/turf/closed/indestructible/oldshuttle/corner{
- dir = 8
- },
-/area/ruin/powered)
-"JB" = (
-/turf/open/floor/circuit,
-/area/ruin/powered)
-"KA" = (
-/obj/structure/table/greyscale,
-/obj/item/grenade/c4,
-/obj/item/grenade/c4,
-/turf/open/floor/oldshuttle,
-/area/ruin/powered)
-"KT" = (
-/obj/item/paper{
- default_raw_text = "Nuclear Explosives 101:\n\tHello and thank you for choosing the Syndicate for your nuclear information needs.\nToday's crash course will deal with the operation of a Fusion Class Nanotrasen made Nuclear Device.\nFirst and foremost, DO NOT TOUCH ANYTHING UNTIL THE BOMB IS IN PLACE.\nPressing any button on the compacted bomb will cause it to extend and bolt itself into place.\nIf this is done to unbolt it one must compeltely log in which at this time may not be possible.\nTo make the device functional:\n1. Place bomb in designated detonation zone\n2. Extend and anchor bomb (attack with hand).\n3. Insert Nuclear Auth. Disk into slot.\n4. Type numeric code into keypad ([]).\n\tNote: If you make a mistake press R to reset the device.\n5. Press the E button to log onto the device\nYou now have activated the device. To deactivate the buttons at anytime for example when\nyou've already prepped the bomb for detonation remove the auth disk OR press the R ont he keypad.\nNow the bomb CAN ONLY be detonated using the timer. A manual det. is not an option.\n\tNote: Nanotrasen is a pain in the neck.\nToggle off the SAFETY.\n\tNote: You wouldn't believe how many Syndicate Operatives with doctorates have forgotten this step\nSo use the - - and + + to set a det time between 5 seconds and 10 minutes.\nThen press the timer toggle button to start the countdown.\nNow remove the auth. disk so that the buttons deactivate.\n\tNote: THE BOMB IS STILL SET AND WILL DETONATE\nNow before you remvoe the disk if you need to mvoe the bomb you can:\nToggle off the anchor, move it, and re-anchor.\n\nGood luck. Remember the order:\nDisk, Code, Safety, Timer, Disk, RUN\nGood luck.\nIntelligence Analysts believe that they are hiding the disk in the control room emergency room"
- },
-/obj/structure/table/greyscale,
-/turf/open/floor/oldshuttle,
-/area/ruin/powered)
-"Mb" = (
-/obj/structure/shuttle/engine/heater,
-/turf/open/floor/plating{
- icon_state = "plating"
- },
-/area/ruin/powered)
-"MY" = (
-/obj/structure/chair/old{
- dir = 8
- },
-/turf/open/floor/oldshuttle,
-/area/ruin/powered)
-"NL" = (
-/obj/machinery/recharger,
-/obj/structure/table/greyscale,
-/turf/open/floor/oldshuttle,
-/area/ruin/powered)
-"NT" = (
-/obj/machinery/vending/cigarette,
-/turf/open/floor/oldshuttle,
-/area/ruin/powered)
-"OZ" = (
-/obj/item/storage/box/donkpockets,
-/obj/structure/table/greyscale,
-/turf/open/floor/oldshuttle,
-/area/ruin/powered)
-"Sn" = (
-/turf/closed/indestructible/oldshuttle/corner{
- dir = 1
- },
-/area/ruin/powered)
-"Sp" = (
-/obj/structure/sign/warning/securearea{
- desc = "A warning sign which reads 'EXTERNAL AIRLOCK'";
- name = "EXTERNAL AIRLOCK"
- },
-/turf/closed/indestructible/oldshuttle,
-/area/ruin/powered)
-"Sw" = (
-/obj/structure/rack,
-/obj/item/disk/nuclear/fake/obvious,
-/turf/open/floor/oldshuttle,
-/area/ruin/powered)
-"SP" = (
-/obj/machinery/sleeper/syndie{
- dir = 8
- },
-/turf/open/floor/oldshuttle,
-/area/ruin/powered)
-"SS" = (
-/obj/structure/rack,
-/obj/item/clothing/suit/space/syndicate,
-/obj/item/clothing/head/helmet/space/syndicate,
-/obj/item/tank/jetpack/oxygen,
-/turf/open/floor/oldshuttle,
-/area/ruin/powered)
-"Td" = (
-/turf/closed/indestructible/oldshuttle,
-/area/ruin/powered)
-"Ua" = (
-/obj/item/flashlight/lamp,
-/obj/structure/table/greyscale,
-/turf/open/floor/oldshuttle,
-/area/ruin/powered)
-"UO" = (
-/obj/machinery/door/window{
- dir = 8
- },
-/turf/open/floor/oldshuttle,
-/area/ruin/powered)
-"Vp" = (
-/obj/item/assembly/signaler,
-/obj/structure/table/greyscale,
-/turf/open/floor/oldshuttle,
-/area/ruin/powered)
-"VQ" = (
-/obj/structure/chair/old{
- dir = 1
- },
-/mob/living/simple_animal/hostile/syndicate/ranged/space/oldcode,
-/turf/open/floor/oldshuttle,
-/area/ruin/powered)
-"Wm" = (
-/obj/item/assembly/prox_sensor,
-/obj/structure/table/greyscale,
-/turf/open/floor/oldshuttle,
-/area/ruin/powered)
-"WP" = (
-/obj/structure/table/greyscale,
-/obj/item/bombcore,
-/turf/open/floor/oldshuttle,
-/area/ruin/powered)
-"XT" = (
-/obj/machinery/cell_charger,
-/obj/item/assembly/signaler,
-/obj/structure/table/greyscale,
-/turf/open/floor/oldshuttle,
-/area/ruin/powered)
-
-(1,1,1) = {"
-vk
-vk
-vk
-vk
-vk
-vk
-vk
-vk
-vk
-vk
-vk
-vk
-vk
-Jh
-Td
-Td
-Td
-Td
-Td
-Td
-Td
-jz
-"}
-(2,1,1) = {"
-vk
-vk
-vk
-vk
-vk
-vk
-vk
-Jh
-Td
-Td
-Td
-Td
-Td
-Td
-SP
-iW
-SP
-iW
-SP
-uA
-Mb
-Bf
-"}
-(3,1,1) = {"
-vk
-vk
-vk
-vk
-vk
-vk
-vk
-Td
-SS
-SS
-SS
-SS
-SS
-Td
-iO
-iW
-iO
-iW
-iO
-oX
-Mb
-Bf
-"}
-(4,1,1) = {"
-vk
-vk
-vk
-vk
-vk
-vk
-vk
-Td
-zH
-iW
-iW
-iW
-iW
-Td
-iW
-iW
-iW
-iW
-pM
-iW
-Mb
-Bf
-"}
-(5,1,1) = {"
-Jh
-Td
-Td
-Td
-jz
-vk
-vk
-Td
-iW
-fg
-fg
-iW
-iW
-Td
-xT
-iW
-iW
-oP
-Jh
-Td
-Td
-Sn
-"}
-(6,1,1) = {"
-Td
-wH
-OZ
-Dy
-Td
-jz
-Jh
-Td
-fO
-qQ
-ah
-iW
-iW
-Td
-qg
-iW
-iW
-xO
-Td
-vk
-vk
-vk
-"}
-(7,1,1) = {"
-Td
-iW
-iW
-iW
-Td
-Td
-Td
-Td
-Td
-Td
-Td
-fl
-Cn
-Td
-Td
-fl
-Cn
-Td
-Td
-Td
-jz
-vk
-"}
-(8,1,1) = {"
-Td
-Ua
-iW
-iW
-Td
-qQ
-fg
-fg
-fg
-fg
-iW
-iW
-iW
-iW
-iW
-iW
-iW
-md
-mW
-Mb
-Bf
-vk
-"}
-(9,1,1) = {"
-Td
-KT
-VQ
-iW
-Ge
-iW
-zH
-iW
-iW
-iW
-iW
-iW
-iW
-iW
-iW
-pM
-iW
-Ge
-JB
-Mb
-Bf
-vk
-"}
-(10,1,1) = {"
-Td
-NL
-iW
-iW
-Td
-qQ
-MY
-MY
-MY
-MY
-iW
-iW
-iW
-iW
-iW
-iW
-iW
-bN
-mW
-Mb
-Bf
-vk
-"}
-(11,1,1) = {"
-Td
-iW
-iW
-iW
-Td
-Td
-Td
-Td
-Td
-Td
-Td
-yL
-mW
-Td
-Td
-cP
-UO
-Td
-Td
-Td
-Sn
-vk
-"}
-(12,1,1) = {"
-Td
-NT
-iW
-fx
-Td
-Sn
-vk
-vk
-tZ
-Sp
-qQ
-iW
-iW
-Td
-XT
-iW
-iW
-gM
-Td
-vk
-vk
-vk
-"}
-(13,1,1) = {"
-tZ
-Td
-Td
-Td
-Sn
-vk
-vk
-vk
-vk
-FQ
-iW
-iW
-iW
-Td
-Vp
-iW
-iW
-gM
-tZ
-Td
-Td
-jz
-"}
-(14,1,1) = {"
-vk
-vk
-vk
-vk
-vk
-vk
-vk
-vk
-vk
-Sp
-iW
-iW
-Sw
-Td
-rj
-iW
-iW
-iW
-iW
-gj
-Mb
-Bf
-"}
-(15,1,1) = {"
-vk
-vk
-vk
-vk
-vk
-rQ
-bP
-vk
-vk
-tZ
-Td
-Td
-Td
-Td
-Wm
-iW
-iW
-iW
-iW
-zH
-Mb
-Bf
-"}
-(16,1,1) = {"
-vk
-vk
-vk
-vk
-rQ
-rQ
-vk
-vk
-vk
-vk
-vk
-vk
-tZ
-Td
-na
-qy
-KA
-uL
-qQ
-WP
-Mb
-Bf
-"}
-(17,1,1) = {"
-vk
-vk
-vk
-vk
-vk
-wf
-rQ
-vk
-vk
-vk
-vk
-vk
-vk
-tZ
-Td
-Td
-Td
-Td
-Td
-Td
-Td
-Sn
-"}
diff --git a/_maps/RandomRuins/SpaceRuins/oldstation.dmm b/_maps/RandomRuins/SpaceRuins/oldstation.dmm
index 1b9136861194..635321fa9d4b 100644
--- a/_maps/RandomRuins/SpaceRuins/oldstation.dmm
+++ b/_maps/RandomRuins/SpaceRuins/oldstation.dmm
@@ -1507,7 +1507,6 @@
"ex" = (
/obj/effect/decal/cleanable/dirt,
/obj/structure/table,
-/obj/item/book/manual/wiki/security_space_law,
/obj/effect/turf_decal/corner/opaque/red{
dir = 1
},
diff --git a/_maps/RandomRuins/SpaceRuins/singularity_lab.dmm b/_maps/RandomRuins/SpaceRuins/singularity_lab.dmm
index 486cbbce85fd..3175796cd159 100644
--- a/_maps/RandomRuins/SpaceRuins/singularity_lab.dmm
+++ b/_maps/RandomRuins/SpaceRuins/singularity_lab.dmm
@@ -7011,7 +7011,7 @@
"Cb" = (
/obj/structure/table,
/obj/structure/spacevine,
-/obj/item/book/manual/wiki/engineering_guide,
+/obj/item/book/manual/wiki/engineering,
/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{
dir = 6
},
@@ -11252,7 +11252,7 @@
/obj/structure/cable/yellow{
icon_state = "1-2"
},
-/obj/item/book/manual/wiki/engineering_singulo_tesla,
+/obj/item/book/manual/wiki/engineering,
/turf/open/space/basic,
/area/space/nearstation)
"Rp" = (
diff --git a/_maps/RandomRuins/SpaceRuins/spacemall.dmm b/_maps/RandomRuins/SpaceRuins/spacemall.dmm
index 276292022795..c2efbe90506d 100644
--- a/_maps/RandomRuins/SpaceRuins/spacemall.dmm
+++ b/_maps/RandomRuins/SpaceRuins/spacemall.dmm
@@ -1085,7 +1085,7 @@
/area/ruin/space/has_grav/spacemall/dorms)
"eb" = (
/obj/structure/table/reinforced,
-/obj/item/book/manual/wiki/engineering_hacking,
+/obj/item/book/manual/wiki/hacking,
/turf/open/floor/plasteel,
/area/ruin/space/has_grav/spacemall/shop)
"ed" = (
diff --git a/_maps/RandomRuins/WasteRuins/wasteplanet_lab.dmm b/_maps/RandomRuins/WasteRuins/wasteplanet_lab.dmm
index 617cde29db7b..c1ba42b3c415 100644
--- a/_maps/RandomRuins/WasteRuins/wasteplanet_lab.dmm
+++ b/_maps/RandomRuins/WasteRuins/wasteplanet_lab.dmm
@@ -99,7 +99,7 @@
/area/ruin/powered)
"fq" = (
/obj/structure/table,
-/obj/item/ammo_box/n762,
+/obj/item/ammo_box/c45_speedloader,
/turf/open/floor/plasteel/mono/white,
/area/ruin/powered)
"fJ" = (
@@ -165,12 +165,6 @@
"hl" = (
/turf/open/floor/plasteel/mono/dark,
/area/ruin/powered)
-"hL" = (
-/obj/structure/displaycase/noalert{
- start_showpiece_type = /obj/item/ammo_box/magazine/sniper_rounds
- },
-/turf/open/floor/plasteel,
-/area/ruin/powered)
"ih" = (
/obj/structure/table/wood/reinforced,
/obj/item/stack/sheet/mineral/uranium/five,
@@ -207,12 +201,6 @@
/obj/effect/decal/cleanable/dirt,
/turf/open/floor/plasteel,
/area/ruin/powered)
-"iE" = (
-/obj/structure/displaycase/noalert{
- start_showpiece_type = /obj/item/ammo_box/magazine/mm712x82
- },
-/turf/open/floor/plasteel,
-/area/ruin/powered)
"jn" = (
/obj/effect/turf_decal/industrial/warning{
dir = 1
@@ -313,12 +301,6 @@
/obj/item/modular_computer/laptop/preset,
/turf/open/floor/plasteel/dark,
/area/ruin/powered)
-"os" = (
-/obj/structure/displaycase/noalert{
- start_showpiece_type = /obj/item/ammo_box/magazine/smgm45
- },
-/turf/open/floor/plasteel,
-/area/ruin/powered)
"ov" = (
/obj/effect/turf_decal/corner/transparent/neutral/diagonal,
/obj/machinery/autolathe/hacked,
@@ -496,9 +478,7 @@
/turf/open/floor/plasteel/white,
/area/ruin/powered)
"wf" = (
-/obj/structure/displaycase/noalert{
- start_showpiece_type = /obj/item/ammo_box/magazine/co9mm
- },
+/obj/item/kirbyplants/random,
/turf/open/floor/plasteel,
/area/ruin/powered)
"wp" = (
@@ -626,9 +606,7 @@
/area/ruin/powered)
"BK" = (
/obj/effect/decal/cleanable/dirt,
-/obj/structure/displaycase/noalert{
- start_showpiece_type = /obj/item/ammo_box/magazine/mm712x82
- },
+/obj/item/kirbyplants/random,
/turf/open/floor/plasteel,
/area/ruin/powered)
"Cl" = (
@@ -866,9 +844,7 @@
/turf/open/floor/plasteel,
/area/ruin/powered)
"Ta" = (
-/obj/structure/displaycase/noalert{
- start_showpiece_type = /obj/item/ammo_box/magazine/ebr
- },
+/obj/item/kirbyplants/random,
/turf/open/floor/plating/rust,
/area/ruin/powered)
"Tb" = (
@@ -1179,7 +1155,7 @@ Rw
Rw
Rw
Ta
-iE
+wf
wf
GR
tD
@@ -1529,9 +1505,9 @@ Rw
Rw
Rw
Rw
-os
+wf
BK
-hL
+wf
GR
tD
tD
diff --git a/_maps/configs/inteq_valor.json b/_maps/configs/inteq_valor.json
new file mode 100644
index 000000000000..92162ac1a5da
--- /dev/null
+++ b/_maps/configs/inteq_valor.json
@@ -0,0 +1,40 @@
+{
+ "$schema": "https://raw.githubusercontent.com/shiptest-ss13/Shiptest/master/_maps/ship_config_schema.json",
+ "map_name": "Valor-Class Field Care Cruiser",
+ "prefix": "IRMV",
+ "description": "The Valor is the dedicated medical vessel of the Inteq fleet, suitable for treatment both for Inteq combat casualties, or paid treatment of outsiders. It's equipped with high-end medical equipment and a small ambulance for patient transport for this purpose.",
+ "tags": ["Medical", "Subshuttle"],
+ "namelists": [
+ "MYTHOLOGICAL",
+ "NATURAL",
+ "INTEQ"
+ ],
+ "map_short_name": "Valor-class",
+ "map_path": "_maps/shuttles/inteq/inteq_valor.dmm",
+ "limit": 1,
+ "job_slots": {
+ "Vanguard": {
+ "outfit": "/datum/outfit/job/inteq/captain",
+ "officer": true,
+ "slots": 1
+ },
+ "Honorable Corpsman": {
+ "outfit": "/datum/outfit/job/inteq/cmo/empty",
+ "officer": true,
+ "slots": 1
+ },
+ "Corpsman": {
+ "outfit": "/datum/outfit/job/inteq/paramedic/empty",
+ "slots": 3
+ },
+ "Enforcer": {
+ "outfit": "/datum/outfit/job/inteq/security/empty",
+ "slots": 2
+ },
+ "Recruit": {
+ "outfit": "/datum/outfit/job/inteq/assistant",
+ "slots": 2
+ }
+ },
+ "enabled": true
+}
diff --git a/_maps/configs/minutemen_asclepius.json b/_maps/configs/minutemen_asclepius.json
index 3877d1e24549..9498534f1700 100644
--- a/_maps/configs/minutemen_asclepius.json
+++ b/_maps/configs/minutemen_asclepius.json
@@ -46,5 +46,5 @@
"slots": 1
}
},
- "enabled": true
+ "enabled": false
}
diff --git a/_maps/configs/minutemen_cepheus.json b/_maps/configs/minutemen_cepheus.json
index e9b51f1b3a02..5de05fef0ceb 100644
--- a/_maps/configs/minutemen_cepheus.json
+++ b/_maps/configs/minutemen_cepheus.json
@@ -40,5 +40,5 @@
"slots": 3
}
},
- "enabled": true
+ "enabled": false
}
diff --git a/_maps/configs/minutemen_corvus.json b/_maps/configs/minutemen_corvus.json
deleted file mode 100644
index 0e424099b8cc..000000000000
--- a/_maps/configs/minutemen_corvus.json
+++ /dev/null
@@ -1,37 +0,0 @@
-{
- "$schema": "https://raw.githubusercontent.com/shiptest-ss13/Shiptest/master/_maps/ship_config_schema.json",
- "map_name": "Corvus-class Response Vessel",
- "prefix": "CMSV",
- "description": "A lightly equipped patrol vessel used by the Minutemen for extended operations in the Frontier. In many systems, a lone Corvus is the only sign of Minutemen presence, an image that is not helped by their widespread usage. The Corvus was originally a light personal vessel retrofitted for combat usage by the Colonial Militia, which was later adopted as their official remote infantry patrol ship as a symbol of colonial ingenuity and grit. First designated the Wallaby-class, until the crew of a now-legendary Wallaby-class known as the CMSV Corvus single handedly destroyed a Frontiersmen capital ship in 392.",
- "tags": [
- "Combat",
- "Riot"
- ],
- "namelists": [
- "COLONIAL MINUTEMEN",
- "MYTHOLOGICAL"
- ],
- "map_short_name": "Corvus-class",
- "map_path": "_maps/shuttles/minutemen/minutemen_corvus.dmm",
- "limit": 2,
- "job_slots": {
- "Captain": {
- "outfit": "/datum/outfit/job/minutemen/captain",
- "officer": true,
- "slots": 1
- },
- "Mechanic": {
- "outfit": "/datum/outfit/job/minutemen/engineer",
- "slots": 1
- },
- "Minuteman": {
- "outfit": "/datum/outfit/job/minutemen/security",
- "slots": 2
- },
- "Cadet": {
- "outfit": "/datum/outfit/job/minutemen/assistant",
- "slots": 2
- }
- },
- "enabled": true
-}
diff --git a/_maps/configs/minutemen_vela.json b/_maps/configs/minutemen_vela.json
index e7ea8ba86df4..01a494fa6eb6 100644
--- a/_maps/configs/minutemen_vela.json
+++ b/_maps/configs/minutemen_vela.json
@@ -53,5 +53,5 @@
"slots": 1
}
},
- "enabled": true
+ "enabled": false
}
diff --git a/_maps/configs/srm_glaive.json b/_maps/configs/srm_elder.json
similarity index 60%
rename from _maps/configs/srm_glaive.json
rename to _maps/configs/srm_elder.json
index 1c4cb6f91f86..82e104096b00 100644
--- a/_maps/configs/srm_glaive.json
+++ b/_maps/configs/srm_elder.json
@@ -1,20 +1,20 @@
{
"$schema": "https://raw.githubusercontent.com/shiptest-ss13/Shiptest/master/_maps/ship_config_schema.json",
- "map_name": "SRM Glaive-class Hunter Vessel",
+ "map_name": "Elder-class Montagnes' Vessel",
"prefix": "SRSV",
"namelists": [
"SAINT-ROUMAIN",
"BEASTS"
],
- "map_short_name": "Glaive-class",
- "map_path": "_maps/shuttles/roumain/srm_glaive.dmm",
- "description": "A standard issue vessel to the highest ranks of the Saint-Roumain Militia. While “standard”, this class of vessel is unique to the Montagne that owns it. Each ship is designed around a central garden consisting of plants, soil, and a tree from the owning Montagnes’ home planet. As a highly religious ascetic order, the SRM supplies each Glaive with supplies to farm, raise animals, and perform medicine in more “natural” ways, using herbs and plants grown in house. Alongside this, the ship has a decent amount of mining equipment, and supplies required to begin the manufacturing of SRM-pattern firearms as is standard for Hunter’s Pride. The ship is captained by a Montagne, who oversees a team of Hunters, and Shadows apprenticing them.",
+ "map_short_name": "Elder-class",
+ "map_path": "_maps/shuttles/roumain/srm_elder.dmm",
+ "description": "A standard issue vessel to the highest ranks of the Saint-Roumain Militia. While “standard”, this class of vessel is unique to the Montagne that owns it. Each ship is designed around a central garden consisting of plants, soil, and a tree from the owning Montagnes’ home planet. As a highly religious ascetic order, the SRM supplies each Elder with supplies to farm, raise animals, and perform medicine in more “natural” ways, using herbs and plants grown in house. The ship is captained by a Montagne, who oversees a team of Hunters, and Shadows apprenticing them.",
"tags": [
- "Mining",
+ "Botany",
"Combat",
"Specialist"
],
- "map_id": "srm_glaive",
+ "map_id": "srm_elder",
"limit": 1,
"job_slots": {
"Hunter Montagne": {
diff --git a/_maps/configs/syndicate_aegis.json b/_maps/configs/syndicate_aegis.json
index 6863c4e11279..5946a8e78343 100644
--- a/_maps/configs/syndicate_aegis.json
+++ b/_maps/configs/syndicate_aegis.json
@@ -18,7 +18,7 @@
],
"job_slots": {
"Captain": {
- "outfit": "/datum/outfit/job/syndicate/captain",
+ "outfit": "/datum/outfit/job/syndicate/captain/suns",
"officer": true,
"slots": 1
},
@@ -34,7 +34,7 @@
},
"Mechanic": {
- "outfit": "/datum/outfit/job/syndicate/engineer",
+ "outfit": "/datum/outfit/job/syndicate/engineer/suns",
"slots": 1
},
diff --git a/_maps/configs/syndicate_luxembourg.json b/_maps/configs/syndicate_luxembourg.json
deleted file mode 100644
index 1433f2da547a..000000000000
--- a/_maps/configs/syndicate_luxembourg.json
+++ /dev/null
@@ -1,38 +0,0 @@
-{
- "$schema": "https://raw.githubusercontent.com/shiptest-ss13/Shiptest/master/_maps/ship_config_schema.json",
- "prefix": "SSV",
- "namelists": [
- "DONK",
- "MERCANTILE",
- "SPACE"
- ],
- "map_name": "Luxembourg-class Delivery Vessel",
- "description": "A dual-purpose delivery vessel and mobile storefront, Luxembourgs make up a substantial portion of Donk! Co.’s fleet on the Frontier, where the ever-opportunistic corporation has begun to fill the gaps left behind by the collapse of Nanotrasen’s logistics network. Donk! Co. managers have a great degree of autonomy, and so any given Luxembourg will often bear substantial modifications to the sales floor and on-board cafe, the better to entice new customers in an unstable yet lucrative region of space.",
- "tags": [
- "Robotics",
- "Cargo"
- ],
- "map_short_name": "Luxembourg-class",
- "map_path": "_maps/shuttles/syndicate/syndicate_luxembourg.dmm",
- "limit": 1,
- "starting_funds": 6000,
- "job_slots": {
- "Manager": {
- "outfit": "/datum/outfit/job/syndicate/quartermaster/donk",
- "slots": 1
- },
- "Customer Service Representative": {
- "outfit": "/datum/outfit/job/syndicate/cargo_tech/donk",
- "slots": 5
- },
- "Food and Beverage Specialist": {
- "outfit": "/datum/outfit/job/syndicate/bartender",
- "slots": 1
- },
- "GEC Contracted Engineer": {
- "outfit": "/datum/outfit/job/syndicate/engineer/gec",
- "slots": 1
- }
- },
- "enabled": true
-}
diff --git a/_maps/configs/syndicate_twinkleshine.json b/_maps/configs/syndicate_twinkleshine.json
index e5765b1691dd..ef84cca126f5 100644
--- a/_maps/configs/syndicate_twinkleshine.json
+++ b/_maps/configs/syndicate_twinkleshine.json
@@ -17,7 +17,7 @@
"map_short_name": "Twinkleshine-class",
"map_path": "_maps/shuttles/syndicate/syndicate_twinkleshine.dmm",
"job_slots": {
- "Captain": {
+ "Flotilla Admiral": {
"outfit": "/datum/outfit/job/syndicate/captain/twink",
"officer": true,
"slots": 1
@@ -27,6 +27,11 @@
"officer": true,
"slots": 1
},
+ "Redshield Officer": {
+ "outfit": "/datum/outfit/job/syndicate/hos/suns/twink",
+ "officer": true,
+ "slots": 1
+ },
"Medic": {
"outfit": "/datum/outfit/job/syndicate/paramedic/twink",
"slots": 2
diff --git a/_maps/map_catalogue.txt b/_maps/map_catalogue.txt
index 3d86570f326c..284e944454f4 100644
--- a/_maps/map_catalogue.txt
+++ b/_maps/map_catalogue.txt
@@ -337,8 +337,8 @@ Find the key for using this catalogue in "map_catalogue_key.txt"
Tags = "No Combat", "Minor Loot", "Inhospitable"
File Name = "_maps\RandomRuins\Ruins\whitesands_surface_pubbyslopcrash.dmm"
- Size = (x = 35)(y = 25)(z = 1)
- Tags = "Minor Combat Challange", "Medium Loot", "Shelter"
+ Size = (x = 40)(y = 25)(z = 1)
+ Tags = "Minor Combat Challenge", "Medium Loot", "Shelter"
diff --git a/_maps/map_files/generic/CentCom.dmm b/_maps/map_files/generic/CentCom.dmm
index 0eccbd8fc0d0..bd415e97bae8 100644
--- a/_maps/map_files/generic/CentCom.dmm
+++ b/_maps/map_files/generic/CentCom.dmm
@@ -1516,7 +1516,6 @@
/area/centcom/ferry)
"arZ" = (
/obj/structure/table/reinforced,
-/obj/item/book/manual/wiki/security_space_law,
/obj/item/taperecorder,
/turf/open/floor/plasteel/grimy,
/area/centcom/ferry)
@@ -2209,7 +2208,6 @@
/turf/open/floor/wood,
/area/wizard_station)
"axw" = (
-/obj/machinery/vending/magivend,
/turf/open/floor/engine/cult,
/area/wizard_station)
"axx" = (
@@ -4458,7 +4456,7 @@
"aOO" = (
/obj/item/reagent_containers/food/condiment/enzyme,
/obj/item/reagent_containers/food/drinks/shaker,
-/obj/item/book/manual/wiki/barman_recipes,
+/obj/item/book/manual/wiki/drinks,
/obj/structure/closet/crate,
/turf/open/floor/plasteel,
/area/centcom/holding)
@@ -6238,7 +6236,6 @@
"bbL" = (
/obj/structure/table/wood,
/obj/item/folder/red,
-/obj/item/book/manual/wiki/security_space_law,
/obj/item/restraints/handcuffs,
/obj/item/assembly/flash/handheld,
/obj/effect/turf_decal/corner/transparent/neutral{
@@ -6600,7 +6597,6 @@
/area/centcom)
"bRK" = (
/obj/structure/table/reinforced,
-/obj/item/book/manual/wiki/security_space_law,
/obj/item/taperecorder,
/obj/effect/turf_decal/corner/transparent/neutral{
dir = 1
@@ -8375,7 +8371,6 @@
/turf/open/floor/plasteel/dark,
/area/centcom/supply)
"fsQ" = (
-/obj/item/book/manual/wiki/security_space_law,
/obj/item/taperecorder,
/obj/structure/table/wood,
/obj/effect/turf_decal/corner/transparent/neutral{
@@ -9236,7 +9231,7 @@
"hra" = (
/obj/structure/table/reinforced,
/obj/item/storage/lockbox/loyalty,
-/obj/item/gun/ballistic/automatic/assault/ar,
+/obj/item/gun/energy/e_gun/hades,
/obj/machinery/light/directional/north,
/obj/effect/turf_decal/industrial/warning,
/turf/open/floor/plasteel,
@@ -9299,7 +9294,6 @@
"hzR" = (
/obj/structure/table/wood,
/obj/item/folder/red,
-/obj/item/book/manual/wiki/security_space_law,
/obj/item/restraints/handcuffs,
/obj/item/assembly/flash/handheld,
/obj/effect/turf_decal/corner/transparent/neutral{
@@ -10564,7 +10558,6 @@
/area/centcom/evac)
"kel" = (
/obj/structure/table/reinforced,
-/obj/item/book/manual/wiki/security_space_law,
/obj/item/taperecorder,
/obj/effect/turf_decal/corner/transparent/neutral{
dir = 1
@@ -11270,7 +11263,6 @@
"lDl" = (
/obj/structure/table/wood,
/obj/item/folder/red,
-/obj/item/book/manual/wiki/security_space_law,
/obj/item/restraints/handcuffs,
/obj/item/assembly/flash/handheld,
/obj/machinery/airalarm/directional/south,
@@ -13392,7 +13384,7 @@
/area/centcom/holding)
"pDx" = (
/obj/structure/table/wood,
-/obj/item/book/manual/wiki/barman_recipes,
+/obj/item/book/manual/wiki/drinks,
/obj/item/reagent_containers/food/drinks/shaker,
/obj/item/reagent_containers/glass/rag,
/obj/machinery/newscaster/directional/north{
@@ -13823,7 +13815,6 @@
/area/centcom/control)
"qHN" = (
/obj/structure/table/reinforced,
-/obj/item/book/manual/wiki/security_space_law,
/obj/item/taperecorder,
/obj/effect/turf_decal/corner/transparent/neutral{
dir = 1
@@ -14675,7 +14666,6 @@
/turf/open/floor/plasteel,
/area/centcom/control)
"sow" = (
-/obj/item/book/manual/wiki/security_space_law,
/obj/structure/table/wood,
/obj/effect/turf_decal/corner/transparent/neutral{
dir = 1
diff --git a/_maps/outpost/nanotrasen_asteroid.dmm b/_maps/outpost/nanotrasen_asteroid.dmm
index d5ccb5e0af68..99eee11d1b60 100644
--- a/_maps/outpost/nanotrasen_asteroid.dmm
+++ b/_maps/outpost/nanotrasen_asteroid.dmm
@@ -7054,10 +7054,6 @@
pixel_y = 4;
pixel_x = 5
},
-/obj/item/book/manual/wiki/security_space_law{
- pixel_x = -6;
- pixel_y = -10
- },
/turf/open/floor/plasteel/dark,
/area/outpost/security)
"yI" = (
@@ -14782,10 +14778,6 @@
/area/outpost/crew/dorm)
"ZD" = (
/obj/structure/table/reinforced,
-/obj/item/book/manual/wiki/security_space_law{
- pixel_x = 4;
- pixel_y = 2
- },
/obj/machinery/door/window/brigdoor/southright{
req_access_txt = "101"
},
diff --git a/_maps/outpost/nanotrasen_ice.dmm b/_maps/outpost/nanotrasen_ice.dmm
index 04b8040a6275..19ac0333527e 100644
--- a/_maps/outpost/nanotrasen_ice.dmm
+++ b/_maps/outpost/nanotrasen_ice.dmm
@@ -1250,10 +1250,6 @@
pixel_x = -5;
pixel_y = 3
},
-/obj/item/book/manual/wiki/security_space_law{
- pixel_x = 13;
- pixel_y = 1
- },
/turf/open/floor/plasteel/telecomms_floor,
/area/outpost/security)
"jl" = (
@@ -7835,10 +7831,6 @@
/obj/effect/decal/cleanable/dirt,
/obj/structure/table/reinforced,
/obj/machinery/recharger,
-/obj/item/book/manual/wiki/security_space_law{
- pixel_y = 17;
- pixel_x = 3
- },
/obj/machinery/light/directional/west,
/turf/open/floor/plasteel/telecomms_floor,
/area/outpost/security/checkpoint)
diff --git a/_maps/ship_config_schema.json b/_maps/ship_config_schema.json
index 6d3fd5f67a0e..852e422343fb 100644
--- a/_maps/ship_config_schema.json
+++ b/_maps/ship_config_schema.json
@@ -34,6 +34,11 @@
"description": "The prefix of the ship class, appended to randomly generated names when they're first purchased.",
"maxLength": 5
},
+ "faction_name": {
+ "title": "Faction Name",
+ "type": [ "null", "string" ],
+ "description": "A custom faction name for the ship class. If exluded or left blank, the ship will use the default faction name for the faction that matches the ship's prefix."
+ },
"namelists": {
"title": "Namelists",
"type": "array",
diff --git a/_maps/shuttles/independent/independent_beluga.dmm b/_maps/shuttles/independent/independent_beluga.dmm
index a46e4b0270e9..ef0e3a0ade97 100644
--- a/_maps/shuttles/independent/independent_beluga.dmm
+++ b/_maps/shuttles/independent/independent_beluga.dmm
@@ -3342,7 +3342,6 @@
dir = 1
},
/obj/machinery/light/small/directional/west,
-/obj/item/clothing/gloves/combat/maid/inteq,
/obj/item/clothing/under/suit/charcoal,
/obj/item/clothing/glasses/monocle,
/obj/item/clothing/shoes/laceup{
@@ -3454,10 +3453,6 @@
pixel_y = -3;
pixel_x = -9
},
-/obj/item/storage/box/maid{
- pixel_x = -9;
- pixel_y = 8
- },
/turf/open/floor/carpet/nanoweave/beige,
/area/ship/crew/dorm)
"Hc" = (
diff --git a/_maps/shuttles/independent/independent_dwayne.dmm b/_maps/shuttles/independent/independent_dwayne.dmm
index e5ff88f9fc28..c1a9eab8c37f 100644
--- a/_maps/shuttles/independent/independent_dwayne.dmm
+++ b/_maps/shuttles/independent/independent_dwayne.dmm
@@ -2102,9 +2102,9 @@
dir = 4
},
/obj/structure/guncase/shotgun,
-/obj/item/gun/ballistic/shotgun/winchester,
-/obj/item/gun/ballistic/shotgun/winchester,
-/obj/item/gun/ballistic/shotgun/winchester,
+/obj/item/gun/ballistic/shotgun/flamingarrow,
+/obj/item/gun/ballistic/shotgun/flamingarrow,
+/obj/item/gun/ballistic/shotgun/flamingarrow,
/turf/open/floor/plasteel,
/area/ship/cargo)
"WE" = (
diff --git a/_maps/shuttles/independent/independent_halftrack.dmm b/_maps/shuttles/independent/independent_halftrack.dmm
index 50988838c657..46e6989a124f 100644
--- a/_maps/shuttles/independent/independent_halftrack.dmm
+++ b/_maps/shuttles/independent/independent_halftrack.dmm
@@ -949,10 +949,10 @@
dir = 8
},
/obj/structure/rack,
-/obj/item/gun/ballistic/shotgun/riot,
-/obj/item/gun/ballistic/shotgun/riot,
-/obj/item/gun/ballistic/shotgun/riot,
-/obj/item/gun/ballistic/shotgun/riot,
+/obj/item/gun/ballistic/shotgun/hellfire,
+/obj/item/gun/ballistic/shotgun/hellfire,
+/obj/item/gun/ballistic/shotgun/hellfire,
+/obj/item/gun/ballistic/shotgun/hellfire,
/turf/open/floor/plasteel/dark,
/area/ship/security/armory)
"vT" = (
diff --git a/_maps/shuttles/independent/independent_mudskipper.dmm b/_maps/shuttles/independent/independent_mudskipper.dmm
index e3ff8985e3d1..5ac1bcdd0e65 100644
--- a/_maps/shuttles/independent/independent_mudskipper.dmm
+++ b/_maps/shuttles/independent/independent_mudskipper.dmm
@@ -154,9 +154,6 @@
/obj/structure/table/reinforced{
color = "#c1b6a5"
},
-/obj/item/analyzer{
- pixel_y = 3
- },
/obj/machinery/button/door{
dir = 8;
pixel_x = 22;
@@ -164,6 +161,7 @@
id = "mudskipper_engine";
name = "Engine Shutters"
},
+/obj/machinery/cell_charger,
/turf/open/floor/plasteel/tech/grid,
/area/ship/engineering/engine)
"dN" = (
@@ -348,19 +346,8 @@
/obj/item/reagent_containers/pill/patch/styptic,
/obj/item/reagent_containers/pill/patch/silver_sulf,
/obj/item/circular_saw,
-/obj/item/gps/mining{
- gpstag = "SCAV1"
- },
-/obj/item/gps/mining{
- gpstag = "SCAV2"
- },
-/obj/item/gps/mining{
- gpstag = "SCAV3"
- },
-/obj/item/gps/mining{
- gpstag = "SCAV4"
- },
/obj/item/multitool,
+/obj/item/stack/marker_beacon/thirty,
/turf/open/floor/plasteel/tech,
/area/ship/cargo)
"gT" = (
@@ -641,8 +628,12 @@
/obj/item/clothing/glasses/sunglasses,
/obj/item/clothing/head/caphat,
/obj/item/megaphone/command,
-/obj/item/kitchen/knife/combat/survival,
-/obj/item/flashlight/seclite,
+/obj/item/gun/energy/laser,
+/obj/item/gun/energy/laser,
+/obj/item/gun/energy/laser/e10,
+/obj/item/gun/energy/laser/e10,
+/obj/item/stock_parts/cell/gun,
+/obj/item/stock_parts/cell/gun,
/turf/open/floor/plasteel/dark,
/area/ship/bridge)
"ot" = (
@@ -1651,6 +1642,10 @@
color = "#c1b6a5"
},
/obj/item/paper_bin,
+/obj/item/analyzer{
+ pixel_y = 3;
+ pixel_x = 13
+ },
/obj/item/pen,
/obj/structure/cable{
icon_state = "1-10"
@@ -2354,16 +2349,22 @@
/obj/effect/turf_decal/box,
/obj/effect/decal/cleanable/dirt/dust,
/obj/structure/rack,
-/obj/item/stock_parts/cell/gun,
-/obj/item/gun/energy/laser{
- pixel_y = 5
+/obj/item/gps/mining{
+ gpstag = "SCAV1"
+ },
+/obj/item/gps/mining{
+ gpstag = "SCAV1"
+ },
+/obj/item/gps/mining{
+ gpstag = "SCAV1"
+ },
+/obj/item/gps/mining{
+ gpstag = "SCAV1"
},
-/obj/item/stock_parts/cell/gun,
-/obj/item/gun/energy/laser,
-/obj/item/flashlight/seclite,
/obj/item/kitchen/knife/combat/survival,
-/obj/item/flashlight/seclite,
/obj/item/kitchen/knife/combat/survival,
+/obj/item/flashlight/seclite,
+/obj/item/flashlight/seclite,
/turf/open/floor/plasteel/tech,
/area/ship/cargo)
"Yd" = (
diff --git a/_maps/shuttles/independent/independent_nemo.dmm b/_maps/shuttles/independent/independent_nemo.dmm
index f693cbcbdc27..1ffde7c6d45b 100644
--- a/_maps/shuttles/independent/independent_nemo.dmm
+++ b/_maps/shuttles/independent/independent_nemo.dmm
@@ -2178,7 +2178,7 @@
},
/obj/item/firing_pin,
/obj/item/kitchen/knife/hunting,
-/obj/item/gun/ballistic/shotgun/contender,
+/obj/item/gun/ballistic/shotgun/doublebarrel/beacon,
/obj/item/ammo_box/a4570,
/obj/item/ammo_box/a4570,
/turf/open/floor/carpet/black,
@@ -2241,7 +2241,7 @@
/turf/open/floor/plating,
/area/ship/crew/dorm)
"GX" = (
-/obj/item/book/manual/wiki/tcomms,
+/obj/item/book/manual/wiki/engineering,
/obj/effect/turf_decal/number/five{
dir = 8
},
@@ -3248,7 +3248,7 @@
/turf/open/floor/carpet/black,
/area/ship/crew/dorm)
"VK" = (
-/obj/structure/bookcase/manuals/research_and_development,
+/obj/structure/bookcase/manuals/chemistry,
/obj/effect/turf_decal/siding/wood{
dir = 8
},
diff --git a/_maps/shuttles/independent/independent_rigger.dmm b/_maps/shuttles/independent/independent_rigger.dmm
index 3c3235362343..a6312b7de614 100644
--- a/_maps/shuttles/independent/independent_rigger.dmm
+++ b/_maps/shuttles/independent/independent_rigger.dmm
@@ -1005,8 +1005,8 @@
pixel_y = 28;
req_access_txt = "1"
},
-/obj/item/gun/ballistic/shotgun/winchester,
-/obj/item/gun/ballistic/automatic/pistol/m1911,
+/obj/item/gun/ballistic/shotgun/flamingarrow,
+/obj/item/gun/ballistic/automatic/pistol/candor,
/turf/open/floor/plasteel/dark,
/area/ship/security)
"mJ" = (
@@ -3770,7 +3770,7 @@
/obj/item/clothing/suit/armor/vest/capcarapace/duster,
/obj/item/clothing/glasses/sunglasses,
/obj/item/clothing/head/caphat/cowboy,
-/obj/item/gun/ballistic/automatic/pistol/m1911,
+/obj/item/gun/ballistic/automatic/pistol/candor,
/obj/structure/closet/secure_closet/wall{
dir = 8;
icon_state = "solgov_wall";
diff --git a/_maps/shuttles/independent/independent_rube_goldberg.dmm b/_maps/shuttles/independent/independent_rube_goldberg.dmm
index b8960b78342d..1f4b57035031 100644
--- a/_maps/shuttles/independent/independent_rube_goldberg.dmm
+++ b/_maps/shuttles/independent/independent_rube_goldberg.dmm
@@ -1311,7 +1311,7 @@
/obj/item/rcd_ammo,
/obj/item/rcd_ammo,
/obj/item/clothing/gloves/color/yellow,
-/obj/item/gun/ballistic/shotgun/winchester,
+/obj/item/gun/ballistic/shotgun/flamingarrow,
/obj/item/ammo_box/c38_box,
/obj/item/storage/fancy/cigarettes/cigars/cohiba,
/obj/effect/turf_decal/corner/opaque/yellow/border{
diff --git a/_maps/shuttles/independent/independent_tranquility.dmm b/_maps/shuttles/independent/independent_tranquility.dmm
index 4a8f4e5ed30b..fd1a368ebc50 100644
--- a/_maps/shuttles/independent/independent_tranquility.dmm
+++ b/_maps/shuttles/independent/independent_tranquility.dmm
@@ -1775,18 +1775,6 @@
},
/turf/open/floor/carpet/nanoweave/beige,
/area/ship/hallway/port)
-"nO" = (
-/obj/structure/chair/sofa/corner{
- dir = 8
- },
-/obj/effect/turf_decal/siding/wood{
- dir = 6
- },
-/obj/structure/sign/poster/rilena/random{
- pixel_x = 32
- },
-/turf/open/floor/wood/walnut,
-/area/ship/crew)
"nX" = (
/obj/structure/frame/machine,
/obj/item/stack/cable_coil/random/five,
@@ -2671,6 +2659,35 @@
/obj/structure/reagent_dispensers/watertank,
/turf/open/floor/plasteel/tech/techmaint,
/area/ship/engineering/engine)
+"vU" = (
+/obj/structure/table,
+/obj/item/ammo_box/magazine/m45/rubber{
+ pixel_x = 7;
+ pixel_y = -2
+ },
+/obj/effect/turf_decal/borderfloorblack{
+ dir = 6
+ },
+/obj/effect/turf_decal/borderfloorblack{
+ dir = 5
+ },
+/obj/item/gun/ballistic/automatic/pistol/candor/no_mag{
+ pixel_x = -2;
+ pixel_y = 9
+ },
+/obj/item/reagent_containers/glass/rag{
+ pixel_x = -6;
+ pixel_y = 1
+ },
+/obj/machinery/power/apc/auto_name/directional/east,
+/obj/structure/cable{
+ icon_state = "0-8"
+ },
+/obj/structure/sign/poster/contraband/lusty_xenomorph{
+ pixel_y = 32
+ },
+/turf/open/floor/plasteel/tech,
+/area/ship/security/armory)
"vV" = (
/obj/structure/table,
/obj/effect/turf_decal/siding/wood{
@@ -3832,6 +3849,18 @@
},
/turf/open/floor/plasteel/tech,
/area/ship/crew/crewfour)
+"Fk" = (
+/obj/structure/chair/sofa/corner{
+ dir = 8
+ },
+/obj/effect/turf_decal/siding/wood{
+ dir = 6
+ },
+/obj/structure/sign/poster/rilena/random{
+ pixel_x = 32
+ },
+/turf/open/floor/wood/walnut,
+/area/ship/crew)
"Fl" = (
/obj/structure/table,
/obj/item/defibrillator/loaded,
@@ -4801,7 +4830,7 @@
pixel_x = -6;
pixel_y = 26
},
-/obj/item/book/manual/wiki/tcomms{
+/obj/item/book/manual/wiki/engineering{
pixel_x = -8;
pixel_y = -1
},
@@ -5478,35 +5507,6 @@
},
/turf/closed/wall/mineral/titanium/nodiagonal,
/area/ship/engineering/engine)
-"Rk" = (
-/obj/structure/table,
-/obj/item/ammo_box/magazine/m45/rubber{
- pixel_x = 7;
- pixel_y = -2
- },
-/obj/effect/turf_decal/borderfloorblack{
- dir = 6
- },
-/obj/effect/turf_decal/borderfloorblack{
- dir = 5
- },
-/obj/item/gun/ballistic/automatic/pistol/m1911/no_mag{
- pixel_x = -2;
- pixel_y = 9
- },
-/obj/item/reagent_containers/glass/rag{
- pixel_x = -6;
- pixel_y = 1
- },
-/obj/machinery/power/apc/auto_name/directional/east,
-/obj/structure/cable{
- icon_state = "0-8"
- },
-/obj/structure/sign/poster/contraband/lusty_xenomorph{
- pixel_y = 32
- },
-/turf/open/floor/plasteel/tech,
-/area/ship/security/armory)
"Rm" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{
dir = 4
@@ -6906,7 +6906,7 @@ KI
HP
PH
gk
-nO
+Fk
Ef
wz
xo
@@ -7658,7 +7658,7 @@ qa
qa
qa
PS
-Rk
+vU
fZ
qq
xI
diff --git a/_maps/shuttles/inteq/inteq_colossus.dmm b/_maps/shuttles/inteq/inteq_colossus.dmm
index bf86ed599f7f..1ebfe3d028af 100644
--- a/_maps/shuttles/inteq/inteq_colossus.dmm
+++ b/_maps/shuttles/inteq/inteq_colossus.dmm
@@ -2652,6 +2652,7 @@
},
/obj/item/storage/belt/security/webbing/inteq,
/obj/item/storage/belt/military/assault,
+/obj/item/clothing/head/inteq_peaked,
/turf/open/floor/carpet/orange,
/area/ship/bridge)
"Dq" = (
diff --git a/_maps/shuttles/inteq/inteq_talos.dmm b/_maps/shuttles/inteq/inteq_talos.dmm
index dfc829d40320..24e272c4d2b5 100644
--- a/_maps/shuttles/inteq/inteq_talos.dmm
+++ b/_maps/shuttles/inteq/inteq_talos.dmm
@@ -4700,8 +4700,6 @@
/obj/effect/decal/cleanable/dirt,
/obj/effect/decal/cleanable/dirt/dust,
/obj/item/book/manual/srmlore,
-/obj/item/book/manual/wiki/detective,
-/obj/item/book/manual/wiki/security_space_law,
/obj/structure/bookcase,
/obj/item/book/random,
/obj/item/book/random,
@@ -6289,7 +6287,7 @@
id = "talos_engine_shutter"
},
/obj/effect/spawner/structure/window/plasma/reinforced/plastitanium,
-/turf/closed/wall/mineral/plastitanium/nodiagonal,
+/turf/open/floor/plating,
/area/ship/engineering/engine)
"Pm" = (
/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{
@@ -7589,6 +7587,7 @@
},
/obj/item/storage/belt/security/webbing/inteq/alt,
/obj/item/storage/belt/security/webbing/inteq,
+/obj/item/clothing/head/inteq_peaked,
/turf/open/floor/plasteel/dark,
/area/ship/bridge)
"YC" = (
diff --git a/_maps/shuttles/inteq/inteq_valor.dmm b/_maps/shuttles/inteq/inteq_valor.dmm
new file mode 100644
index 000000000000..aebe46afb678
--- /dev/null
+++ b/_maps/shuttles/inteq/inteq_valor.dmm
@@ -0,0 +1,6663 @@
+//MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE
+"aa" = (
+/obj/effect/turf_decal/corner/opaque/yellow{
+ dir = 1
+ },
+/obj/effect/turf_decal/corner/opaque/brown{
+ dir = 4
+ },
+/turf/open/floor/plasteel/dark,
+/area/ship/crew/dorm)
+"ah" = (
+/obj/effect/turf_decal/corner/opaque/brown{
+ dir = 4
+ },
+/obj/effect/turf_decal/corner/opaque/yellow{
+ dir = 1
+ },
+/obj/structure/chair,
+/obj/machinery/firealarm/directional/north,
+/turf/open/floor/plasteel/dark,
+/area/ship/crew/canteen)
+"ap" = (
+/obj/effect/turf_decal/siding/thinplating/dark/corner{
+ dir = 1
+ },
+/obj/effect/turf_decal/siding/thinplating/dark/corner{
+ dir = 8
+ },
+/obj/effect/turf_decal/siding/thinplating/dark/corner{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{
+ dir = 4
+ },
+/obj/effect/turf_decal/trimline/opaque/brown/line,
+/turf/open/floor/plasteel/dark,
+/area/ship/medical)
+"ar" = (
+/obj/structure/cable{
+ icon_state = "4-8"
+ },
+/obj/machinery/power/apc/auto_name/directional/south,
+/obj/structure/cable{
+ icon_state = "0-8"
+ },
+/obj/effect/decal/cleanable/dirt/dust,
+/obj/structure/cable{
+ icon_state = "1-9"
+ },
+/turf/open/floor/plating,
+/area/ship/maintenance/port)
+"as" = (
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{
+ dir = 4
+ },
+/obj/effect/decal/cleanable/dirt,
+/turf/open/floor/plasteel/patterned,
+/area/ship/cargo)
+"aC" = (
+/obj/structure/cable{
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{
+ dir = 4
+ },
+/turf/open/floor/carpet/black,
+/area/ship/crew/dorm)
+"aU" = (
+/obj/structure/catwalk/over/plated_catwalk,
+/obj/structure/cable{
+ icon_state = "1-2"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4,
+/obj/machinery/atmospherics/pipe/manifold4w/supply/hidden/layer2,
+/turf/open/floor/plasteel/tech/grid,
+/area/ship/cargo)
+"aW" = (
+/obj/structure/cable{
+ icon_state = "1-2"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4,
+/obj/machinery/door/firedoor/border_only,
+/obj/machinery/door/firedoor/border_only{
+ dir = 1
+ },
+/obj/machinery/door/airlock/grunge{
+ name = "Medbay"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2,
+/obj/effect/turf_decal/borderfloorblack{
+ dir = 1
+ },
+/obj/effect/turf_decal/siding/thinplating/dark/corner{
+ dir = 8
+ },
+/obj/effect/turf_decal/siding/thinplating/dark/corner,
+/turf/open/floor/plasteel/dark,
+/area/ship/medical)
+"bh" = (
+/obj/structure/railing{
+ dir = 6
+ },
+/obj/effect/turf_decal/borderfloor{
+ dir = 6
+ },
+/obj/effect/turf_decal/box/corners,
+/obj/structure/rack,
+/obj/effect/spawner/lootdrop/maintenance/five,
+/turf/open/floor/plasteel/patterned/cargo_one,
+/area/ship/cargo)
+"bv" = (
+/obj/effect/turf_decal/box/white/corners,
+/obj/effect/turf_decal/box/white/corners{
+ dir = 4
+ },
+/obj/effect/turf_decal/siding/thinplating,
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4,
+/obj/structure/closet/secure_closet{
+ icon_state = "med_secure";
+ name = "corpsman's locker";
+ req_access = list(5)
+ },
+/obj/item/clothing/under/syndicate/inteq/corpsman,
+/obj/item/clothing/under/syndicate/inteq/skirt/corpsman,
+/obj/item/clothing/suit/armor/inteq/corpsman,
+/obj/item/clothing/head/soft/inteq/corpsman,
+/obj/item/storage/backpack/messenger/med,
+/obj/item/storage/backpack/medic,
+/obj/item/pinpointer/crew,
+/obj/item/storage/belt/medical/webbing,
+/obj/item/storage/firstaid/regular,
+/turf/open/floor/plasteel/patterned/ridged,
+/area/ship/crew/office)
+"bx" = (
+/obj/effect/turf_decal/borderfloor{
+ dir = 4
+ },
+/obj/structure/closet/firecloset/wall{
+ pixel_y = 28
+ },
+/turf/open/floor/plasteel/patterned,
+/area/ship/cargo)
+"bB" = (
+/turf/closed/wall/mineral/plastitanium,
+/area/ship/medical)
+"bF" = (
+/obj/structure/catwalk/over/plated_catwalk,
+/obj/machinery/light/directional/east,
+/obj/structure/cable{
+ icon_state = "1-2"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4,
+/turf/open/floor/plasteel/tech/grid,
+/area/ship/cargo)
+"bI" = (
+/obj/effect/turf_decal/borderfloorwhite,
+/obj/machinery/light/directional/south,
+/turf/open/floor/plasteel/white,
+/area/ship/medical)
+"bJ" = (
+/obj/effect/turf_decal/siding/thinplating/dark,
+/obj/effect/turf_decal/trimline/opaque/brown/line,
+/obj/machinery/light/directional/south,
+/obj/structure/cable{
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{
+ dir = 4
+ },
+/turf/open/floor/plasteel/dark,
+/area/ship/medical)
+"bN" = (
+/obj/structure/catwalk/over/plated_catwalk,
+/obj/machinery/power/apc/auto_name/directional/east,
+/obj/structure/cable{
+ icon_state = "1-2"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4,
+/obj/structure/cable{
+ icon_state = "1-8"
+ },
+/obj/structure/cable,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2,
+/turf/open/floor/plasteel/tech/grid,
+/area/ship/cargo)
+"bR" = (
+/obj/structure/cable{
+ icon_state = "1-2"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4,
+/obj/machinery/door/firedoor/border_only,
+/obj/machinery/door/firedoor/border_only{
+ dir = 1
+ },
+/obj/machinery/door/airlock/grunge{
+ name = "Medbay"
+ },
+/obj/effect/turf_decal/borderfloorblack{
+ dir = 1
+ },
+/turf/open/floor/plasteel/dark,
+/area/ship/hallway/central)
+"bS" = (
+/obj/machinery/suit_storage_unit/inherit,
+/obj/item/clothing/suit/space/hardsuit/security/independent/inteq,
+/turf/open/floor/carpet/orange,
+/area/ship/bridge)
+"cj" = (
+/obj/effect/turf_decal/corner/opaque/yellow{
+ dir = 1
+ },
+/obj/effect/turf_decal/corner/opaque/brown{
+ dir = 8
+ },
+/obj/machinery/light/directional/west,
+/obj/structure/cable{
+ icon_state = "1-2"
+ },
+/obj/structure/sink/kitchen{
+ dir = 4;
+ pixel_x = -12
+ },
+/turf/open/floor/plasteel/dark,
+/area/ship/crew/canteen)
+"ct" = (
+/obj/structure/railing{
+ dir = 5;
+ layer = 2.9
+ },
+/obj/structure/closet/crate{
+ name = "training equipment crate"
+ },
+/obj/item/gun/energy/laser/practice{
+ pixel_x = -5;
+ pixel_y = 10
+ },
+/obj/item/gun/energy/laser/practice{
+ pixel_y = 5
+ },
+/obj/item/gun/energy/laser/practice{
+ pixel_x = 5
+ },
+/obj/item/clothing/ears/earmuffs,
+/obj/item/clothing/ears/earmuffs,
+/obj/item/clothing/ears/earmuffs,
+/obj/effect/turf_decal/box/corners{
+ dir = 4
+ },
+/obj/effect/turf_decal/borderfloor{
+ dir = 5
+ },
+/turf/open/floor/plasteel/patterned/cargo_one,
+/area/ship/cargo)
+"cu" = (
+/turf/closed/wall/mineral/plastitanium/nodiagonal,
+/area/ship/maintenance/port)
+"cE" = (
+/obj/effect/turf_decal/borderfloor{
+ dir = 8
+ },
+/obj/structure/extinguisher_cabinet/directional/south,
+/turf/open/floor/plasteel/patterned,
+/area/ship/cargo)
+"cI" = (
+/obj/structure/catwalk/over/plated_catwalk,
+/obj/structure/cable{
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{
+ dir = 4
+ },
+/obj/machinery/light/directional/north,
+/turf/open/floor/plasteel/tech/grid,
+/area/ship/cargo)
+"cW" = (
+/obj/effect/turf_decal/spline/fancy/opaque/black{
+ dir = 1
+ },
+/obj/effect/turf_decal/trimline/opaque/brown/filled/warning{
+ dir = 1
+ },
+/obj/effect/turf_decal/siding/thinplating/dark{
+ dir = 1
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{
+ dir = 4
+ },
+/obj/effect/turf_decal/trimline/opaque/brown/line,
+/turf/open/floor/plasteel/dark,
+/area/ship/medical)
+"cZ" = (
+/obj/effect/turf_decal/corner/opaque/brown{
+ dir = 4
+ },
+/obj/effect/turf_decal/corner/opaque/yellow,
+/obj/structure/sign/poster/official/fruit_bowl{
+ pixel_x = 32
+ },
+/turf/open/floor/plasteel/dark,
+/area/ship/crew/canteen)
+"de" = (
+/obj/structure/cable{
+ icon_state = "2-8"
+ },
+/obj/effect/turf_decal/industrial/traffic/corner{
+ dir = 1
+ },
+/turf/open/floor/plasteel/patterned,
+/area/ship/cargo)
+"dk" = (
+/obj/effect/turf_decal/corner/opaque/brown{
+ dir = 8
+ },
+/obj/effect/turf_decal/corner/opaque/yellow,
+/obj/machinery/airalarm/directional/south,
+/obj/structure/table,
+/obj/machinery/microwave,
+/turf/open/floor/plasteel/dark,
+/area/ship/crew/canteen)
+"dl" = (
+/obj/structure/cable{
+ icon_state = "1-2"
+ },
+/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{
+ dir = 1
+ },
+/turf/open/floor/plasteel/tech,
+/area/ship/medical)
+"dp" = (
+/obj/effect/turf_decal/corner/opaque/brown{
+ dir = 8
+ },
+/obj/effect/turf_decal/corner/opaque/yellow{
+ dir = 1
+ },
+/obj/effect/turf_decal/corner/opaque/yellow,
+/obj/machinery/airalarm/directional/south,
+/obj/structure/closet/crate/bin,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{
+ dir = 5
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{
+ dir = 5
+ },
+/turf/open/floor/plasteel/dark,
+/area/ship/crew/dorm)
+"du" = (
+/obj/machinery/door/airlock/public{
+ dir = 4;
+ name = "Dormitories"
+ },
+/obj/structure/cable{
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{
+ dir = 4
+ },
+/obj/machinery/door/firedoor/border_only{
+ dir = 8
+ },
+/obj/machinery/door/firedoor/border_only{
+ dir = 4
+ },
+/obj/effect/turf_decal/borderfloorblack{
+ dir = 8
+ },
+/turf/open/floor/carpet/black,
+/area/ship/crew/dorm)
+"dA" = (
+/obj/effect/turf_decal/siding/thinplating/dark{
+ dir = 1
+ },
+/obj/effect/turf_decal/trimline/opaque/brown/line{
+ dir = 1
+ },
+/turf/open/floor/plasteel/dark,
+/area/ship/medical)
+"dG" = (
+/obj/effect/turf_decal/industrial/traffic/corner{
+ dir = 4
+ },
+/obj/structure/marker_beacon,
+/turf/open/floor/engine/hull/reinforced,
+/area/ship/external/dark)
+"dI" = (
+/obj/machinery/door/airlock/grunge{
+ dir = 8;
+ name = "Custodian Closet"
+ },
+/turf/open/floor/plasteel/tech/techmaint,
+/area/ship/crew/canteen)
+"dM" = (
+/obj/effect/turf_decal/corner/opaque/brown{
+ dir = 8
+ },
+/obj/effect/turf_decal/corner/opaque/yellow{
+ dir = 1
+ },
+/obj/effect/turf_decal/corner/opaque/brown{
+ dir = 4
+ },
+/obj/item/kirbyplants/random,
+/obj/machinery/airalarm/directional/north,
+/turf/open/floor/plasteel/dark,
+/area/ship/crew/canteen)
+"dN" = (
+/obj/effect/turf_decal/siding/thinplating/dark,
+/obj/effect/turf_decal/siding/thinplating/dark{
+ dir = 1
+ },
+/obj/structure/cable{
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{
+ dir = 4
+ },
+/obj/machinery/door/firedoor/border_only{
+ dir = 8
+ },
+/obj/machinery/door/firedoor/border_only{
+ dir = 4
+ },
+/obj/machinery/door/airlock/grunge{
+ dir = 4;
+ name = "Surgery"
+ },
+/turf/open/floor/plasteel/dark,
+/area/ship/medical)
+"dO" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{
+ dir = 4
+ },
+/turf/open/floor/plasteel/stairs/right{
+ dir = 8
+ },
+/area/ship/cargo)
+"dQ" = (
+/obj/effect/turf_decal/box/corners{
+ dir = 1
+ },
+/turf/open/floor/plasteel/patterned/cargo_one,
+/area/ship/cargo)
+"ec" = (
+/obj/structure/closet/crate/internals,
+/obj/item/tank/internals/oxygen,
+/obj/item/tank/internals/oxygen,
+/obj/item/tank/internals/oxygen,
+/obj/item/tank/internals/oxygen,
+/obj/item/tank/internals/oxygen,
+/obj/item/tank/internals/plasmaman/full,
+/obj/item/tank/internals/plasmaman/full,
+/obj/item/clothing/head/helmet/space/inteq,
+/obj/item/clothing/head/helmet/space/inteq,
+/obj/item/clothing/suit/space/inteq,
+/obj/item/clothing/suit/space/inteq,
+/turf/open/floor/plasteel/patterned/cargo_one,
+/area/ship/cargo)
+"ei" = (
+/obj/structure/cable{
+ icon_state = "1-2"
+ },
+/obj/structure/cable{
+ icon_state = "1-4"
+ },
+/obj/effect/decal/cleanable/dirt/dust,
+/turf/open/floor/plating,
+/area/ship/maintenance/starboard)
+"ej" = (
+/obj/effect/turf_decal/borderfloorblack{
+ dir = 4
+ },
+/obj/effect/turf_decal/spline/fancy/opaque/black/corner{
+ dir = 1
+ },
+/obj/effect/turf_decal/spline/fancy/opaque/black/corner{
+ dir = 8
+ },
+/obj/effect/decal/cleanable/dirt/dust,
+/obj/structure/cable{
+ icon_state = "1-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{
+ dir = 10
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{
+ dir = 9
+ },
+/turf/open/floor/plasteel/dark,
+/area/ship/bridge)
+"em" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{
+ dir = 4
+ },
+/obj/machinery/door/firedoor/border_only{
+ dir = 8
+ },
+/obj/machinery/door/firedoor/border_only{
+ dir = 4
+ },
+/obj/machinery/door/airlock/command{
+ name = "Bridge";
+ dir = 8;
+ req_access = list(19)
+ },
+/obj/structure/cable{
+ icon_state = "4-8"
+ },
+/turf/open/floor/plasteel/dark,
+/area/ship/bridge)
+"ew" = (
+/obj/effect/turf_decal/corner/opaque/yellow{
+ dir = 1
+ },
+/obj/effect/turf_decal/corner/opaque/brown{
+ dir = 4
+ },
+/obj/structure/table,
+/obj/structure/closet/secure_closet/wall{
+ icon_state = "sec_wall";
+ name = "equipment locker";
+ pixel_y = 28;
+ req_access = list(1)
+ },
+/obj/item/storage/box/zipties,
+/obj/item/reagent_containers/spray/pepper,
+/obj/item/megaphone/sec,
+/obj/item/clothing/suit/armor/vest/alt,
+/obj/item/clothing/suit/armor/vest/alt,
+/obj/item/kitchen/knife/combat/survival,
+/obj/item/kitchen/knife/combat/survival,
+/turf/open/floor/plasteel/dark,
+/area/ship/security)
+"ey" = (
+/turf/closed/wall/mineral/plastitanium,
+/area/ship/maintenance/starboard)
+"eM" = (
+/obj/structure/chair/comfy/shuttle{
+ dir = 4;
+ name = "Helm"
+ },
+/obj/effect/turf_decal/corner/opaque/yellow,
+/turf/open/floor/plasteel/dark,
+/area/ship/bridge)
+"eN" = (
+/obj/structure/bed,
+/obj/structure/curtain,
+/obj/item/bedsheet/medical,
+/turf/open/floor/plasteel/white,
+/area/ship/medical)
+"eU" = (
+/obj/structure/table,
+/obj/item/storage/backpack/duffelbag/med/surgery{
+ pixel_x = -2;
+ pixel_y = 7
+ },
+/obj/item/reagent_containers/medigel/sterilizine{
+ pixel_x = 8;
+ pixel_y = 3
+ },
+/obj/effect/turf_decal/borderfloorwhite,
+/turf/open/floor/plasteel/white,
+/area/ship/medical)
+"eV" = (
+/obj/structure/closet/firecloset/wall{
+ dir = 1;
+ pixel_y = -28
+ },
+/obj/structure/cable{
+ icon_state = "1-4"
+ },
+/turf/open/floor/plating,
+/area/ship/maintenance/port)
+"eZ" = (
+/obj/item/reagent_containers/food/drinks/coffee{
+ pixel_x = -2;
+ pixel_y = 9
+ },
+/obj/structure/table/wood,
+/turf/open/floor/carpet/black,
+/area/ship/crew/dorm)
+"fa" = (
+/obj/machinery/cryopod{
+ dir = 1
+ },
+/turf/open/floor/plasteel/tech/grid,
+/area/ship/crew/cryo)
+"fe" = (
+/obj/structure/closet/crate{
+ name = "food crate"
+ },
+/obj/item/reagent_containers/food/drinks/waterbottle/large,
+/obj/item/reagent_containers/food/drinks/waterbottle/large,
+/obj/item/reagent_containers/food/drinks/waterbottle/large,
+/obj/effect/spawner/lootdrop/ration,
+/obj/effect/spawner/lootdrop/ration,
+/obj/effect/spawner/lootdrop/ration,
+/obj/item/storage/ration/crayons,
+/turf/open/floor/plasteel/patterned/cargo_one,
+/area/ship/cargo)
+"fj" = (
+/obj/effect/turf_decal/siding/thinplating/dark{
+ dir = 1
+ },
+/obj/structure/closet/secure_closet/medical2,
+/obj/machinery/airalarm/directional/north,
+/turf/open/floor/plasteel/dark,
+/area/ship/medical)
+"fE" = (
+/obj/effect/turf_decal/siding/thinplating{
+ dir = 9
+ },
+/obj/effect/turf_decal/trimline/opaque/yellow/line{
+ dir = 9
+ },
+/obj/machinery/vending/cigarette,
+/obj/machinery/light/directional/west,
+/turf/open/floor/plasteel/patterned/grid,
+/area/ship/hallway/central)
+"fG" = (
+/obj/effect/turf_decal/box/corners,
+/obj/effect/turf_decal/box/corners{
+ dir = 4
+ },
+/turf/open/floor/plasteel/patterned/cargo_one,
+/area/ship/cargo)
+"fK" = (
+/obj/machinery/computer/crew{
+ dir = 8
+ },
+/obj/effect/turf_decal/corner/opaque/yellow,
+/obj/effect/turf_decal/corner/opaque/brown{
+ dir = 4
+ },
+/obj/effect/turf_decal/corner/opaque/brown{
+ dir = 8
+ },
+/turf/open/floor/plasteel/telecomms_floor,
+/area/ship/bridge)
+"fN" = (
+/obj/machinery/suit_storage_unit/inherit,
+/obj/item/clothing/suit/space/inteq,
+/obj/item/clothing/head/helmet/space/inteq,
+/turf/open/floor/plasteel/patterned/ridged,
+/area/ship/cargo)
+"fO" = (
+/obj/structure/closet/secure_closet{
+ icon_state = "med_secure";
+ name = "corpsman's locker";
+ req_access = list(5)
+ },
+/obj/item/clothing/under/syndicate/inteq/corpsman,
+/obj/item/clothing/under/syndicate/inteq/skirt/corpsman,
+/obj/item/clothing/suit/armor/inteq/corpsman,
+/obj/item/clothing/head/soft/inteq/corpsman,
+/obj/effect/turf_decal/siding/thinplating,
+/obj/item/storage/backpack/messenger/med,
+/obj/item/storage/backpack/medic,
+/obj/item/pinpointer/crew,
+/obj/item/storage/belt/medical/webbing,
+/obj/item/storage/firstaid/regular,
+/turf/open/floor/plasteel/patterned/ridged,
+/area/ship/crew/office)
+"fQ" = (
+/obj/structure/bed/dogbed{
+ name = "Picket's bed";
+ anchored = 1;
+ desc = "A comfy-looking dog bed. Despite the name, the owner is a cat."
+ },
+/mob/living/simple_animal/pet/cat{
+ dir = 4;
+ name = "Picket";
+ desc = "Guardian of the bridge and the Honorable Corpsman's bedsheets."
+ },
+/obj/structure/extinguisher_cabinet/directional/south,
+/turf/open/floor/carpet/blue,
+/area/ship/bridge)
+"gb" = (
+/obj/effect/turf_decal/siding/thinplating{
+ dir = 10
+ },
+/turf/open/floor/plasteel/patterned/grid,
+/area/ship/hallway/port)
+"gh" = (
+/obj/effect/turf_decal/siding/thinplating{
+ dir = 1
+ },
+/obj/structure/cable{
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{
+ dir = 8
+ },
+/obj/structure/cable{
+ icon_state = "2-4"
+ },
+/turf/open/floor/plasteel/patterned/grid,
+/area/ship/hallway/port)
+"gi" = (
+/obj/effect/turf_decal/industrial/traffic/corner,
+/obj/structure/marker_beacon,
+/turf/open/floor/engine/hull/reinforced,
+/area/ship/external/dark)
+"gl" = (
+/obj/machinery/stasis,
+/obj/effect/turf_decal/box/white,
+/obj/machinery/light/directional/east,
+/turf/open/floor/plasteel/mono/white,
+/area/ship/medical)
+"gm" = (
+/obj/machinery/power/smes/shuttle/precharged{
+ dir = 4
+ },
+/obj/structure/window/reinforced{
+ dir = 8
+ },
+/obj/machinery/door/window/eastright{
+ name = "Engine Access"
+ },
+/obj/structure/cable/yellow{
+ icon_state = "0-8"
+ },
+/turf/open/floor/plating,
+/area/ship/maintenance/port)
+"gn" = (
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4,
+/obj/effect/decal/cleanable/dirt/dust,
+/turf/open/floor/plasteel/dark,
+/area/ship/crew/dorm)
+"gp" = (
+/obj/effect/turf_decal/siding/thinplating/dark,
+/obj/effect/turf_decal/siding/thinplating/dark/corner{
+ dir = 1
+ },
+/obj/effect/turf_decal/trimline/opaque/brown/warning{
+ dir = 10
+ },
+/obj/structure/cable{
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{
+ dir = 5
+ },
+/turf/open/floor/plasteel/dark,
+/area/ship/medical)
+"gq" = (
+/obj/structure/table,
+/obj/machinery/cell_charger,
+/obj/machinery/light/small/directional/east,
+/obj/machinery/light_switch{
+ dir = 8;
+ pixel_x = 20
+ },
+/turf/open/floor/plasteel/patterned/ridged,
+/area/ship/cargo)
+"gt" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/structure/cable{
+ icon_state = "4-8"
+ },
+/obj/effect/landmark/observer_start,
+/obj/machinery/holopad/emergency/security,
+/turf/open/floor/plasteel/dark,
+/area/ship/crew/canteen)
+"gU" = (
+/obj/effect/turf_decal/siding/thinplating/dark/corner,
+/obj/effect/turf_decal/siding/thinplating/dark/corner{
+ dir = 8
+ },
+/obj/effect/turf_decal/trimline/opaque/brown/warning,
+/obj/structure/cable{
+ icon_state = "4-8"
+ },
+/obj/structure/cable{
+ icon_state = "1-8"
+ },
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4,
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2,
+/turf/open/floor/plasteel/dark,
+/area/ship/medical)
+"gZ" = (
+/obj/machinery/door/airlock/external{
+ dir = 4
+ },
+/turf/open/floor/plating,
+/area/ship/medical)
+"hj" = (
+/obj/effect/turf_decal/siding/thinplating/corner,
+/obj/effect/turf_decal/siding/thinplating/corner{
+ dir = 8
+ },
+/obj/effect/turf_decal/trimline/opaque/yellow/warning,
+/obj/structure/cable{
+ icon_state = "1-2"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4,
+/turf/open/floor/plasteel/patterned/grid,
+/area/ship/hallway/central)
+"hl" = (
+/obj/effect/turf_decal/siding/thinplating,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4,
+/turf/open/floor/plasteel/patterned/grid,
+/area/ship/hallway/port)
+"hm" = (
+/obj/effect/turf_decal/industrial/loading{
+ dir = 8
+ },
+/obj/effect/decal/cleanable/dirt,
+/obj/structure/cable{
+ icon_state = "4-8"
+ },
+/turf/open/floor/plasteel/patterned,
+/area/ship/cargo)
+"ht" = (
+/obj/structure/cable{
+ icon_state = "1-2"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4,
+/obj/machinery/door/firedoor/border_only,
+/obj/machinery/door/firedoor/border_only{
+ dir = 1
+ },
+/obj/machinery/door/airlock/grunge{
+ name = "Central Hallway"
+ },
+/obj/effect/turf_decal/borderfloorblack{
+ dir = 1
+ },
+/turf/open/floor/plasteel/patterned/grid,
+/area/ship/hallway/central)
+"hw" = (
+/obj/structure/table,
+/obj/item/paicard{
+ pixel_x = 5;
+ pixel_y = 2
+ },
+/obj/item/paicard{
+ pixel_x = -5;
+ pixel_y = 3
+ },
+/obj/structure/catwalk/over/plated_catwalk,
+/obj/structure/railing{
+ dir = 4
+ },
+/obj/machinery/power/apc/auto_name/directional/south,
+/obj/structure/cable,
+/obj/machinery/light_switch{
+ dir = 4;
+ pixel_x = -20
+ },
+/turf/open/floor/plasteel/tech/grid,
+/area/ship/crew/cryo)
+"hN" = (
+/obj/effect/turf_decal/siding/thinplating{
+ dir = 4
+ },
+/obj/effect/turf_decal/trimline/opaque/yellow/line{
+ dir = 4
+ },
+/obj/structure/closet/crate/bin,
+/obj/structure/extinguisher_cabinet/directional/east,
+/obj/item/trash/can,
+/obj/item/trash/candy,
+/obj/item/trash/chips,
+/turf/open/floor/plasteel/patterned/grid,
+/area/ship/hallway/central)
+"hS" = (
+/turf/open/floor/carpet/black,
+/area/ship/crew/dorm)
+"hW" = (
+/obj/structure/sink{
+ dir = 8;
+ pixel_x = 12
+ },
+/turf/open/floor/plasteel/white,
+/area/ship/medical)
+"id" = (
+/obj/structure/cable{
+ icon_state = "1-2"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4,
+/obj/machinery/door/firedoor/border_only{
+ dir = 1
+ },
+/obj/machinery/door/firedoor/border_only,
+/obj/machinery/door/airlock/grunge{
+ name = "Central Hallway"
+ },
+/obj/effect/turf_decal/borderfloorblack,
+/turf/open/floor/plasteel/patterned/grid,
+/area/ship/hallway/central)
+"ie" = (
+/obj/effect/turf_decal/siding/thinplating{
+ dir = 6
+ },
+/obj/effect/turf_decal/trimline/opaque/yellow/line{
+ dir = 6
+ },
+/obj/structure/chair/sofa/left{
+ dir = 8
+ },
+/obj/structure/closet/firecloset/wall{
+ dir = 1;
+ pixel_y = -28
+ },
+/turf/open/floor/plasteel/patterned/grid,
+/area/ship/hallway/central)
+"ix" = (
+/obj/effect/turf_decal/corner/opaque/yellow{
+ dir = 9
+ },
+/obj/effect/turf_decal/corner/opaque/yellow{
+ dir = 6
+ },
+/obj/structure/cable{
+ icon_state = "4-8"
+ },
+/obj/effect/decal/cleanable/dirt,
+/turf/open/floor/plasteel/patterned/grid,
+/area/ship/hallway/central)
+"iI" = (
+/obj/effect/turf_decal/industrial/traffic{
+ dir = 8
+ },
+/obj/effect/turf_decal/industrial/traffic/corner,
+/turf/open/floor/plasteel/patterned,
+/area/ship/cargo)
+"iN" = (
+/obj/effect/turf_decal/siding/thinplating{
+ dir = 5
+ },
+/obj/structure/cable{
+ icon_state = "1-8"
+ },
+/obj/structure/cable{
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4,
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2,
+/turf/open/floor/plasteel/patterned/grid,
+/area/ship/hallway/port)
+"iQ" = (
+/obj/effect/turf_decal/corner/opaque/yellow{
+ dir = 1
+ },
+/obj/effect/turf_decal/corner/opaque/brown{
+ dir = 8
+ },
+/obj/structure/cable{
+ icon_state = "2-4"
+ },
+/obj/machinery/light_switch{
+ dir = 4;
+ pixel_x = -20
+ },
+/turf/open/floor/plasteel/dark,
+/area/ship/crew/canteen)
+"jj" = (
+/obj/effect/turf_decal/box/corners{
+ dir = 8
+ },
+/obj/structure/cable{
+ icon_state = "2-8"
+ },
+/turf/open/floor/plasteel/patterned/cargo_one,
+/area/ship/cargo)
+"jk" = (
+/obj/structure/cable{
+ icon_state = "1-2"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4,
+/obj/machinery/door/firedoor/border_only,
+/obj/machinery/door/firedoor/border_only{
+ dir = 1
+ },
+/obj/machinery/door/airlock/grunge{
+ name = "Crew Quarters"
+ },
+/obj/effect/turf_decal/borderfloorblack,
+/turf/open/floor/plasteel/dark,
+/area/ship/hallway/central)
+"jp" = (
+/obj/structure/cable{
+ icon_state = "1-2"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4,
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{
+ dir = 8
+ },
+/turf/open/floor/plasteel/patterned/grid,
+/area/ship/hallway/central)
+"jw" = (
+/obj/effect/turf_decal/siding/thinplating/corner{
+ dir = 1
+ },
+/obj/effect/turf_decal/siding/thinplating/corner{
+ dir = 4
+ },
+/obj/effect/turf_decal/trimline/opaque/yellow/warning{
+ dir = 1
+ },
+/obj/structure/cable{
+ icon_state = "1-2"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4,
+/turf/open/floor/plasteel/patterned/grid,
+/area/ship/hallway/central)
+"jG" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/effect/turf_decal/industrial/traffic{
+ dir = 8
+ },
+/obj/effect/turf_decal/industrial/stand_clear{
+ dir = 4
+ },
+/turf/open/floor/plasteel/patterned,
+/area/ship/cargo)
+"jL" = (
+/obj/structure/grille,
+/obj/structure/window/plasma/reinforced/plastitanium,
+/obj/machinery/door/poddoor/shutters{
+ dir = 4;
+ id = "valor_external"
+ },
+/turf/open/floor/plating,
+/area/ship/medical)
+"jN" = (
+/obj/structure/chair/office/light,
+/obj/machinery/power/apc/auto_name/directional/west,
+/obj/structure/cable{
+ icon_state = "0-4"
+ },
+/turf/open/floor/plasteel/patterned,
+/area/ship/crew/office)
+"jQ" = (
+/obj/structure/catwalk/over/plated_catwalk,
+/obj/machinery/light/directional/east,
+/obj/structure/cable{
+ icon_state = "1-2"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2,
+/turf/open/floor/plasteel/tech/grid,
+/area/ship/cargo)
+"jR" = (
+/obj/effect/turf_decal/industrial/warning,
+/obj/effect/turf_decal/industrial/warning{
+ dir = 1
+ },
+/obj/machinery/computer/cryopod/directional/east,
+/obj/effect/turf_decal/steeldecal/steel_decals_central7{
+ dir = 4
+ },
+/turf/open/floor/plasteel/tech,
+/area/ship/crew/cryo)
+"jS" = (
+/turf/closed/wall/mineral/plastitanium,
+/area/ship/bridge)
+"jT" = (
+/obj/structure/sign/poster/contraband/cardinal_port_starboard{
+ pixel_y = 32
+ },
+/obj/effect/turf_decal/techfloor{
+ dir = 8
+ },
+/turf/open/floor/plasteel/tech,
+/area/ship/hallway/central)
+"jU" = (
+/obj/effect/turf_decal/siding/thinplating{
+ dir = 10
+ },
+/obj/effect/turf_decal/trimline/opaque/yellow/line{
+ dir = 10
+ },
+/obj/structure/chair/comfy/black{
+ dir = 4
+ },
+/obj/effect/decal/cleanable/dirt/dust,
+/turf/open/floor/plasteel/patterned/grid,
+/area/ship/hallway/central)
+"ka" = (
+/turf/closed/wall/mineral/plastitanium,
+/area/ship/crew/canteen)
+"ko" = (
+/obj/effect/turf_decal/siding/thinplating/dark/corner,
+/obj/effect/turf_decal/siding/thinplating/dark/corner{
+ dir = 4
+ },
+/obj/structure/cable{
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{
+ dir = 4
+ },
+/obj/machinery/door/airlock/maintenance_hatch{
+ dir = 4;
+ name = "Starboard Engines"
+ },
+/turf/open/floor/plasteel/dark,
+/area/ship/maintenance/starboard)
+"kv" = (
+/obj/structure/bed,
+/obj/item/bedsheet/cmo{
+ name = "honorable corpsman's bedsheet";
+ desc = "It's a sterilized blanket that has a cross emblem. There's some cat fur on it, likely from Picket."
+ },
+/obj/structure/curtain/cloth,
+/obj/machinery/light/directional/west,
+/turf/open/floor/carpet/blue,
+/area/ship/bridge)
+"ky" = (
+/obj/structure/catwalk/over/plated_catwalk/dark,
+/obj/structure/cable{
+ icon_state = "1-2"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4,
+/obj/machinery/light/small/directional/east,
+/turf/open/floor/plating,
+/area/ship/hallway/port)
+"kG" = (
+/obj/effect/turf_decal/techfloor{
+ dir = 8
+ },
+/turf/open/floor/plasteel/tech,
+/area/ship/hallway/central)
+"kH" = (
+/obj/structure/cable{
+ icon_state = "4-9"
+ },
+/obj/effect/turf_decal/industrial/traffic/corner{
+ dir = 8
+ },
+/turf/open/floor/plasteel/patterned,
+/area/ship/cargo)
+"kK" = (
+/obj/effect/turf_decal/corner/opaque/yellow{
+ dir = 1
+ },
+/obj/effect/turf_decal/corner/opaque/brown{
+ dir = 4
+ },
+/obj/structure/reagent_dispensers/peppertank{
+ pixel_y = 28
+ },
+/obj/structure/rack,
+/obj/item/storage/belt/security/webbing/inteq{
+ pixel_x = 6;
+ pixel_y = 8
+ },
+/obj/item/storage/belt/security/webbing/inteq{
+ pixel_x = 8;
+ pixel_y = 4
+ },
+/obj/item/clothing/head/helmet/inteq{
+ pixel_x = -9;
+ pixel_y = 6
+ },
+/obj/item/clothing/head/helmet/inteq{
+ pixel_x = -7
+ },
+/turf/open/floor/plasteel/dark,
+/area/ship/security)
+"kL" = (
+/obj/machinery/light/directional/south,
+/obj/structure/rack,
+/turf/open/floor/plasteel/patterned/cargo_one,
+/area/ship/cargo)
+"kW" = (
+/obj/effect/turf_decal/techfloor{
+ dir = 4
+ },
+/obj/structure/closet/crate/bin,
+/obj/item/trash/chips,
+/obj/item/trash/energybar,
+/obj/item/trash/cheesie,
+/obj/item/trash/pistachios,
+/turf/open/floor/plasteel/tech,
+/area/ship/hallway/central)
+"lc" = (
+/obj/structure/catwalk/over/plated_catwalk/dark,
+/obj/structure/cable{
+ icon_state = "1-2"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4,
+/turf/open/floor/plating,
+/area/ship/hallway/central)
+"ln" = (
+/obj/structure/dresser,
+/obj/structure/noticeboard{
+ pixel_y = 28
+ },
+/obj/machinery/light/directional/west,
+/turf/open/floor/carpet/black,
+/area/ship/crew/dorm)
+"lv" = (
+/obj/effect/turf_decal/techfloor,
+/obj/effect/turf_decal/siding/thinplating/dark{
+ dir = 1
+ },
+/obj/structure/table,
+/obj/machinery/door/window/northleft,
+/obj/item/reagent_containers/glass/bottle/formaldehyde{
+ pixel_x = -9;
+ pixel_y = 7
+ },
+/obj/item/reagent_containers/glass/bottle/charcoal{
+ pixel_y = 6
+ },
+/obj/item/reagent_containers/glass/bottle/morphine{
+ pixel_x = 9;
+ pixel_y = 7
+ },
+/obj/item/reagent_containers/glass/bottle/epinephrine{
+ pixel_x = -5
+ },
+/obj/item/reagent_containers/glass/bottle/mannitol{
+ pixel_x = 6
+ },
+/turf/open/floor/plasteel/tech/grid,
+/area/ship/medical)
+"lD" = (
+/obj/structure/sign/warning/nosmoking/burnt{
+ pixel_y = -32
+ },
+/obj/item/cigbutt/cigarbutt{
+ pixel_x = -7;
+ pixel_y = 3
+ },
+/obj/machinery/telecomms/relay/preset/mining{
+ autolinkers = list("relay","hub");
+ freq_listening = list(1347);
+ id = "IRMG Relay";
+ name = "IRMG Relay";
+ network = "irmg_commnet"
+ },
+/turf/open/floor/plating,
+/area/ship/maintenance/starboard)
+"lE" = (
+/obj/effect/decal/cleanable/dirt/dust,
+/turf/open/floor/plasteel/patterned/grid,
+/area/ship/hallway/central)
+"lI" = (
+/obj/effect/turf_decal/corner/opaque/yellow{
+ dir = 1
+ },
+/obj/effect/turf_decal/corner/opaque/brown{
+ dir = 8
+ },
+/obj/effect/turf_decal/corner/opaque/yellow,
+/obj/machinery/power/apc/auto_name/directional/south,
+/obj/structure/closet/crate/bin,
+/obj/structure/cable,
+/turf/open/floor/plasteel/dark,
+/area/ship/crew/canteen)
+"lN" = (
+/obj/structure/table,
+/obj/machinery/computer/med_data/laptop{
+ dir = 1;
+ pixel_y = 8
+ },
+/obj/machinery/door/window/southleft,
+/obj/structure/window/reinforced{
+ dir = 8
+ },
+/obj/machinery/door/firedoor/border_only,
+/obj/machinery/door/firedoor/border_only{
+ dir = 1
+ },
+/turf/open/floor/plasteel/patterned,
+/area/ship/crew/office)
+"lW" = (
+/obj/effect/turf_decal/borderfloorblack{
+ dir = 4
+ },
+/obj/effect/turf_decal/spline/fancy/opaque/black/corner{
+ dir = 1
+ },
+/obj/structure/table/reinforced,
+/obj/item/paper_bin{
+ pixel_x = 6
+ },
+/obj/item/pen{
+ pixel_x = 6
+ },
+/obj/effect/turf_decal/spline/fancy/opaque/black{
+ dir = 8
+ },
+/obj/item/reagent_containers/food/drinks/bottle/cognac{
+ pixel_x = -6;
+ pixel_y = 13
+ },
+/obj/item/gps{
+ pixel_x = -10
+ },
+/obj/machinery/power/apc/auto_name/directional/north,
+/obj/item/spacecash/bundle/mediumrand{
+ pixel_x = 6;
+ pixel_y = 8
+ },
+/obj/structure/cable{
+ icon_state = "0-2"
+ },
+/turf/open/floor/plasteel/dark,
+/area/ship/bridge)
+"ma" = (
+/obj/structure/cable{
+ icon_state = "1-2"
+ },
+/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2,
+/turf/open/floor/plasteel/dark,
+/area/ship/crew/dorm)
+"md" = (
+/obj/machinery/atmospherics/pipe/layer_manifold{
+ dir = 4
+ },
+/turf/open/floor/plasteel/tech,
+/area/ship/medical)
+"mj" = (
+/obj/structure/table/reinforced,
+/obj/item/reagent_containers/food/drinks/mug/coco{
+ pixel_x = 13;
+ pixel_y = 5
+ },
+/obj/machinery/computer/med_data/laptop{
+ dir = 1;
+ pixel_y = 4
+ },
+/turf/open/floor/plasteel/dark,
+/area/ship/crew/canteen)
+"ml" = (
+/obj/machinery/door/poddoor{
+ dir = 4;
+ id = "valor_cargo"
+ },
+/obj/machinery/power/shieldwallgen/atmos{
+ dir = 1;
+ id = "valor_holo";
+ anchored = 1
+ },
+/obj/structure/cable{
+ icon_state = "0-4"
+ },
+/turf/open/floor/plating,
+/area/ship/cargo)
+"mp" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{
+ dir = 6
+ },
+/turf/open/floor/plasteel/tech,
+/area/ship/medical)
+"mt" = (
+/obj/machinery/autolathe,
+/turf/open/floor/plasteel/patterned/ridged,
+/area/ship/cargo)
+"mw" = (
+/obj/effect/turf_decal/trimline/opaque/brown/warning{
+ dir = 4
+ },
+/obj/effect/turf_decal/borderfloorwhite{
+ dir = 8
+ },
+/turf/open/floor/plasteel/tech,
+/area/ship/medical)
+"mx" = (
+/obj/effect/turf_decal/siding/thinplating/dark,
+/obj/effect/turf_decal/siding/thinplating/dark/corner{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{
+ dir = 4
+ },
+/obj/effect/turf_decal/trimline/opaque/brown/line,
+/turf/open/floor/plasteel/dark,
+/area/ship/medical)
+"mz" = (
+/obj/structure/table/reinforced,
+/obj/item/radio/intercom/table{
+ pixel_x = -2;
+ pixel_y = -2
+ },
+/turf/open/floor/plasteel/dark,
+/area/ship/crew/canteen)
+"mB" = (
+/obj/structure/cable{
+ icon_state = "4-8"
+ },
+/obj/structure/cable{
+ icon_state = "2-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{
+ dir = 4
+ },
+/obj/effect/decal/cleanable/dirt/dust,
+/turf/open/floor/plasteel/dark,
+/area/ship/crew/dorm)
+"mG" = (
+/obj/structure/closet/secure_closet{
+ icon_state = "med_secure";
+ name = "corpsman's locker";
+ req_access = list(5)
+ },
+/obj/item/clothing/under/syndicate/inteq/corpsman,
+/obj/item/clothing/under/syndicate/inteq/skirt/corpsman,
+/obj/item/clothing/suit/armor/inteq/corpsman,
+/obj/item/clothing/head/soft/inteq/corpsman,
+/obj/effect/turf_decal/box/white/corners{
+ dir = 1
+ },
+/obj/effect/turf_decal/box/white/corners{
+ dir = 8
+ },
+/obj/effect/turf_decal/siding/thinplating{
+ dir = 10
+ },
+/obj/item/storage/backpack/messenger/med,
+/obj/item/storage/backpack/medic,
+/obj/item/pinpointer/crew,
+/obj/item/storage/belt/medical/webbing,
+/obj/item/storage/firstaid/regular,
+/turf/open/floor/plasteel/patterned/ridged,
+/area/ship/crew/office)
+"mH" = (
+/obj/machinery/power/apc/auto_name/directional/east,
+/obj/structure/cable{
+ icon_state = "0-8"
+ },
+/obj/structure/cable{
+ icon_state = "2-8"
+ },
+/turf/open/floor/carpet/black,
+/area/ship/crew/dorm)
+"mI" = (
+/obj/structure/cable{
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{
+ dir = 4
+ },
+/obj/effect/decal/cleanable/dirt/dust,
+/turf/open/floor/plasteel/dark,
+/area/ship/crew/dorm)
+"mZ" = (
+/obj/effect/turf_decal/siding/thinplating{
+ dir = 5
+ },
+/obj/effect/turf_decal/trimline/opaque/yellow/line{
+ dir = 5
+ },
+/obj/machinery/vending/snack/random,
+/obj/effect/decal/cleanable/dirt/dust,
+/turf/open/floor/plasteel/patterned/grid,
+/area/ship/hallway/central)
+"nc" = (
+/obj/effect/turf_decal/industrial/traffic{
+ dir = 4
+ },
+/turf/open/floor/engine/hull/reinforced,
+/area/ship/external/dark)
+"nd" = (
+/obj/machinery/power/smes/shuttle/precharged{
+ dir = 4
+ },
+/obj/structure/window/reinforced{
+ dir = 8
+ },
+/obj/machinery/door/window/eastright{
+ name = "Engine Access"
+ },
+/obj/structure/cable/yellow{
+ icon_state = "0-8"
+ },
+/turf/open/floor/plating,
+/area/ship/maintenance/starboard)
+"ni" = (
+/turf/open/floor/plasteel/tech/techmaint,
+/area/ship/crew/canteen)
+"nk" = (
+/turf/closed/wall/mineral/plastitanium/nodiagonal,
+/area/ship/bridge)
+"ns" = (
+/obj/effect/turf_decal/siding/thinplating/dark{
+ dir = 1
+ },
+/obj/effect/turf_decal/siding/thinplating/dark,
+/obj/structure/cable{
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{
+ dir = 4
+ },
+/turf/open/floor/plasteel/dark,
+/area/ship/medical)
+"nx" = (
+/obj/structure/railing{
+ dir = 6
+ },
+/obj/item/target{
+ pixel_y = 10;
+ pixel_x = -9
+ },
+/obj/item/target/alien{
+ pixel_x = 4;
+ pixel_y = 3
+ },
+/obj/item/target{
+ pixel_x = -8;
+ pixel_y = 2
+ },
+/obj/effect/turf_decal/box/corners,
+/obj/effect/turf_decal/borderfloor{
+ dir = 4
+ },
+/obj/structure/rack,
+/turf/open/floor/plasteel/patterned/cargo_one,
+/area/ship/cargo)
+"nz" = (
+/obj/machinery/door/firedoor/border_only{
+ dir = 8
+ },
+/obj/machinery/door/firedoor/border_only{
+ dir = 4
+ },
+/obj/machinery/door/airlock/public/glass{
+ dir = 8;
+ name = "Cargo Bay"
+ },
+/turf/open/floor/plasteel,
+/area/ship/hallway/central)
+"nB" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{
+ dir = 4
+ },
+/obj/effect/decal/cleanable/dirt,
+/turf/open/floor/plasteel/dark,
+/area/ship/crew/canteen)
+"nK" = (
+/obj/effect/turf_decal/trimline/opaque/blue/warning,
+/obj/effect/turf_decal/borderfloorwhite{
+ dir = 1
+ },
+/obj/machinery/door/airlock/medical/glass{
+ name = "Surgical Bay #2"
+ },
+/turf/open/floor/plasteel/white,
+/area/ship/medical)
+"nU" = (
+/obj/effect/turf_decal/corner/opaque/yellow{
+ dir = 1
+ },
+/obj/effect/turf_decal/corner/opaque/brown{
+ dir = 4
+ },
+/obj/effect/turf_decal/corner/opaque/yellow,
+/obj/structure/closet/crate/trashcart/laundry,
+/obj/structure/extinguisher_cabinet/directional/north,
+/turf/open/floor/plasteel/dark,
+/area/ship/crew/dorm)
+"nX" = (
+/obj/structure/catwalk/over/plated_catwalk,
+/obj/structure/cable{
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{
+ dir = 4
+ },
+/turf/open/floor/plasteel/tech/grid,
+/area/ship/cargo)
+"nZ" = (
+/turf/open/floor/plasteel/patterned/brushed,
+/area/ship/crew/canteen)
+"og" = (
+/obj/effect/turf_decal/box/corners{
+ dir = 1
+ },
+/obj/structure/weightmachine/stacklifter,
+/turf/open/floor/plasteel/patterned/cargo_one,
+/area/ship/cargo)
+"om" = (
+/obj/structure/table,
+/obj/item/flashlight/lamp/green,
+/turf/open/floor/carpet/black,
+/area/ship/crew/dorm)
+"oy" = (
+/obj/effect/turf_decal/trimline/opaque/brown/warning{
+ dir = 6
+ },
+/obj/effect/turf_decal/siding/thinplating/dark/corner{
+ dir = 4
+ },
+/obj/effect/turf_decal/siding/thinplating/dark,
+/obj/structure/cable{
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{
+ dir = 4
+ },
+/turf/open/floor/plasteel/dark,
+/area/ship/medical)
+"oz" = (
+/obj/structure/railing{
+ dir = 4;
+ layer = 2.9
+ },
+/obj/effect/turf_decal/borderfloor/corner{
+ dir = 4
+ },
+/obj/structure/cable{
+ icon_state = "6-8"
+ },
+/turf/open/floor/plasteel/patterned,
+/area/ship/cargo)
+"oC" = (
+/obj/machinery/suit_storage_unit/inherit,
+/obj/item/clothing/suit/space/inteq,
+/obj/item/clothing/head/helmet/space/inteq,
+/obj/effect/turf_decal/techfloor{
+ dir = 1
+ },
+/turf/open/floor/plasteel/tech/grid,
+/area/ship/medical)
+"oL" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{
+ dir = 4
+ },
+/obj/effect/decal/cleanable/dirt/dust,
+/obj/effect/turf_decal/steeldecal/steel_decals_central7,
+/turf/open/floor/plasteel/dark,
+/area/ship/crew/canteen)
+"oO" = (
+/turf/closed/wall/mineral/plastitanium,
+/area/ship/crew/office)
+"pa" = (
+/obj/structure/cable{
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{
+ dir = 4
+ },
+/obj/machinery/door/firedoor/border_only{
+ dir = 8
+ },
+/obj/machinery/door/firedoor/border_only{
+ dir = 4
+ },
+/obj/machinery/door/airlock/public/glass{
+ dir = 8;
+ name = "Canteen"
+ },
+/turf/open/floor/plasteel/patterned/grid,
+/area/ship/crew/canteen)
+"pd" = (
+/obj/effect/turf_decal/spline/fancy/opaque/black{
+ dir = 8
+ },
+/obj/effect/turf_decal/siding/thinplating/dark/end{
+ dir = 1
+ },
+/obj/structure/sign/warning/nosmoking/circle{
+ pixel_y = 32
+ },
+/turf/open/floor/plasteel/dark,
+/area/ship/medical)
+"pj" = (
+/obj/effect/turf_decal/corner/opaque/yellow{
+ dir = 6
+ },
+/obj/effect/turf_decal/corner/opaque/yellow{
+ dir = 9
+ },
+/obj/structure/cable{
+ icon_state = "1-2"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4,
+/obj/effect/decal/cleanable/dirt/dust,
+/obj/structure/cable{
+ icon_state = "2-4"
+ },
+/turf/open/floor/plasteel/patterned/grid,
+/area/ship/hallway/central)
+"pt" = (
+/obj/effect/turf_decal/siding/thinplating/dark,
+/obj/effect/turf_decal/siding/thinplating/dark/corner{
+ dir = 1
+ },
+/obj/structure/cable{
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{
+ dir = 4
+ },
+/obj/effect/turf_decal/trimline/opaque/brown/line,
+/turf/open/floor/plasteel/dark,
+/area/ship/medical)
+"pz" = (
+/obj/effect/turf_decal/corner/opaque/yellow{
+ dir = 6
+ },
+/obj/effect/turf_decal/corner/opaque/yellow{
+ dir = 1
+ },
+/obj/structure/cable{
+ icon_state = "1-2"
+ },
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{
+ dir = 8
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4,
+/obj/effect/decal/cleanable/dirt/dust,
+/turf/open/floor/plasteel/patterned/grid,
+/area/ship/hallway/central)
+"pA" = (
+/obj/structure/closet/wall{
+ pixel_y = 28
+ },
+/obj/item/radio,
+/obj/item/radio,
+/obj/item/radio,
+/obj/item/radio,
+/obj/item/radio,
+/obj/item/radio,
+/obj/item/radio,
+/obj/item/radio,
+/obj/item/radio,
+/obj/item/radio,
+/obj/item/radio,
+/obj/item/radio,
+/obj/structure/catwalk/over/plated_catwalk,
+/obj/structure/railing{
+ dir = 4
+ },
+/obj/machinery/airalarm/directional/west,
+/turf/open/floor/plasteel/tech/grid,
+/area/ship/crew/cryo)
+"pC" = (
+/obj/structure/table/optable,
+/obj/machinery/defibrillator_mount/loaded{
+ pixel_x = -28
+ },
+/turf/open/floor/plasteel/white,
+/area/ship/medical)
+"pL" = (
+/obj/machinery/power/terminal{
+ dir = 8
+ },
+/obj/machinery/light/directional/north,
+/obj/effect/turf_decal/corner_techfloor_gray{
+ dir = 8
+ },
+/obj/structure/cable{
+ icon_state = "0-6"
+ },
+/turf/open/floor/plating,
+/area/ship/maintenance/port)
+"pO" = (
+/obj/effect/turf_decal/trimline/opaque/yellow/filled/warning{
+ dir = 8
+ },
+/obj/structure/cable{
+ icon_state = "2-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{
+ dir = 4
+ },
+/obj/structure/cable{
+ icon_state = "1-8"
+ },
+/turf/open/floor/plasteel/dark,
+/area/ship/crew/canteen)
+"pU" = (
+/obj/structure/closet/firecloset/wall{
+ pixel_y = 28
+ },
+/obj/machinery/atmospherics/components/binary/pump/on/layer2{
+ dir = 4
+ },
+/obj/structure/cable{
+ icon_state = "2-4"
+ },
+/obj/structure/cable{
+ icon_state = "4-10"
+ },
+/turf/open/floor/plating,
+/area/ship/maintenance/starboard)
+"qe" = (
+/obj/effect/turf_decal/industrial/traffic,
+/turf/open/floor/plasteel/patterned,
+/area/ship/cargo)
+"qk" = (
+/obj/machinery/light/small/directional/west,
+/obj/effect/turf_decal/techfloor{
+ dir = 4
+ },
+/obj/structure/closet/emcloset,
+/turf/open/floor/plasteel/tech,
+/area/ship/hallway/central)
+"qt" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/structure/cable{
+ icon_state = "1-2"
+ },
+/turf/open/floor/plasteel/patterned,
+/area/ship/cargo)
+"qA" = (
+/obj/structure/closet/crate/trashcart,
+/obj/item/trash/can/food/beans,
+/obj/item/trash/can,
+/obj/item/trash/boritos,
+/turf/open/floor/plasteel/patterned/cargo_one,
+/area/ship/cargo)
+"qG" = (
+/obj/effect/turf_decal/industrial/traffic{
+ dir = 8
+ },
+/obj/machinery/button/door{
+ id = "valor_cargo";
+ name = "Cargo Bay Door Control";
+ pixel_x = -5;
+ pixel_y = 25
+ },
+/obj/machinery/button/shieldwallgen{
+ id = "valor_holo";
+ pixel_x = 5;
+ pixel_y = 23
+ },
+/obj/structure/cable{
+ icon_state = "4-8"
+ },
+/turf/open/floor/plasteel/patterned,
+/area/ship/cargo)
+"qL" = (
+/turf/closed/wall/mineral/plastitanium,
+/area/ship/hallway/port)
+"qQ" = (
+/obj/machinery/shower,
+/obj/item/soap,
+/obj/structure/curtain/bounty,
+/obj/effect/turf_decal/steeldecal/steel_decals10,
+/turf/open/floor/plasteel/patterned/brushed,
+/area/ship/crew/canteen)
+"qR" = (
+/obj/structure/grille,
+/obj/structure/window/plasma/reinforced/plastitanium,
+/turf/open/floor/plating,
+/area/ship/medical)
+"qW" = (
+/obj/machinery/atmospherics/components/binary/dp_vent_pump/high_volume/layer2{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{
+ dir = 4
+ },
+/turf/open/floor/plasteel/tech,
+/area/ship/medical)
+"qX" = (
+/obj/structure/catwalk/over/plated_catwalk,
+/obj/structure/cable{
+ icon_state = "1-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{
+ dir = 9
+ },
+/obj/machinery/firealarm/directional/east,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{
+ dir = 9
+ },
+/turf/open/floor/plasteel/tech/grid,
+/area/ship/cargo)
+"qZ" = (
+/obj/effect/turf_decal/corner/opaque/yellow,
+/obj/effect/turf_decal/corner/opaque/brown{
+ dir = 8
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{
+ dir = 9
+ },
+/obj/effect/decal/cleanable/dirt/dust,
+/obj/machinery/firealarm/directional/south,
+/turf/open/floor/plasteel/dark,
+/area/ship/crew/dorm)
+"rc" = (
+/obj/structure/grille,
+/obj/structure/window/plasma/reinforced/plastitanium,
+/obj/machinery/door/poddoor/shutters{
+ id = "valor_external"
+ },
+/turf/open/floor/plating,
+/area/ship/crew/dorm)
+"rL" = (
+/turf/open/floor/plasteel/patterned/cargo_one,
+/area/ship/cargo)
+"rO" = (
+/obj/effect/turf_decal/siding/thinplating/dark,
+/obj/effect/turf_decal/trimline/opaque/brown/line,
+/obj/structure/cable{
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{
+ dir = 4
+ },
+/turf/open/floor/plasteel/dark,
+/area/ship/medical)
+"rX" = (
+/obj/structure/sign/poster/contraband/inteq_gec{
+ pixel_y = 32
+ },
+/obj/effect/decal/cleanable/dirt/dust,
+/turf/open/floor/plating,
+/area/ship/maintenance/port)
+"rY" = (
+/obj/effect/turf_decal/corner/opaque/yellow,
+/obj/effect/turf_decal/corner/opaque/brown{
+ dir = 4
+ },
+/obj/effect/turf_decal/corner/opaque/brown{
+ dir = 8
+ },
+/obj/structure/cable{
+ icon_state = "2-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{
+ dir = 10
+ },
+/obj/machinery/airalarm/directional/east,
+/turf/open/floor/plasteel/dark,
+/area/ship/security)
+"sc" = (
+/obj/structure/rack,
+/obj/machinery/firealarm/directional/east,
+/obj/item/radio/intercom/directional/south,
+/obj/item/defibrillator/loaded{
+ pixel_x = 3;
+ pixel_y = 10
+ },
+/obj/item/defibrillator/loaded{
+ pixel_x = -2;
+ pixel_y = 2
+ },
+/turf/open/floor/plasteel/mono/white,
+/area/ship/medical)
+"se" = (
+/obj/effect/turf_decal/siding/thinplating{
+ dir = 4
+ },
+/obj/effect/turf_decal/trimline/opaque/yellow/line{
+ dir = 4
+ },
+/obj/item/kirbyplants/random,
+/obj/machinery/power/apc/auto_name/directional/east,
+/obj/structure/cable{
+ icon_state = "0-8"
+ },
+/obj/structure/cable{
+ icon_state = "2-8"
+ },
+/turf/open/floor/plasteel/patterned/grid,
+/area/ship/hallway/central)
+"si" = (
+/obj/effect/turf_decal/trimline/opaque/blue/warning,
+/obj/effect/turf_decal/borderfloorwhite{
+ dir = 1
+ },
+/obj/machinery/door/airlock/medical/glass{
+ name = "Surgical Bay #1"
+ },
+/turf/open/floor/plasteel/white,
+/area/ship/medical)
+"ss" = (
+/obj/effect/turf_decal/borderfloor{
+ dir = 4
+ },
+/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2,
+/turf/open/floor/plasteel/patterned,
+/area/ship/cargo)
+"su" = (
+/obj/effect/turf_decal/siding/thinplating/dark{
+ dir = 1
+ },
+/obj/effect/turf_decal/trimline/opaque/brown/line{
+ dir = 1
+ },
+/obj/structure/chair,
+/obj/machinery/airalarm/directional/north,
+/turf/open/floor/plasteel/dark,
+/area/ship/medical)
+"sy" = (
+/obj/effect/turf_decal/corner/opaque/yellow{
+ dir = 1
+ },
+/obj/effect/turf_decal/corner/opaque/brown{
+ dir = 4
+ },
+/obj/effect/turf_decal/corner/opaque/brown{
+ dir = 8
+ },
+/obj/item/gun/ballistic/automatic/pistol/commander/inteq/no_mag{
+ pixel_x = -4;
+ pixel_y = 8
+ },
+/obj/item/gun/ballistic/automatic/pistol/commander/inteq/no_mag{
+ pixel_y = 4
+ },
+/obj/item/gun/ballistic/automatic/pistol/commander/inteq/no_mag{
+ pixel_x = 4
+ },
+/obj/structure/closet/secure_closet/wall{
+ icon_state = "sec_wall";
+ name = "weapons lockup";
+ pixel_y = 28;
+ req_access = list(1)
+ },
+/obj/structure/table,
+/obj/item/ammo_box/magazine/co9mm/rubber,
+/obj/item/ammo_box/magazine/co9mm/rubber,
+/obj/item/ammo_box/magazine/co9mm/rubber,
+/obj/item/ammo_box/magazine/co9mm,
+/obj/item/ammo_box/magazine/co9mm,
+/obj/item/ammo_box/magazine/co9mm,
+/obj/machinery/recharger,
+/turf/open/floor/plasteel/dark,
+/area/ship/security)
+"sz" = (
+/obj/effect/turf_decal/siding/thinplating/dark{
+ dir = 4
+ },
+/obj/effect/turf_decal/siding/thinplating/dark/corner{
+ dir = 8
+ },
+/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{
+ dir = 8
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{
+ dir = 4
+ },
+/obj/effect/turf_decal/trimline/opaque/brown/line{
+ dir = 1
+ },
+/turf/open/floor/plasteel/dark,
+/area/ship/medical)
+"sJ" = (
+/obj/effect/turf_decal/siding/thinplating{
+ dir = 8
+ },
+/obj/effect/turf_decal/trimline/opaque/yellow/line{
+ dir = 8
+ },
+/obj/structure/table,
+/obj/item/cigbutt,
+/obj/item/cigbutt{
+ pixel_y = 12
+ },
+/obj/effect/decal/cleanable/ash,
+/obj/item/cigbutt{
+ pixel_x = -9;
+ pixel_y = 10
+ },
+/obj/machinery/firealarm/directional/west,
+/turf/open/floor/plasteel/patterned/grid,
+/area/ship/hallway/central)
+"sM" = (
+/obj/effect/turf_decal/corner/opaque/yellow{
+ dir = 1
+ },
+/obj/effect/turf_decal/corner/opaque/brown{
+ dir = 4
+ },
+/obj/effect/turf_decal/corner/opaque/yellow,
+/obj/machinery/modular_computer/console/preset/command,
+/obj/machinery/light/directional/east,
+/turf/open/floor/plasteel/telecomms_floor,
+/area/ship/bridge)
+"sZ" = (
+/obj/structure/weightmachine/weightlifter,
+/obj/machinery/light/directional/north,
+/turf/open/floor/plasteel/patterned/cargo_one,
+/area/ship/cargo)
+"te" = (
+/obj/structure/railing{
+ dir = 1;
+ layer = 2.9
+ },
+/obj/effect/turf_decal/borderfloor{
+ dir = 1
+ },
+/obj/structure/rack,
+/obj/item/target/clown{
+ pixel_x = 9;
+ pixel_y = 5
+ },
+/obj/item/target/syndicate{
+ pixel_x = -8;
+ pixel_y = 3
+ },
+/obj/item/target/syndicate{
+ pixel_y = 5
+ },
+/turf/open/floor/plasteel/patterned/cargo_one,
+/area/ship/cargo)
+"tj" = (
+/obj/structure/catwalk/over/plated_catwalk,
+/obj/structure/cable{
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{
+ dir = 4
+ },
+/obj/machinery/light_switch{
+ pixel_y = 20
+ },
+/turf/open/floor/plasteel/tech/grid,
+/area/ship/cargo)
+"tk" = (
+/obj/structure/reagent_dispensers/watertank,
+/turf/open/floor/plasteel/tech/techmaint,
+/area/ship/crew/canteen)
+"ty" = (
+/obj/effect/turf_decal/trimline/opaque/yellow/filled/warning{
+ dir = 8
+ },
+/obj/structure/cable{
+ icon_state = "1-8"
+ },
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{
+ dir = 4
+ },
+/turf/open/floor/plasteel/dark,
+/area/ship/crew/dorm)
+"tz" = (
+/obj/structure/catwalk/over/plated_catwalk,
+/obj/structure/cable{
+ icon_state = "2-8"
+ },
+/turf/open/floor/plasteel/tech/grid,
+/area/ship/crew/cryo)
+"tH" = (
+/obj/structure/catwalk/over/plated_catwalk,
+/obj/structure/cable{
+ icon_state = "1-2"
+ },
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2,
+/turf/open/floor/plasteel/tech/grid,
+/area/ship/cargo)
+"tS" = (
+/obj/effect/turf_decal/siding/thinplating,
+/obj/effect/decal/cleanable/dirt/dust,
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{
+ dir = 1
+ },
+/turf/open/floor/plasteel/patterned/grid,
+/area/ship/hallway/port)
+"tZ" = (
+/turf/closed/wall/mineral/plastitanium/nodiagonal,
+/area/ship/crew/office)
+"ua" = (
+/obj/effect/turf_decal/siding/thinplating/corner,
+/obj/effect/turf_decal/siding/thinplating/corner{
+ dir = 8
+ },
+/obj/structure/cable{
+ icon_state = "1-2"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4,
+/obj/effect/decal/cleanable/dirt/dust,
+/turf/open/floor/plasteel/patterned/grid,
+/area/ship/hallway/port)
+"un" = (
+/obj/structure/table,
+/obj/effect/decal/cleanable/dirt/dust,
+/turf/open/floor/plasteel/dark,
+/area/ship/crew/canteen)
+"uo" = (
+/obj/effect/turf_decal/siding/thinplating/corner,
+/obj/effect/turf_decal/siding/thinplating/corner{
+ dir = 4
+ },
+/obj/effect/turf_decal/trimline/opaque/yellow/warning{
+ dir = 4
+ },
+/obj/structure/cable{
+ icon_state = "1-4"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{
+ dir = 4
+ },
+/turf/open/floor/plasteel/patterned/grid,
+/area/ship/hallway/central)
+"ux" = (
+/obj/structure/catwalk/over/plated_catwalk,
+/obj/structure/cable{
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{
+ dir = 4
+ },
+/turf/open/floor/plasteel/tech/grid,
+/area/ship/cargo)
+"uA" = (
+/obj/effect/turf_decal/trimline/opaque/yellow/filled/warning{
+ dir = 4
+ },
+/obj/structure/cable{
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{
+ dir = 4
+ },
+/turf/open/floor/plasteel/dark,
+/area/ship/crew/dorm)
+"uB" = (
+/obj/effect/turf_decal/siding/thinplating{
+ dir = 1
+ },
+/obj/structure/cable{
+ icon_state = "4-8"
+ },
+/obj/structure/cable{
+ icon_state = "2-8"
+ },
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{
+ dir = 1
+ },
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{
+ dir = 1
+ },
+/obj/effect/decal/cleanable/dirt/dust,
+/obj/structure/noticeboard{
+ pixel_y = 28
+ },
+/turf/open/floor/plasteel/patterned/grid,
+/area/ship/hallway/port)
+"uS" = (
+/obj/structure/cable{
+ icon_state = "4-8"
+ },
+/turf/open/floor/plasteel/patterned,
+/area/ship/cargo)
+"vh" = (
+/obj/machinery/suit_storage_unit/inherit,
+/obj/item/clothing/suit/space/inteq,
+/obj/item/clothing/head/helmet/space/inteq,
+/obj/machinery/light/small/directional/west,
+/turf/open/floor/plasteel/patterned/ridged,
+/area/ship/cargo)
+"vi" = (
+/obj/effect/turf_decal/trimline/opaque/yellow/filled/warning{
+ dir = 8
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{
+ dir = 4
+ },
+/turf/open/floor/plasteel/dark,
+/area/ship/crew/canteen)
+"vn" = (
+/obj/machinery/stasis{
+ dir = 1
+ },
+/obj/effect/turf_decal/box/white,
+/obj/machinery/light/directional/west,
+/turf/open/floor/plasteel/mono/white,
+/area/ship/medical)
+"vx" = (
+/obj/effect/turf_decal/siding/thinplating/dark/end,
+/obj/machinery/airalarm/directional/south,
+/obj/structure/closet/wall/white{
+ dir = 8;
+ pixel_x = 28
+ },
+/obj/item/clothing/under/rank/medical/gown,
+/obj/item/clothing/under/rank/medical/gown,
+/obj/item/clothing/under/rank/medical/gown,
+/obj/item/clothing/shoes/sandal/slippers,
+/obj/item/clothing/shoes/sandal/slippers,
+/obj/item/clothing/shoes/sandal/slippers,
+/turf/open/floor/plasteel/dark,
+/area/ship/medical)
+"vy" = (
+/obj/structure/cable{
+ icon_state = "4-8"
+ },
+/obj/machinery/light/floor,
+/obj/effect/turf_decal/industrial/traffic{
+ dir = 1
+ },
+/turf/open/floor/plasteel/patterned,
+/area/ship/cargo)
+"vI" = (
+/obj/effect/turf_decal/siding/thinplating/dark{
+ dir = 1
+ },
+/obj/machinery/smartfridge/bloodbank/preloaded{
+ pixel_y = 32;
+ density = 0
+ },
+/obj/structure/table,
+/obj/machinery/cell_charger,
+/turf/open/floor/plasteel/mono/dark,
+/area/ship/medical)
+"vK" = (
+/obj/machinery/cryopod{
+ dir = 1
+ },
+/obj/machinery/light/directional/south,
+/obj/effect/turf_decal/siding/white/corner{
+ dir = 1
+ },
+/turf/open/floor/plasteel/tech/grid,
+/area/ship/crew/cryo)
+"vX" = (
+/obj/structure/grille,
+/obj/structure/window/plasma/reinforced/plastitanium,
+/obj/machinery/door/poddoor/shutters{
+ id = "valor_external"
+ },
+/turf/open/floor/plating,
+/area/ship/hallway/port)
+"wa" = (
+/obj/machinery/light/small/directional/north,
+/turf/open/floor/plasteel/patterned/brushed,
+/area/ship/crew/canteen)
+"wc" = (
+/obj/structure/cable{
+ icon_state = "1-2"
+ },
+/obj/effect/decal/cleanable/dirt/dust,
+/obj/structure/cable{
+ icon_state = "2-6"
+ },
+/turf/open/floor/plating,
+/area/ship/maintenance/port)
+"wj" = (
+/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{
+ dir = 8
+ },
+/obj/effect/decal/cleanable/dirt/dust,
+/turf/open/floor/plasteel/patterned/grid,
+/area/ship/hallway/central)
+"wt" = (
+/obj/effect/turf_decal/spline/fancy/opaque/black{
+ dir = 1
+ },
+/obj/effect/turf_decal/trimline/opaque/brown/filled/warning{
+ dir = 1
+ },
+/obj/effect/turf_decal/siding/thinplating/dark{
+ dir = 1
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{
+ dir = 1
+ },
+/obj/effect/turf_decal/trimline/opaque/brown/line,
+/turf/open/floor/plasteel/dark,
+/area/ship/medical)
+"wA" = (
+/obj/effect/turf_decal/corner/opaque/yellow{
+ dir = 1
+ },
+/obj/effect/turf_decal/corner/opaque/brown{
+ dir = 8
+ },
+/obj/machinery/light/directional/west,
+/turf/open/floor/plasteel/dark,
+/area/ship/crew/canteen)
+"wD" = (
+/obj/machinery/cryopod,
+/obj/machinery/light/directional/north,
+/obj/effect/turf_decal/siding/white/corner{
+ dir = 8
+ },
+/turf/open/floor/plasteel/tech/grid,
+/area/ship/crew/cryo)
+"wI" = (
+/obj/effect/turf_decal/trimline/opaque/brown/warning{
+ dir = 8
+ },
+/obj/effect/turf_decal/borderfloorwhite{
+ dir = 4
+ },
+/turf/open/floor/plasteel/tech,
+/area/ship/medical)
+"wL" = (
+/obj/structure/cable{
+ icon_state = "2-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{
+ dir = 10
+ },
+/obj/machinery/airalarm/directional/east,
+/turf/open/floor/plasteel/patterned,
+/area/ship/crew/office)
+"wS" = (
+/obj/machinery/power/terminal{
+ dir = 8
+ },
+/obj/structure/cable{
+ icon_state = "0-4"
+ },
+/obj/effect/turf_decal/corner_techfloor_gray/diagonal,
+/turf/open/floor/plating,
+/area/ship/maintenance/port)
+"wV" = (
+/obj/effect/decal/cleanable/dirt/dust,
+/turf/open/floor/plasteel/dark,
+/area/ship/crew/canteen)
+"xb" = (
+/obj/effect/turf_decal/corner/opaque/brown{
+ dir = 4
+ },
+/obj/effect/turf_decal/corner/opaque/yellow,
+/obj/machinery/light/directional/east,
+/turf/open/floor/plasteel/dark,
+/area/ship/crew/canteen)
+"xg" = (
+/obj/machinery/light/directional/south,
+/obj/structure/cable{
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{
+ dir = 4
+ },
+/turf/open/floor/plasteel/patterned,
+/area/ship/cargo)
+"xj" = (
+/turf/closed/wall/mineral/plastitanium/nodiagonal,
+/area/ship/cargo)
+"xl" = (
+/obj/effect/turf_decal/siding/thinplating{
+ dir = 6
+ },
+/obj/structure/extinguisher_cabinet/directional/east,
+/obj/machinery/light_switch{
+ dir = 1;
+ pixel_y = -20
+ },
+/turf/open/floor/plasteel/patterned/grid,
+/area/ship/hallway/port)
+"xp" = (
+/obj/effect/turf_decal/spline/fancy/opaque/black{
+ dir = 1
+ },
+/obj/effect/turf_decal/trimline/opaque/brown/filled/warning{
+ dir = 1
+ },
+/obj/effect/turf_decal/siding/thinplating/dark{
+ dir = 1
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{
+ dir = 4
+ },
+/obj/effect/turf_decal/trimline/opaque/brown/arrow_ccw,
+/turf/open/floor/plasteel/dark,
+/area/ship/medical)
+"xs" = (
+/obj/machinery/iv_drip,
+/obj/machinery/light/directional/south,
+/turf/open/floor/plasteel/white,
+/area/ship/medical)
+"xy" = (
+/obj/structure/sink{
+ dir = 8;
+ pixel_x = 12
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{
+ dir = 9
+ },
+/turf/open/floor/plasteel/tech,
+/area/ship/medical)
+"xz" = (
+/obj/effect/turf_decal/industrial/traffic{
+ dir = 8
+ },
+/obj/structure/cable{
+ icon_state = "4-8"
+ },
+/obj/effect/turf_decal/industrial/traffic/corner{
+ dir = 4
+ },
+/turf/open/floor/plasteel/patterned,
+/area/ship/cargo)
+"xH" = (
+/obj/effect/turf_decal/siding/thinplating{
+ dir = 8
+ },
+/obj/effect/turf_decal/trimline/opaque/yellow/line{
+ dir = 8
+ },
+/obj/structure/chair{
+ dir = 4
+ },
+/obj/machinery/airalarm/directional/west,
+/turf/open/floor/plasteel/patterned/grid,
+/area/ship/hallway/central)
+"xI" = (
+/obj/effect/turf_decal/siding/thinplating/dark{
+ dir = 4
+ },
+/obj/effect/turf_decal/siding/thinplating/dark/corner{
+ dir = 1
+ },
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{
+ dir = 8
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{
+ dir = 4
+ },
+/obj/effect/turf_decal/trimline/opaque/brown/line,
+/turf/open/floor/plasteel/dark,
+/area/ship/medical)
+"xJ" = (
+/obj/machinery/iv_drip,
+/obj/machinery/light/directional/north,
+/turf/open/floor/plasteel/white,
+/area/ship/medical)
+"xU" = (
+/obj/docking_port/mobile{
+ can_move_docking_ports = 1;
+ name = "valor docking port";
+ port_direction = 8;
+ preferred_direction = 4;
+ dir = 2
+ },
+/turf/closed/wall/mineral/plastitanium,
+/area/ship/maintenance/port)
+"yb" = (
+/obj/effect/turf_decal/corner/opaque/brown{
+ dir = 8
+ },
+/obj/effect/turf_decal/corner/opaque/yellow,
+/obj/structure/closet/secure_closet/freezer{
+ anchored = 1;
+ locked = 0;
+ name = "fridge"
+ },
+/obj/item/storage/cans/sixbeer,
+/obj/effect/turf_decal/steeldecal/steel_decals_central4{
+ dir = 1
+ },
+/obj/item/reagent_containers/food/snacks/hotdog,
+/obj/effect/spawner/lootdrop/donkpockets,
+/obj/effect/spawner/lootdrop/donkpockets,
+/turf/open/floor/plasteel/dark,
+/area/ship/crew/canteen)
+"yu" = (
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{
+ dir = 1
+ },
+/turf/open/floor/carpet/black,
+/area/ship/crew/dorm)
+"yy" = (
+/obj/structure/railing{
+ dir = 5;
+ layer = 2.9
+ },
+/obj/effect/turf_decal/borderfloor{
+ dir = 4
+ },
+/obj/effect/turf_decal/box/corners{
+ dir = 4
+ },
+/obj/structure/rack,
+/obj/item/stack/sheet/glass/fifty,
+/obj/item/stack/sheet/metal/fifty,
+/turf/open/floor/plasteel/patterned/cargo_one,
+/area/ship/cargo)
+"yK" = (
+/obj/structure/catwalk/over/plated_catwalk/dark,
+/obj/structure/cable{
+ icon_state = "1-2"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2,
+/turf/open/floor/plating,
+/area/ship/medical)
+"yN" = (
+/obj/structure/chair/office/dark,
+/obj/effect/turf_decal/corner/opaque/brown{
+ dir = 8
+ },
+/obj/effect/turf_decal/corner/opaque/yellow,
+/obj/structure/cable{
+ icon_state = "4-8"
+ },
+/turf/open/floor/plasteel/dark,
+/area/ship/security)
+"yT" = (
+/obj/structure/table,
+/obj/structure/window/reinforced{
+ dir = 8
+ },
+/obj/machinery/computer/secure_data/laptop{
+ dir = 1;
+ pixel_y = 8
+ },
+/obj/machinery/door/window/brigdoor/southleft,
+/obj/machinery/door/firedoor/border_only{
+ dir = 1
+ },
+/obj/machinery/door/firedoor/border_only,
+/turf/open/floor/plasteel/dark,
+/area/ship/security)
+"ze" = (
+/obj/item/clothing/mask/gas/sechailer/inteq,
+/obj/item/clothing/gloves/tackler/combat/insulated,
+/obj/item/clothing/shoes/combat,
+/obj/item/storage/backpack/messenger/inteq,
+/obj/item/megaphone/command,
+/obj/item/clothing/under/syndicate/inteq/skirt,
+/obj/item/clothing/under/syndicate/inteq,
+/obj/item/clothing/suit/armor/hos/inteq,
+/obj/item/clothing/head/beret/sec/hos/inteq,
+/obj/structure/closet/secure_closet/wall{
+ dir = 4;
+ icon_door = "solgov_wall";
+ icon_state = "solgov_wall";
+ name = "vanguard's locker";
+ pixel_x = -28;
+ req_access = list(58)
+ },
+/obj/item/storage/lockbox/medal/sec,
+/obj/item/clothing/glasses/hud/security/sunglasses/inteq,
+/obj/item/clothing/head/inteq_peaked,
+/turf/open/floor/carpet/orange,
+/area/ship/bridge)
+"zh" = (
+/turf/closed/wall/mineral/plastitanium,
+/area/ship/maintenance/port)
+"zi" = (
+/obj/machinery/computer/helm{
+ dir = 8
+ },
+/obj/effect/turf_decal/corner/opaque/yellow,
+/obj/effect/turf_decal/corner/opaque/brown{
+ dir = 4
+ },
+/obj/effect/turf_decal/corner/opaque/yellow{
+ dir = 1
+ },
+/obj/machinery/light_switch{
+ pixel_y = 20
+ },
+/turf/open/floor/plasteel/telecomms_floor,
+/area/ship/bridge)
+"zr" = (
+/obj/effect/turf_decal/borderfloorblack{
+ dir = 4
+ },
+/obj/structure/table/reinforced,
+/obj/effect/turf_decal/spline/fancy/opaque/black{
+ dir = 8
+ },
+/obj/machinery/airalarm/directional/south,
+/obj/machinery/fax{
+ pixel_y = 3
+ },
+/turf/open/floor/plasteel/dark,
+/area/ship/bridge)
+"zs" = (
+/obj/effect/turf_decal/siding/thinplating,
+/obj/effect/decal/cleanable/dirt/dust,
+/obj/machinery/power/apc/auto_name/directional/south,
+/obj/structure/cable,
+/turf/open/floor/plasteel/patterned/grid,
+/area/ship/hallway/port)
+"zA" = (
+/obj/effect/turf_decal/siding/thinplating/dark{
+ dir = 5
+ },
+/obj/structure/closet/crate/bin,
+/obj/structure/sign/poster/official/get_your_legs{
+ pixel_y = 32
+ },
+/obj/machinery/light_switch{
+ dir = 8;
+ pixel_x = 20
+ },
+/turf/open/floor/plasteel/dark,
+/area/ship/medical)
+"zD" = (
+/obj/machinery/computer/operating{
+ dir = 4
+ },
+/obj/effect/turf_decal/borderfloorwhite,
+/turf/open/floor/plasteel/white,
+/area/ship/medical)
+"zE" = (
+/obj/effect/turf_decal/siding/thinplating/dark{
+ dir = 1
+ },
+/obj/effect/turf_decal/siding/thinplating/dark,
+/obj/structure/cable{
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{
+ dir = 4
+ },
+/obj/machinery/door/firedoor/border_only{
+ dir = 4
+ },
+/obj/machinery/door/firedoor/border_only{
+ dir = 8
+ },
+/obj/machinery/door/airlock/grunge{
+ dir = 4;
+ name = "Sick Bay"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{
+ dir = 4
+ },
+/turf/open/floor/plasteel/dark,
+/area/ship/medical)
+"zG" = (
+/obj/effect/turf_decal/siding/thinplating{
+ dir = 8
+ },
+/obj/effect/turf_decal/trimline/opaque/yellow/line{
+ dir = 8
+ },
+/obj/structure/chair/comfy/black{
+ dir = 4
+ },
+/obj/machinery/computer/helm/viewscreen/directional/west,
+/turf/open/floor/plasteel/patterned/grid,
+/area/ship/hallway/central)
+"zI" = (
+/obj/structure/cable{
+ icon_state = "1-2"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4,
+/obj/machinery/door/firedoor/border_only,
+/obj/machinery/door/firedoor/border_only{
+ dir = 1
+ },
+/obj/machinery/door/airlock/grunge{
+ name = "Cargo Bay"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2,
+/obj/effect/turf_decal/borderfloorblack,
+/turf/open/floor/plasteel/patterned,
+/area/ship/medical)
+"zK" = (
+/obj/machinery/door/firedoor/border_only{
+ dir = 1
+ },
+/obj/machinery/door/firedoor/border_only,
+/obj/machinery/door/airlock/public/glass{
+ name = "Supply Storage"
+ },
+/obj/effect/turf_decal/corner_techfloor_grid{
+ dir = 5
+ },
+/turf/open/floor/plasteel/patterned,
+/area/ship/cargo)
+"zL" = (
+/obj/structure/chair{
+ dir = 1
+ },
+/obj/structure/cable{
+ icon_state = "4-8"
+ },
+/turf/open/floor/plasteel/dark,
+/area/ship/crew/canteen)
+"zO" = (
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{
+ dir = 8
+ },
+/obj/effect/decal/cleanable/dirt/dust,
+/turf/open/floor/plasteel/patterned/grid,
+/area/ship/hallway/central)
+"zS" = (
+/obj/structure/table,
+/obj/effect/turf_decal/siding/thinplating/dark{
+ dir = 9
+ },
+/obj/item/storage/box/masks{
+ pixel_x = -7;
+ pixel_y = 10
+ },
+/obj/item/storage/box/gloves{
+ pixel_x = 8;
+ pixel_y = 10
+ },
+/obj/structure/sign/poster/official/walk{
+ pixel_y = 32
+ },
+/turf/open/floor/plasteel/mono/dark,
+/area/ship/medical)
+"zT" = (
+/obj/structure/railing,
+/obj/effect/turf_decal/borderfloor/corner,
+/obj/structure/reagent_dispensers/fueltank,
+/turf/open/floor/plasteel/patterned/cargo_one,
+/area/ship/cargo)
+"Ab" = (
+/obj/structure/chair/comfy/shuttle{
+ dir = 4;
+ name = "Helm"
+ },
+/obj/effect/turf_decal/corner/opaque/brown{
+ dir = 4
+ },
+/obj/effect/turf_decal/steeldecal/steel_decals3,
+/turf/open/floor/plasteel/dark,
+/area/ship/bridge)
+"Af" = (
+/obj/machinery/power/smes/shuttle/precharged{
+ dir = 4
+ },
+/obj/structure/window/reinforced{
+ dir = 8
+ },
+/obj/machinery/door/window/eastleft{
+ name = "Engine Access"
+ },
+/obj/structure/cable/yellow{
+ icon_state = "0-8"
+ },
+/turf/open/floor/plating,
+/area/ship/maintenance/starboard)
+"Am" = (
+/turf/open/floor/carpet/orange,
+/area/ship/bridge)
+"An" = (
+/obj/effect/turf_decal/siding/thinplating{
+ dir = 1
+ },
+/obj/effect/turf_decal/steeldecal/steel_decals_central7,
+/obj/machinery/airalarm/directional/north,
+/obj/structure/cable{
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{
+ dir = 8
+ },
+/turf/open/floor/plasteel/patterned/grid,
+/area/ship/hallway/port)
+"Av" = (
+/turf/open/floor/plasteel/dark,
+/area/ship/crew/canteen)
+"AD" = (
+/turf/closed/wall/mineral/plastitanium/nodiagonal,
+/area/ship/maintenance/starboard)
+"AE" = (
+/obj/structure/table,
+/obj/item/storage/backpack/duffelbag/med/surgery{
+ pixel_x = -2;
+ pixel_y = 7
+ },
+/obj/item/reagent_containers/medigel/sterilizine{
+ pixel_x = 8;
+ pixel_y = 3
+ },
+/obj/machinery/airalarm/directional/east,
+/obj/effect/turf_decal/borderfloorwhite,
+/turf/open/floor/plasteel/white,
+/area/ship/medical)
+"AG" = (
+/obj/structure/bed,
+/obj/item/bedsheet/hos{
+ name = "vanguard's bedsheet"
+ },
+/obj/structure/curtain/bounty,
+/obj/machinery/light/directional/west,
+/turf/open/floor/carpet/orange,
+/area/ship/bridge)
+"AH" = (
+/obj/effect/turf_decal/siding/thinplating/corner,
+/obj/effect/turf_decal/siding/thinplating/corner{
+ dir = 4
+ },
+/obj/effect/turf_decal/trimline/opaque/yellow/warning{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{
+ dir = 4
+ },
+/turf/open/floor/plasteel/patterned/grid,
+/area/ship/hallway/central)
+"AM" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{
+ dir = 4
+ },
+/turf/open/floor/plasteel/stairs/left{
+ dir = 8
+ },
+/area/ship/cargo)
+"AO" = (
+/obj/structure/rack,
+/obj/item/reagent_containers/glass/bucket,
+/obj/item/mop,
+/obj/effect/turf_decal/corner/opaque/yellow/border{
+ dir = 1
+ },
+/obj/effect/decal/cleanable/cobweb/cobweb2,
+/obj/structure/sign/poster/contraband/ss13{
+ pixel_y = 32
+ },
+/turf/open/floor/plasteel/tech/techmaint,
+/area/ship/crew/canteen)
+"AP" = (
+/obj/effect/turf_decal/siding/thinplating,
+/obj/machinery/firealarm/directional/south,
+/turf/open/floor/plasteel/patterned/grid,
+/area/ship/hallway/port)
+"AV" = (
+/obj/effect/turf_decal/spline/fancy/opaque/black{
+ dir = 4
+ },
+/obj/structure/table,
+/obj/structure/bedsheetbin,
+/obj/effect/turf_decal/siding/thinplating/dark/end{
+ dir = 1
+ },
+/obj/structure/sign/poster/official/work_for_a_future{
+ desc = "A poster encouraging you to work for your future.";
+ pixel_y = 32
+ },
+/turf/open/floor/plasteel/dark,
+/area/ship/medical)
+"Bc" = (
+/obj/structure/bed,
+/obj/item/bedsheet/brown,
+/obj/structure/curtain/bounty,
+/obj/machinery/light/directional/west,
+/turf/open/floor/carpet/black,
+/area/ship/crew/dorm)
+"Bh" = (
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{
+ dir = 8
+ },
+/obj/effect/decal/cleanable/dirt/dust,
+/turf/open/floor/plasteel/dark,
+/area/ship/crew/canteen)
+"BC" = (
+/obj/structure/filingcabinet/double,
+/obj/structure/sign/poster/official/help_others{
+ pixel_y = 32
+ },
+/turf/open/floor/plasteel/patterned,
+/area/ship/crew/office)
+"BL" = (
+/obj/effect/turf_decal/corner/opaque/brown{
+ dir = 8
+ },
+/obj/effect/turf_decal/corner/opaque/yellow,
+/obj/effect/turf_decal/corner/opaque/yellow{
+ dir = 1
+ },
+/obj/machinery/power/apc/auto_name/directional/west,
+/obj/structure/cable{
+ icon_state = "0-4"
+ },
+/obj/machinery/light_switch{
+ dir = 1;
+ pixel_y = -20
+ },
+/turf/open/floor/plasteel/dark,
+/area/ship/security)
+"BV" = (
+/obj/structure/grille,
+/obj/structure/window/plasma/reinforced/plastitanium,
+/obj/machinery/door/poddoor/shutters{
+ dir = 4;
+ id = "valor_external"
+ },
+/obj/structure/closet/crate/bin,
+/turf/open/floor/plating,
+/area/ship/hallway/central)
+"Cb" = (
+/obj/effect/turf_decal/industrial/traffic{
+ dir = 8
+ },
+/obj/effect/turf_decal/industrial/traffic{
+ dir = 4
+ },
+/turf/open/floor/plasteel/patterned,
+/area/ship/cargo)
+"Cc" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{
+ dir = 4
+ },
+/obj/effect/decal/cleanable/dirt,
+/turf/open/floor/plasteel/patterned,
+/area/ship/cargo)
+"Ch" = (
+/obj/structure/punching_bag,
+/turf/open/floor/plasteel/patterned/cargo_one,
+/area/ship/cargo)
+"Cr" = (
+/obj/effect/turf_decal/corner/opaque/yellow{
+ dir = 1
+ },
+/obj/effect/turf_decal/corner/opaque/brown{
+ dir = 8
+ },
+/obj/machinery/photocopier,
+/turf/open/floor/plasteel/dark,
+/area/ship/crew/canteen)
+"Ct" = (
+/obj/structure/catwalk/over,
+/turf/open/floor/plating/airless,
+/area/ship/external/dark)
+"CC" = (
+/obj/structure/catwalk/over/plated_catwalk/dark,
+/obj/structure/cable{
+ icon_state = "1-2"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4,
+/turf/open/floor/plating,
+/area/ship/hallway/port)
+"CF" = (
+/obj/structure/table/optable,
+/obj/machinery/defibrillator_mount/loaded{
+ pixel_x = 28
+ },
+/turf/open/floor/plasteel/white,
+/area/ship/medical)
+"CH" = (
+/obj/effect/turf_decal/trimline/opaque/yellow/filled/warning,
+/obj/structure/cable{
+ icon_state = "1-2"
+ },
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{
+ dir = 1
+ },
+/turf/open/floor/plasteel/dark,
+/area/ship/crew/dorm)
+"CT" = (
+/obj/machinery/door/airlock/security/glass{
+ name = "Security Office";
+ req_access = list(1)
+ },
+/obj/structure/cable{
+ icon_state = "1-2"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2,
+/obj/machinery/door/firedoor/border_only{
+ dir = 1
+ },
+/obj/machinery/door/firedoor/border_only,
+/obj/effect/turf_decal/corner/opaque/yellow{
+ dir = 1
+ },
+/obj/effect/turf_decal/corner/opaque/brown{
+ dir = 4
+ },
+/turf/open/floor/plasteel/dark,
+/area/ship/security)
+"CV" = (
+/obj/effect/turf_decal/borderfloorblack{
+ dir = 4
+ },
+/obj/effect/turf_decal/spline/fancy/opaque/black/corner{
+ dir = 8
+ },
+/obj/effect/turf_decal/spline/fancy/opaque/black{
+ dir = 8
+ },
+/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{
+ dir = 1
+ },
+/turf/open/floor/plasteel/dark,
+/area/ship/bridge)
+"Dj" = (
+/obj/machinery/power/apc/auto_name/directional/north,
+/obj/structure/cable{
+ icon_state = "4-8"
+ },
+/obj/structure/cable{
+ icon_state = "0-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{
+ dir = 4
+ },
+/turf/open/floor/plating,
+/area/ship/maintenance/starboard)
+"Dl" = (
+/obj/machinery/power/terminal,
+/obj/structure/cable/yellow,
+/obj/effect/decal/cleanable/dirt/dust,
+/obj/effect/turf_decal/corner_techfloor_gray/diagonal,
+/turf/open/floor/plating,
+/area/ship/maintenance/port)
+"Dm" = (
+/obj/effect/turf_decal/industrial/warning{
+ dir = 1
+ },
+/obj/effect/turf_decal/industrial/warning,
+/obj/effect/turf_decal/siding/white{
+ dir = 8
+ },
+/turf/open/floor/plasteel/tech,
+/area/ship/crew/cryo)
+"Dw" = (
+/obj/structure/cable/yellow,
+/obj/effect/decal/cleanable/dirt/dust,
+/obj/machinery/airalarm/directional/east,
+/obj/machinery/power/port_gen/pacman/super,
+/obj/item/stack/sheet/mineral/uranium/twenty,
+/turf/open/floor/plating,
+/area/ship/maintenance/starboard)
+"Dx" = (
+/obj/effect/turf_decal/siding/thinplating/dark/end,
+/obj/structure/rack,
+/obj/item/storage/firstaid/brute{
+ pixel_x = 5;
+ pixel_y = 4
+ },
+/obj/item/storage/firstaid/o2{
+ pixel_x = -6;
+ pixel_y = -2
+ },
+/turf/open/floor/plasteel/dark,
+/area/ship/medical)
+"DA" = (
+/obj/effect/turf_decal/siding/thinplating{
+ dir = 1
+ },
+/obj/structure/cable{
+ icon_state = "4-8"
+ },
+/obj/effect/decal/cleanable/dirt/dust,
+/obj/effect/turf_decal/siding/thinplating/corner{
+ dir = 8
+ },
+/turf/open/floor/plasteel/patterned/grid,
+/area/ship/hallway/port)
+"DD" = (
+/obj/machinery/holopad/emergency/command,
+/obj/effect/decal/cleanable/dirt/dust,
+/turf/open/floor/plasteel/dark,
+/area/ship/bridge)
+"DG" = (
+/obj/structure/sink{
+ dir = 4;
+ pixel_x = -12
+ },
+/obj/structure/sign/poster/official/cleanliness{
+ pixel_x = -32
+ },
+/turf/open/floor/plasteel/mono/white,
+/area/ship/medical)
+"DL" = (
+/obj/machinery/door/airlock/external{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{
+ dir = 4
+ },
+/turf/open/floor/plasteel/tech,
+/area/ship/medical)
+"DR" = (
+/obj/machinery/door/airlock/hatch{
+ name = "Cargo Bay"
+ },
+/obj/structure/cable{
+ icon_state = "1-2"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4,
+/obj/machinery/door/firedoor/border_only,
+/obj/machinery/door/firedoor/border_only{
+ dir = 1
+ },
+/obj/effect/turf_decal/borderfloorblack{
+ dir = 1
+ },
+/turf/open/floor/plasteel/tech/grid,
+/area/ship/hallway/port)
+"DT" = (
+/turf/closed/wall/mineral/plastitanium/nodiagonal,
+/area/ship/hallway/central)
+"DU" = (
+/obj/structure/grille,
+/obj/structure/window/plasma/reinforced/plastitanium,
+/obj/machinery/door/poddoor/shutters{
+ dir = 4;
+ id = "valor_external"
+ },
+/turf/open/floor/plating,
+/area/ship/hallway/port)
+"Ea" = (
+/obj/structure/cable{
+ icon_state = "4-8"
+ },
+/obj/effect/turf_decal/industrial/traffic{
+ dir = 8
+ },
+/obj/effect/turf_decal/industrial/stand_clear{
+ dir = 4
+ },
+/turf/open/floor/plasteel/patterned,
+/area/ship/cargo)
+"Ed" = (
+/obj/effect/turf_decal/corner/opaque/yellow{
+ dir = 9
+ },
+/obj/effect/turf_decal/corner/opaque/yellow{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{
+ dir = 4
+ },
+/obj/effect/decal/cleanable/dirt/dust,
+/turf/open/floor/plasteel/patterned/grid,
+/area/ship/hallway/central)
+"Ei" = (
+/obj/effect/turf_decal/corner/opaque/yellow,
+/obj/effect/turf_decal/corner/opaque/brown{
+ dir = 8
+ },
+/obj/effect/turf_decal/corner/opaque/brown{
+ dir = 4
+ },
+/obj/machinery/washing_machine,
+/obj/effect/decal/cleanable/dirt/dust,
+/turf/open/floor/plasteel/dark,
+/area/ship/crew/dorm)
+"El" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{
+ dir = 4
+ },
+/obj/effect/decal/cleanable/dirt/dust,
+/turf/open/floor/plasteel/dark,
+/area/ship/crew/canteen)
+"EA" = (
+/obj/effect/turf_decal/corner/opaque/brown{
+ dir = 4
+ },
+/obj/effect/turf_decal/corner/opaque/yellow,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{
+ dir = 9
+ },
+/turf/open/floor/plasteel/dark,
+/area/ship/crew/canteen)
+"EE" = (
+/obj/effect/turf_decal/trimline/opaque/brown/line{
+ dir = 5
+ },
+/obj/effect/turf_decal/siding/thinplating/dark{
+ dir = 5
+ },
+/obj/structure/chair,
+/obj/structure/extinguisher_cabinet/directional/north,
+/obj/machinery/light_switch{
+ dir = 8;
+ pixel_x = 20
+ },
+/turf/open/floor/plasteel/dark,
+/area/ship/medical)
+"EJ" = (
+/obj/effect/turf_decal/siding/thinplating/corner{
+ dir = 1
+ },
+/obj/effect/turf_decal/siding/thinplating/corner{
+ dir = 8
+ },
+/obj/effect/turf_decal/trimline/opaque/yellow/warning{
+ dir = 8
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{
+ dir = 4
+ },
+/turf/open/floor/plasteel/patterned/grid,
+/area/ship/hallway/central)
+"EK" = (
+/obj/effect/turf_decal/corner/opaque/brown{
+ dir = 8
+ },
+/obj/effect/turf_decal/corner/opaque/yellow{
+ dir = 1
+ },
+/obj/machinery/light/directional/west,
+/obj/structure/cable{
+ icon_state = "2-4"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{
+ dir = 6
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{
+ dir = 6
+ },
+/turf/open/floor/plasteel/dark,
+/area/ship/crew/dorm)
+"EL" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{
+ dir = 4
+ },
+/turf/open/floor/plasteel/dark,
+/area/ship/crew/canteen)
+"EM" = (
+/obj/structure/bed,
+/obj/structure/curtain,
+/obj/machinery/light/directional/north,
+/obj/item/bedsheet/medical,
+/turf/open/floor/plasteel/white,
+/area/ship/medical)
+"ET" = (
+/obj/structure/chair{
+ dir = 1
+ },
+/turf/open/floor/plasteel/dark,
+/area/ship/crew/canteen)
+"EY" = (
+/turf/closed/wall/mineral/plastitanium/nodiagonal,
+/area/ship/crew/cryo)
+"Fa" = (
+/obj/effect/turf_decal/box/corners{
+ dir = 8
+ },
+/turf/open/floor/plasteel/patterned/cargo_one,
+/area/ship/cargo)
+"Ff" = (
+/obj/structure/catwalk/over/plated_catwalk,
+/obj/structure/cable{
+ icon_state = "1-2"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2,
+/obj/machinery/light_switch{
+ dir = 8;
+ pixel_x = 20
+ },
+/turf/open/floor/plasteel/tech/grid,
+/area/ship/cargo)
+"Fs" = (
+/obj/effect/turf_decal/trimline/opaque/brown/filled/warning,
+/obj/effect/turf_decal/siding/thinplating/dark,
+/obj/effect/turf_decal/trimline/opaque/brown/line{
+ dir = 1
+ },
+/turf/open/floor/plasteel/dark,
+/area/ship/medical)
+"Ft" = (
+/obj/structure/cable{
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{
+ dir = 4
+ },
+/turf/open/floor/plasteel/patterned,
+/area/ship/cargo)
+"FF" = (
+/obj/structure/bed,
+/obj/item/bedsheet/brown,
+/obj/structure/curtain/bounty,
+/obj/structure/sign/poster/contraband/masked_men{
+ pixel_y = -32
+ },
+/obj/machinery/firealarm/directional/east,
+/turf/open/floor/carpet/black,
+/area/ship/crew/dorm)
+"FH" = (
+/obj/structure/chair{
+ dir = 1
+ },
+/obj/effect/decal/cleanable/dirt,
+/obj/structure/cable{
+ icon_state = "4-8"
+ },
+/turf/open/floor/plasteel/dark,
+/area/ship/crew/canteen)
+"FI" = (
+/obj/structure/cable{
+ icon_state = "4-8"
+ },
+/obj/machinery/light/floor,
+/turf/open/floor/plasteel/patterned,
+/area/ship/cargo)
+"FJ" = (
+/obj/structure/table,
+/obj/item/folder/red{
+ pixel_x = 5;
+ pixel_y = 5
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{
+ dir = 4
+ },
+/obj/item/paper_bin{
+ pixel_x = -15;
+ pixel_y = 3
+ },
+/turf/open/floor/plasteel/dark,
+/area/ship/crew/canteen)
+"FY" = (
+/obj/effect/decal/cleanable/dirt,
+/turf/open/floor/plasteel/stairs,
+/area/ship/cargo)
+"FZ" = (
+/obj/effect/turf_decal/siding/thinplating{
+ dir = 1
+ },
+/obj/structure/cable{
+ icon_state = "4-8"
+ },
+/obj/effect/decal/cleanable/dirt/dust,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{
+ dir = 6
+ },
+/turf/open/floor/plasteel/patterned/grid,
+/area/ship/hallway/port)
+"Gd" = (
+/obj/effect/turf_decal/trimline/opaque/yellow/filled/warning{
+ dir = 4
+ },
+/turf/open/floor/plasteel/dark,
+/area/ship/crew/canteen)
+"Gm" = (
+/obj/structure/cable{
+ icon_state = "4-8"
+ },
+/turf/open/floor/plasteel/patterned,
+/area/ship/crew/office)
+"Go" = (
+/obj/effect/turf_decal/corner/opaque/brown{
+ dir = 8
+ },
+/obj/effect/turf_decal/corner/opaque/yellow,
+/obj/machinery/light/directional/south,
+/obj/structure/table,
+/obj/item/storage/fancy/donut_box,
+/turf/open/floor/plasteel/dark,
+/area/ship/crew/canteen)
+"GA" = (
+/obj/structure/sign/poster/contraband/inteq_nt{
+ pixel_x = -32
+ },
+/obj/machinery/atmospherics/components/unary/tank/air{
+ dir = 4;
+ piping_layer = 2
+ },
+/obj/machinery/light/directional/north,
+/turf/open/floor/plating,
+/area/ship/maintenance/starboard)
+"GF" = (
+/obj/structure/closet/cardboard,
+/obj/item/clothing/gloves/boxing/yellow,
+/obj/item/clothing/gloves/boxing/yellow,
+/obj/item/clothing/gloves/boxing/green,
+/obj/item/clothing/gloves/boxing/green,
+/obj/item/clothing/gloves/boxing/blue,
+/obj/item/clothing/gloves/boxing/blue,
+/obj/item/clothing/gloves/boxing,
+/obj/item/clothing/gloves/boxing,
+/turf/open/floor/plasteel/patterned/cargo_one,
+/area/ship/cargo)
+"GR" = (
+/obj/structure/cable{
+ icon_state = "1-2"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4,
+/obj/effect/decal/cleanable/dirt/dust,
+/turf/open/floor/plasteel/patterned/grid,
+/area/ship/hallway/central)
+"Hg" = (
+/obj/effect/turf_decal/siding/thinplating{
+ dir = 1
+ },
+/obj/structure/cable{
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{
+ dir = 1
+ },
+/turf/open/floor/plasteel/patterned/grid,
+/area/ship/hallway/port)
+"Hi" = (
+/obj/structure/catwalk/over/plated_catwalk,
+/obj/structure/cable{
+ icon_state = "1-2"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4,
+/turf/open/floor/plasteel/tech/grid,
+/area/ship/cargo)
+"Hw" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2,
+/obj/machinery/door/firedoor/border_only,
+/obj/machinery/door/firedoor/border_only{
+ dir = 1
+ },
+/obj/machinery/door/airlock/public/glass{
+ name = "EVA Storage"
+ },
+/obj/effect/turf_decal/corner_techfloor_grid{
+ dir = 10
+ },
+/turf/open/floor/plasteel/patterned,
+/area/ship/cargo)
+"HA" = (
+/obj/effect/decal/cleanable/dirt/dust,
+/obj/structure/cable{
+ icon_state = "1-8"
+ },
+/obj/structure/cable{
+ icon_state = "1-10"
+ },
+/turf/open/floor/plating,
+/area/ship/maintenance/starboard)
+"HB" = (
+/obj/effect/turf_decal/techfloor,
+/obj/effect/turf_decal/siding/thinplating/dark{
+ dir = 1
+ },
+/obj/structure/table,
+/obj/machinery/door/window/northright,
+/obj/structure/sign/poster/official/moth/epi{
+ pixel_y = -32
+ },
+/obj/item/storage/firstaid/radiation{
+ pixel_x = -6;
+ pixel_y = 5
+ },
+/obj/item/storage/firstaid/toxin{
+ pixel_x = 6;
+ pixel_y = 1
+ },
+/turf/open/floor/plasteel/tech/grid,
+/area/ship/medical)
+"HC" = (
+/turf/closed/wall/mineral/plastitanium/nodiagonal,
+/area/ship/hallway/port)
+"HE" = (
+/obj/structure/grille,
+/obj/structure/window/plasma/reinforced/plastitanium,
+/obj/machinery/door/poddoor/shutters{
+ dir = 4;
+ id = "valor_bridge";
+ name = "Bridge Shutters"
+ },
+/turf/open/floor/plating,
+/area/ship/bridge)
+"HK" = (
+/turf/closed/wall/mineral/plastitanium/nodiagonal,
+/area/ship/crew/canteen)
+"HL" = (
+/obj/structure/reagent_dispensers/beerkeg,
+/turf/open/floor/plasteel/patterned/cargo_one,
+/area/ship/cargo)
+"HN" = (
+/obj/machinery/cryopod,
+/turf/open/floor/plasteel/tech/grid,
+/area/ship/crew/cryo)
+"HQ" = (
+/obj/structure/sink{
+ dir = 1;
+ pixel_y = -7
+ },
+/obj/structure/mirror{
+ pixel_y = -24
+ },
+/turf/open/floor/plasteel/patterned/brushed,
+/area/ship/crew/canteen)
+"HT" = (
+/obj/effect/turf_decal/borderfloorblack{
+ dir = 4
+ },
+/obj/effect/turf_decal/spline/fancy/opaque/black/corner{
+ dir = 1
+ },
+/obj/effect/turf_decal/spline/fancy/opaque/black{
+ dir = 8
+ },
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4,
+/obj/effect/decal/cleanable/dirt/dust,
+/obj/structure/cable{
+ icon_state = "1-2"
+ },
+/turf/open/floor/plasteel/dark,
+/area/ship/bridge)
+"Ie" = (
+/obj/effect/turf_decal/corner/opaque/yellow{
+ dir = 1
+ },
+/obj/effect/turf_decal/corner/opaque/brown{
+ dir = 4
+ },
+/obj/effect/turf_decal/corner/opaque/brown{
+ dir = 8
+ },
+/obj/structure/table,
+/obj/structure/bedsheetbin/empty,
+/turf/open/floor/plasteel/dark,
+/area/ship/crew/dorm)
+"Ik" = (
+/obj/effect/turf_decal/siding/thinplating{
+ dir = 4
+ },
+/obj/effect/turf_decal/trimline/opaque/yellow/line{
+ dir = 4
+ },
+/obj/machinery/vending/coffee,
+/turf/open/floor/plasteel/patterned/grid,
+/area/ship/hallway/central)
+"Io" = (
+/obj/machinery/rnd/server,
+/obj/machinery/light/small/directional/east,
+/turf/open/floor/plasteel/patterned/ridged,
+/area/ship/cargo)
+"IA" = (
+/obj/effect/turf_decal/spline/fancy/opaque/black{
+ dir = 1
+ },
+/obj/effect/turf_decal/trimline/opaque/brown/filled/warning{
+ dir = 1
+ },
+/obj/effect/turf_decal/siding/thinplating/dark{
+ dir = 1
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{
+ dir = 1
+ },
+/obj/effect/turf_decal/trimline/opaque/brown/arrow_ccw,
+/turf/open/floor/plasteel/dark,
+/area/ship/medical)
+"IB" = (
+/obj/effect/turf_decal/trimline/opaque/brown/filled/warning,
+/obj/effect/turf_decal/siding/thinplating/dark,
+/obj/effect/turf_decal/trimline/opaque/brown/arrow_ccw{
+ dir = 1
+ },
+/turf/open/floor/plasteel/dark,
+/area/ship/medical)
+"IL" = (
+/obj/effect/turf_decal/borderfloor{
+ dir = 4
+ },
+/obj/machinery/light_switch{
+ dir = 1;
+ pixel_y = -20
+ },
+/turf/open/floor/plasteel/patterned,
+/area/ship/cargo)
+"IM" = (
+/obj/effect/turf_decal/corner/opaque/brown{
+ dir = 4
+ },
+/obj/effect/turf_decal/corner/opaque/yellow{
+ dir = 1
+ },
+/obj/structure/sign/poster/contraband/inteq{
+ pixel_y = 32
+ },
+/turf/open/floor/plasteel/dark,
+/area/ship/crew/canteen)
+"IN" = (
+/obj/effect/decal/cleanable/dirt,
+/turf/open/floor/plasteel/dark,
+/area/ship/crew/canteen)
+"IQ" = (
+/obj/structure/table,
+/obj/effect/decal/cleanable/dirt/dust,
+/obj/item/storage/bag/tray{
+ pixel_y = 5;
+ pixel_x = -1
+ },
+/obj/item/reagent_containers/food/drinks/soda_cans/cola{
+ pixel_x = 6;
+ pixel_y = 8
+ },
+/obj/item/reagent_containers/food/snacks/burger/plain{
+ pixel_y = 3;
+ pixel_x = -4
+ },
+/turf/open/floor/plasteel/dark,
+/area/ship/crew/canteen)
+"Jd" = (
+/obj/effect/turf_decal/borderfloor{
+ dir = 1
+ },
+/obj/structure/railing{
+ dir = 1;
+ layer = 2.9
+ },
+/obj/structure/closet/crate{
+ name = "sandbags crate"
+ },
+/obj/item/storage/box/emptysandbags{
+ pixel_x = -5;
+ pixel_y = 5
+ },
+/obj/item/storage/box/emptysandbags,
+/obj/item/storage/box/emptysandbags{
+ pixel_x = 5;
+ pixel_y = -5
+ },
+/turf/open/floor/plasteel/patterned/cargo_one,
+/area/ship/cargo)
+"Jh" = (
+/obj/effect/turf_decal/corner/opaque/brown{
+ dir = 4
+ },
+/obj/effect/turf_decal/corner/opaque/yellow{
+ dir = 1
+ },
+/obj/machinery/light/directional/north,
+/turf/open/floor/plasteel/dark,
+/area/ship/crew/canteen)
+"Jn" = (
+/obj/machinery/power/apc/auto_name/directional/south,
+/obj/structure/cable,
+/turf/open/floor/plasteel/tech,
+/area/ship/medical)
+"Jt" = (
+/obj/effect/turf_decal/corner/opaque/brown{
+ dir = 4
+ },
+/obj/effect/turf_decal/corner/opaque/yellow,
+/obj/structure/sign/poster/official/moth{
+ pixel_x = 32
+ },
+/turf/open/floor/plasteel/dark,
+/area/ship/crew/canteen)
+"Jz" = (
+/obj/structure/table,
+/obj/item/phone{
+ pixel_x = -14
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{
+ dir = 4
+ },
+/obj/effect/decal/cleanable/dirt/dust,
+/obj/machinery/jukebox/boombox{
+ pixel_y = 2;
+ pixel_x = 3
+ },
+/turf/open/floor/plasteel/dark,
+/area/ship/crew/canteen)
+"JC" = (
+/obj/machinery/door/poddoor{
+ dir = 4;
+ id = "valor_cargo"
+ },
+/turf/open/floor/plating,
+/area/ship/cargo)
+"JJ" = (
+/obj/structure/ore_box,
+/turf/open/floor/plasteel/patterned/cargo_one,
+/area/ship/cargo)
+"JS" = (
+/obj/structure/railing{
+ dir = 9;
+ layer = 2.9
+ },
+/obj/effect/turf_decal/borderfloor{
+ dir = 1
+ },
+/obj/effect/turf_decal/box/corners{
+ dir = 1
+ },
+/obj/structure/rack,
+/obj/effect/spawner/lootdrop/maintenance/two,
+/turf/open/floor/plasteel/patterned/cargo_one,
+/area/ship/cargo)
+"Kh" = (
+/turf/open/floor/carpet/blue,
+/area/ship/bridge)
+"Ki" = (
+/obj/effect/turf_decal/corner_techfloor_gray{
+ dir = 6
+ },
+/obj/effect/turf_decal/borderfloor{
+ dir = 4
+ },
+/obj/structure/cable{
+ icon_state = "4-8"
+ },
+/obj/machinery/door/firedoor/border_only{
+ dir = 4
+ },
+/obj/machinery/door/firedoor/border_only{
+ dir = 8
+ },
+/obj/machinery/door/airlock/public/glass{
+ dir = 8;
+ name = "Cryogenics"
+ },
+/turf/open/floor/plasteel/tech,
+/area/ship/crew/cryo)
+"Km" = (
+/obj/effect/turf_decal/corner/opaque/brown{
+ dir = 8
+ },
+/obj/effect/turf_decal/corner/opaque/yellow,
+/obj/structure/reagent_dispensers/water_cooler,
+/obj/structure/sign/poster/contraband/eat{
+ pixel_y = -32
+ },
+/turf/open/floor/plasteel/dark,
+/area/ship/crew/canteen)
+"Kn" = (
+/obj/effect/decal/cleanable/dirt,
+/turf/open/floor/plasteel/patterned,
+/area/ship/cargo)
+"Ko" = (
+/obj/machinery/computer/cargo/express{
+ dir = 1
+ },
+/obj/effect/turf_decal/corner/opaque/brown{
+ dir = 4
+ },
+/obj/effect/turf_decal/corner/opaque/yellow,
+/obj/effect/turf_decal/corner/opaque/brown{
+ dir = 8
+ },
+/obj/machinery/light/directional/east,
+/obj/machinery/firealarm/directional/south,
+/turf/open/floor/plasteel/telecomms_floor,
+/area/ship/bridge)
+"Kp" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/structure/cable{
+ icon_state = "4-8"
+ },
+/obj/structure/cable{
+ icon_state = "1-4"
+ },
+/turf/open/floor/plasteel/patterned,
+/area/ship/cargo)
+"Kz" = (
+/obj/structure/cable{
+ icon_state = "4-8"
+ },
+/obj/effect/turf_decal/industrial/traffic{
+ dir = 1
+ },
+/turf/open/floor/plasteel/patterned,
+/area/ship/cargo)
+"KB" = (
+/obj/effect/turf_decal/corner/opaque/yellow{
+ dir = 6
+ },
+/obj/effect/turf_decal/corner/opaque/yellow{
+ dir = 8
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{
+ dir = 4
+ },
+/obj/effect/decal/cleanable/dirt/dust,
+/turf/open/floor/plasteel/patterned/grid,
+/area/ship/hallway/central)
+"KC" = (
+/obj/structure/table,
+/obj/item/folder{
+ pixel_y = 4;
+ pixel_x = -3
+ },
+/obj/item/folder/blue{
+ pixel_x = 2
+ },
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4,
+/turf/open/floor/plasteel/dark,
+/area/ship/crew/canteen)
+"KD" = (
+/obj/machinery/iv_drip,
+/turf/open/floor/plasteel/white,
+/area/ship/medical)
+"KH" = (
+/obj/structure/table,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{
+ dir = 4
+ },
+/obj/effect/decal/cleanable/dirt/dust,
+/turf/open/floor/plasteel/dark,
+/area/ship/crew/canteen)
+"KU" = (
+/obj/structure/cable{
+ icon_state = "2-4"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{
+ dir = 6
+ },
+/obj/structure/cable{
+ icon_state = "1-4"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{
+ dir = 6
+ },
+/turf/open/floor/plasteel/patterned,
+/area/ship/cargo)
+"KV" = (
+/obj/effect/turf_decal/corner/opaque/brown{
+ dir = 4
+ },
+/obj/effect/turf_decal/corner/opaque/yellow{
+ dir = 1
+ },
+/obj/structure/extinguisher_cabinet/directional/north,
+/turf/open/floor/plasteel/dark,
+/area/ship/crew/canteen)
+"KW" = (
+/obj/effect/turf_decal/siding/thinplating{
+ dir = 8
+ },
+/obj/effect/turf_decal/trimline/opaque/yellow/line{
+ dir = 8
+ },
+/obj/item/kirbyplants/random,
+/obj/machinery/light/directional/west,
+/turf/open/floor/plasteel/patterned/grid,
+/area/ship/hallway/central)
+"KY" = (
+/obj/effect/turf_decal/spline/fancy/opaque/black{
+ dir = 1
+ },
+/obj/effect/turf_decal/spline/fancy/opaque/black,
+/obj/effect/decal/cleanable/dirt/dust,
+/obj/structure/cable{
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{
+ dir = 4
+ },
+/turf/open/floor/plasteel/dark,
+/area/ship/bridge)
+"Lb" = (
+/obj/effect/turf_decal/siding/thinplating{
+ dir = 1
+ },
+/obj/effect/turf_decal/trimline/opaque/yellow/line{
+ dir = 1
+ },
+/obj/structure/sign/poster/contraband/hacking_guide{
+ pixel_y = 32
+ },
+/turf/open/floor/plasteel/patterned/grid,
+/area/ship/hallway/central)
+"Ls" = (
+/obj/effect/turf_decal/techfloor{
+ dir = 4
+ },
+/obj/structure/closet/crate/bin,
+/turf/open/floor/plasteel/tech,
+/area/ship/hallway/central)
+"LH" = (
+/obj/machinery/light/floor,
+/obj/structure/cable{
+ icon_state = "4-8"
+ },
+/obj/effect/turf_decal/industrial/traffic{
+ dir = 1
+ },
+/turf/open/floor/plasteel/patterned,
+/area/ship/cargo)
+"LI" = (
+/turf/closed/wall/mineral/plastitanium/nodiagonal,
+/area/ship/medical)
+"LJ" = (
+/obj/machinery/computer/operating{
+ dir = 8
+ },
+/obj/machinery/airalarm/directional/east,
+/obj/effect/turf_decal/borderfloorwhite,
+/turf/open/floor/plasteel/white,
+/area/ship/medical)
+"LL" = (
+/obj/structure/rack,
+/obj/item/pickaxe/emergency,
+/obj/item/pickaxe/emergency,
+/obj/item/pickaxe/emergency,
+/obj/machinery/airalarm/directional/east,
+/obj/machinery/light_switch{
+ dir = 1;
+ pixel_y = -20
+ },
+/turf/open/floor/plasteel/patterned/ridged,
+/area/ship/cargo)
+"LR" = (
+/obj/effect/turf_decal/corner/opaque/brown{
+ dir = 8
+ },
+/obj/effect/turf_decal/corner/opaque/yellow,
+/obj/structure/cable{
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{
+ dir = 4
+ },
+/turf/open/floor/plasteel/dark,
+/area/ship/security)
+"Md" = (
+/obj/structure/cable{
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{
+ dir = 4
+ },
+/turf/open/floor/plasteel/stairs{
+ dir = 8
+ },
+/area/ship/cargo)
+"Mn" = (
+/obj/effect/turf_decal/industrial/traffic{
+ dir = 8
+ },
+/turf/open/floor/plasteel/patterned,
+/area/ship/cargo)
+"Mq" = (
+/obj/structure/table,
+/turf/open/floor/carpet/black,
+/area/ship/crew/dorm)
+"Mt" = (
+/obj/structure/cable{
+ icon_state = "1-4"
+ },
+/turf/open/floor/carpet/black,
+/area/ship/crew/dorm)
+"Mw" = (
+/obj/effect/turf_decal/industrial/warning{
+ dir = 10
+ },
+/obj/machinery/atmospherics/components/unary/outlet_injector/on{
+ dir = 1;
+ piping_layer = 4
+ },
+/turf/open/floor/plating/airless,
+/area/ship/external/dark)
+"ME" = (
+/obj/machinery/door/airlock/medical/glass{
+ name = "Medical Office"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2,
+/obj/machinery/door/firedoor/border_only{
+ dir = 1
+ },
+/obj/machinery/door/firedoor/border_only,
+/obj/structure/cable{
+ icon_state = "1-2"
+ },
+/turf/open/floor/plasteel/patterned,
+/area/ship/crew/office)
+"MK" = (
+/obj/machinery/power/shuttle/engine/electric{
+ dir = 4
+ },
+/obj/structure/cable/yellow{
+ icon_state = "0-4"
+ },
+/turf/open/floor/plating/airless,
+/area/ship/external/dark)
+"MR" = (
+/obj/machinery/suit_storage_unit/inherit,
+/obj/item/clothing/suit/space/inteq,
+/obj/item/clothing/head/helmet/space/inteq,
+/obj/structure/sign/poster/official/safety_internals{
+ pixel_y = 32
+ },
+/turf/open/floor/plasteel/patterned/ridged,
+/area/ship/cargo)
+"MS" = (
+/obj/structure/table,
+/obj/item/paper_bin,
+/obj/item/pen,
+/obj/structure/window/reinforced,
+/obj/structure/window/reinforced{
+ dir = 4
+ },
+/obj/machinery/door/firedoor/border_only{
+ dir = 1
+ },
+/obj/machinery/door/firedoor/border_only,
+/obj/item/flashlight/lamp{
+ pixel_y = 10;
+ pixel_x = -13
+ },
+/turf/open/floor/plasteel/dark,
+/area/ship/security)
+"Nh" = (
+/turf/closed/wall/mineral/plastitanium,
+/area/ship/cargo)
+"Nn" = (
+/obj/structure/table/reinforced,
+/obj/effect/decal/cleanable/cobweb,
+/obj/effect/turf_decal/corner/opaque/yellow/border{
+ dir = 1
+ },
+/obj/item/reagent_containers/spray/cleaner{
+ pixel_x = 6;
+ pixel_y = 8
+ },
+/obj/item/reagent_containers/spray/cleaner{
+ pixel_x = 8;
+ pixel_y = 2
+ },
+/obj/item/soap{
+ pixel_x = -6
+ },
+/turf/open/floor/plasteel/tech/techmaint,
+/area/ship/crew/canteen)
+"Nu" = (
+/obj/structure/closet/secure_closet/wall{
+ dir = 4;
+ pixel_x = -28;
+ req_access = list(19);
+ name = "honorable corpsman's locker"
+ },
+/obj/item/clothing/shoes/combat,
+/obj/item/megaphone/command,
+/obj/item/clothing/under/syndicate/inteq/corpsman,
+/obj/item/clothing/under/syndicate/inteq/skirt/corpsman,
+/obj/item/clothing/suit/armor/hos/inteq,
+/obj/item/clothing/suit/hooded/wintercoat/security/inteq/alt,
+/obj/item/storage/backpack/messenger/med,
+/obj/item/clothing/head/beret/sec/brig_phys{
+ icon_state = "beret_med";
+ name = "honorable corpsman beret";
+ desc = "A beret made out of white reinforced fabric with a lue cross emblazoned on it. Smells faintly of blood and gauze."
+ },
+/obj/item/clothing/glasses/hud/health/sunglasses,
+/obj/item/storage/box/hypospray/CMO,
+/obj/item/clothing/gloves/color/latex/nitrile,
+/turf/open/floor/carpet/blue,
+/area/ship/bridge)
+"NA" = (
+/obj/effect/turf_decal/trimline/opaque/brown/filled/warning,
+/obj/effect/turf_decal/siding/thinplating/dark,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{
+ dir = 5
+ },
+/obj/effect/turf_decal/trimline/opaque/brown/line{
+ dir = 1
+ },
+/turf/open/floor/plasteel/dark,
+/area/ship/medical)
+"ND" = (
+/obj/effect/turf_decal/steeldecal/steel_decals_central6,
+/obj/effect/turf_decal/spline/fancy/opaque/black{
+ dir = 1
+ },
+/obj/effect/turf_decal/spline/fancy/opaque/black,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{
+ dir = 4
+ },
+/obj/structure/cable{
+ icon_state = "4-8"
+ },
+/turf/open/floor/plasteel/dark,
+/area/ship/bridge)
+"NE" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{
+ dir = 4
+ },
+/obj/machinery/door/firedoor/border_only{
+ dir = 8
+ },
+/obj/machinery/door/firedoor/border_only{
+ dir = 4
+ },
+/obj/machinery/door/airlock/public/glass{
+ dir = 8;
+ name = "Cargo Bay"
+ },
+/turf/open/floor/plasteel,
+/area/ship/hallway/central)
+"NG" = (
+/obj/effect/decal/cleanable/dirt/dust,
+/obj/structure/cable{
+ icon_state = "4-8"
+ },
+/turf/open/floor/plasteel/stairs/medium{
+ dir = 8
+ },
+/area/ship/cargo)
+"NI" = (
+/obj/effect/turf_decal/siding/thinplating/dark{
+ dir = 8
+ },
+/obj/effect/turf_decal/siding/thinplating/dark/corner,
+/obj/machinery/firealarm/directional/west,
+/obj/effect/turf_decal/trimline/opaque/brown/line{
+ dir = 1
+ },
+/turf/open/floor/plasteel/dark,
+/area/ship/medical)
+"NM" = (
+/obj/structure/grille,
+/obj/structure/window/plasma/reinforced/plastitanium,
+/obj/machinery/door/poddoor/shutters{
+ id = "valor_external"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4,
+/turf/open/floor/plating,
+/area/ship/hallway/port)
+"NT" = (
+/obj/structure/table,
+/obj/item/storage/toolbox/electrical{
+ pixel_x = -2;
+ pixel_y = 8
+ },
+/obj/item/storage/toolbox/mechanical{
+ pixel_x = 4;
+ pixel_y = 3
+ },
+/obj/machinery/light/directional/south,
+/obj/structure/sign/poster/contraband/tools{
+ pixel_x = -32
+ },
+/obj/effect/turf_decal/corner_techfloor_gray/full,
+/turf/open/floor/plating,
+/area/ship/maintenance/port)
+"NZ" = (
+/obj/effect/turf_decal/siding/thinplating/dark,
+/obj/structure/cable{
+ icon_state = "1-8"
+ },
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2,
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4,
+/obj/effect/turf_decal/trimline/opaque/brown/line,
+/turf/open/floor/plasteel/dark,
+/area/ship/medical)
+"Od" = (
+/obj/effect/turf_decal/siding/thinplating{
+ dir = 4
+ },
+/obj/effect/turf_decal/trimline/opaque/yellow/line{
+ dir = 4
+ },
+/obj/structure/chair/sofa/right{
+ dir = 8
+ },
+/obj/structure/closet/emcloset/wall{
+ dir = 8;
+ pixel_x = 28
+ },
+/turf/open/floor/plasteel/patterned/grid,
+/area/ship/hallway/central)
+"Oh" = (
+/obj/structure/table/reinforced,
+/obj/item/paper_bin{
+ pixel_y = 6
+ },
+/obj/item/pen{
+ pixel_y = 6
+ },
+/turf/open/floor/plasteel/dark,
+/area/ship/crew/canteen)
+"Oj" = (
+/obj/effect/turf_decal/borderfloor{
+ dir = 8
+ },
+/obj/structure/closet/emcloset/wall{
+ pixel_y = 28
+ },
+/turf/open/floor/plasteel/patterned,
+/area/ship/cargo)
+"Ok" = (
+/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{
+ dir = 4
+ },
+/obj/effect/decal/cleanable/dirt,
+/turf/open/floor/plasteel/patterned,
+/area/ship/cargo)
+"OC" = (
+/obj/structure/bed,
+/obj/structure/curtain,
+/obj/machinery/light/directional/south,
+/obj/item/bedsheet/medical,
+/turf/open/floor/plasteel/white,
+/area/ship/medical)
+"OD" = (
+/obj/effect/turf_decal/corner/opaque/brown{
+ dir = 4
+ },
+/obj/effect/turf_decal/corner/opaque/yellow,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{
+ dir = 10
+ },
+/turf/open/floor/plasteel/dark,
+/area/ship/crew/canteen)
+"OE" = (
+/obj/structure/table/reinforced,
+/obj/item/radio/intercom/wideband/table{
+ dir = 4;
+ pixel_x = 4;
+ pixel_y = 8
+ },
+/obj/effect/turf_decal/corner/opaque/yellow,
+/obj/effect/turf_decal/corner/opaque/brown{
+ dir = 4
+ },
+/obj/machinery/button/door{
+ pixel_x = -9;
+ dir = 8;
+ pixel_y = 8;
+ name = "Bridge Shutters";
+ id = "valor_bridge"
+ },
+/obj/machinery/button/door{
+ pixel_x = -9;
+ dir = 8;
+ pixel_y = -4;
+ id = "valor_external";
+ name = "External Shutters"
+ },
+/obj/item/radio/intercom/table{
+ dir = 4;
+ pixel_x = 4;
+ pixel_y = -6
+ },
+/turf/open/floor/plasteel/dark,
+/area/ship/bridge)
+"OK" = (
+/obj/machinery/iv_drip/saline,
+/turf/open/floor/plasteel/patterned/ridged,
+/area/ship/cargo)
+"OM" = (
+/turf/open/floor/pod,
+/area/ship/cargo)
+"OR" = (
+/obj/structure/tank_dispenser/oxygen,
+/turf/open/floor/plasteel/patterned/ridged,
+/area/ship/cargo)
+"OT" = (
+/obj/structure/catwalk/over/plated_catwalk,
+/obj/structure/cable{
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{
+ dir = 4
+ },
+/obj/machinery/airalarm/directional/north,
+/turf/open/floor/plasteel/tech/grid,
+/area/ship/cargo)
+"OV" = (
+/obj/structure/catwalk/over/plated_catwalk/dark,
+/obj/structure/cable{
+ icon_state = "1-2"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4,
+/obj/machinery/light/small/directional/east,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2,
+/turf/open/floor/plating,
+/area/ship/medical)
+"Pb" = (
+/obj/machinery/power/terminal{
+ dir = 8
+ },
+/obj/effect/turf_decal/corner_techfloor_gray{
+ dir = 6
+ },
+/obj/structure/cable{
+ icon_state = "0-5"
+ },
+/turf/open/floor/plating,
+/area/ship/maintenance/port)
+"Pe" = (
+/obj/effect/turf_decal/trimline/opaque/brown/warning,
+/obj/structure/cable{
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{
+ dir = 4
+ },
+/obj/effect/turf_decal/siding/thinplating/dark/corner,
+/obj/effect/turf_decal/siding/thinplating/dark/corner{
+ dir = 8
+ },
+/turf/open/floor/plasteel/dark,
+/area/ship/medical)
+"Pg" = (
+/obj/structure/sink{
+ dir = 4;
+ pixel_x = -12
+ },
+/turf/open/floor/plasteel/white,
+/area/ship/medical)
+"Pk" = (
+/obj/effect/turf_decal/corner/opaque/brown{
+ dir = 4
+ },
+/obj/effect/turf_decal/corner/opaque/yellow,
+/obj/machinery/washing_machine,
+/obj/machinery/light_switch{
+ dir = 8;
+ pixel_x = 20
+ },
+/turf/open/floor/plasteel/dark,
+/area/ship/crew/dorm)
+"PJ" = (
+/obj/structure/cable{
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{
+ dir = 4
+ },
+/obj/machinery/light_switch{
+ dir = 1;
+ pixel_y = -20
+ },
+/turf/open/floor/plasteel/patterned,
+/area/ship/crew/office)
+"PL" = (
+/obj/effect/turf_decal/siding/thinplating/dark{
+ dir = 1
+ },
+/obj/effect/turf_decal/trimline/opaque/brown/line{
+ dir = 1
+ },
+/obj/machinery/light/directional/north,
+/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2,
+/turf/open/floor/plasteel/dark,
+/area/ship/medical)
+"PU" = (
+/turf/closed/wall/mineral/plastitanium,
+/area/ship/crew/cryo)
+"Qc" = (
+/obj/effect/turf_decal/siding/thinplating{
+ dir = 1
+ },
+/obj/structure/noticeboard{
+ pixel_y = 28
+ },
+/obj/structure/cable{
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{
+ dir = 8
+ },
+/turf/open/floor/plasteel/patterned/grid,
+/area/ship/hallway/port)
+"Qd" = (
+/obj/structure/catwalk/over/plated_catwalk,
+/obj/structure/cable{
+ icon_state = "1-4"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{
+ dir = 5
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{
+ dir = 5
+ },
+/turf/open/floor/plasteel/tech/grid,
+/area/ship/cargo)
+"Qk" = (
+/obj/structure/table,
+/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{
+ dir = 8
+ },
+/obj/effect/decal/cleanable/dirt/dust,
+/obj/effect/spawner/lootdrop/donut,
+/turf/open/floor/plasteel/dark,
+/area/ship/crew/canteen)
+"Qn" = (
+/obj/effect/turf_decal/siding/thinplating/dark,
+/obj/structure/cable{
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{
+ dir = 1
+ },
+/obj/effect/turf_decal/trimline/opaque/brown/line,
+/turf/open/floor/plasteel/dark,
+/area/ship/medical)
+"Qo" = (
+/obj/structure/cable{
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{
+ dir = 4
+ },
+/obj/item/radio/intercom/directional/south,
+/turf/open/floor/plasteel/patterned,
+/area/ship/crew/office)
+"Qw" = (
+/obj/effect/turf_decal/siding/thinplating{
+ dir = 8
+ },
+/obj/effect/turf_decal/trimline/opaque/yellow/line{
+ dir = 8
+ },
+/obj/structure/table,
+/obj/machinery/light_switch{
+ dir = 4;
+ pixel_x = -20;
+ pixel_y = 5
+ },
+/turf/open/floor/plasteel/patterned/grid,
+/area/ship/hallway/central)
+"QE" = (
+/obj/structure/extinguisher_cabinet/directional/north,
+/obj/structure/sign/warning/vacuum{
+ pixel_x = 32
+ },
+/turf/open/floor/plasteel/tech,
+/area/ship/medical)
+"QG" = (
+/obj/effect/turf_decal/siding/thinplating/corner{
+ dir = 1
+ },
+/obj/effect/turf_decal/siding/thinplating/corner{
+ dir = 8
+ },
+/obj/effect/turf_decal/trimline/opaque/yellow/warning{
+ dir = 8
+ },
+/turf/open/floor/plasteel/patterned/grid,
+/area/ship/hallway/central)
+"QO" = (
+/obj/effect/turf_decal/corner/opaque/yellow{
+ dir = 1
+ },
+/obj/effect/turf_decal/corner/opaque/brown{
+ dir = 8
+ },
+/obj/machinery/airalarm/directional/west,
+/obj/structure/cable{
+ icon_state = "1-2"
+ },
+/turf/open/floor/plasteel/dark,
+/area/ship/crew/canteen)
+"QQ" = (
+/obj/machinery/light/small/directional/south,
+/turf/open/floor/plasteel/tech/techmaint,
+/area/ship/crew/canteen)
+"Rc" = (
+/obj/structure/catwalk/over/plated_catwalk,
+/obj/structure/cable{
+ icon_state = "2-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{
+ dir = 10
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{
+ dir = 10
+ },
+/obj/structure/extinguisher_cabinet/directional/east,
+/obj/structure/sign/warning/incident{
+ pixel_y = 32
+ },
+/turf/open/floor/plasteel/tech/grid,
+/area/ship/cargo)
+"Re" = (
+/obj/structure/closet/crate/freezer,
+/obj/machinery/iv_drip,
+/obj/item/reagent_containers/blood/universal,
+/obj/item/reagent_containers/blood/universal,
+/obj/item/reagent_containers/blood/universal,
+/obj/machinery/light/small/directional/west,
+/turf/open/floor/plasteel/patterned/ridged,
+/area/ship/cargo)
+"Rh" = (
+/turf/closed/wall/mineral/plastitanium,
+/area/ship/security)
+"Rj" = (
+/obj/structure/toilet/secret{
+ secret_type = "/obj/item/toy/plush/moth";
+ dir = 8
+ },
+/turf/open/floor/plasteel/patterned/brushed,
+/area/ship/crew/canteen)
+"Rz" = (
+/obj/effect/turf_decal/box/corners{
+ dir = 8
+ },
+/obj/effect/turf_decal/box/corners{
+ dir = 1
+ },
+/obj/item/chair/plastic,
+/obj/item/chair/plastic{
+ pixel_y = 3;
+ pixel_x = -3
+ },
+/obj/item/chair/plastic{
+ pixel_y = 6;
+ pixel_x = 2
+ },
+/obj/item/chair/plastic{
+ pixel_y = 8;
+ pixel_x = -3
+ },
+/obj/structure/rack,
+/turf/open/floor/plasteel/patterned/cargo_one,
+/area/ship/cargo)
+"RA" = (
+/obj/item/storage/backpack/messenger/inteq,
+/obj/item/storage/backpack/messenger/inteq,
+/obj/item/storage/backpack/messenger/inteq,
+/obj/item/clothing/head/beret/sec/inteq,
+/obj/item/clothing/head/beret/sec/inteq,
+/obj/item/clothing/head/beret/sec/inteq,
+/obj/item/clothing/head/soft/inteq,
+/obj/item/clothing/head/soft/inteq,
+/obj/item/clothing/head/soft/inteq,
+/obj/structure/closet/wall{
+ pixel_y = 28
+ },
+/obj/machinery/airalarm/directional/east,
+/turf/open/floor/carpet/black,
+/area/ship/crew/dorm)
+"RF" = (
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{
+ dir = 1
+ },
+/turf/open/floor/plasteel/tech,
+/area/ship/medical)
+"RI" = (
+/obj/structure/rack,
+/turf/open/floor/plasteel/patterned/cargo_one,
+/area/ship/cargo)
+"Sd" = (
+/obj/effect/turf_decal/siding/thinplating,
+/obj/machinery/light/directional/south,
+/turf/open/floor/plasteel/patterned/grid,
+/area/ship/hallway/port)
+"Sf" = (
+/obj/effect/turf_decal/trimline/opaque/yellow/filled/warning{
+ dir = 8
+ },
+/obj/effect/turf_decal/siding/thinplating/end{
+ dir = 8
+ },
+/obj/structure/cable{
+ icon_state = "4-8"
+ },
+/turf/open/floor/plasteel/patterned/grid,
+/area/ship/hallway/port)
+"Sh" = (
+/obj/effect/turf_decal/borderfloor{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2,
+/turf/open/floor/plasteel/patterned,
+/area/ship/cargo)
+"Sl" = (
+/obj/structure/table/wood,
+/obj/item/paper_bin,
+/obj/item/pen,
+/turf/open/floor/carpet/black,
+/area/ship/crew/dorm)
+"Sq" = (
+/obj/structure/cable{
+ icon_state = "1-2"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2,
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{
+ dir = 8
+ },
+/turf/open/floor/plasteel/patterned/grid,
+/area/ship/hallway/central)
+"Sv" = (
+/obj/structure/cable{
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{
+ dir = 10
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{
+ dir = 4
+ },
+/turf/open/floor/carpet/black,
+/area/ship/crew/dorm)
+"SX" = (
+/obj/machinery/power/terminal{
+ dir = 1
+ },
+/obj/structure/cable/yellow{
+ icon_state = "0-2"
+ },
+/obj/effect/decal/cleanable/dirt/dust,
+/turf/open/floor/plating,
+/area/ship/maintenance/starboard)
+"Td" = (
+/turf/template_noop,
+/area/template_noop)
+"Tu" = (
+/obj/structure/table,
+/obj/item/reagent_containers/food/drinks/coffee{
+ pixel_x = -7;
+ pixel_y = 6
+ },
+/obj/item/reagent_containers/food/drinks/coffee{
+ pixel_x = 6;
+ pixel_y = 3
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{
+ dir = 5
+ },
+/obj/effect/decal/cleanable/dirt/dust,
+/turf/open/floor/plasteel/dark,
+/area/ship/crew/canteen)
+"Tw" = (
+/turf/closed/wall/mineral/plastitanium,
+/area/ship/hallway/central)
+"TC" = (
+/obj/structure/cable{
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{
+ dir = 10
+ },
+/turf/open/floor/carpet/black,
+/area/ship/crew/dorm)
+"TL" = (
+/obj/effect/turf_decal/trimline/opaque/yellow/filled/warning{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{
+ dir = 6
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{
+ dir = 5
+ },
+/obj/structure/cable{
+ icon_state = "4-8"
+ },
+/turf/open/floor/plasteel/dark,
+/area/ship/crew/canteen)
+"TS" = (
+/obj/effect/turf_decal/corner/opaque/brown{
+ dir = 8
+ },
+/obj/effect/turf_decal/corner/opaque/yellow,
+/obj/structure/table,
+/obj/item/storage/box/cups{
+ pixel_y = 7;
+ pixel_x = -3
+ },
+/obj/machinery/light/directional/south,
+/turf/open/floor/plasteel/dark,
+/area/ship/crew/canteen)
+"TW" = (
+/obj/structure/bed,
+/obj/item/bedsheet/brown,
+/obj/structure/curtain/bounty,
+/turf/open/floor/carpet/black,
+/area/ship/crew/dorm)
+"Uf" = (
+/obj/machinery/power/terminal{
+ dir = 8
+ },
+/obj/machinery/light/directional/south,
+/obj/effect/decal/cleanable/dirt/dust,
+/obj/structure/cable{
+ icon_state = "0-5"
+ },
+/turf/open/floor/plating,
+/area/ship/maintenance/starboard)
+"Ug" = (
+/obj/machinery/door/poddoor{
+ dir = 4;
+ id = "valor_cargo"
+ },
+/obj/machinery/power/shieldwallgen/atmos{
+ id = "valor_holo";
+ anchored = 1
+ },
+/obj/structure/cable{
+ icon_state = "0-4"
+ },
+/turf/open/floor/plating,
+/area/ship/cargo)
+"Ui" = (
+/obj/effect/turf_decal/siding/thinplating/dark/corner{
+ dir = 1
+ },
+/obj/effect/turf_decal/siding/thinplating/dark/corner{
+ dir = 4
+ },
+/obj/effect/turf_decal/trimline/opaque/brown/warning{
+ dir = 1
+ },
+/obj/structure/cable{
+ icon_state = "1-2"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2,
+/turf/open/floor/plasteel/dark,
+/area/ship/medical)
+"Uj" = (
+/obj/effect/turf_decal/siding/thinplating/dark,
+/obj/structure/cable{
+ icon_state = "2-4"
+ },
+/obj/structure/cable{
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{
+ dir = 1
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{
+ dir = 4
+ },
+/obj/effect/turf_decal/trimline/opaque/brown/line,
+/turf/open/floor/plasteel/dark,
+/area/ship/medical)
+"Um" = (
+/turf/closed/wall/mineral/plastitanium/nodiagonal,
+/area/ship/crew/dorm)
+"Us" = (
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{
+ dir = 1
+ },
+/turf/open/floor/plasteel/dark,
+/area/ship/crew/canteen)
+"Uv" = (
+/obj/docking_port/stationary{
+ height = 15;
+ width = 15;
+ name = "valor dock";
+ dwidth = 15;
+ dir = 8
+ },
+/turf/template_noop,
+/area/template_noop)
+"Uz" = (
+/obj/machinery/power/smes/engineering{
+ charge = 1e+006
+ },
+/obj/effect/turf_decal/borderfloorblack/full,
+/obj/structure/cable{
+ icon_state = "0-8"
+ },
+/obj/effect/decal/cleanable/dirt/dust,
+/obj/machinery/light_switch{
+ dir = 8;
+ pixel_x = 20
+ },
+/turf/open/floor/plating,
+/area/ship/maintenance/starboard)
+"UC" = (
+/obj/structure/chair{
+ dir = 1
+ },
+/obj/effect/decal/cleanable/dirt/dust,
+/obj/structure/cable{
+ icon_state = "4-8"
+ },
+/turf/open/floor/plasteel/dark,
+/area/ship/crew/canteen)
+"UN" = (
+/obj/effect/turf_decal/siding/thinplating,
+/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{
+ dir = 1
+ },
+/obj/machinery/light/directional/south,
+/turf/open/floor/plasteel/patterned/grid,
+/area/ship/hallway/port)
+"UO" = (
+/obj/effect/landmark/subship{
+ subship_template = /datum/map_template/shuttle/subshuttles/haste
+ },
+/turf/open/floor/pod,
+/area/ship/cargo)
+"UQ" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{
+ dir = 4
+ },
+/turf/open/floor/plasteel/patterned,
+/area/ship/cargo)
+"Ve" = (
+/turf/open/floor/plasteel/tech,
+/area/ship/medical)
+"Vp" = (
+/obj/effect/turf_decal/corner/opaque/yellow{
+ dir = 1
+ },
+/obj/effect/turf_decal/corner/opaque/brown{
+ dir = 4
+ },
+/obj/effect/turf_decal/corner/opaque/yellow,
+/obj/structure/rack,
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4,
+/obj/item/ammo_box/c9mm/rubbershot{
+ pixel_x = 5;
+ pixel_y = 10
+ },
+/obj/item/ammo_box/c9mm{
+ pixel_x = -2;
+ pixel_y = 2
+ },
+/obj/machinery/light/small/directional/north,
+/obj/structure/sign/poster/official/safety_report{
+ pixel_x = 32
+ },
+/turf/open/floor/plasteel/dark,
+/area/ship/security)
+"Vy" = (
+/obj/effect/turf_decal/techfloor{
+ dir = 4
+ },
+/obj/structure/closet/firecloset,
+/turf/open/floor/plasteel/tech,
+/area/ship/hallway/central)
+"VB" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{
+ dir = 6
+ },
+/obj/effect/decal/cleanable/dirt/dust,
+/turf/open/floor/plasteel/dark,
+/area/ship/crew/canteen)
+"VD" = (
+/obj/structure/cable{
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{
+ dir = 8
+ },
+/obj/machinery/door/firedoor/border_only{
+ dir = 4
+ },
+/obj/machinery/door/firedoor/border_only{
+ dir = 8
+ },
+/obj/machinery/door/airlock/grunge{
+ dir = 4;
+ name = "Port Hallway"
+ },
+/turf/open/floor/plasteel/dark,
+/area/ship/crew/dorm)
+"VT" = (
+/obj/structure/closet/emcloset/empty{
+ anchored = 1;
+ can_be_unanchored = 1;
+ name = "oxygen closet"
+ },
+/obj/item/tank/internals/oxygen,
+/obj/item/tank/internals/oxygen,
+/obj/item/tank/internals/oxygen,
+/obj/item/tank/internals/oxygen,
+/obj/item/tank/internals/oxygen,
+/obj/item/tank/internals/plasmaman/full,
+/obj/item/tank/internals/plasmaman/full,
+/obj/effect/turf_decal/techfloor,
+/turf/open/floor/plasteel/tech/grid,
+/area/ship/medical)
+"VY" = (
+/obj/machinery/power/terminal{
+ dir = 8
+ },
+/obj/effect/turf_decal/corner_techfloor_gray{
+ dir = 4
+ },
+/obj/structure/cable{
+ icon_state = "0-5"
+ },
+/turf/open/floor/plating,
+/area/ship/maintenance/starboard)
+"Wb" = (
+/obj/effect/turf_decal/corner/opaque/yellow{
+ dir = 9
+ },
+/obj/effect/turf_decal/corner/opaque/yellow,
+/obj/structure/cable{
+ icon_state = "1-2"
+ },
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{
+ dir = 8
+ },
+/obj/effect/decal/cleanable/dirt/dust,
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{
+ dir = 4
+ },
+/turf/open/floor/plasteel/patterned/grid,
+/area/ship/hallway/central)
+"Wd" = (
+/obj/structure/table,
+/obj/item/paper_bin,
+/obj/item/folder/white{
+ pixel_x = -15;
+ pixel_y = -1
+ },
+/obj/item/pen,
+/obj/structure/window/reinforced,
+/obj/structure/window/reinforced{
+ dir = 4
+ },
+/obj/item/toy/figure/paramedic{
+ pixel_x = -13;
+ pixel_y = 14;
+ name = "Corpsman action figure"
+ },
+/obj/machinery/door/firedoor/border_only,
+/obj/machinery/door/firedoor/border_only{
+ dir = 1
+ },
+/turf/open/floor/plasteel/patterned,
+/area/ship/crew/office)
+"Wp" = (
+/obj/machinery/door/airlock/hatch{
+ name = "Port Hallway"
+ },
+/obj/structure/cable{
+ icon_state = "1-2"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4,
+/obj/machinery/door/firedoor/border_only,
+/obj/machinery/door/firedoor/border_only{
+ dir = 1
+ },
+/obj/effect/turf_decal/borderfloorblack,
+/turf/open/floor/plasteel/patterned/grid,
+/area/ship/hallway/port)
+"Wv" = (
+/obj/structure/cable{
+ icon_state = "2-8"
+ },
+/obj/effect/decal/cleanable/dirt/dust,
+/obj/structure/cable{
+ icon_state = "2-9"
+ },
+/obj/structure/cable{
+ icon_state = "2-10"
+ },
+/turf/open/floor/plating,
+/area/ship/maintenance/port)
+"WC" = (
+/obj/structure/grille,
+/obj/structure/window/plasma/reinforced/plastitanium,
+/obj/machinery/door/poddoor/shutters{
+ id = "valor_external"
+ },
+/turf/open/floor/plating,
+/area/ship/medical)
+"WO" = (
+/obj/effect/turf_decal/siding/thinplating/dark{
+ dir = 9
+ },
+/obj/effect/turf_decal/trimline/opaque/brown/line{
+ dir = 9
+ },
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4,
+/obj/machinery/firealarm/directional/west,
+/turf/open/floor/plasteel/dark,
+/area/ship/medical)
+"WQ" = (
+/obj/structure/cable/yellow{
+ icon_state = "0-2"
+ },
+/obj/machinery/airalarm/directional/east,
+/obj/machinery/power/port_gen/pacman/super,
+/obj/item/stack/sheet/mineral/uranium/twenty,
+/turf/open/floor/plating,
+/area/ship/maintenance/port)
+"WX" = (
+/obj/effect/turf_decal/siding/thinplating,
+/obj/effect/turf_decal/trimline/opaque/yellow/line,
+/turf/open/floor/plasteel/patterned/grid,
+/area/ship/hallway/central)
+"Xf" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/structure/cable{
+ icon_state = "4-8"
+ },
+/turf/open/floor/plasteel/patterned,
+/area/ship/cargo)
+"Xg" = (
+/obj/effect/turf_decal/siding/thinplating/dark{
+ dir = 1
+ },
+/obj/machinery/vending/medical/syndicate_access{
+ name = "\improper InteqMed Plus"
+ },
+/obj/machinery/light/directional/north,
+/turf/open/floor/plasteel/mono/dark,
+/area/ship/medical)
+"Xi" = (
+/obj/structure/chair{
+ dir = 1
+ },
+/obj/effect/decal/cleanable/dirt/dust,
+/turf/open/floor/plasteel/dark,
+/area/ship/crew/canteen)
+"Xn" = (
+/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{
+ dir = 1
+ },
+/turf/open/floor/carpet/black,
+/area/ship/crew/dorm)
+"Xq" = (
+/obj/machinery/light_switch{
+ dir = 4;
+ pixel_x = -20;
+ pixel_y = 5
+ },
+/turf/open/floor/carpet/black,
+/area/ship/crew/dorm)
+"Xu" = (
+/obj/machinery/suit_storage_unit/inherit,
+/obj/item/clothing/suit/space/inteq,
+/obj/item/clothing/head/helmet/space/inteq,
+/obj/effect/turf_decal/techfloor{
+ dir = 1
+ },
+/obj/machinery/light/small/directional/north,
+/turf/open/floor/plasteel/tech/grid,
+/area/ship/medical)
+"Xw" = (
+/obj/effect/turf_decal/trimline/opaque/brown/filled/warning,
+/obj/effect/turf_decal/siding/thinplating/dark,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{
+ dir = 5
+ },
+/obj/effect/turf_decal/trimline/opaque/brown/arrow_ccw{
+ dir = 1
+ },
+/turf/open/floor/plasteel/dark,
+/area/ship/medical)
+"Xx" = (
+/obj/structure/closet/secure_closet/medical1,
+/obj/machinery/light/small/directional/north,
+/turf/open/floor/plasteel/patterned,
+/area/ship/crew/office)
+"XD" = (
+/obj/effect/turf_decal/siding/thinplating/dark/corner{
+ dir = 1
+ },
+/obj/effect/turf_decal/siding/thinplating/dark/corner{
+ dir = 4
+ },
+/obj/structure/cable{
+ icon_state = "1-2"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4,
+/turf/open/floor/plasteel/dark,
+/area/ship/medical)
+"XR" = (
+/obj/effect/turf_decal/siding/thinplating/corner{
+ dir = 1
+ },
+/obj/effect/turf_decal/siding/thinplating/corner{
+ dir = 4
+ },
+/obj/structure/cable{
+ icon_state = "1-8"
+ },
+/obj/structure/cable{
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{
+ dir = 8
+ },
+/obj/effect/decal/cleanable/dirt/dust,
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4,
+/turf/open/floor/plasteel/patterned/grid,
+/area/ship/hallway/port)
+"XT" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{
+ dir = 4
+ },
+/obj/machinery/door/firedoor/border_only{
+ dir = 4
+ },
+/obj/machinery/door/firedoor/border_only{
+ dir = 8
+ },
+/obj/machinery/door/airlock/public/glass{
+ dir = 8;
+ name = "Canteen"
+ },
+/turf/open/floor/plasteel/patterned/grid,
+/area/ship/crew/canteen)
+"XU" = (
+/obj/effect/turf_decal/borderfloor{
+ dir = 8
+ },
+/turf/open/floor/plasteel/patterned,
+/area/ship/cargo)
+"Yd" = (
+/obj/effect/turf_decal/siding/thinplating{
+ dir = 4
+ },
+/obj/effect/turf_decal/trimline/opaque/yellow/line{
+ dir = 4
+ },
+/obj/machinery/vending/cola/random,
+/obj/effect/decal/cleanable/dirt/dust,
+/obj/machinery/light/directional/east,
+/turf/open/floor/plasteel/patterned/grid,
+/area/ship/hallway/central)
+"Ye" = (
+/obj/effect/turf_decal/siding/thinplating/dark,
+/obj/structure/cable{
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{
+ dir = 4
+ },
+/obj/effect/turf_decal/trimline/opaque/brown/line,
+/turf/open/floor/plasteel/dark,
+/area/ship/medical)
+"Yi" = (
+/turf/open/floor/plasteel/white,
+/area/ship/medical)
+"Yn" = (
+/obj/machinery/door/airlock/grunge{
+ dir = 8;
+ name = "Restroom"
+ },
+/turf/open/floor/plasteel/patterned/brushed,
+/area/ship/crew/canteen)
+"Yt" = (
+/obj/effect/turf_decal/borderfloor{
+ dir = 4
+ },
+/turf/open/floor/plasteel/patterned,
+/area/ship/cargo)
+"Yu" = (
+/obj/effect/turf_decal/techfloor,
+/obj/structure/closet/firecloset,
+/obj/machinery/advanced_airlock_controller{
+ pixel_x = 28
+ },
+/obj/structure/sign/poster/official/safety_internals{
+ pixel_y = -32
+ },
+/turf/open/floor/plasteel/tech/grid,
+/area/ship/medical)
+"Yx" = (
+/obj/machinery/rnd/production/techfab/department/medical,
+/turf/open/floor/plasteel/patterned/ridged,
+/area/ship/cargo)
+"YF" = (
+/obj/machinery/power/terminal{
+ dir = 8
+ },
+/obj/effect/decal/cleanable/dirt/dust,
+/obj/effect/turf_decal/corner_techfloor_gray/diagonal,
+/obj/structure/cable{
+ icon_state = "0-4"
+ },
+/turf/open/floor/plating,
+/area/ship/maintenance/starboard)
+"YL" = (
+/obj/structure/grille,
+/obj/structure/window/plasma/reinforced/plastitanium,
+/obj/machinery/door/poddoor/shutters{
+ dir = 4;
+ id = "valor_external"
+ },
+/turf/open/floor/plating,
+/area/ship/hallway/central)
+"YM" = (
+/obj/effect/turf_decal/corner/opaque/yellow{
+ dir = 1
+ },
+/obj/effect/turf_decal/corner/opaque/brown{
+ dir = 4
+ },
+/obj/structure/table,
+/turf/open/floor/plasteel/dark,
+/area/ship/crew/dorm)
+"YR" = (
+/obj/item/clothing/under/syndicate/inteq,
+/obj/item/clothing/under/syndicate/inteq,
+/obj/item/clothing/under/syndicate/inteq,
+/obj/item/clothing/under/syndicate/inteq/skirt,
+/obj/item/clothing/under/syndicate/inteq/skirt,
+/obj/item/clothing/under/syndicate/inteq/skirt,
+/obj/item/clothing/shoes/sneakers/black,
+/obj/item/clothing/shoes/sneakers/black,
+/obj/item/clothing/shoes/sneakers/black,
+/obj/item/clothing/shoes/combat,
+/obj/item/clothing/shoes/combat,
+/obj/item/clothing/shoes/combat,
+/obj/structure/closet/wall{
+ pixel_y = 28
+ },
+/turf/open/floor/carpet/black,
+/area/ship/crew/dorm)
+"YZ" = (
+/obj/structure/cable{
+ icon_state = "4-8"
+ },
+/obj/machinery/door/airlock/maintenance_hatch{
+ dir = 4;
+ name = "Port Engines"
+ },
+/turf/open/floor/plating,
+/area/ship/maintenance/port)
+"Zd" = (
+/obj/machinery/power/smes/shuttle/precharged{
+ dir = 4
+ },
+/obj/structure/window/reinforced{
+ dir = 8
+ },
+/obj/machinery/door/window/eastleft{
+ name = "Engine Access"
+ },
+/obj/structure/cable/yellow{
+ icon_state = "0-8"
+ },
+/turf/open/floor/plating,
+/area/ship/maintenance/port)
+"Zf" = (
+/obj/structure/railing{
+ dir = 4;
+ layer = 2.9
+ },
+/obj/effect/turf_decal/borderfloor{
+ dir = 4
+ },
+/turf/open/floor/plasteel/patterned,
+/area/ship/cargo)
+"Zr" = (
+/obj/structure/rack,
+/obj/item/roller,
+/obj/item/roller{
+ pixel_y = 8;
+ pixel_x = -1
+ },
+/obj/item/roller{
+ pixel_y = 16;
+ pixel_x = 1
+ },
+/turf/open/floor/plasteel/patterned/ridged,
+/area/ship/cargo)
+"Zu" = (
+/turf/closed/wall/mineral/plastitanium/nodiagonal,
+/area/ship/security)
+"ZF" = (
+/turf/open/floor/plasteel/patterned,
+/area/ship/cargo)
+"ZG" = (
+/obj/machinery/power/smes/engineering{
+ charge = 1e+006
+ },
+/obj/effect/turf_decal/borderfloorblack/full,
+/obj/effect/decal/cleanable/dirt/dust,
+/obj/structure/cable{
+ icon_state = "0-2"
+ },
+/obj/machinery/light_switch{
+ dir = 8;
+ pixel_x = 20
+ },
+/turf/open/floor/plating,
+/area/ship/maintenance/port)
+"ZZ" = (
+/obj/structure/cable{
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{
+ dir = 4
+ },
+/turf/open/floor/carpet/black,
+/area/ship/crew/dorm)
+
+(1,1,1) = {"
+xU
+MK
+MK
+MK
+zh
+Td
+Td
+Td
+Td
+Td
+Td
+Td
+Td
+Td
+Td
+Uv
+Td
+Td
+Td
+Td
+Td
+Td
+Td
+Td
+Td
+Td
+ey
+MK
+MK
+MK
+ey
+"}
+(2,1,1) = {"
+cu
+Zd
+gm
+Zd
+cu
+zh
+Td
+Td
+Td
+Td
+Td
+gi
+nc
+nc
+nc
+nc
+nc
+nc
+nc
+dG
+Td
+Td
+Td
+Td
+Td
+ey
+AD
+Af
+nd
+Af
+AD
+"}
+(3,1,1) = {"
+cu
+pL
+wS
+Pb
+NT
+cu
+Td
+Td
+Td
+Td
+Td
+Nh
+Ug
+JC
+JC
+JC
+JC
+JC
+ml
+Nh
+Td
+Td
+Td
+Td
+Td
+AD
+GA
+VY
+YF
+Uf
+AD
+"}
+(4,1,1) = {"
+cu
+rX
+Wv
+wc
+eV
+cu
+Td
+Td
+Td
+Td
+Nh
+xj
+qG
+iI
+Cb
+Cb
+Cb
+Cb
+xz
+xj
+Nh
+Td
+Td
+Td
+Td
+AD
+pU
+ei
+HA
+lD
+AD
+"}
+(5,1,1) = {"
+cu
+WQ
+Dl
+ZG
+ar
+cu
+Td
+Td
+Td
+Td
+xj
+og
+FI
+qe
+OM
+OM
+OM
+UO
+LH
+Rz
+xj
+Td
+Td
+Td
+Td
+AD
+Dj
+Uz
+SX
+Dw
+AD
+"}
+(6,1,1) = {"
+cu
+cu
+cu
+cu
+YZ
+cu
+Td
+Td
+Td
+Td
+xj
+rL
+uS
+qe
+OM
+OM
+OM
+OM
+Kz
+RI
+xj
+Td
+Td
+Td
+Td
+AD
+ko
+AD
+AD
+AD
+AD
+"}
+(7,1,1) = {"
+Zu
+sy
+BL
+Zu
+Sf
+HC
+qL
+Td
+Td
+Td
+xj
+sZ
+uS
+qe
+OM
+OM
+OM
+OM
+Kz
+kL
+xj
+Td
+Td
+Td
+bB
+LI
+ns
+qR
+pC
+zD
+LI
+"}
+(8,1,1) = {"
+Zu
+ew
+yN
+yT
+DA
+gb
+vX
+Td
+Td
+Td
+xj
+GF
+uS
+qe
+OM
+OM
+OM
+OM
+Kz
+rL
+xj
+Td
+Td
+Td
+WC
+WO
+gp
+qR
+Yi
+bI
+LI
+"}
+(9,1,1) = {"
+Zu
+kK
+LR
+MS
+FZ
+hl
+NM
+Mw
+Td
+Td
+xj
+Ch
+FI
+qe
+OM
+OM
+OM
+OM
+vy
+fG
+xj
+Td
+Td
+Td
+WC
+dA
+Pe
+si
+hW
+AE
+LI
+"}
+(10,1,1) = {"
+Zu
+Vp
+rY
+CT
+XR
+UN
+HC
+DU
+DU
+DU
+HC
+Zf
+oz
+qe
+OM
+OM
+OM
+OM
+Kz
+ZF
+LI
+jL
+jL
+jL
+LI
+PL
+bJ
+LI
+LI
+LI
+LI
+"}
+(11,1,1) = {"
+Zu
+Rh
+Rh
+Zu
+uB
+ua
+Wp
+CC
+ky
+CC
+DR
+Qd
+FY
+kH
+Mn
+Ea
+jG
+Mn
+de
+KU
+zI
+yK
+OV
+yK
+aW
+Ui
+gU
+nK
+Pg
+eU
+LI
+"}
+(12,1,1) = {"
+tZ
+BC
+jN
+lN
+gh
+zs
+HC
+HC
+HC
+HC
+HC
+OT
+JS
+jj
+qt
+Kp
+Kn
+dQ
+Fa
+Ft
+LI
+LI
+LI
+LI
+LI
+su
+rO
+qR
+Yi
+bI
+LI
+"}
+(13,1,1) = {"
+tZ
+Xx
+Gm
+Wd
+Hg
+tS
+HC
+MR
+vh
+fN
+xj
+tj
+te
+fe
+Ok
+Xf
+as
+HL
+ec
+xg
+xj
+Zr
+Re
+OK
+LI
+EE
+oy
+qR
+CF
+LJ
+LI
+"}
+(14,1,1) = {"
+tZ
+mG
+Qo
+tZ
+An
+Sd
+HC
+Oj
+XU
+XU
+xj
+cI
+Jd
+qA
+UQ
+hm
+Cc
+JJ
+zT
+Md
+xj
+XU
+XU
+cE
+LI
+LI
+dN
+LI
+LI
+LI
+LI
+"}
+(15,1,1) = {"
+tZ
+fO
+PJ
+tZ
+Qc
+AP
+HC
+bx
+ss
+Sh
+Hw
+ux
+ct
+nx
+AM
+NG
+dO
+yy
+bh
+nX
+zK
+Yt
+Yt
+IL
+LI
+zS
+pt
+vn
+DG
+lv
+LI
+"}
+(16,1,1) = {"
+tZ
+bv
+wL
+ME
+iN
+xl
+HC
+OR
+gq
+LL
+Nh
+Rc
+bF
+Hi
+aU
+bN
+tH
+Ff
+jQ
+qX
+xj
+Yx
+Io
+mt
+LI
+vI
+Ye
+mw
+mw
+HB
+LI
+"}
+(17,1,1) = {"
+oO
+tZ
+tZ
+tZ
+VD
+Um
+DT
+DT
+DT
+DT
+DT
+DT
+DT
+DT
+NE
+DT
+nz
+DT
+Tw
+Tw
+DT
+DT
+DT
+DT
+DT
+Xg
+Uj
+dl
+Jn
+LI
+bB
+"}
+(18,1,1) = {"
+Td
+Um
+Ie
+EK
+ty
+dp
+DT
+Vy
+qk
+Ls
+DT
+fE
+sJ
+xH
+EJ
+KW
+QG
+zG
+Qw
+jU
+DT
+kW
+qk
+Vy
+DT
+fj
+Qn
+RF
+Ve
+WC
+Td
+"}
+(19,1,1) = {"
+Td
+rc
+YM
+mB
+ma
+CH
+jk
+lc
+lc
+lc
+ht
+jw
+GR
+jp
+Wb
+pj
+pz
+Sq
+GR
+hj
+id
+lc
+lc
+lc
+bR
+XD
+NZ
+wI
+wI
+WC
+Td
+"}
+(20,1,1) = {"
+Td
+rc
+aa
+mI
+gn
+qZ
+DT
+kG
+kG
+kG
+Tw
+Lb
+lE
+wj
+KB
+ix
+Ed
+zO
+lE
+WX
+DT
+jT
+kG
+kG
+DT
+zA
+mx
+gl
+sc
+LI
+Td
+"}
+(21,1,1) = {"
+Td
+Um
+nU
+uA
+Pk
+Ei
+DT
+YL
+YL
+BV
+DT
+mZ
+Yd
+hN
+AH
+se
+uo
+Ik
+Od
+ie
+DT
+YL
+YL
+YL
+DT
+LI
+zE
+LI
+LI
+LI
+Td
+"}
+(22,1,1) = {"
+Td
+Um
+Um
+du
+Um
+Um
+Um
+Td
+Td
+Td
+HK
+HK
+ka
+ka
+XT
+HK
+pa
+HK
+HK
+HK
+HK
+Td
+Td
+Td
+LI
+AV
+ap
+NI
+Dx
+LI
+Td
+"}
+(23,1,1) = {"
+Td
+Um
+ln
+aC
+Xq
+Bc
+Um
+Td
+Td
+Td
+HK
+dM
+Cr
+wA
+vi
+iQ
+pO
+cj
+QO
+lI
+HK
+Td
+Td
+Td
+LI
+xJ
+xp
+IB
+xs
+LI
+Td
+"}
+(24,1,1) = {"
+Td
+rc
+eZ
+Sv
+yu
+om
+rc
+Ct
+Td
+Td
+HK
+Jh
+Av
+VB
+KC
+zL
+Us
+Tu
+ET
+Go
+HK
+Td
+Td
+Ct
+WC
+eN
+cW
+Fs
+eN
+WC
+Td
+"}
+(25,1,1) = {"
+Td
+rc
+Sl
+ZZ
+hS
+TW
+rc
+Ct
+Ct
+Td
+HK
+IM
+Oh
+Bh
+FJ
+zL
+EL
+Qk
+Xi
+dk
+HK
+Td
+Ct
+Ct
+WC
+KD
+wt
+NA
+KD
+WC
+Td
+"}
+(26,1,1) = {"
+Td
+Um
+YR
+TC
+Xn
+Mq
+rc
+Ct
+Ct
+Ct
+HK
+ah
+mj
+IN
+nB
+gt
+oL
+IN
+wV
+yb
+HK
+Ct
+Ct
+Ct
+LI
+EM
+IA
+Xw
+OC
+LI
+Td
+"}
+(27,1,1) = {"
+Td
+Um
+RA
+mH
+Mt
+FF
+Um
+Td
+Ct
+Ct
+HK
+KV
+mz
+IN
+KH
+FH
+El
+un
+Xi
+Km
+HK
+Ct
+Ct
+Td
+LI
+pd
+xI
+sz
+vx
+LI
+Td
+"}
+(28,1,1) = {"
+Td
+PU
+EY
+EY
+Ki
+EY
+EY
+Td
+Td
+Ct
+HK
+Jh
+Av
+Av
+Jz
+UC
+EL
+IQ
+ET
+TS
+HK
+Ct
+Td
+Td
+LI
+QE
+mp
+xy
+LI
+bB
+Td
+"}
+(29,1,1) = {"
+Td
+Td
+EY
+pA
+tz
+hw
+EY
+Td
+Td
+Td
+HK
+Gd
+cZ
+xb
+OD
+TL
+EA
+xb
+Jt
+Gd
+HK
+Td
+Td
+Td
+LI
+LI
+DL
+LI
+LI
+Td
+Td
+"}
+(30,1,1) = {"
+Td
+Td
+EY
+wD
+Dm
+vK
+EY
+Td
+Td
+ka
+HK
+dI
+nk
+nk
+nk
+em
+nk
+nk
+nk
+Yn
+HK
+HK
+Td
+Td
+LI
+Xu
+qW
+VT
+LI
+Td
+Td
+"}
+(31,1,1) = {"
+Td
+Td
+EY
+HN
+jR
+fa
+EY
+Td
+Td
+HK
+Nn
+ni
+nk
+AG
+ze
+ND
+Nu
+kv
+nk
+nZ
+HQ
+HK
+Td
+Td
+LI
+oC
+md
+Yu
+LI
+Td
+Td
+"}
+(32,1,1) = {"
+Td
+Td
+PU
+EY
+EY
+EY
+PU
+Td
+Td
+HK
+AO
+QQ
+nk
+bS
+Am
+KY
+Kh
+fQ
+nk
+wa
+Rj
+HK
+Td
+Td
+bB
+LI
+gZ
+LI
+bB
+Td
+Td
+"}
+(33,1,1) = {"
+Td
+Td
+Td
+Td
+Td
+Td
+Td
+Td
+Td
+ka
+HK
+tk
+nk
+lW
+HT
+ej
+CV
+zr
+nk
+qQ
+HK
+ka
+Td
+Td
+Td
+Td
+Td
+Td
+Td
+Td
+Td
+"}
+(34,1,1) = {"
+Td
+Td
+Td
+Td
+Td
+Td
+Td
+Td
+Td
+Td
+ka
+HK
+nk
+sM
+Ab
+DD
+eM
+Ko
+nk
+HK
+ka
+Td
+Td
+Td
+Td
+Td
+Td
+Td
+Td
+Td
+Td
+"}
+(35,1,1) = {"
+Td
+Td
+Td
+Td
+Td
+Td
+Td
+Td
+Td
+Td
+Td
+Td
+jS
+nk
+zi
+OE
+fK
+nk
+jS
+Td
+Td
+Td
+Td
+Td
+Td
+Td
+Td
+Td
+Td
+Td
+Td
+"}
+(36,1,1) = {"
+Td
+Td
+Td
+Td
+Td
+Td
+Td
+Td
+Td
+Td
+Td
+Td
+Td
+nk
+HE
+HE
+HE
+nk
+Td
+Td
+Td
+Td
+Td
+Td
+Td
+Td
+Td
+Td
+Td
+Td
+Td
+"}
diff --git a/_maps/shuttles/inteq/inteq_vaquero.dmm b/_maps/shuttles/inteq/inteq_vaquero.dmm
index e2232f1a4661..e65b103e6ebe 100644
--- a/_maps/shuttles/inteq/inteq_vaquero.dmm
+++ b/_maps/shuttles/inteq/inteq_vaquero.dmm
@@ -936,6 +936,7 @@
/obj/effect/turf_decal/corner/opaque/yellow{
dir = 1
},
+/obj/item/clothing/head/inteq_peaked,
/turf/open/floor/plasteel/dark,
/area/ship/bridge)
"mE" = (
diff --git a/_maps/shuttles/minutemen/minutemen_asclepius.dmm b/_maps/shuttles/minutemen/minutemen_asclepius.dmm
index b2d763063f39..a4dcffa117dc 100644
--- a/_maps/shuttles/minutemen/minutemen_asclepius.dmm
+++ b/_maps/shuttles/minutemen/minutemen_asclepius.dmm
@@ -3752,7 +3752,7 @@
pixel_x = 1;
pixel_y = 1
},
-/obj/item/book/manual/wiki/engineering_guide{
+/obj/item/book/manual/wiki/engineering{
pixel_x = 5;
pixel_y = 2
},
@@ -4064,7 +4064,7 @@
/obj/item/clothing/head/helmet/bulletproof/minutemen,
/obj/item/clothing/glasses/hud/security/sunglasses/eyepatch,
/obj/item/storage/belt/security,
-/obj/item/gun/ballistic/automatic/pistol/m1911,
+/obj/item/gun/ballistic/automatic/pistol/candor,
/obj/item/ammo_box/magazine/m45/rubber,
/obj/item/ammo_box/magazine/m45/rubber{
pixel_x = 3
@@ -4436,13 +4436,13 @@
/obj/item/clothing/gloves/color/latex/nitrile,
/obj/item/healthanalyzer/advanced,
/obj/item/clothing/neck/cloak/cmo,
-/obj/item/gun/ballistic/revolver/nagant,
-/obj/item/ammo_box/n762_clip,
-/obj/item/ammo_box/n762_clip,
+/obj/item/gun/ballistic/revolver/shadow,
+/obj/item/ammo_box/c45_speedloader,
+/obj/item/ammo_box/c45_speedloader,
/obj/item/clothing/suit/armor/vest/capcarapace/minutemen,
/obj/item/reagent_containers/hypospray/CMO,
-/obj/item/ammo_box/n762,
-/obj/item/ammo_box/n762,
+/obj/item/ammo_box/c45_speedloader,
+/obj/item/ammo_box/c45_speedloader,
/turf/open/floor/carpet/royalblue,
/area/ship/bridge)
"NY" = (
diff --git a/_maps/shuttles/minutemen/minutemen_cepheus.dmm b/_maps/shuttles/minutemen/minutemen_cepheus.dmm
index 0a77ee2ca4ed..2faae373ecaf 100644
--- a/_maps/shuttles/minutemen/minutemen_cepheus.dmm
+++ b/_maps/shuttles/minutemen/minutemen_cepheus.dmm
@@ -189,7 +189,7 @@
pixel_x = -4;
pixel_y = 1
},
-/obj/item/book/manual/wiki/engineering_singulo_tesla{
+/obj/item/book/manual/wiki/engineering{
pixel_x = 5;
pixel_y = 14
},
@@ -431,8 +431,8 @@
/obj/item/clothing/glasses/hud/security/sunglasses/eyepatch,
/obj/item/clothing/shoes/cowboy/white,
/obj/item/storage/belt/sabre,
-/obj/item/gun/ballistic/revolver/nagant,
-/obj/item/ammo_box/n762_clip,
+/obj/item/gun/ballistic/revolver/shadow,
+/obj/item/ammo_box/c45_speedloader,
/obj/item/clothing/suit/armor/vest/capcarapace/minutemen,
/turf/open/floor/plasteel/telecomms_floor,
/area/ship/bridge)
@@ -1911,21 +1911,21 @@
dir = 4;
layer = 4.1
},
-/obj/item/gun/ballistic/automatic/pistol/m1911{
+/obj/item/gun/ballistic/automatic/pistol/candor{
pixel_y = 3
},
-/obj/item/gun/ballistic/automatic/pistol/m1911{
+/obj/item/gun/ballistic/automatic/pistol/candor{
pixel_y = 3
},
/obj/machinery/light/directional/west,
/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2,
-/obj/item/gun/ballistic/automatic/pistol/m1911{
+/obj/item/gun/ballistic/automatic/pistol/candor{
pixel_y = 3
},
/obj/structure/sign/poster/contraband/twelve_gauge{
pixel_y = 32
},
-/obj/item/gun/ballistic/shotgun/riot,
+/obj/item/gun/ballistic/shotgun/hellfire,
/turf/open/floor/plasteel/tech,
/area/ship/security)
"tX" = (
@@ -3036,10 +3036,6 @@
/area/ship/engineering/atmospherics)
"FC" = (
/obj/structure/table,
-/obj/item/book/manual/wiki/security_space_law{
- pixel_x = 9;
- pixel_y = 4
- },
/obj/item/flashlight/lamp{
pixel_x = -7;
pixel_y = 1
@@ -4332,7 +4328,7 @@
/obj/effect/turf_decal/steeldecal/steel_decals_central2{
pixel_y = 2
},
-/obj/item/book/manual/wiki/robotics_cyborgs{
+/obj/item/book/manual/wiki/robotics{
pixel_x = -3;
pixel_y = 3
},
diff --git a/_maps/shuttles/minutemen/minutemen_corvus.dmm b/_maps/shuttles/minutemen/minutemen_corvus.dmm
deleted file mode 100644
index 36e4581f8dcd..000000000000
--- a/_maps/shuttles/minutemen/minutemen_corvus.dmm
+++ /dev/null
@@ -1,3217 +0,0 @@
-//MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE
-"bf" = (
-/obj/effect/turf_decal/techfloor/orange{
- dir = 4
- },
-/obj/effect/turf_decal/techfloor/hole{
- dir = 4
- },
-/obj/structure/closet/wall{
- dir = 8;
- icon_door = "yellow_wall";
- name = "engineering closet";
- pixel_x = 28
- },
-/obj/item/clothing/under/rank/security/officer/minutemen,
-/obj/item/clothing/accessory/armband/engine,
-/obj/item/clothing/suit/hazardvest,
-/obj/item/clothing/head/hardhat/dblue,
-/obj/item/radio/headset/headset_eng,
-/obj/item/clothing/gloves/color/yellow,
-/obj/item/storage/backpack/industrial,
-/obj/item/clothing/shoes/workboots,
-/obj/effect/turf_decal/techfloor/hole/right{
- dir = 4
- },
-/obj/structure/cable{
- icon_state = "1-2"
- },
-/obj/structure/cable{
- icon_state = "2-8"
- },
-/obj/item/clothing/head/beret/eng/hazard,
-/turf/open/floor/plasteel/tech/grid,
-/area/ship/engineering)
-"bA" = (
-/turf/template_noop,
-/area/template_noop)
-"bQ" = (
-/obj/effect/turf_decal/siding/thinplating/dark,
-/obj/effect/turf_decal/siding/thinplating/dark{
- dir = 1
- },
-/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{
- dir = 1
- },
-/obj/machinery/light/small/directional/south,
-/obj/structure/cable{
- icon_state = "4-8"
- },
-/turf/open/floor/plasteel/patterned,
-/area/ship/security)
-"cq" = (
-/obj/effect/turf_decal/techfloor{
- dir = 10
- },
-/obj/effect/turf_decal/industrial/hatch/yellow,
-/obj/machinery/light/small/directional/south,
-/obj/machinery/atmospherics/components/unary/tank/toxins{
- dir = 1
- },
-/turf/open/floor/plasteel/tech/grid,
-/area/ship/engineering)
-"cx" = (
-/obj/structure/rack,
-/obj/effect/turf_decal/corner/opaque/red/border{
- dir = 5
- },
-/obj/structure/window/reinforced{
- dir = 4
- },
-/obj/structure/extinguisher_cabinet/directional/north,
-/obj/item/gun/ballistic/automatic/pistol/m1911{
- pixel_x = 2;
- pixel_y = 5
- },
-/obj/item/gun/ballistic/automatic/pistol/m1911,
-/obj/item/flamethrower/full/tank,
-/obj/item/gun/ballistic/automatic/smg/cm5,
-/turf/open/floor/plasteel/dark,
-/area/ship/security)
-"cC" = (
-/obj/effect/turf_decal/siding/wood{
- dir = 6
- },
-/turf/open/floor/wood,
-/area/ship/bridge)
-"cR" = (
-/turf/closed/wall/mineral/plastitanium/nodiagonal,
-/area/ship/bridge)
-"dq" = (
-/obj/effect/spawner/structure/window/plasma/reinforced/plastitanium,
-/turf/open/floor/plating,
-/area/ship/security)
-"dB" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{
- dir = 8
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{
- dir = 4
- },
-/obj/machinery/light_switch{
- dir = 1;
- pixel_x = -10;
- pixel_y = -22
- },
-/obj/machinery/vending/wallmed{
- pixel_y = -28
- },
-/obj/structure/cable{
- icon_state = "4-8"
- },
-/turf/open/floor/plastic,
-/area/ship/hallway/central)
-"dI" = (
-/obj/effect/turf_decal/techfloor{
- dir = 9
- },
-/obj/machinery/button/door{
- dir = 4;
- id = "minutecop_windows";
- name = "Window blastdoors";
- pixel_x = -22;
- pixel_y = -10
- },
-/obj/machinery/button/door{
- dir = 4;
- id = "minutecop_bridge";
- name = "Bridge shutters";
- pixel_x = -22;
- pixel_y = 2
- },
-/turf/open/floor/plasteel/tech,
-/area/ship/bridge)
-"dJ" = (
-/obj/effect/turf_decal/number/six{
- dir = 1
- },
-/turf/closed/wall/mineral/plastitanium/nodiagonal,
-/area/ship/hallway/central)
-"dU" = (
-/obj/effect/turf_decal/techfloor/orange,
-/obj/effect/decal/cleanable/dirt/dust,
-/obj/effect/decal/cleanable/oil{
- pixel_y = 11
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{
- dir = 8
- },
-/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{
- dir = 1
- },
-/obj/structure/cable{
- icon_state = "4-8"
- },
-/turf/open/floor/plasteel/tech/techmaint,
-/area/ship/engineering)
-"ej" = (
-/obj/effect/turf_decal/techfloor/orange,
-/obj/structure/railing{
- dir = 2;
- layer = 4.1
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{
- dir = 8
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{
- dir = 8
- },
-/obj/structure/cable{
- icon_state = "4-8"
- },
-/obj/structure/cable{
- icon_state = "1-8"
- },
-/obj/machinery/atmospherics/pipe/simple/orange/visible{
- dir = 4
- },
-/turf/open/floor/plasteel/tech/techmaint,
-/area/ship/engineering)
-"em" = (
-/obj/effect/turf_decal/steeldecal/steel_decals10{
- dir = 8
- },
-/obj/effect/turf_decal/steeldecal/steel_decals10{
- dir = 1
- },
-/obj/effect/decal/cleanable/dirt/dust,
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{
- dir = 8
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{
- dir = 4
- },
-/obj/structure/cable{
- icon_state = "2-8"
- },
-/turf/open/floor/plasteel/dark,
-/area/ship/bridge)
-"eE" = (
-/obj/structure/table,
-/obj/machinery/computer/secure_data/laptop{
- pixel_x = 6;
- pixel_y = 4
- },
-/obj/item/paper_bin{
- pixel_x = -9;
- pixel_y = 4
- },
-/obj/item/pen{
- pixel_x = -10;
- pixel_y = 4
- },
-/obj/effect/turf_decal/techfloor{
- dir = 9
- },
-/obj/item/radio/intercom/directional/north,
-/turf/open/floor/plasteel/tech,
-/area/ship/security)
-"eF" = (
-/obj/effect/turf_decal/number/zero{
- dir = 2
- },
-/turf/closed/wall/mineral/plastitanium/nodiagonal,
-/area/ship/hallway/central)
-"eS" = (
-/turf/closed/wall/mineral/plastitanium,
-/area/ship/crew)
-"eZ" = (
-/obj/effect/turf_decal/siding/thinplating/dark,
-/obj/machinery/mineral/ore_redemption{
- dir = 1;
- output_dir = 1
- },
-/obj/machinery/light/small/directional/south,
-/turf/open/floor/plasteel/patterned,
-/area/ship/cargo)
-"fr" = (
-/obj/effect/turf_decal/techfloor/corner,
-/obj/effect/decal/cleanable/robot_debris,
-/obj/effect/turf_decal/number/three,
-/turf/open/floor/plasteel/tech/grid,
-/area/ship/engineering)
-"fy" = (
-/obj/effect/turf_decal/techfloor{
- dir = 8
- },
-/obj/structure/rack,
-/obj/item/storage/toolbox/electrical,
-/obj/item/storage/belt/utility/full/engi,
-/obj/item/clothing/glasses/welding{
- pixel_y = 5
- },
-/obj/item/multitool{
- pixel_x = 9
- },
-/obj/effect/turf_decal/kfp_small/left,
-/turf/open/floor/plasteel/tech/grid,
-/area/ship/engineering)
-"fR" = (
-/obj/machinery/advanced_airlock_controller{
- pixel_x = -25
- },
-/obj/machinery/light/directional/south,
-/turf/open/floor/plasteel/patterned/grid,
-/area/ship/hallway/central)
-"fX" = (
-/obj/effect/turf_decal/techfloor{
- dir = 6
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{
- dir = 10
- },
-/obj/machinery/power/apc/auto_name/directional/east,
-/obj/structure/cable{
- icon_state = "0-2"
- },
-/obj/machinery/light_switch{
- pixel_x = 19;
- dir = 8;
- pixel_y = 11
- },
-/turf/open/floor/plasteel/tech,
-/area/ship/security)
-"gj" = (
-/obj/effect/turf_decal/siding/white/corner{
- dir = 8
- },
-/obj/effect/turf_decal/siding/white/corner{
- dir = 1
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{
- dir = 4
- },
-/obj/structure/cable{
- icon_state = "2-8"
- },
-/turf/open/floor/plasteel,
-/area/ship/hallway/central)
-"gH" = (
-/obj/structure/bookcase/random,
-/obj/effect/turf_decal/siding/wood{
- dir = 9
- },
-/turf/open/floor/wood,
-/area/ship/bridge)
-"gP" = (
-/obj/effect/turf_decal/techfloor/orange{
- dir = 10
- },
-/obj/structure/closet/crate/internals,
-/obj/effect/decal/cleanable/dirt/dust,
-/obj/item/tank/internals/emergency_oxygen/engi{
- pixel_x = -4;
- pixel_y = -4
- },
-/obj/item/tank/internals/emergency_oxygen/engi{
- pixel_x = 1;
- pixel_y = -4
- },
-/obj/item/clothing/suit/space/eva,
-/obj/item/clothing/suit/space/eva,
-/obj/item/clothing/head/helmet/space/eva,
-/obj/item/clothing/head/helmet/space/eva,
-/obj/machinery/atmospherics/pipe/manifold/orange/visible,
-/turf/open/floor/plasteel/tech/techmaint,
-/area/ship/engineering)
-"gS" = (
-/obj/structure/tank_dispenser,
-/obj/effect/decal/cleanable/dirt/dust,
-/obj/effect/decal/cleanable/greenglow,
-/obj/machinery/atmospherics/pipe/simple/orange/visible,
-/turf/open/floor/plasteel/tech/grid,
-/area/ship/engineering)
-"hc" = (
-/obj/structure/sign/minutemen,
-/turf/closed/wall/mineral/plastitanium,
-/area/ship/cargo)
-"hk" = (
-/obj/machinery/door/poddoor{
- id = "minutecop_bridge";
- dir = 4
- },
-/obj/effect/spawner/structure/window/plasma/reinforced/plastitanium,
-/turf/open/floor/plating,
-/area/ship/bridge)
-"hp" = (
-/obj/machinery/power/smes/shuttle/precharged{
- dir = 4
- },
-/obj/structure/cable{
- icon_state = "0-8"
- },
-/obj/structure/window/reinforced{
- dir = 8
- },
-/obj/machinery/door/window/eastleft,
-/obj/machinery/door/poddoor{
- dir = 4;
- id = "minutemen_corvus_engines";
- name = "Thruster Blast Door"
- },
-/turf/open/floor/plating,
-/area/ship/engineering)
-"hK" = (
-/obj/structure/chair/greyscale{
- dir = 8
- },
-/obj/effect/decal/cleanable/dirt/dust,
-/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4,
-/turf/open/floor/plastic,
-/area/ship/hallway/central)
-"hY" = (
-/obj/structure/window/reinforced,
-/obj/structure/rack,
-/obj/effect/turf_decal/corner/opaque/red/border{
- dir = 6
- },
-/obj/structure/window/reinforced{
- dir = 4
- },
-/obj/item/melee/baton/loaded,
-/obj/item/melee/baton/loaded{
- pixel_x = 3;
- pixel_y = -2
- },
-/obj/item/gun/energy/disabler{
- pixel_y = 2
- },
-/obj/item/reagent_containers/spray/pepper{
- pixel_x = 3;
- pixel_y = -4
- },
-/obj/item/reagent_containers/spray/pepper{
- pixel_x = 8;
- pixel_y = -4
- },
-/turf/open/floor/plasteel/dark,
-/area/ship/security)
-"is" = (
-/obj/machinery/cryopod{
- dir = 8
- },
-/obj/machinery/computer/cryopod/directional/east,
-/obj/effect/turf_decal/industrial/warning/cee{
- dir = 8
- },
-/obj/machinery/firealarm/directional/south,
-/turf/open/floor/plasteel/tech/grid,
-/area/ship/crew)
-"iJ" = (
-/obj/effect/turf_decal/techfloor/orange{
- dir = 8
- },
-/obj/machinery/power/terminal{
- dir = 8
- },
-/obj/effect/turf_decal/steeldecal/steel_decals7,
-/obj/effect/turf_decal/steeldecal/steel_decals7{
- dir = 8
- },
-/obj/effect/decal/cleanable/dirt/dust,
-/obj/structure/cable{
- icon_state = "0-4"
- },
-/obj/machinery/atmospherics/pipe/simple/orange/visible,
-/turf/open/floor/plasteel/tech/grid,
-/area/ship/engineering)
-"iL" = (
-/obj/effect/turf_decal/siding/thinplating/dark{
- dir = 1
- },
-/obj/effect/turf_decal/siding/thinplating/dark,
-/obj/machinery/door/airlock/hatch{
- dir = 4;
- name = "Security"
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{
- dir = 4
- },
-/obj/structure/cable{
- icon_state = "4-8"
- },
-/obj/machinery/door/firedoor/border_only{
- dir = 4
- },
-/obj/machinery/door/firedoor/border_only{
- dir = 8
- },
-/turf/open/floor/plasteel/patterned,
-/area/ship/security)
-"iV" = (
-/obj/effect/turf_decal/siding/thinplating/dark{
- dir = 8
- },
-/obj/effect/turf_decal/industrial/stand_clear,
-/obj/item/reagent_containers/food/drinks/waterbottle/large{
- pixel_x = -7;
- pixel_y = -2
- },
-/obj/item/reagent_containers/food/drinks/waterbottle/large{
- pixel_x = 8;
- pixel_y = -2
- },
-/obj/item/reagent_containers/food/drinks/waterbottle/large{
- pixel_y = 4
- },
-/obj/structure/closet/cardboard,
-/obj/item/reagent_containers/food/drinks/waterbottle/large{
- pixel_x = 3;
- pixel_y = 3
- },
-/obj/item/reagent_containers/food/drinks/waterbottle/large{
- pixel_x = 4;
- pixel_y = -2
- },
-/obj/machinery/light/small/directional/west,
-/obj/structure/cable{
- icon_state = "1-6"
- },
-/turf/open/floor/plasteel/patterned,
-/area/ship/cargo)
-"jk" = (
-/obj/effect/turf_decal/borderfloor{
- dir = 1
- },
-/obj/effect/turf_decal/corner/opaque/green{
- dir = 10
- },
-/obj/machinery/door/airlock/wood{
- name = "Dormitories"
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{
- dir = 1
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{
- dir = 1
- },
-/obj/structure/cable{
- icon_state = "1-2"
- },
-/obj/machinery/door/firedoor/border_only{
- dir = 1
- },
-/obj/machinery/door/firedoor/border_only,
-/turf/open/floor/plasteel,
-/area/ship/hallway/central)
-"jE" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{
- dir = 1
- },
-/turf/open/floor/plasteel/stairs,
-/area/ship/engineering)
-"jF" = (
-/obj/machinery/door/window/northleft{
- dir = 2
- },
-/obj/effect/turf_decal/techfloor{
- dir = 1
- },
-/obj/effect/turf_decal/box,
-/obj/effect/turf_decal/industrial/outline/yellow,
-/obj/item/tank/jetpack/carbondioxide,
-/obj/item/clothing/suit/space/hardsuit/swat,
-/obj/machinery/suit_storage_unit/inherit/industrial,
-/obj/structure/railing{
- dir = 8
- },
-/turf/open/floor/plasteel/tech/grid,
-/area/ship/hallway/central)
-"ka" = (
-/obj/effect/turf_decal/number/one{
- dir = 1
- },
-/turf/closed/wall/mineral/plastitanium/nodiagonal,
-/area/ship/hallway/central)
-"kE" = (
-/obj/effect/turf_decal/steeldecal/steel_decals3{
- dir = 10
- },
-/obj/effect/turf_decal/steeldecal/steel_decals3{
- dir = 1
- },
-/obj/effect/decal/cleanable/dirt/dust,
-/obj/effect/decal/cleanable/oil/streak,
-/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{
- dir = 6
- },
-/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{
- dir = 4
- },
-/obj/structure/cable/yellow{
- icon_state = "1-2"
- },
-/obj/structure/cable{
- icon_state = "4-8"
- },
-/turf/open/floor/plasteel/tech/techmaint,
-/area/ship/engineering)
-"kJ" = (
-/obj/effect/turf_decal/techfloor{
- dir = 4
- },
-/obj/machinery/computer/warrant{
- dir = 8
- },
-/obj/structure/extinguisher_cabinet/directional/north,
-/turf/open/floor/plasteel/dark,
-/area/ship/bridge)
-"kR" = (
-/obj/machinery/vending/tool,
-/obj/effect/turf_decal/industrial/warning,
-/obj/machinery/light/small/directional/north,
-/turf/open/floor/plasteel/tech/techmaint,
-/area/ship/engineering)
-"lE" = (
-/obj/effect/turf_decal/siding/white{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{
- dir = 8
- },
-/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{
- dir = 8
- },
-/obj/structure/cable{
- icon_state = "1-10"
- },
-/turf/open/floor/plasteel,
-/area/ship/hallway/central)
-"lM" = (
-/obj/effect/turf_decal/siding/white{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{
- dir = 1
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{
- dir = 1
- },
-/obj/structure/cable{
- icon_state = "2-4"
- },
-/turf/open/floor/plasteel,
-/area/ship/hallway/central)
-"lX" = (
-/obj/effect/turf_decal/siding/wood/corner,
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{
- dir = 10
- },
-/turf/open/floor/wood,
-/area/ship/crew)
-"mo" = (
-/obj/effect/turf_decal/techfloor/orange{
- dir = 8
- },
-/obj/machinery/power/terminal{
- dir = 8
- },
-/obj/effect/decal/cleanable/dirt/dust,
-/obj/structure/cable{
- icon_state = "0-4"
- },
-/obj/machinery/atmospherics/pipe/simple/orange/visible,
-/turf/open/floor/plasteel/tech/techmaint,
-/area/ship/engineering)
-"mz" = (
-/obj/structure/sign/warning/docking,
-/turf/closed/wall/mineral/plastitanium/nodiagonal,
-/area/ship/hallway/central)
-"mF" = (
-/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4,
-/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{
- dir = 4
- },
-/obj/structure/cable{
- icon_state = "4-8"
- },
-/turf/open/floor/plastic,
-/area/ship/hallway/central)
-"mV" = (
-/obj/structure/chair/sofa/left,
-/obj/item/toy/plush/lizardplushie{
- pixel_x = 4
- },
-/obj/structure/cable{
- icon_state = "2-8"
- },
-/obj/machinery/newscaster/directional/north,
-/turf/open/floor/carpet/nanoweave,
-/area/ship/hallway/central)
-"nI" = (
-/obj/structure/bed,
-/obj/item/bedsheet/grey,
-/obj/effect/turf_decal/corner/opaque/grey/diagonal,
-/obj/structure/window/reinforced{
- dir = 4
- },
-/turf/open/floor/plasteel/dark,
-/area/ship/cargo)
-"nW" = (
-/obj/effect/turf_decal/siding/white/corner,
-/obj/effect/turf_decal/siding/white/corner{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{
- dir = 8
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{
- dir = 4
- },
-/turf/open/floor/plasteel,
-/area/ship/hallway/central)
-"of" = (
-/obj/machinery/door/poddoor{
- id = "minutecop_windows"
- },
-/obj/effect/spawner/structure/window/plasma/reinforced/plastitanium,
-/turf/open/floor/plating,
-/area/ship/hallway/central)
-"oj" = (
-/obj/effect/turf_decal/siding/thinplating/dark/corner,
-/obj/effect/turf_decal/siding/thinplating/dark/corner{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{
- dir = 5
- },
-/obj/structure/cable{
- icon_state = "2-4"
- },
-/obj/structure/cable{
- icon_state = "4-8"
- },
-/turf/open/floor/plasteel/patterned,
-/area/ship/cargo)
-"oN" = (
-/obj/machinery/door/airlock/grunge{
- dir = 4;
- name = "Bathroom"
- },
-/obj/machinery/door/firedoor/border_only{
- dir = 4
- },
-/obj/machinery/door/firedoor/border_only{
- dir = 8
- },
-/turf/open/floor/plasteel/showroomfloor,
-/area/ship/hallway/central)
-"oQ" = (
-/obj/machinery/power/smes/engineering,
-/obj/effect/turf_decal/industrial/warning,
-/obj/structure/cable{
- icon_state = "0-6"
- },
-/turf/open/floor/plasteel/tech/techmaint,
-/area/ship/engineering)
-"oR" = (
-/obj/effect/turf_decal/siding/wood{
- dir = 1
- },
-/obj/structure/bookcase/random,
-/obj/structure/sign/minutemen{
- pixel_y = 32
- },
-/obj/structure/cable{
- icon_state = "4-8"
- },
-/turf/open/floor/wood,
-/area/ship/crew)
-"py" = (
-/obj/effect/decal/cleanable/dirt/dust,
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{
- dir = 8
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{
- dir = 4
- },
-/obj/machinery/light/directional/south,
-/obj/structure/sign/poster/minutemen/gold{
- pixel_y = -32
- },
-/turf/open/floor/carpet/nanoweave,
-/area/ship/hallway/central)
-"pN" = (
-/obj/structure/chair/greyscale{
- dir = 4
- },
-/obj/machinery/newscaster/directional/west,
-/obj/effect/decal/cleanable/dirt/dust,
-/turf/open/floor/plastic,
-/area/ship/hallway/central)
-"pW" = (
-/obj/effect/turf_decal/siding/wood{
- dir = 6
- },
-/obj/structure/table/wood,
-/obj/item/paper_bin{
- pixel_x = 7;
- pixel_y = 4
- },
-/obj/item/clipboard{
- pixel_x = 9;
- pixel_y = 3
- },
-/obj/item/pen{
- pixel_x = 6;
- pixel_y = 4
- },
-/obj/item/radio/intercom/directional/east,
-/obj/machinery/light_switch{
- dir = 8;
- pixel_x = 22;
- pixel_y = 8
- },
-/obj/machinery/light/directional/south,
-/turf/open/floor/wood,
-/area/ship/crew)
-"qb" = (
-/obj/effect/turf_decal/techfloor/orange{
- dir = 6
- },
-/obj/structure/railing{
- dir = 2;
- layer = 4.1
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{
- dir = 8
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{
- dir = 4
- },
-/obj/structure/cable{
- icon_state = "4-8"
- },
-/turf/open/floor/plasteel/tech/techmaint,
-/area/ship/engineering)
-"qL" = (
-/obj/machinery/door/poddoor{
- id = "minutecop_bridge";
- dir = 8
- },
-/obj/effect/spawner/structure/window/plasma/reinforced/plastitanium,
-/turf/open/floor/plating,
-/area/ship/bridge)
-"qN" = (
-/obj/structure/toilet{
- pixel_y = 13
- },
-/obj/structure/window/reinforced/tinted/frosted{
- dir = 8;
- pixel_x = -4
- },
-/obj/effect/decal/cleanable/dirt/dust,
-/obj/effect/decal/cleanable/dirt/dust,
-/obj/effect/decal/cleanable/generic,
-/obj/effect/decal/cleanable/vomit/old{
- pixel_x = 5
- },
-/obj/effect/spawner/lootdrop/glowstick,
-/obj/effect/decal/cleanable/cobweb/cobweb2,
-/turf/open/floor/plasteel/showroomfloor,
-/area/ship/hallway/central)
-"qU" = (
-/obj/effect/turf_decal/techfloor/orange{
- dir = 1
- },
-/obj/effect/turf_decal/techfloor/hole{
- dir = 1
- },
-/obj/effect/decal/cleanable/wrapping,
-/obj/machinery/light/directional/north,
-/obj/machinery/jukebox,
-/turf/open/floor/plasteel/tech/techmaint,
-/area/ship/engineering)
-"qW" = (
-/obj/effect/turf_decal/siding/white/corner,
-/obj/effect/turf_decal/siding/white/corner{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{
- dir = 10
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{
- dir = 10
- },
-/turf/open/floor/plasteel,
-/area/ship/hallway/central)
-"rb" = (
-/obj/effect/turf_decal/techfloor{
- dir = 6
- },
-/obj/effect/turf_decal/industrial/hatch/yellow,
-/obj/machinery/atmospherics/components/unary/tank/air{
- dir = 1;
- piping_layer = 2
- },
-/turf/open/floor/plasteel/tech/grid,
-/area/ship/engineering)
-"rh" = (
-/obj/structure/chair/sofa/right,
-/obj/effect/decal/cleanable/dirt/dust,
-/obj/structure/cable{
- icon_state = "4-8"
- },
-/obj/effect/landmark/observer_start,
-/obj/machinery/light_switch{
- pixel_y = 23
- },
-/turf/open/floor/carpet/nanoweave,
-/area/ship/hallway/central)
-"rk" = (
-/obj/machinery/door/poddoor{
- id = "minutecop_windows"
- },
-/obj/effect/spawner/structure/window/plasma/reinforced/plastitanium,
-/turf/open/floor/plating,
-/area/ship/bridge)
-"rt" = (
-/obj/effect/turf_decal/techfloor,
-/obj/item/kirbyplants/random,
-/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{
- dir = 1
- },
-/turf/open/floor/plasteel/tech,
-/area/ship/security)
-"rx" = (
-/obj/effect/turf_decal/steeldecal/steel_decals1,
-/obj/effect/decal/cleanable/dirt/dust,
-/obj/machinery/atmospherics/components/binary/pump/on/layer2{
- dir = 1
- },
-/obj/effect/turf_decal/number/zero,
-/turf/open/floor/plasteel/tech/grid,
-/area/ship/engineering)
-"rL" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{
- dir = 10
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{
- dir = 10
- },
-/obj/structure/sign/warning/vacuum/external{
- pixel_x = 30
- },
-/obj/effect/turf_decal/industrial/warning{
- dir = 10
- },
-/obj/item/clothing/suit/space/engineer,
-/obj/item/clothing/head/helmet/space/light/engineer,
-/obj/machinery/suit_storage_unit/inherit,
-/turf/open/floor/plasteel/tech/grid,
-/area/ship/hallway/central)
-"rO" = (
-/obj/effect/turf_decal/siding/white{
- dir = 8
- },
-/obj/structure/cable{
- icon_state = "1-2"
- },
-/obj/structure/extinguisher_cabinet/directional/west,
-/turf/open/floor/plasteel,
-/area/ship/hallway/central)
-"sc" = (
-/obj/effect/turf_decal/borderfloorblack,
-/obj/machinery/door/airlock/hatch{
- name = "Captains Cabin"
- },
-/turf/open/floor/plasteel/tech,
-/area/ship/bridge)
-"sy" = (
-/obj/effect/turf_decal/siding/wood{
- dir = 1
- },
-/obj/structure/table/wood,
-/obj/item/flashlight/lamp{
- pixel_x = -5;
- pixel_y = 10
- },
-/obj/item/modular_computer/laptop/preset/civilian{
- pixel_x = 12;
- pixel_y = 3
- },
-/obj/item/reagent_containers/food/drinks/mug{
- pixel_x = -6
- },
-/obj/machinery/firealarm/directional/north,
-/obj/structure/cable{
- icon_state = "4-8"
- },
-/obj/machinery/light_switch{
- pixel_x = -12;
- pixel_y = 23
- },
-/turf/open/floor/wood,
-/area/ship/crew)
-"sL" = (
-/obj/structure/window/reinforced{
- dir = 8
- },
-/obj/machinery/atmospherics/components/unary/shuttle/heater{
- dir = 4
- },
-/obj/machinery/door/poddoor{
- dir = 4;
- id = "minutemen_corvus_engines";
- name = "Thruster Blast Door"
- },
-/obj/structure/window/plasma/reinforced/spawner/east,
-/turf/open/floor/plating,
-/area/ship/engineering)
-"sN" = (
-/obj/effect/turf_decal/siding/thinplating/dark,
-/obj/effect/turf_decal/siding/thinplating/dark{
- dir = 1
- },
-/obj/item/detective_scanner,
-/obj/item/holosign_creator/security{
- pixel_x = 6;
- pixel_y = 4
- },
-/obj/item/holosign_creator/security{
- pixel_x = 2
- },
-/obj/item/key/security,
-/obj/structure/closet/secure_closet/wall{
- dir = 1;
- icon_door = "red_wall";
- icon_state = "generic_wall";
- name = "Utility locker";
- pixel_y = -28;
- req_access_txt = "1"
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{
- dir = 9
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{
- dir = 9
- },
-/obj/structure/cable{
- icon_state = "4-8"
- },
-/turf/open/floor/plasteel/patterned,
-/area/ship/security)
-"sW" = (
-/obj/structure/table/reinforced{
- color = "#c1b6a5"
- },
-/obj/effect/turf_decal/techfloor{
- dir = 9
- },
-/obj/machinery/cell_charger,
-/obj/item/stock_parts/cell/high,
-/obj/item/stock_parts/cell/high,
-/turf/open/floor/plasteel/tech/grid,
-/area/ship/engineering)
-"tc" = (
-/obj/structure/closet/crate/bin,
-/obj/item/trash/candy,
-/obj/item/trash/plate,
-/obj/item/trash/sosjerky{
- pixel_x = -3;
- pixel_y = -3
- },
-/obj/item/trash/cheesie{
- pixel_x = 4;
- pixel_y = -4
- },
-/obj/effect/decal/cleanable/shreds{
- pixel_x = 10;
- pixel_y = -7
- },
-/obj/structure/cable{
- icon_state = "4-8"
- },
-/obj/structure/noticeboard{
- pixel_y = 30
- },
-/turf/open/floor/carpet/nanoweave,
-/area/ship/hallway/central)
-"tp" = (
-/obj/effect/decal/cleanable/dirt/dust,
-/obj/effect/decal/cleanable/dirt/dust,
-/obj/structure/cable/yellow{
- icon_state = "1-2"
- },
-/obj/structure/cable{
- icon_state = "4-8"
- },
-/obj/machinery/holopad/emergency/engineering,
-/turf/open/floor/plasteel/tech/grid,
-/area/ship/engineering)
-"tt" = (
-/turf/closed/wall/mineral/plastitanium,
-/area/ship/security)
-"tD" = (
-/obj/machinery/airalarm/directional/west,
-/obj/machinery/computer/cargo/express,
-/obj/structure/sign/poster/minutemen/lanchester{
- pixel_y = 32
- },
-/turf/open/floor/plasteel/dark,
-/area/ship/bridge)
-"tQ" = (
-/obj/structure/railing{
- dir = 2;
- layer = 4.1
- },
-/obj/effect/turf_decal/techfloor{
- dir = 4
- },
-/obj/machinery/computer/security/hos{
- dir = 8
- },
-/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{
- dir = 8
- },
-/turf/open/floor/plasteel/dark,
-/area/ship/bridge)
-"uF" = (
-/obj/structure/sign/minutemen,
-/turf/closed/wall/mineral/plastitanium/nodiagonal,
-/area/ship/security)
-"uK" = (
-/obj/structure/table/reinforced,
-/obj/machinery/microwave{
- pixel_y = 5
- },
-/turf/open/floor/plastic,
-/area/ship/hallway/central)
-"vo" = (
-/obj/docking_port/stationary{
- dwidth = 4;
- width = 15;
- height = 15;
- dir = 2
- },
-/turf/template_noop,
-/area/template_noop)
-"vN" = (
-/obj/effect/turf_decal/siding/thinplating/dark,
-/obj/effect/turf_decal/siding/thinplating/dark{
- dir = 1
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{
- dir = 4
- },
-/obj/structure/cable{
- icon_state = "4-8"
- },
-/obj/machinery/door/firedoor/border_only{
- dir = 4
- },
-/obj/machinery/door/firedoor/border_only{
- dir = 8
- },
-/obj/machinery/door/airlock/hatch{
- dir = 4;
- name = "Cargo Bay"
- },
-/turf/open/floor/plasteel/patterned,
-/area/ship/security)
-"wa" = (
-/obj/structure/chair/greyscale{
- dir = 8
- },
-/turf/open/floor/plastic,
-/area/ship/hallway/central)
-"wu" = (
-/obj/effect/turf_decal/borderfloorblack{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{
- dir = 8
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{
- dir = 4
- },
-/obj/structure/cable{
- icon_state = "4-8"
- },
-/obj/machinery/door/firedoor/border_only{
- dir = 4
- },
-/obj/machinery/door/firedoor/border_only{
- dir = 8
- },
-/obj/machinery/door/airlock/highsecurity{
- name = "Bridge"
- },
-/turf/open/floor/plasteel/dark,
-/area/ship/bridge)
-"wx" = (
-/obj/effect/turf_decal/techfloor/orange,
-/obj/structure/railing/corner,
-/obj/effect/decal/cleanable/dirt/dust,
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{
- dir = 8
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{
- dir = 8
- },
-/obj/structure/cable{
- icon_state = "4-8"
- },
-/obj/machinery/atmospherics/pipe/simple/orange/visible{
- dir = 4
- },
-/obj/structure/extinguisher_cabinet/directional/south,
-/turf/open/floor/plasteel/tech/techmaint,
-/area/ship/engineering)
-"xL" = (
-/obj/effect/turf_decal/siding/thinplating/dark,
-/obj/effect/turf_decal/siding/thinplating/dark{
- dir = 1
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{
- dir = 4
- },
-/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{
- dir = 1
- },
-/obj/structure/cable{
- icon_state = "4-8"
- },
-/turf/open/floor/plasteel/patterned,
-/area/ship/security)
-"yu" = (
-/obj/effect/turf_decal/siding/thinplating/dark{
- dir = 10
- },
-/obj/structure/rack,
-/obj/item/storage/bag/ore,
-/obj/item/mining_scanner,
-/obj/item/pickaxe/drill,
-/obj/item/pickaxe/rusted,
-/obj/item/radio/intercom/directional/south,
-/obj/machinery/button/flasher{
- dir = 1;
- id = "minuteman_cell1";
- pixel_x = -8;
- pixel_y = -20
- },
-/turf/open/floor/plasteel/patterned,
-/area/ship/cargo)
-"yE" = (
-/obj/effect/turf_decal/siding/white{
- dir = 6
- },
-/obj/item/kirbyplants/random,
-/turf/open/floor/plasteel,
-/area/ship/hallway/central)
-"yI" = (
-/turf/closed/wall/mineral/plastitanium/nodiagonal,
-/area/ship/security)
-"zu" = (
-/obj/machinery/door/poddoor{
- id = "minutecop_bridge"
- },
-/obj/effect/spawner/structure/window/plasma/reinforced/plastitanium,
-/turf/open/floor/plating,
-/area/ship/bridge)
-"zv" = (
-/obj/item/clothing/under/rank/command/minutemen,
-/obj/item/clothing/head/cowboy/sec/minutemen,
-/obj/item/clothing/suit/toggle/lawyer/minutemen,
-/obj/item/clothing/shoes/combat,
-/obj/item/clothing/glasses/sunglasses,
-/obj/item/clothing/glasses/hud/security/sunglasses/eyepatch,
-/obj/effect/turf_decal/siding/wood{
- dir = 5
- },
-/obj/effect/decal/cleanable/dirt/dust,
-/obj/structure/closet/secure_closet{
- icon_state = "cap";
- name = "\proper captain's locker";
- req_access_txt = "20"
- },
-/obj/item/radio/headset/minutemen/alt/captain,
-/obj/item/gun/ballistic/revolver/detective,
-/obj/item/ammo_box/c38/match,
-/obj/item/ammo_box/c38/match,
-/turf/open/floor/wood,
-/area/ship/bridge)
-"zA" = (
-/obj/structure/table/reinforced,
-/obj/effect/decal/cleanable/dirt/dust,
-/obj/item/storage/pill_bottle/dice{
- pixel_x = -5;
- pixel_y = 1
- },
-/obj/item/toy/cards/deck{
- pixel_x = -3
- },
-/obj/item/trash/chips{
- pixel_x = 7;
- pixel_y = 6
- },
-/turf/open/floor/plastic,
-/area/ship/hallway/central)
-"Ab" = (
-/obj/effect/turf_decal/siding/white{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{
- dir = 1
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{
- dir = 1
- },
-/turf/open/floor/plasteel,
-/area/ship/hallway/central)
-"At" = (
-/obj/effect/turf_decal/siding/white{
- dir = 8
- },
-/obj/structure/cable{
- icon_state = "1-2"
- },
-/turf/open/floor/plasteel,
-/area/ship/hallway/central)
-"Az" = (
-/obj/effect/turf_decal/siding/wood{
- dir = 6
- },
-/obj/item/kirbyplants/random,
-/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{
- dir = 1
- },
-/turf/open/floor/wood,
-/area/ship/crew)
-"Bg" = (
-/obj/effect/decal/cleanable/dirt,
-/obj/docking_port/mobile{
- can_move_docking_ports = 1;
- dir = 2;
- launch_status = 0;
- port_direction = 8;
- preferred_direction = 4
- },
-/obj/machinery/door/poddoor{
- id = "minutecop_cargohatch";
- name = "Cargo Bay Blast Door"
- },
-/turf/open/floor/plasteel/patterned/ridged,
-/area/ship/cargo)
-"Bk" = (
-/turf/closed/wall/mineral/plastitanium,
-/area/ship/cargo)
-"Bl" = (
-/obj/structure/chair/greyscale{
- dir = 4
- },
-/obj/effect/decal/cleanable/dirt/dust,
-/obj/item/radio/intercom/directional/west,
-/turf/open/floor/plastic,
-/area/ship/hallway/central)
-"Bu" = (
-/obj/effect/turf_decal/siding/white{
- dir = 8
- },
-/obj/effect/decal/cleanable/dirt/dust,
-/obj/effect/decal/cleanable/dirt/dust,
-/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{
- dir = 1
- },
-/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{
- dir = 1
- },
-/obj/structure/cable{
- icon_state = "5-8"
- },
-/obj/structure/cable{
- icon_state = "1-5"
- },
-/turf/open/floor/plasteel,
-/area/ship/hallway/central)
-"BA" = (
-/obj/machinery/door/poddoor{
- id = "minutecop_windows"
- },
-/obj/effect/spawner/structure/window/plasma/reinforced/plastitanium,
-/turf/open/floor/plating,
-/area/ship/crew)
-"BE" = (
-/obj/effect/turf_decal/techfloor{
- dir = 5
- },
-/obj/machinery/firealarm/directional/north,
-/obj/machinery/rnd/production/techfab/department/security,
-/obj/structure/sign/poster/minutemen/enlist{
- pixel_x = 32
- },
-/turf/open/floor/plasteel/tech,
-/area/ship/security)
-"BN" = (
-/obj/effect/turf_decal/siding/wood{
- dir = 8
- },
-/obj/effect/decal/cleanable/dirt/dust,
-/obj/effect/decal/cleanable/dirt/dust,
-/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{
- dir = 1
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{
- dir = 5
- },
-/turf/open/floor/wood,
-/area/ship/crew)
-"Ci" = (
-/obj/structure/reagent_dispensers/fueltank,
-/obj/effect/turf_decal/techfloor/orange{
- dir = 1
- },
-/obj/effect/turf_decal/industrial/outline/yellow,
-/obj/structure/sign/warning/nosmoking{
- pixel_y = 32
- },
-/turf/open/floor/plasteel/tech/techmaint,
-/area/ship/engineering)
-"Cm" = (
-/obj/structure/window/reinforced{
- dir = 8
- },
-/obj/structure/window/reinforced,
-/obj/structure/closet/secure_closet{
- icon_state = "sec";
- name = "equipment locker";
- req_access_txt = "1"
- },
-/obj/item/storage/belt/military/minutemen,
-/obj/item/storage/belt/military/minutemen,
-/obj/item/storage/belt/military/minutemen,
-/obj/item/clothing/gloves/combat,
-/obj/item/clothing/gloves/combat,
-/obj/item/clothing/gloves/combat,
-/obj/item/clothing/mask/gas/sechailer/minutemen,
-/obj/item/clothing/mask/gas/sechailer/minutemen,
-/obj/item/clothing/mask/gas/sechailer/minutemen,
-/obj/item/clothing/mask/gas/sechailer/minutemen,
-/obj/effect/turf_decal/corner/opaque/red/border{
- dir = 10
- },
-/obj/effect/decal/cleanable/dirt/dust,
-/obj/item/clothing/glasses/hud/security/sunglasses,
-/obj/item/clothing/glasses/hud/security/sunglasses,
-/obj/item/clothing/glasses/hud/security/sunglasses,
-/obj/item/clothing/suit/armor/riot/minutemen,
-/obj/item/clothing/head/helmet/riot/minutemen,
-/obj/item/clothing/head/helmet/bulletproof/minutemen,
-/obj/item/clothing/head/helmet/bulletproof/minutemen,
-/turf/open/floor/plasteel/dark,
-/area/ship/security)
-"Co" = (
-/obj/effect/turf_decal/techfloor/orange{
- dir = 1
- },
-/obj/structure/rack,
-/obj/item/rack_parts{
- pixel_x = 5;
- pixel_y = 1
- },
-/obj/item/rack_parts{
- pixel_y = -2
- },
-/obj/effect/decal/cleanable/dirt/dust,
-/obj/item/wrench/old,
-/obj/machinery/power/apc/auto_name/directional/north,
-/obj/structure/cable{
- icon_state = "0-2"
- },
-/obj/item/circuitboard/computer/rdconsole,
-/obj/item/circuitboard/machine/rdserver{
- pixel_x = 6;
- pixel_y = -4
- },
-/obj/machinery/light_switch{
- pixel_x = -12;
- pixel_y = 23
- },
-/turf/open/floor/plasteel/tech/techmaint,
-/area/ship/engineering)
-"Cr" = (
-/obj/effect/turf_decal/siding/white{
- dir = 8
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{
- dir = 5
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{
- dir = 5
- },
-/obj/machinery/light/directional/west,
-/turf/open/floor/plasteel,
-/area/ship/hallway/central)
-"Cs" = (
-/obj/structure/bed,
-/obj/item/bedsheet/dorms,
-/obj/structure/curtain/cloth/grey,
-/obj/machinery/airalarm/directional/west,
-/turf/open/floor/carpet/royalblue,
-/area/ship/crew)
-"Ds" = (
-/obj/effect/turf_decal/techfloor,
-/mob/living/simple_animal/bot/secbot/beepsky/jr,
-/obj/effect/decal/cleanable/dirt/dust,
-/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{
- dir = 1
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{
- dir = 4
- },
-/turf/open/floor/plasteel/tech,
-/area/ship/security)
-"DJ" = (
-/obj/effect/turf_decal/siding/white{
- dir = 8
- },
-/obj/effect/decal/cleanable/dirt/dust,
-/obj/structure/cable{
- icon_state = "1-2"
- },
-/turf/open/floor/plasteel,
-/area/ship/hallway/central)
-"DS" = (
-/obj/effect/decal/cleanable/dirt/dust,
-/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{
- dir = 1
- },
-/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{
- dir = 1
- },
-/obj/structure/cable{
- icon_state = "4-8"
- },
-/obj/structure/cable{
- icon_state = "2-4"
- },
-/turf/open/floor/plastic,
-/area/ship/hallway/central)
-"DY" = (
-/obj/structure/closet/secure_closet/freezer/fridge,
-/obj/item/reagent_containers/food/snacks/icecreamsandwich{
- pixel_x = 5;
- pixel_y = 4
- },
-/obj/item/reagent_containers/food/snacks/icecreamsandwich{
- pixel_x = 7;
- pixel_y = -5
- },
-/obj/item/reagent_containers/food/snacks/icecreamsandwich,
-/obj/item/reagent_containers/food/snacks/hotdog{
- pixel_x = 3;
- pixel_y = -3
- },
-/obj/item/reagent_containers/food/snacks/hotdog,
-/obj/item/storage/cans/sixbeer,
-/obj/effect/spawner/lootdrop/ration,
-/obj/effect/spawner/lootdrop/ration,
-/turf/open/floor/plastic,
-/area/ship/hallway/central)
-"Eo" = (
-/obj/structure/reagent_dispensers/watertank,
-/obj/effect/turf_decal/techfloor/orange{
- dir = 5
- },
-/obj/effect/turf_decal/industrial/outline/yellow,
-/obj/machinery/light_switch{
- dir = 8;
- pixel_x = 22;
- pixel_y = 8
- },
-/turf/open/floor/plasteel/tech/techmaint,
-/area/ship/engineering)
-"Es" = (
-/obj/effect/turf_decal/siding/white{
- dir = 10
- },
-/turf/open/floor/plasteel,
-/area/ship/hallway/central)
-"Ew" = (
-/obj/machinery/computer/crew/syndie{
- dir = 1
- },
-/obj/effect/turf_decal/techfloor{
- dir = 10
- },
-/obj/item/radio/intercom/directional/south,
-/obj/item/radio/intercom/wideband/directional/west,
-/obj/machinery/firealarm/directional/south,
-/obj/effect/decal/cleanable/dirt/dust,
-/turf/open/floor/plasteel/tech,
-/area/ship/bridge)
-"EO" = (
-/turf/closed/wall/mineral/plastitanium,
-/area/ship/bridge)
-"ER" = (
-/obj/effect/decal/cleanable/dirt,
-/obj/machinery/power/shieldwallgen/atmos{
- anchored = 1;
- dir = 4;
- id = "corvus_cargo";
- locked = 1
- },
-/obj/machinery/door/poddoor{
- id = "minutecop_cargohatch";
- name = "Cargo Bay Blast Door"
- },
-/obj/structure/cable{
- icon_state = "0-2"
- },
-/turf/open/floor/plasteel/patterned/ridged,
-/area/ship/cargo)
-"EW" = (
-/obj/machinery/porta_turret/ship/ballistic{
- dir = 9
- },
-/turf/closed/wall/mineral/plastitanium,
-/area/ship/engineering)
-"Fa" = (
-/obj/effect/turf_decal/techfloor{
- dir = 5
- },
-/obj/machinery/pipedispenser,
-/obj/effect/turf_decal/industrial/hatch/yellow,
-/obj/machinery/airalarm/directional/east,
-/turf/open/floor/plasteel/tech/grid,
-/area/ship/engineering)
-"Fu" = (
-/obj/effect/decal/cleanable/dirt/dust,
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{
- dir = 8
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{
- dir = 4
- },
-/obj/machinery/firealarm/directional/south,
-/obj/structure/cable{
- icon_state = "1-4"
- },
-/turf/open/floor/carpet/nanoweave,
-/area/ship/hallway/central)
-"Fy" = (
-/obj/structure/table/wood,
-/obj/effect/turf_decal/siding/wood{
- dir = 10
- },
-/obj/item/flashlight/lamp/green{
- pixel_x = 6;
- pixel_y = 7
- },
-/obj/item/radio/intercom/directional/west,
-/obj/effect/decal/cleanable/dirt/dust,
-/obj/machinery/light/directional/south,
-/obj/item/areaeditor/shuttle,
-/obj/item/radio{
- desc = "An old handheld radio. You could use it, if you really wanted to.";
- icon_state = "radio";
- name = "old radio";
- pixel_x = 2;
- pixel_y = 3
- },
-/obj/item/paicard{
- pixel_x = -7;
- pixel_y = 4
- },
-/turf/open/floor/wood,
-/area/ship/bridge)
-"Fz" = (
-/obj/structure/closet/secure_closet/wall{
- dir = 1;
- icon_door = "red_wall";
- icon_state = "generic_wall";
- name = "equipment locker";
- pixel_y = -28;
- req_access_txt = "1"
- },
-/obj/item/radio/headset/headset_sec/alt,
-/obj/item/radio/headset/headset_sec/alt,
-/obj/item/radio/headset/headset_sec/alt,
-/obj/item/kitchen/knife/combat/survival,
-/obj/item/kitchen/knife/combat/survival,
-/obj/item/kitchen/knife/combat/survival,
-/obj/item/flashlight/seclite,
-/obj/item/flashlight/seclite,
-/obj/item/flashlight/seclite,
-/obj/item/clothing/shoes/combat,
-/obj/item/clothing/shoes/combat,
-/obj/item/clothing/shoes/combat,
-/obj/item/clothing/under/rank/security/officer/minutemen,
-/obj/item/clothing/under/rank/security/officer/minutemen,
-/obj/item/clothing/under/rank/security/officer/minutemen,
-/obj/effect/turf_decal/siding/thinplating/dark{
- dir = 1
- },
-/obj/effect/turf_decal/siding/thinplating/dark,
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{
- dir = 5
- },
-/obj/structure/cable{
- icon_state = "1-4"
- },
-/obj/structure/cable{
- icon_state = "4-8"
- },
-/turf/open/floor/plasteel/patterned,
-/area/ship/security)
-"FW" = (
-/obj/machinery/atmospherics/components/unary/outlet_injector/on/layer4{
- dir = 1
- },
-/turf/open/floor/engine/hull,
-/area/ship/external)
-"Gd" = (
-/obj/effect/turf_decal/siding/thinplating/dark{
- dir = 8
- },
-/obj/effect/decal/cleanable/dirt/dust,
-/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4,
-/turf/open/floor/plasteel/patterned,
-/area/ship/cargo)
-"Gf" = (
-/turf/closed/wall/mineral/plastitanium/nodiagonal,
-/area/ship/hallway/central)
-"Gh" = (
-/turf/closed/wall/mineral/plastitanium,
-/area/ship/engineering)
-"Gm" = (
-/obj/machinery/door/poddoor{
- dir = 4;
- id = "minutecop_bridge"
- },
-/obj/effect/spawner/structure/window/plasma/reinforced/plastitanium,
-/turf/open/floor/plating,
-/area/ship/bridge)
-"Gr" = (
-/obj/machinery/autolathe,
-/obj/item/stack/sheet/glass/fifty{
- pixel_x = 6
- },
-/obj/item/stack/sheet/metal/fifty,
-/obj/item/stack/sheet/plasteel/twenty{
- pixel_x = -3;
- pixel_y = 6
- },
-/obj/effect/turf_decal/industrial/warning{
- color = "#808080";
- dir = 1
- },
-/obj/effect/decal/cleanable/glass{
- pixel_x = -11;
- pixel_y = 2
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{
- dir = 1
- },
-/turf/open/floor/plasteel/tech/techmaint,
-/area/ship/engineering)
-"Gu" = (
-/obj/machinery/porta_turret/ship/ballistic{
- dir = 5
- },
-/turf/closed/wall/mineral/plastitanium,
-/area/ship/bridge)
-"Gv" = (
-/obj/effect/turf_decal/techfloor/orange{
- dir = 1
- },
-/obj/structure/closet/crate/engineering,
-/obj/effect/decal/cleanable/dirt/dust,
-/obj/item/toy/plush/beeplushie,
-/obj/item/rcl,
-/obj/item/reagent_containers/food/snacks/chips{
- pixel_x = 6;
- pixel_y = -1
- },
-/obj/item/trash/sosjerky{
- pixel_y = 4
- },
-/obj/item/radio/intercom/directional/north,
-/turf/open/floor/plasteel/tech/techmaint,
-/area/ship/engineering)
-"GF" = (
-/obj/machinery/computer/helm{
- dir = 8
- },
-/obj/effect/turf_decal/techfloor{
- dir = 6
- },
-/turf/open/floor/plasteel/tech,
-/area/ship/bridge)
-"GI" = (
-/obj/effect/turf_decal/siding/white{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{
- dir = 9
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{
- dir = 9
- },
-/turf/open/floor/plasteel,
-/area/ship/hallway/central)
-"GK" = (
-/obj/effect/turf_decal/industrial/warning{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{
- dir = 8
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{
- dir = 4
- },
-/obj/machinery/power/apc/auto_name/directional/south,
-/obj/structure/cable{
- icon_state = "4-8"
- },
-/obj/structure/cable{
- icon_state = "0-8"
- },
-/obj/machinery/door/firedoor/border_only{
- dir = 8
- },
-/obj/machinery/door/firedoor/border_only{
- dir = 4
- },
-/turf/open/floor/plastic,
-/area/ship/hallway/central)
-"Ha" = (
-/obj/effect/decal/cleanable/food/flour,
-/turf/open/floor/plastic,
-/area/ship/hallway/central)
-"Hw" = (
-/obj/machinery/atmospherics/components/binary/dp_vent_pump/layer2,
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4,
-/turf/open/floor/plasteel/patterned/grid,
-/area/ship/hallway/central)
-"HJ" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{
- dir = 8
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{
- dir = 4
- },
-/obj/structure/cable{
- icon_state = "4-8"
- },
-/obj/structure/closet/wall{
- dir = 1;
- icon_door = null;
- name = "radio locker";
- pixel_y = -28
- },
-/obj/item/radio,
-/obj/item/radio,
-/obj/item/radio,
-/obj/item/radio,
-/turf/open/floor/plastic,
-/area/ship/hallway/central)
-"Ip" = (
-/obj/effect/turf_decal/steeldecal/steel_decals_central4{
- dir = 1
- },
-/turf/open/floor/plasteel/patterned,
-/area/ship/cargo)
-"IF" = (
-/obj/structure/chair/office/light{
- dir = 1;
- pixel_y = 3
- },
-/obj/effect/turf_decal/siding/wood,
-/turf/open/floor/wood,
-/area/ship/crew)
-"IX" = (
-/turf/closed/wall/mineral/plastitanium/nodiagonal,
-/area/ship/engineering)
-"Jh" = (
-/obj/machinery/door/poddoor{
- id = "minutecop_windows"
- },
-/obj/effect/spawner/structure/window/plasma/reinforced/plastitanium,
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{
- dir = 1
- },
-/turf/open/floor/plating,
-/area/ship/engineering)
-"Jo" = (
-/obj/item/clothing/shoes/sneakers/black,
-/obj/item/clothing/shoes/sneakers/black,
-/obj/item/clothing/shoes/sneakers/black,
-/obj/item/clothing/shoes/sneakers/black,
-/obj/item/clothing/shoes/sneakers/black,
-/obj/item/clothing/under/rank/security/officer/minutemen,
-/obj/item/clothing/under/rank/security/officer/minutemen,
-/obj/item/clothing/under/rank/security/officer/minutemen,
-/obj/item/clothing/under/rank/security/officer/minutemen,
-/obj/item/clothing/under/rank/security/officer/minutemen,
-/obj/effect/decal/cleanable/dirt/dust,
-/obj/effect/turf_decal/siding/wood{
- dir = 10
- },
-/obj/structure/closet/wall{
- dir = 1;
- name = "uniform closet";
- pixel_y = -30
- },
-/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{
- dir = 1
- },
-/obj/machinery/newscaster/directional/west,
-/obj/item/storage/backpack/security/cmm,
-/obj/item/storage/backpack/security/cmm,
-/obj/item/storage/backpack/security/cmm,
-/obj/item/storage/backpack/security/cmm,
-/obj/item/storage/backpack/security/cmm,
-/obj/item/storage/backpack/security/cmm,
-/turf/open/floor/wood,
-/area/ship/crew)
-"Ju" = (
-/obj/effect/turf_decal/siding/thinplating/dark{
- dir = 4
- },
-/obj/effect/turf_decal/industrial/stand_clear,
-/obj/machinery/button/door{
- dir = 8;
- id = "minutecop_cargohatch";
- name = "Cargo hatch";
- pixel_x = 23;
- pixel_y = 10
- },
-/obj/machinery/button/shieldwallgen{
- dir = 8;
- id = "corvus_cargo";
- pixel_x = 21
- },
-/obj/structure/cable{
- icon_state = "1-10"
- },
-/turf/open/floor/plasteel/patterned,
-/area/ship/cargo)
-"JE" = (
-/obj/effect/turf_decal/steeldecal/steel_decals10{
- dir = 9
- },
-/obj/effect/turf_decal/steeldecal/steel_decals10{
- dir = 10
- },
-/obj/effect/decal/cleanable/dirt/dust,
-/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2,
-/turf/open/floor/plasteel/dark,
-/area/ship/bridge)
-"Kz" = (
-/obj/structure/window/reinforced{
- dir = 4
- },
-/obj/structure/bed,
-/obj/item/bedsheet/grey,
-/obj/effect/turf_decal/corner/opaque/grey/diagonal,
-/obj/machinery/flasher{
- id = "minuteman_cell1";
- pixel_x = -25
- },
-/turf/open/floor/plasteel/dark,
-/area/ship/cargo)
-"Lj" = (
-/obj/effect/turf_decal/siding/thinplating/dark{
- dir = 4
- },
-/obj/structure/closet/crate/medical,
-/obj/item/storage/firstaid/medical,
-/obj/item/roller,
-/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2,
-/obj/item/storage/pill_bottle/iron,
-/obj/item/storage/pill_bottle/charcoal,
-/obj/structure/extinguisher_cabinet/directional/east,
-/obj/machinery/light_switch{
- pixel_x = 19;
- dir = 8;
- pixel_y = 11
- },
-/turf/open/floor/plasteel/patterned,
-/area/ship/cargo)
-"Lq" = (
-/obj/structure/window/reinforced{
- dir = 8
- },
-/obj/machinery/atmospherics/components/unary/shuttle/heater{
- dir = 4
- },
-/obj/structure/window/plasma/reinforced/spawner/east,
-/obj/machinery/door/poddoor{
- dir = 4;
- id = "minutemen_corvus_engines";
- name = "Thruster Blast Door"
- },
-/turf/open/floor/plating,
-/area/ship/engineering)
-"LE" = (
-/obj/structure/table/reinforced,
-/obj/machinery/computer/secure_data/laptop{
- pixel_x = -3;
- pixel_y = 2
- },
-/obj/machinery/recharger{
- pixel_x = 12
- },
-/obj/effect/turf_decal/techfloor{
- dir = 9
- },
-/turf/open/floor/plasteel/tech,
-/area/ship/bridge)
-"Mh" = (
-/obj/structure/bed,
-/obj/item/bedsheet/dorms,
-/obj/structure/curtain/cloth/grey,
-/obj/structure/extinguisher_cabinet/directional/north,
-/turf/open/floor/carpet/royalblue,
-/area/ship/crew)
-"Mt" = (
-/obj/structure/table,
-/obj/machinery/recharger{
- pixel_x = 8;
- pixel_y = 3
- },
-/obj/item/storage/box/handcuffs{
- pixel_x = -5;
- pixel_y = 3
- },
-/obj/structure/reagent_dispensers/peppertank{
- pixel_x = 31
- },
-/obj/effect/turf_decal/siding/thinplating/dark{
- dir = 6
- },
-/obj/effect/decal/cleanable/dirt/dust,
-/obj/machinery/power/apc/auto_name/directional/south,
-/obj/structure/cable,
-/obj/item/gps{
- gpstag = null;
- pixel_x = -9;
- pixel_y = 7
- },
-/obj/machinery/light_switch{
- dir = 1;
- pixel_x = -12;
- pixel_y = -22
- },
-/turf/open/floor/plasteel/patterned,
-/area/ship/cargo)
-"Mu" = (
-/obj/machinery/door/poddoor{
- id = "minutecop_windows"
- },
-/obj/effect/spawner/structure/window/plasma/reinforced/plastitanium,
-/turf/open/floor/plating,
-/area/ship/engineering)
-"MA" = (
-/obj/structure/sink{
- dir = 8;
- pixel_x = 13;
- pixel_y = 2
- },
-/obj/structure/mirror{
- pixel_x = 27
- },
-/obj/effect/decal/cleanable/dirt/dust,
-/obj/effect/decal/cleanable/dirt/dust,
-/obj/effect/decal/cleanable/garbage,
-/obj/effect/decal/cleanable/wrapping,
-/obj/machinery/light/small/directional/south,
-/turf/open/floor/plasteel/showroomfloor,
-/area/ship/hallway/central)
-"MT" = (
-/obj/structure/table/reinforced,
-/obj/machinery/computer/security/telescreen/entertainment{
- pixel_y = 28
- },
-/obj/effect/decal/cleanable/dirt/dust,
-/obj/item/newspaper{
- pixel_x = 5;
- pixel_y = 6
- },
-/obj/item/reagent_containers/food/drinks/britcup{
- pixel_x = -6
- },
-/obj/item/spacecash/bundle/c1000{
- pixel_x = 3;
- pixel_y = -4
- },
-/turf/open/floor/plastic,
-/area/ship/hallway/central)
-"Nr" = (
-/obj/structure/railing{
- dir = 2;
- layer = 4.1
- },
-/obj/effect/decal/cleanable/dirt/dust,
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{
- dir = 8
- },
-/obj/structure/chair/comfy/shuttle{
- dir = 4;
- name = "Helm"
- },
-/turf/open/floor/plasteel/dark,
-/area/ship/bridge)
-"NE" = (
-/obj/effect/turf_decal/techfloor/orange,
-/obj/effect/turf_decal/techfloor/hole/right,
-/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{
- dir = 8
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{
- dir = 8
- },
-/obj/structure/cable{
- icon_state = "1-4"
- },
-/obj/structure/cable{
- icon_state = "4-8"
- },
-/obj/machinery/atmospherics/pipe/simple/orange/visible{
- dir = 4
- },
-/turf/open/floor/plasteel/tech/techmaint,
-/area/ship/engineering)
-"NL" = (
-/obj/effect/turf_decal/techfloor{
- dir = 10
- },
-/obj/structure/chair/office{
- dir = 4;
- name = "tactical swivel chair"
- },
-/obj/machinery/newscaster/directional/west,
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{
- dir = 6
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{
- dir = 6
- },
-/turf/open/floor/plasteel/tech,
-/area/ship/security)
-"NY" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{
- dir = 8
- },
-/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{
- dir = 2
- },
-/obj/machinery/light/directional/south,
-/obj/structure/cable{
- icon_state = "4-8"
- },
-/turf/open/floor/plastic,
-/area/ship/hallway/central)
-"Ok" = (
-/obj/structure/bed,
-/obj/item/bedsheet/blue,
-/obj/structure/curtain/bounty,
-/obj/effect/decal/cleanable/dirt/dust,
-/obj/structure/sign/poster/minutemen/bard{
- pixel_y = 32
- },
-/turf/open/floor/carpet/royalblue,
-/area/ship/bridge)
-"Ov" = (
-/obj/machinery/door/window/northright{
- dir = 2
- },
-/obj/effect/turf_decal/techfloor{
- dir = 1
- },
-/obj/effect/turf_decal/box,
-/obj/effect/turf_decal/industrial/outline/yellow,
-/obj/item/tank/jetpack/carbondioxide,
-/obj/machinery/suit_storage_unit/inherit/industrial,
-/obj/item/clothing/suit/space/hardsuit/security/independent/minutemen,
-/obj/structure/railing{
- dir = 4
- },
-/turf/open/floor/plasteel/tech/grid,
-/area/ship/hallway/central)
-"PA" = (
-/obj/effect/turf_decal/siding/thinplating/dark{
- dir = 8
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{
- dir = 5
- },
-/turf/open/floor/plasteel/patterned,
-/area/ship/cargo)
-"PE" = (
-/obj/machinery/power/port_gen/pacman,
-/obj/effect/turf_decal/industrial/warning{
- color = "#808080";
- dir = 1
- },
-/obj/effect/turf_decal/industrial/hatch/yellow,
-/obj/structure/cable/yellow,
-/obj/item/stack/sheet/mineral/plasma/five{
- pixel_x = -4
- },
-/obj/item/stack/sheet/mineral/plasma/five{
- pixel_y = -7
- },
-/turf/open/floor/plasteel/tech/techmaint,
-/area/ship/engineering)
-"Qj" = (
-/obj/effect/turf_decal/siding/wood{
- dir = 9
- },
-/obj/effect/decal/cleanable/dirt/dust,
-/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{
- dir = 1
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{
- dir = 1
- },
-/obj/structure/cable{
- icon_state = "1-4"
- },
-/turf/open/floor/wood,
-/area/ship/crew)
-"QY" = (
-/obj/effect/decal/cleanable/dirt,
-/obj/machinery/power/shieldwallgen/atmos{
- anchored = 1;
- dir = 8;
- id = "corvus_cargo";
- locked = 1
- },
-/obj/machinery/door/poddoor{
- id = "minutecop_cargohatch";
- name = "Cargo Bay Blast Door"
- },
-/obj/structure/cable{
- icon_state = "0-2"
- },
-/turf/open/floor/plasteel/patterned/ridged,
-/area/ship/cargo)
-"Ri" = (
-/obj/machinery/power/smes/shuttle/precharged{
- dir = 4
- },
-/obj/structure/cable{
- icon_state = "0-8"
- },
-/obj/machinery/door/window/eastright{
- name = "Engine Access"
- },
-/obj/structure/window/reinforced{
- dir = 8
- },
-/obj/machinery/door/poddoor{
- dir = 4;
- id = "minutemen_corvus_engines";
- name = "Thruster Blast Door"
- },
-/turf/open/floor/plating,
-/area/ship/engineering)
-"Rj" = (
-/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2,
-/turf/open/floor/plastic,
-/area/ship/hallway/central)
-"RU" = (
-/obj/effect/turf_decal/techfloor/orange,
-/obj/effect/decal/cleanable/dirt/dust,
-/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{
- dir = 5
- },
-/obj/structure/cable/yellow{
- icon_state = "1-2"
- },
-/obj/structure/cable{
- icon_state = "4-8"
- },
-/obj/machinery/atmospherics/pipe/simple/orange/visible{
- dir = 4
- },
-/turf/open/floor/plasteel/tech/techmaint,
-/area/ship/engineering)
-"Sd" = (
-/obj/structure/sign/minutemen,
-/turf/closed/wall/mineral/plastitanium/nodiagonal,
-/area/ship/bridge)
-"Sn" = (
-/turf/closed/wall/mineral/plastitanium/nodiagonal,
-/area/ship/crew)
-"SH" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{
- dir = 8
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{
- dir = 4
- },
-/turf/open/floor/plasteel/patterned/grid,
-/area/ship/hallway/central)
-"ST" = (
-/obj/effect/turf_decal/techfloor{
- dir = 6
- },
-/obj/structure/rack,
-/obj/item/storage/toolbox/mechanical,
-/obj/item/geiger_counter{
- pixel_x = 4;
- pixel_y = 4
- },
-/turf/open/floor/plasteel/tech/grid,
-/area/ship/engineering)
-"Tk" = (
-/obj/effect/turf_decal/techfloor/orange,
-/obj/structure/railing{
- dir = 2;
- layer = 4.1
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{
- dir = 8
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{
- dir = 8
- },
-/obj/structure/cable{
- icon_state = "4-8"
- },
-/obj/machinery/atmospherics/pipe/simple/orange/visible{
- dir = 10
- },
-/turf/open/floor/plasteel/tech/techmaint,
-/area/ship/engineering)
-"To" = (
-/obj/machinery/power/shuttle/engine/electric{
- dir = 4
- },
-/obj/structure/cable{
- icon_state = "0-4"
- },
-/turf/open/floor/plating,
-/area/ship/engineering)
-"TS" = (
-/obj/structure/closet/wall/red{
- name = "Ammo locker";
- pixel_y = 28
- },
-/obj/item/ammo_box/magazine/m45{
- pixel_x = 9
- },
-/obj/item/ammo_box/magazine/m45{
- pixel_x = 6
- },
-/obj/item/ammo_box/magazine/m45{
- pixel_x = 5
- },
-/obj/item/ammo_box/magazine/m45/rubber,
-/obj/item/ammo_box/magazine/m45/rubber,
-/obj/item/ammo_box/magazine/m45/rubber,
-/obj/effect/turf_decal/corner/opaque/red/border{
- dir = 1
- },
-/obj/item/ammo_box/magazine/m45/rubber,
-/obj/item/ammo_box/magazine/smgm9mm{
- pixel_x = 2;
- pixel_y = 1
- },
-/obj/item/ammo_box/magazine/smgm9mm/rubber{
- pixel_x = -5;
- pixel_y = -2
- },
-/obj/item/ammo_box/magazine/smgm9mm,
-/turf/open/floor/plasteel/dark,
-/area/ship/security)
-"Ua" = (
-/obj/effect/decal/cleanable/dirt/dust,
-/obj/structure/cable{
- icon_state = "2-5"
- },
-/obj/structure/cable{
- icon_state = "2-9"
- },
-/turf/open/floor/plasteel/patterned,
-/area/ship/cargo)
-"Um" = (
-/obj/effect/turf_decal/siding/thinplating/dark,
-/obj/effect/turf_decal/siding/thinplating/dark{
- dir = 1
- },
-/obj/effect/decal/cleanable/dirt/dust,
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{
- dir = 5
- },
-/obj/structure/cable{
- icon_state = "4-8"
- },
-/turf/open/floor/plasteel/patterned,
-/area/ship/security)
-"Uq" = (
-/obj/effect/decal/cleanable/dirt/dust,
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{
- dir = 4
- },
-/obj/structure/cable{
- icon_state = "1-4"
- },
-/turf/open/floor/plasteel/patterned,
-/area/ship/cargo)
-"Uy" = (
-/turf/closed/wall/mineral/plastitanium/nodiagonal,
-/area/ship/cargo)
-"UP" = (
-/obj/machinery/atmospherics/pipe/layer_manifold,
-/obj/effect/turf_decal/industrial/hatch/yellow,
-/obj/machinery/door/airlock/external/glass,
-/obj/effect/mapping_helpers/airlock/cyclelink_helper{
- dir = 1
- },
-/turf/open/floor/plasteel/patterned/grid,
-/area/ship/hallway/central)
-"Vi" = (
-/obj/effect/turf_decal/techfloor/orange/corner{
- dir = 4
- },
-/obj/effect/decal/cleanable/dirt/dust,
-/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{
- dir = 8
- },
-/obj/structure/cable{
- icon_state = "1-2"
- },
-/obj/structure/cable{
- icon_state = "2-8"
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{
- dir = 10
- },
-/turf/open/floor/plasteel/tech/techmaint,
-/area/ship/engineering)
-"VR" = (
-/obj/machinery/shower{
- pixel_y = 13
- },
-/obj/structure/curtain/bounty,
-/obj/structure/spider/cocoon,
-/obj/structure/spider/stickyweb,
-/obj/structure/spider/stickyweb,
-/turf/open/floor/plating,
-/area/ship/hallway/central)
-"Wl" = (
-/obj/effect/turf_decal/siding/wood{
- dir = 5
- },
-/obj/structure/table/wood,
-/obj/item/storage/fancy/cigarettes/cigars/havana{
- pixel_x = 4;
- pixel_y = 9
- },
-/obj/item/storage/fancy/cigarettes/cigars/havana{
- pixel_x = 4;
- pixel_y = 13
- },
-/obj/item/lighter{
- pixel_x = 10
- },
-/obj/item/newspaper{
- pixel_x = 7;
- pixel_y = -8
- },
-/obj/machinery/power/apc/auto_name/directional/east,
-/obj/machinery/computer/helm/viewscreen/directional/north{
- pixel_y = 28
- },
-/obj/structure/cable{
- icon_state = "0-8"
- },
-/turf/open/floor/wood,
-/area/ship/crew)
-"WT" = (
-/obj/effect/turf_decal/borderfloorblack{
- dir = 4
- },
-/obj/effect/turf_decal/corner/opaque/orange{
- dir = 9
- },
-/obj/machinery/door/airlock/maintenance_hatch{
- dir = 4;
- name = "Engineering"
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{
- dir = 8
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{
- dir = 4
- },
-/obj/structure/cable{
- icon_state = "4-8"
- },
-/obj/machinery/door/firedoor/border_only{
- dir = 4
- },
-/obj/machinery/door/firedoor/border_only{
- dir = 8
- },
-/turf/open/floor/plasteel/tech/techmaint,
-/area/ship/engineering)
-"WW" = (
-/obj/machinery/door/window/brigdoor/southright,
-/obj/effect/turf_decal/corner/opaque/red/border,
-/turf/open/floor/plasteel/dark,
-/area/ship/security)
-"WY" = (
-/obj/effect/turf_decal/techfloor/orange{
- dir = 9
- },
-/obj/effect/turf_decal/steeldecal/steel_decals2,
-/obj/item/wirecutters{
- pixel_x = 6;
- pixel_y = -8
- },
-/obj/machinery/firealarm/directional/north{
- pixel_x = 4
- },
-/obj/machinery/atmospherics/pipe/simple/orange/visible{
- dir = 10
- },
-/obj/item/kirbyplants/random,
-/obj/machinery/button/door{
- id = "minutemen_corvus_engines";
- name = "Engine Blast Doors";
- pixel_x = -10;
- pixel_y = 24
- },
-/turf/open/floor/plasteel/tech/grid,
-/area/ship/engineering)
-"Xr" = (
-/obj/effect/turf_decal/techfloor/corner{
- dir = 1
- },
-/obj/effect/turf_decal/techfloor/corner,
-/obj/effect/turf_decal/steeldecal/steel_decals1,
-/obj/effect/decal/cleanable/dirt/dust,
-/obj/structure/chair/comfy/shuttle{
- dir = 4;
- name = "Helm"
- },
-/turf/open/floor/plasteel/tech,
-/area/ship/bridge)
-"XM" = (
-/obj/machinery/power/apc/auto_name/directional/west,
-/obj/structure/cable{
- icon_state = "0-1"
- },
-/obj/machinery/light_switch{
- dir = 4;
- pixel_x = -19;
- pixel_y = 12
- },
-/turf/open/floor/plasteel/stairs{
- dir = 1;
- icon = 'icons/obj/stairs.dmi'
- },
-/area/ship/bridge)
-"XO" = (
-/obj/effect/turf_decal/industrial/warning{
- dir = 4
- },
-/obj/effect/decal/cleanable/dirt/dust,
-/obj/machinery/firealarm/directional/north,
-/obj/machinery/door/firedoor/border_only{
- dir = 8
- },
-/obj/machinery/door/firedoor/border_only{
- dir = 4
- },
-/turf/open/floor/plastic,
-/area/ship/hallway/central)
-"XR" = (
-/obj/effect/turf_decal/industrial/hatch/yellow,
-/obj/machinery/door/airlock/external/glass{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{
- dir = 8
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{
- dir = 4
- },
-/obj/effect/mapping_helpers/airlock/cyclelink_helper{
- dir = 4
- },
-/turf/open/floor/plasteel/patterned/grid,
-/area/ship/hallway/central)
-"XU" = (
-/obj/structure/closet/firecloset/wall{
- dir = 8;
- pixel_x = 28
- },
-/obj/effect/turf_decal/techfloor/orange{
- dir = 5
- },
-/obj/item/trash/raisins{
- pixel_x = -6;
- pixel_y = 6
- },
-/obj/structure/cable{
- icon_state = "2-9"
- },
-/obj/structure/cable{
- icon_state = "2-8"
- },
-/turf/open/floor/plasteel/tech/grid,
-/area/ship/engineering)
-"Yh" = (
-/obj/structure/railing{
- dir = 2;
- layer = 4.1
- },
-/obj/effect/decal/cleanable/dirt/dust,
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{
- dir = 8
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{
- dir = 9
- },
-/turf/open/floor/plasteel/dark,
-/area/ship/bridge)
-"Yn" = (
-/obj/machinery/light/directional/north,
-/obj/machinery/holopad/emergency/command,
-/obj/effect/decal/cleanable/dirt/dust,
-/turf/open/floor/plasteel/dark,
-/area/ship/bridge)
-"Yq" = (
-/obj/item/trash/popcorn{
- pixel_x = -4;
- pixel_y = 11
- },
-/obj/machinery/atmospherics/components/binary/pump{
- dir = 1;
- name = "engine fuel pump"
- },
-/obj/effect/turf_decal/number/five,
-/turf/open/floor/plasteel/tech/grid,
-/area/ship/engineering)
-"YE" = (
-/obj/structure/window/reinforced{
- dir = 8
- },
-/obj/structure/closet/secure_closet{
- icon_door = "tac";
- icon_state = "tac";
- name = "boarding tools locker";
- req_access_txt = "3"
- },
-/obj/item/storage/backpack/duffelbag/syndie/x4{
- icon_state = "duffel-sec";
- name = "breaching charges duffel bag"
- },
-/obj/item/door_seal,
-/obj/item/door_seal,
-/obj/effect/turf_decal/corner/opaque/red/border{
- dir = 9
- },
-/obj/machinery/light/directional/north,
-/obj/effect/decal/cleanable/dirt/dust,
-/turf/open/floor/plasteel/dark,
-/area/ship/security)
-"YG" = (
-/obj/effect/turf_decal/techfloor/orange{
- dir = 1
- },
-/obj/effect/turf_decal/industrial/caution,
-/obj/effect/decal/cleanable/dirt/dust,
-/obj/effect/decal/cleanable/dirt/dust,
-/obj/structure/cable/yellow{
- icon_state = "0-2"
- },
-/obj/machinery/power/terminal{
- dir = 1
- },
-/obj/structure/cable{
- icon_state = "4-8"
- },
-/turf/open/floor/plasteel/tech/grid,
-/area/ship/engineering)
-"YL" = (
-/obj/machinery/door/window/brigdoor/southright{
- dir = 4;
- req_access_txt = "1"
- },
-/obj/effect/turf_decal/industrial/warning{
- color = "#808080";
- dir = 2
- },
-/obj/effect/turf_decal/corner/opaque/grey/diagonal,
-/obj/effect/turf_decal/industrial/warning{
- color = "#808080";
- dir = 1
- },
-/obj/machinery/computer/helm/viewscreen/directional/west,
-/turf/open/floor/plasteel/dark,
-/area/ship/cargo)
-"YM" = (
-/obj/structure/table/reinforced,
-/obj/item/paper_bin{
- pixel_x = -8;
- pixel_y = 4
- },
-/obj/item/pen/fountain/captain{
- pixel_x = -6;
- pixel_y = 5
- },
-/obj/item/folder/blue{
- pixel_x = 6;
- pixel_y = 6
- },
-/obj/item/stamp/captain{
- pixel_x = -8;
- pixel_y = 12
- },
-/obj/item/stamp/head_of_personnel{
- pixel_x = -10;
- pixel_y = 10
- },
-/obj/item/newspaper,
-/obj/effect/turf_decal/techfloor{
- dir = 5
- },
-/obj/item/desk_flag{
- pixel_x = 10
- },
-/turf/open/floor/plasteel/tech,
-/area/ship/bridge)
-"YO" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{
- dir = 8
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{
- dir = 4
- },
-/obj/item/radio/intercom/directional/south,
-/turf/open/floor/carpet/nanoweave,
-/area/ship/hallway/central)
-"YT" = (
-/obj/machinery/porta_turret/ship/ballistic{
- dir = 10
- },
-/turf/closed/wall/mineral/plastitanium,
-/area/ship/engineering)
-"Zh" = (
-/obj/structure/table/reinforced,
-/obj/effect/turf_decal/techfloor{
- dir = 6
- },
-/obj/machinery/fax,
-/turf/open/floor/plasteel/tech,
-/area/ship/bridge)
-"Zt" = (
-/obj/machinery/power/shuttle/engine/fueled/plasma{
- dir = 4
- },
-/turf/open/floor/plating,
-/area/ship/engineering)
-"Zx" = (
-/obj/item/reagent_containers/spray/cleaner{
- pixel_x = -8;
- pixel_y = -4
- },
-/obj/item/reagent_containers/glass/bucket,
-/obj/structure/closet/wall{
- dir = 1;
- name = "Janitorial supplies";
- pixel_y = -28
- },
-/obj/effect/decal/cleanable/dirt/dust,
-/obj/effect/decal/cleanable/dirt/dust,
-/obj/item/holosign_creator/janibarrier{
- pixel_x = 5;
- pixel_y = -7
- },
-/obj/item/soap/deluxe,
-/obj/item/mop,
-/obj/item/storage/bag/trash,
-/turf/open/floor/plasteel/showroomfloor,
-/area/ship/hallway/central)
-"ZG" = (
-/obj/effect/turf_decal/techfloor,
-/obj/effect/decal/cleanable/dirt/dust,
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{
- dir = 10
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{
- dir = 4
- },
-/turf/open/floor/plasteel/tech,
-/area/ship/security)
-
-(1,1,1) = {"
-bA
-bA
-bA
-bA
-IX
-Zt
-To
-To
-Zt
-IX
-bA
-bA
-bA
-bA
-"}
-(2,1,1) = {"
-bA
-bA
-bA
-bA
-IX
-sL
-hp
-Ri
-Lq
-IX
-bA
-bA
-bA
-bA
-"}
-(3,1,1) = {"
-bA
-bA
-bA
-EW
-IX
-WY
-iJ
-mo
-gP
-IX
-YT
-bA
-bA
-bA
-"}
-(4,1,1) = {"
-bA
-bA
-bA
-IX
-oQ
-YG
-tp
-kE
-RU
-PE
-IX
-bA
-bA
-bA
-"}
-(5,1,1) = {"
-bA
-bA
-bA
-IX
-kR
-XU
-bf
-Vi
-NE
-Gr
-Jh
-FW
-bA
-bA
-"}
-(6,1,1) = {"
-bA
-bA
-Bk
-Uy
-Uy
-Uy
-IX
-qU
-wx
-IX
-IX
-Gh
-bA
-bA
-"}
-(7,1,1) = {"
-bA
-hc
-Uy
-Kz
-YL
-nI
-IX
-Co
-ej
-sW
-fy
-IX
-Gh
-bA
-"}
-(8,1,1) = {"
-bA
-ER
-iV
-Gd
-PA
-yu
-IX
-Gv
-Tk
-gS
-Yq
-cq
-IX
-bA
-"}
-(9,1,1) = {"
-bA
-Bg
-Ip
-Ua
-Uq
-eZ
-IX
-Ci
-dU
-jE
-rx
-rb
-Mu
-bA
-"}
-(10,1,1) = {"
-bA
-QY
-Ju
-Lj
-oj
-Mt
-IX
-Eo
-qb
-Fa
-fr
-ST
-Mu
-bA
-"}
-(11,1,1) = {"
-bA
-uF
-yI
-yI
-vN
-yI
-IX
-IX
-WT
-IX
-IX
-IX
-IX
-bA
-"}
-(12,1,1) = {"
-yI
-yI
-eE
-NL
-sN
-yI
-pN
-Bl
-HJ
-Gf
-Cs
-Mh
-Sn
-Sn
-"}
-(13,1,1) = {"
-yI
-YE
-Cm
-Ds
-bQ
-yI
-MT
-zA
-DS
-jk
-Qj
-BN
-Jo
-Sn
-"}
-(14,1,1) = {"
-yI
-TS
-WW
-ZG
-Um
-dq
-wa
-hK
-mF
-Gf
-oR
-lX
-Az
-BA
-"}
-(15,1,1) = {"
-yI
-cx
-hY
-rt
-xL
-dq
-DY
-Ha
-dB
-Gf
-sy
-IF
-is
-Sn
-"}
-(16,1,1) = {"
-tt
-yI
-BE
-fX
-Fz
-yI
-uK
-Rj
-NY
-Gf
-Wl
-pW
-Sn
-eS
-"}
-(17,1,1) = {"
-bA
-tt
-yI
-yI
-iL
-yI
-Gf
-XO
-GK
-Gf
-Sn
-Sn
-eS
-bA
-"}
-(18,1,1) = {"
-bA
-bA
-Gf
-jF
-gj
-rO
-At
-DJ
-Bu
-Cr
-Es
-of
-bA
-bA
-"}
-(19,1,1) = {"
-bA
-bA
-dJ
-Ov
-qW
-Ab
-lM
-lE
-GI
-nW
-yE
-of
-bA
-bA
-"}
-(20,1,1) = {"
-bA
-bA
-ka
-Gf
-oN
-Gf
-tc
-YO
-Gf
-XR
-Gf
-Gf
-bA
-bA
-"}
-(21,1,1) = {"
-bA
-bA
-eF
-VR
-Zx
-Gf
-rh
-py
-Gf
-SH
-fR
-mz
-bA
-bA
-"}
-(22,1,1) = {"
-bA
-bA
-ka
-qN
-MA
-Gf
-mV
-Fu
-Gf
-rL
-Hw
-UP
-vo
-bA
-"}
-(23,1,1) = {"
-bA
-bA
-cR
-cR
-cR
-cR
-cR
-wu
-cR
-cR
-cR
-Sd
-bA
-bA
-"}
-(24,1,1) = {"
-bA
-bA
-rk
-gH
-Fy
-cR
-tD
-em
-XM
-dI
-Ew
-cR
-bA
-bA
-"}
-(25,1,1) = {"
-bA
-bA
-rk
-zv
-cC
-sc
-JE
-Yh
-LE
-Xr
-Zh
-zu
-bA
-bA
-"}
-(26,1,1) = {"
-bA
-bA
-Gu
-cR
-Ok
-cR
-Yn
-Nr
-YM
-GF
-zu
-hk
-bA
-bA
-"}
-(27,1,1) = {"
-bA
-bA
-bA
-EO
-cR
-cR
-kJ
-tQ
-zu
-Gm
-hk
-bA
-bA
-bA
-"}
-(28,1,1) = {"
-bA
-bA
-bA
-bA
-bA
-Gu
-Gm
-Gm
-qL
-bA
-bA
-bA
-bA
-bA
-"}
diff --git a/_maps/shuttles/minutemen/minutemen_vela.dmm b/_maps/shuttles/minutemen/minutemen_vela.dmm
index ab5b6c7e8a1f..2f39a367d761 100644
--- a/_maps/shuttles/minutemen/minutemen_vela.dmm
+++ b/_maps/shuttles/minutemen/minutemen_vela.dmm
@@ -562,7 +562,7 @@
/obj/item/clothing/suit/toggle/lawyer/minutemen,
/obj/item/clothing/shoes/combat,
/obj/item/clothing/glasses/sunglasses,
-/obj/item/gun/ballistic/automatic/pistol/m1911,
+/obj/item/gun/ballistic/automatic/pistol/candor,
/obj/item/clothing/head/cowboy/sec/minutemen,
/obj/item/radio/headset/minutemen/alt/captain,
/obj/item/storage/backpack,
@@ -5893,10 +5893,6 @@
},
/obj/structure/table,
/obj/machinery/firealarm/directional/south,
-/obj/item/book/manual/wiki/security_space_law{
- pixel_x = 9;
- pixel_y = 4
- },
/obj/item/flashlight/lamp{
pixel_x = -7;
pixel_y = 4
@@ -8315,8 +8311,8 @@
/area/ship/crew/office)
"Th" = (
/obj/structure/guncase,
-/obj/item/gun/ballistic/automatic/pistol/m1911/no_mag,
-/obj/item/gun/ballistic/automatic/pistol/m1911/no_mag,
+/obj/item/gun/ballistic/automatic/pistol/candor/no_mag,
+/obj/item/gun/ballistic/automatic/pistol/candor/no_mag,
/obj/item/gun/ballistic/automatic/smg/cm5{
spawnwithmagazine = 0
},
@@ -9115,7 +9111,7 @@
/area/ship/hallway/fore)
"XC" = (
/obj/structure/table,
-/obj/item/book/manual/wiki/engineering_guide,
+/obj/item/book/manual/wiki/engineering,
/turf/open/floor/wood,
/area/ship/hallway/central)
"XJ" = (
diff --git a/_maps/shuttles/nanotrasen/nanotrasen_heron.dmm b/_maps/shuttles/nanotrasen/nanotrasen_heron.dmm
index 669e1df22ab8..935f0a2595d3 100644
--- a/_maps/shuttles/nanotrasen/nanotrasen_heron.dmm
+++ b/_maps/shuttles/nanotrasen/nanotrasen_heron.dmm
@@ -1365,7 +1365,7 @@
pixel_x = 6;
pixel_y = -3
},
-/obj/item/book/manual/wiki/engineering_guide{
+/obj/item/book/manual/wiki/engineering{
pixel_x = -3;
pixel_y = -8
},
@@ -3506,12 +3506,6 @@
},
/turf/open/floor/plasteel/tech,
/area/ship/engineering/electrical)
-"mW" = (
-/obj/structure/guncase,
-/obj/item/gun/ballistic/automatic/pistol/m1911/no_mag,
-/obj/item/gun/ballistic/automatic/pistol/m1911/no_mag,
-/turf/open/floor/plasteel/tech,
-/area/ship/cargo/office)
"mX" = (
/obj/effect/decal/cleanable/dirt,
/obj/machinery/atmospherics/pipe/simple/purple/hidden,
@@ -4314,27 +4308,6 @@
},
/turf/open/floor/plasteel/white,
/area/ship/medical)
-"pS" = (
-/obj/structure/closet/wall/orange{
- name = "Pilot's Locker";
- pixel_y = 28
- },
-/obj/item/clothing/under/rank/security/officer/military/eng,
-/obj/item/clothing/suit/jacket/leather/duster,
-/obj/item/clothing/suit/jacket/miljacket,
-/obj/item/clothing/mask/bandana/skull,
-/obj/item/clothing/suit/armor/vest/marine,
-/obj/item/instrument/piano_synth/headphones/spacepods{
- pixel_x = -5;
- pixel_y = -1
- },
-/obj/item/clothing/neck/shemagh,
-/obj/item/reagent_containers/spray/pepper{
- pixel_x = 7;
- pixel_y = -6
- },
-/turf/open/floor/plasteel/mono/dark,
-/area/ship/hangar)
"pT" = (
/obj/machinery/atmospherics/pipe/layer_manifold{
dir = 1
@@ -5851,6 +5824,26 @@
},
/turf/open/floor/plasteel/elevatorshaft,
/area/ship/science/robotics)
+"vb" = (
+/obj/structure/closet/wall/orange{
+ name = "Pilot's Locker";
+ pixel_y = 28
+ },
+/obj/item/clothing/under/rank/security/officer/military/eng,
+/obj/item/clothing/suit/jacket/leather/duster,
+/obj/item/clothing/suit/jacket/miljacket,
+/obj/item/clothing/suit/armor/vest/marine,
+/obj/item/instrument/piano_synth/headphones/spacepods{
+ pixel_x = -5;
+ pixel_y = -1
+ },
+/obj/item/clothing/neck/shemagh,
+/obj/item/reagent_containers/spray/pepper{
+ pixel_x = 7;
+ pixel_y = -6
+ },
+/turf/open/floor/plasteel/mono/dark,
+/area/ship/hangar)
"vg" = (
/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{
dir = 8
@@ -6508,7 +6501,7 @@
/obj/item/survey_handheld{
pixel_x = -2
},
-/obj/item/book/manual/wiki/robotics_cyborgs{
+/obj/item/book/manual/wiki/robotics{
pixel_y = -1;
pixel_x = 5
},
@@ -9197,6 +9190,27 @@
},
/turf/open/floor/wood,
/area/ship/crew/dorm/dormtwo)
+"HI" = (
+/obj/structure/closet/wall/orange{
+ name = "Pilot's Locker";
+ pixel_y = 28
+ },
+/obj/item/clothing/under/rank/security/officer/military/eng,
+/obj/item/clothing/suit/jacket/leather/duster,
+/obj/item/clothing/suit/jacket/miljacket,
+/obj/item/clothing/mask/bandana/skull,
+/obj/item/clothing/suit/armor/vest/marine,
+/obj/item/instrument/piano_synth/headphones/spacepods{
+ pixel_x = -5;
+ pixel_y = -1
+ },
+/obj/item/clothing/neck/shemagh,
+/obj/item/reagent_containers/spray/pepper{
+ pixel_x = 7;
+ pixel_y = -6
+ },
+/turf/open/floor/plasteel/mono/dark,
+/area/ship/hangar)
"HO" = (
/obj/effect/turf_decal/techfloor{
dir = 4
@@ -9367,26 +9381,6 @@
/obj/effect/decal/cleanable/dirt,
/turf/open/floor/plasteel/tech,
/area/ship/engineering/electrical)
-"Io" = (
-/obj/structure/closet/wall/orange{
- name = "Pilot's Locker";
- pixel_y = 28
- },
-/obj/item/clothing/under/rank/security/officer/military/eng,
-/obj/item/clothing/suit/jacket/leather/duster,
-/obj/item/clothing/suit/jacket/miljacket,
-/obj/item/clothing/suit/armor/vest/marine,
-/obj/item/instrument/piano_synth/headphones/spacepods{
- pixel_x = -5;
- pixel_y = -1
- },
-/obj/item/clothing/neck/shemagh,
-/obj/item/reagent_containers/spray/pepper{
- pixel_x = 7;
- pixel_y = -6
- },
-/turf/open/floor/plasteel/mono/dark,
-/area/ship/hangar)
"Ip" = (
/obj/structure/table,
/obj/item/reagent_containers/food/snacks/mint,
@@ -11619,6 +11613,12 @@
/obj/item/kirbyplants/random,
/turf/open/floor/plasteel,
/area/ship/hallway/aft)
+"Rs" = (
+/obj/structure/guncase,
+/obj/item/gun/ballistic/automatic/pistol/candor/no_mag,
+/obj/item/gun/ballistic/automatic/pistol/candor/no_mag,
+/turf/open/floor/plasteel/tech,
+/area/ship/cargo/office)
"Ru" = (
/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{
dir = 4
@@ -11794,10 +11794,6 @@
/area/ship/engineering/electrical)
"Se" = (
/obj/structure/table/reinforced,
-/obj/item/book/manual/wiki/security_space_law{
- pixel_x = 5;
- pixel_y = 2
- },
/obj/item/cigbutt/cigarbutt{
pixel_x = 8;
pixel_y = -1
@@ -12200,10 +12196,6 @@
/area/ship/engineering/engine)
"TE" = (
/obj/structure/table,
-/obj/item/book/manual/wiki/security_space_law{
- pixel_x = -5;
- pixel_y = 16
- },
/obj/machinery/light/directional/west{
light_color = "#e8eaff"
},
@@ -13955,10 +13947,6 @@
/area/ship/crew/canteen)
"ZX" = (
/obj/structure/table/reinforced,
-/obj/item/book/manual/wiki/security_space_law{
- pixel_x = 4;
- pixel_y = 2
- },
/obj/machinery/door/window/brigdoor/southright,
/obj/machinery/door/window/brigdoor/southright{
dir = 1;
@@ -15417,7 +15405,7 @@ uQ
uQ
uQ
uQ
-pS
+HI
JE
gN
MI
@@ -15454,9 +15442,9 @@ Ob
Zg
mk
lv
-mW
+Rs
Zg
-Io
+vb
zC
EO
fv
diff --git a/_maps/shuttles/nanotrasen/nanotrasen_mimir.dmm b/_maps/shuttles/nanotrasen/nanotrasen_mimir.dmm
index 8f7fb343e1a4..d6cc2ca80968 100644
--- a/_maps/shuttles/nanotrasen/nanotrasen_mimir.dmm
+++ b/_maps/shuttles/nanotrasen/nanotrasen_mimir.dmm
@@ -70,16 +70,6 @@
},
/turf/open/floor/plasteel/tech/grid,
/area/ship/maintenance/port)
-"aC" = (
-/obj/structure/window/reinforced/spawner{
- dir = 4
- },
-/obj/machinery/conveyor{
- id = "prison_scrap";
- dir = 1
- },
-/turf/open/floor/plating,
-/area/ship/engineering/engine)
"aE" = (
/obj/structure/table,
/obj/machinery/door/window,
@@ -1696,7 +1686,7 @@
/area/ship/engineering/electrical)
"jC" = (
/obj/structure/rack,
-/obj/item/gun/ballistic/shotgun/lethal,
+/obj/item/gun/ballistic/shotgun/brimstone,
/obj/item/storage/box/lethalshot,
/obj/effect/turf_decal/siding/red{
dir = 10
@@ -3721,6 +3711,16 @@
},
/turf/open/floor/plasteel/tech/grid,
/area/ship/maintenance/starboard)
+"vT" = (
+/obj/structure/window/reinforced/spawner{
+ dir = 4
+ },
+/obj/machinery/conveyor{
+ id = "prison_scrap";
+ dir = 1
+ },
+/turf/open/floor/plating,
+/area/ship/engineering/engine)
"wa" = (
/obj/structure/sink/kitchen{
dir = 8;
@@ -5775,7 +5775,7 @@
/area/ship/maintenance/port)
"Ht" = (
/obj/structure/rack,
-/obj/item/gun/ballistic/shotgun/riot,
+/obj/item/gun/ballistic/shotgun/hellfire,
/obj/item/storage/box/rubbershot,
/obj/item/clothing/suit/armor/riot,
/obj/item/shield/riot,
@@ -9127,7 +9127,7 @@ yz
tY
jS
TO
-aC
+vT
Kk
wm
Jy
diff --git a/_maps/shuttles/nanotrasen/nanotrasen_osprey.dmm b/_maps/shuttles/nanotrasen/nanotrasen_osprey.dmm
index 2746cd335f88..95486e6fc6ae 100644
--- a/_maps/shuttles/nanotrasen/nanotrasen_osprey.dmm
+++ b/_maps/shuttles/nanotrasen/nanotrasen_osprey.dmm
@@ -177,7 +177,6 @@
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4,
/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2,
/obj/effect/turf_decal/borderfloor,
-/obj/machinery/door/firedoor,
/turf/open/floor/plasteel/tech,
/area/ship/hallway/central)
"bs" = (
@@ -2976,7 +2975,6 @@
/obj/effect/turf_decal/borderfloor{
dir = 1
},
-/obj/machinery/door/firedoor,
/turf/open/floor/plasteel/tech,
/area/ship/hallway/central)
"tm" = (
@@ -3263,7 +3261,6 @@
"uQ" = (
/obj/machinery/door/airlock/external,
/obj/machinery/atmospherics/pipe/layer_manifold,
-/obj/machinery/door/firedoor,
/turf/open/floor/plasteel/tech,
/area/ship/hallway/central)
"vi" = (
diff --git a/_maps/shuttles/nanotrasen/nanotrasen_skipper.dmm b/_maps/shuttles/nanotrasen/nanotrasen_skipper.dmm
index 1a1d843bbaff..81465759ba48 100644
--- a/_maps/shuttles/nanotrasen/nanotrasen_skipper.dmm
+++ b/_maps/shuttles/nanotrasen/nanotrasen_skipper.dmm
@@ -3710,7 +3710,6 @@
/obj/structure/closet/cardboard{
name = "pranking materials"
},
-/obj/item/storage/box/maid,
/obj/item/toy/katana,
/obj/item/bikehorn,
/obj/item/grown/bananapeel,
diff --git a/_maps/shuttles/pirate/pirate_ember.dmm b/_maps/shuttles/pirate/pirate_ember.dmm
index f114c64f153f..cff10d5446b4 100644
--- a/_maps/shuttles/pirate/pirate_ember.dmm
+++ b/_maps/shuttles/pirate/pirate_ember.dmm
@@ -2894,7 +2894,7 @@
pixel_y = -4;
pixel_x = 3
},
-/obj/item/gun/ballistic/rifle/boltaction/polymer{
+/obj/item/gun/ballistic/rifle/polymer{
pixel_y = -8
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{
@@ -5596,11 +5596,11 @@
/area/ship/engineering/incinerator)
"Bx" = (
/obj/structure/table/reinforced,
-/obj/item/gun/ballistic/revolver/nagant{
+/obj/item/gun/ballistic/revolver/shadow{
pixel_y = 6
},
-/obj/item/gun/ballistic/revolver/nagant,
-/obj/item/gun/ballistic/revolver/nagant{
+/obj/item/gun/ballistic/revolver/shadow,
+/obj/item/gun/ballistic/revolver/shadow{
pixel_y = -5
},
/obj/effect/turf_decal/techfloor{
@@ -5614,7 +5614,7 @@
/area/ship/security/armory)
"By" = (
/obj/structure/guncase,
-/obj/item/gun/ballistic/automatic/smg/thompson{
+/obj/item/gun/ballistic/automatic/smg/mini_uzi{
pixel_y = -3
},
/obj/effect/turf_decal/techfloor{
@@ -5623,7 +5623,7 @@
/obj/structure/railing{
dir = 1
},
-/obj/item/gun/ballistic/rifle/boltaction{
+/obj/item/gun/ballistic/rifle/illestren{
pixel_y = 5
},
/turf/open/floor/plasteel/dark,
@@ -8676,7 +8676,7 @@
/obj/structure/closet/crate/trashcart,
/obj/item/trash/candy,
/obj/effect/decal/cleanable/vomit/old,
-/obj/item/book/manual/wiki/chemistry{
+/obj/item/book/manual/wiki/ghetto_chemistry{
pixel_x = 6;
pixel_y = -5
},
@@ -8985,10 +8985,10 @@
/obj/effect/turf_decal/techfloor/hole{
dir = 8
},
-/obj/item/ammo_box/n762{
+/obj/item/ammo_box/c45_speedloader{
pixel_y = -3
},
-/obj/item/ammo_box/n762{
+/obj/item/ammo_box/c45_speedloader{
pixel_y = -1;
pixel_x = 1
},
@@ -8999,20 +8999,20 @@
pixel_y = 2;
pixel_x = -4
},
-/obj/item/ammo_box/magazine/smgm45/drum{
+/obj/item/ammo_box/magazine/uzim9mm{
pixel_y = -4
},
-/obj/item/ammo_box/magazine/smgm45,
-/obj/item/ammo_box/n762{
+/obj/item/ammo_box/magazine/uzim9mm,
+/obj/item/ammo_box/c45_speedloader{
pixel_y = -3
},
-/obj/item/ammo_box/n762{
+/obj/item/ammo_box/c45_speedloader{
pixel_y = -5;
pixel_x = -1
},
-/obj/item/ammo_box/a762,
-/obj/item/ammo_box/a762,
-/obj/item/storage/toolbox/ammo/a762{
+/obj/item/ammo_box/magazine/illestren_a850r,
+/obj/item/ammo_box/magazine/illestren_a850r,
+/obj/item/storage/toolbox/ammo/a850r{
pixel_y = -6;
pixel_x = 5
},
@@ -9360,7 +9360,7 @@
/obj/structure/table/reinforced{
color = "#c1b6a5"
},
-/obj/item/book/manual/wiki/engineering_hacking{
+/obj/item/book/manual/wiki/hacking{
pixel_x = 5;
pixel_y = 4
},
diff --git a/_maps/shuttles/roumain/srm_elder.dmm b/_maps/shuttles/roumain/srm_elder.dmm
new file mode 100644
index 000000000000..5d8cb37ffc6b
--- /dev/null
+++ b/_maps/shuttles/roumain/srm_elder.dmm
@@ -0,0 +1,5504 @@
+//MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE
+"ac" = (
+/obj/structure/cable{
+ icon_state = "1-2"
+ },
+/obj/effect/turf_decal/siding/brown/corner{
+ dir = 1
+ },
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2,
+/obj/machinery/atmospherics/pipe/manifold4w/scrubbers/hidden/layer4,
+/turf/open/floor/wood/ebony,
+/area/ship/hallway/starboard)
+"af" = (
+/obj/machinery/power/apc/auto_name/directional/south,
+/obj/structure/cable{
+ icon_state = "0-8"
+ },
+/obj/effect/turf_decal/siding/wood{
+ dir = 6
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{
+ dir = 9
+ },
+/turf/open/floor/wood/maple,
+/area/ship/crew/cryo)
+"ag" = (
+/obj/effect/turf_decal/trimline/opaque/orange/line{
+ dir = 6
+ },
+/obj/structure/cable{
+ icon_state = "1-10"
+ },
+/turf/open/floor/plasteel/dark,
+/area/ship/engineering/engine)
+"al" = (
+/obj/effect/turf_decal/siding/wood{
+ dir = 6
+ },
+/turf/open/floor/wood/maple,
+/area/ship/storage)
+"ap" = (
+/obj/effect/turf_decal/spline/fancy/wood/corner,
+/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{
+ dir = 8
+ },
+/turf/open/floor/wood/mahogany,
+/area/ship/bridge)
+"aq" = (
+/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{
+ dir = 1
+ },
+/obj/effect/turf_decal/siding/blue{
+ dir = 10
+ },
+/turf/open/floor/plasteel/white,
+/area/ship/medical)
+"au" = (
+/obj/structure/cable{
+ icon_state = "1-2"
+ },
+/obj/effect/turf_decal/spline/fancy/wood/corner{
+ dir = 1
+ },
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4,
+/turf/open/floor/wood/mahogany,
+/area/ship/bridge)
+"aF" = (
+/obj/machinery/portable_atmospherics/canister/toxins,
+/obj/structure/catwalk/over/plated_catwalk/dark,
+/turf/open/floor/plating,
+/area/ship/engineering/atmospherics)
+"aM" = (
+/obj/structure/cable{
+ icon_state = "2-4"
+ },
+/obj/effect/turf_decal/siding/wood{
+ dir = 9
+ },
+/obj/effect/turf_decal/siding/wood/corner,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{
+ dir = 6
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{
+ dir = 6
+ },
+/turf/open/floor/wood/maple,
+/area/ship/hallway/central)
+"aO" = (
+/obj/structure/flora/grass/jungle,
+/turf/open/floor/grass/ship/jungle,
+/area/ship/roumain)
+"aP" = (
+/turf/closed/wall/r_wall,
+/area/ship/bridge)
+"aS" = (
+/obj/structure/railing/corner{
+ dir = 4
+ },
+/obj/structure/railing/corner{
+ dir = 1
+ },
+/obj/effect/turf_decal/siding/brown{
+ dir = 8
+ },
+/obj/effect/turf_decal/siding/brown{
+ dir = 4
+ },
+/turf/open/floor/wood/maple,
+/area/ship/hallway/starboard)
+"aY" = (
+/obj/structure/flora/grass/jungle,
+/turf/open/floor/grass/ship/jungle,
+/area/ship/bridge)
+"bi" = (
+/obj/structure/window/reinforced/fulltile,
+/obj/structure/grille,
+/obj/machinery/door/firedoor/border_only{
+ dir = 8
+ },
+/obj/machinery/door/firedoor/border_only{
+ dir = 1
+ },
+/obj/machinery/door/poddoor/shutters{
+ id = "elderrearshuts";
+ dir = 8
+ },
+/turf/open/floor/plating,
+/area/ship/bridge)
+"bj" = (
+/obj/item/kirbyplants/random,
+/obj/effect/turf_decal/siding/brown{
+ dir = 6
+ },
+/turf/open/floor/wood/ebony,
+/area/ship/hallway/port)
+"bm" = (
+/obj/structure/cable{
+ icon_state = "4-8"
+ },
+/obj/machinery/airalarm/directional/south,
+/obj/effect/turf_decal/trimline/opaque/orange/filled/line{
+ dir = 8
+ },
+/turf/open/floor/plasteel/dark,
+/area/ship/engineering/engine)
+"bv" = (
+/obj/effect/turf_decal/siding/wood{
+ dir = 10
+ },
+/obj/effect/turf_decal/siding/wood/corner{
+ dir = 4
+ },
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{
+ dir = 4
+ },
+/turf/open/floor/wood/maple,
+/area/ship/hallway/central)
+"bN" = (
+/obj/machinery/suit_storage_unit/inherit,
+/obj/item/tank/internals/emergency_oxygen/double{
+ pixel_x = 4;
+ pixel_y = -6
+ },
+/obj/item/clothing/suit/space/eva{
+ pixel_x = -8
+ },
+/obj/item/clothing/mask/breath{
+ pixel_y = 9;
+ pixel_x = -6
+ },
+/obj/item/clothing/head/helmet/space/eva{
+ pixel_y = 8;
+ pixel_x = 8
+ },
+/turf/open/floor/wood/ebony,
+/area/ship/hallway/starboard)
+"bO" = (
+/obj/machinery/door/firedoor/border_only,
+/obj/machinery/door/poddoor/shutters{
+ id = "elderbayshutters"
+ },
+/turf/open/floor/plasteel/dark,
+/area/ship/hallway/starboard)
+"bW" = (
+/turf/open/floor/engine/hull,
+/area/ship/external/dark)
+"bY" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4,
+/obj/structure/window/reinforced/fulltile,
+/obj/structure/grille,
+/obj/machinery/door/firedoor/border_only,
+/obj/machinery/door/poddoor/shutters{
+ id = "elderemergencyairlockshuts"
+ },
+/turf/open/floor/plating,
+/area/ship/hallway/port)
+"ce" = (
+/obj/effect/turf_decal/siding/wood{
+ dir = 6
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{
+ dir = 9
+ },
+/turf/open/floor/wood/maple,
+/area/ship/hallway/central)
+"cg" = (
+/obj/structure/closet/emcloset/wall{
+ pixel_y = 28
+ },
+/obj/structure/cable{
+ icon_state = "4-8"
+ },
+/obj/effect/turf_decal/siding/brown{
+ dir = 5
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{
+ dir = 4
+ },
+/turf/open/floor/wood/ebony,
+/area/ship/hallway/starboard)
+"cj" = (
+/obj/structure/closet/crate/freezer,
+/obj/item/reagent_containers/food/snacks/egg,
+/obj/item/reagent_containers/food/snacks/egg,
+/obj/item/reagent_containers/food/snacks/egg,
+/obj/item/reagent_containers/food/snacks/egg,
+/obj/item/stack/ore/glass/basalt{
+ amount = 25;
+ pixel_y = -2;
+ pixel_x = -9
+ },
+/obj/item/stack/ore/glass/basalt{
+ amount = 25;
+ pixel_y = -2;
+ pixel_x = -9
+ },
+/obj/item/stack/ore/glass/basalt{
+ amount = 25;
+ pixel_y = -2;
+ pixel_x = -9
+ },
+/obj/item/stack/ore/glass/basalt{
+ amount = 25;
+ pixel_y = -2;
+ pixel_x = -9
+ },
+/turf/open/floor/grass/ship/jungle,
+/area/ship/roumain)
+"co" = (
+/obj/structure/chair/pew/right{
+ dir = 8
+ },
+/obj/structure/flora/grass/jungle/b,
+/turf/open/floor/grass/ship/jungle,
+/area/ship/hallway/central)
+"cp" = (
+/obj/structure/railing{
+ dir = 1
+ },
+/turf/open/floor/grass/ship/jungle,
+/area/ship/roumain)
+"cw" = (
+/obj/structure/window/reinforced/fulltile,
+/obj/structure/grille,
+/obj/machinery/door/firedoor/border_only{
+ dir = 1
+ },
+/obj/machinery/door/poddoor/shutters{
+ dir = 2;
+ id = "elderatriumshuts"
+ },
+/turf/open/floor/plating,
+/area/ship/roumain)
+"cz" = (
+/obj/structure/cable{
+ icon_state = "1-2"
+ },
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{
+ dir = 8
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2,
+/turf/open/floor/wood/mahogany,
+/area/ship/bridge)
+"cJ" = (
+/obj/structure/cable{
+ icon_state = "4-8"
+ },
+/obj/effect/turf_decal/siding/brown/corner{
+ dir = 8
+ },
+/turf/open/floor/wood/ebony,
+/area/ship/hallway/port)
+"cN" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2,
+/obj/machinery/door/airlock/external,
+/obj/machinery/door/firedoor/border_only,
+/obj/machinery/door/poddoor/shutters{
+ id = "elderemergencyairlockshuts"
+ },
+/turf/open/floor/plasteel/dark,
+/area/ship/hallway/port)
+"cR" = (
+/obj/structure/cable{
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{
+ dir = 4
+ },
+/obj/machinery/door/firedoor/border_only{
+ dir = 8
+ },
+/obj/machinery/door/airlock/medical/glass{
+ name = "Medical Bay";
+ dir = 4
+ },
+/obj/effect/turf_decal/siding/blue/end{
+ dir = 8
+ },
+/turf/open/floor/plasteel/white,
+/area/ship/medical)
+"cU" = (
+/obj/structure/destructible/tribal_torch,
+/turf/open/floor/grass/ship/jungle,
+/area/ship/hallway/central)
+"cY" = (
+/obj/structure/rack,
+/obj/item/storage/toolbox/ammo/a850r{
+ pixel_y = 14;
+ pixel_x = 5
+ },
+/obj/item/ammo_box/c38_box{
+ pixel_x = -6;
+ pixel_y = 7
+ },
+/obj/item/ammo_box/magazine/illestren_a850r{
+ pixel_x = 8;
+ pixel_y = 6
+ },
+/obj/item/ammo_box/magazine/illestren_a850r{
+ pixel_x = 8;
+ pixel_y = 2
+ },
+/obj/item/ammo_box/c38_box{
+ pixel_x = -6;
+ pixel_y = 1
+ },
+/obj/item/ammo_box/magazine/illestren_a850r{
+ pixel_x = 8;
+ pixel_y = -2
+ },
+/turf/open/floor/wood/ebony,
+/area/ship/storage)
+"de" = (
+/obj/effect/turf_decal/siding/wood{
+ dir = 5
+ },
+/obj/effect/turf_decal/siding/wood/corner{
+ dir = 8
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{
+ dir = 10
+ },
+/turf/open/floor/wood/maple,
+/area/ship/hallway/central)
+"dn" = (
+/obj/structure/cable{
+ icon_state = "1-2"
+ },
+/obj/effect/turf_decal/spline/fancy/wood/corner{
+ dir = 8
+ },
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2,
+/turf/open/floor/wood/mahogany,
+/area/ship/bridge)
+"dq" = (
+/obj/effect/turf_decal/siding/blue{
+ dir = 6
+ },
+/turf/open/floor/plasteel/white,
+/area/ship/medical)
+"ds" = (
+/obj/effect/turf_decal/siding/wood{
+ dir = 8
+ },
+/obj/effect/turf_decal/siding/wood/corner,
+/obj/structure/destructible/tribal_torch,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2,
+/turf/open/floor/wood/maple,
+/area/ship/storage)
+"dt" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{
+ dir = 6
+ },
+/obj/structure/destructible/tribal_torch{
+ pixel_x = -7;
+ pixel_y = 2
+ },
+/obj/effect/turf_decal/trimline/opaque/red/arrow_cw{
+ dir = 4
+ },
+/obj/effect/turf_decal/industrial/warning{
+ dir = 1
+ },
+/turf/open/floor/plasteel/dark,
+/area/ship/hallway/port)
+"dL" = (
+/obj/structure/cable{
+ icon_state = "2-8"
+ },
+/obj/structure/cable{
+ icon_state = "2-4"
+ },
+/obj/effect/turf_decal/siding/wood{
+ dir = 1
+ },
+/obj/effect/turf_decal/siding/wood/corner,
+/obj/effect/turf_decal/siding/wood/corner{
+ dir = 8
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{
+ dir = 6
+ },
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{
+ dir = 1
+ },
+/turf/open/floor/wood/maple,
+/area/ship/hallway/central)
+"dR" = (
+/obj/structure/destructible/tribal_torch,
+/turf/open/floor/ship/dirt/dark,
+/area/ship/roumain)
+"dV" = (
+/obj/structure/chair/pew/left{
+ dir = 4
+ },
+/obj/structure/flora/grass/jungle/b,
+/turf/open/floor/grass/ship/jungle,
+/area/ship/hallway/central)
+"ef" = (
+/obj/effect/turf_decal/siding/brown,
+/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{
+ dir = 1
+ },
+/turf/open/floor/wood/ebony,
+/area/ship/hallway/starboard)
+"ei" = (
+/turf/open/floor/wood/ebony,
+/area/ship/roumain)
+"el" = (
+/obj/structure/rack,
+/obj/item/stack/sheet/metal/twenty{
+ pixel_x = 5;
+ pixel_y = 2
+ },
+/obj/item/stack/sheet/glass/twenty{
+ pixel_x = -5;
+ pixel_y = 1
+ },
+/obj/item/stack/sheet/mineral/wood/twentyfive,
+/obj/item/clothing/gloves/color/yellow,
+/obj/item/clothing/head/welding{
+ pixel_x = 5;
+ pixel_y = -4
+ },
+/turf/open/floor/wood/ebony,
+/area/ship/storage)
+"eH" = (
+/obj/structure/cable{
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{
+ dir = 4
+ },
+/obj/machinery/button/door{
+ id = "elderengineshuts";
+ name = "Engine Shutters";
+ dir = 2;
+ pixel_x = 7;
+ pixel_y = 21
+ },
+/obj/structure/catwalk/over/plated_catwalk/dark,
+/turf/open/floor/plating,
+/area/ship/engineering/atmospherics)
+"eU" = (
+/obj/structure/railing{
+ dir = 4
+ },
+/obj/item/lighter{
+ pixel_x = -2;
+ pixel_y = 2
+ },
+/turf/open/floor/grass/ship/jungle,
+/area/ship/roumain)
+"eZ" = (
+/obj/machinery/power/apc/auto_name/directional/west,
+/obj/structure/cable{
+ icon_state = "0-2"
+ },
+/obj/effect/turf_decal/siding/wood{
+ dir = 8
+ },
+/turf/open/floor/wood/maple,
+/area/ship/storage)
+"fa" = (
+/obj/structure/cable{
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{
+ dir = 5
+ },
+/obj/structure/catwalk/over/plated_catwalk/dark,
+/turf/open/floor/plating,
+/area/ship/engineering/atmospherics)
+"fe" = (
+/obj/structure/cable{
+ icon_state = "1-2"
+ },
+/obj/effect/turf_decal/spline/fancy/wood/cee,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4,
+/obj/machinery/door/firedoor/border_only,
+/obj/machinery/door/airlock/command{
+ name = "Bridge"
+ },
+/turf/open/floor/wood/mahogany,
+/area/ship/bridge)
+"ff" = (
+/obj/structure/destructible/tribal_torch{
+ pixel_x = 7;
+ pixel_y = 3
+ },
+/obj/effect/turf_decal/corner/opaque/blue/diagonal,
+/turf/open/floor/plasteel/white,
+/area/ship/medical)
+"fi" = (
+/turf/closed/wall/r_wall,
+/area/ship/medical)
+"fm" = (
+/obj/effect/turf_decal/spline/fancy/wood{
+ dir = 8
+ },
+/obj/structure/destructible/tribal_torch,
+/turf/open/floor/wood/mahogany,
+/area/ship/bridge)
+"fs" = (
+/obj/structure/fermenting_barrel,
+/turf/open/floor/grass/ship/jungle,
+/area/ship/roumain)
+"fz" = (
+/obj/structure/table/wood,
+/obj/item/toy/cards/deck{
+ pixel_x = -5;
+ pixel_y = 1
+ },
+/obj/item/toy/cards/deck/tarot{
+ pixel_y = 7;
+ pixel_x = 8
+ },
+/obj/item/toy/cards/deck/kotahi{
+ pixel_y = 10;
+ pixel_x = -4
+ },
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4,
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2,
+/turf/open/floor/wood/maple,
+/area/ship/hallway/port)
+"fC" = (
+/obj/machinery/portable_atmospherics/canister/toxins,
+/turf/open/floor/plasteel/dark,
+/area/ship/engineering/engine)
+"fP" = (
+/obj/machinery/holopad/emergency/command,
+/obj/structure/cable{
+ icon_state = "1-2"
+ },
+/obj/effect/turf_decal/spline/fancy/wood{
+ dir = 8
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4,
+/turf/open/floor/wood/mahogany,
+/area/ship/bridge)
+"gb" = (
+/obj/structure/cable{
+ icon_state = "1-2"
+ },
+/obj/effect/turf_decal/trimline/opaque/syndiered/line{
+ dir = 8
+ },
+/obj/effect/turf_decal/trimline/opaque/syndiered/line{
+ dir = 4
+ },
+/turf/open/floor/wood/maple,
+/area/ship/hallway/starboard)
+"gd" = (
+/obj/effect/turf_decal/siding/wood,
+/obj/effect/turf_decal/siding/wood/corner{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{
+ dir = 9
+ },
+/turf/open/floor/wood/maple,
+/area/ship/storage)
+"ge" = (
+/obj/structure/cable{
+ icon_state = "1-4"
+ },
+/obj/effect/turf_decal/siding/wood{
+ dir = 10
+ },
+/obj/effect/turf_decal/siding/wood/corner{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{
+ dir = 5
+ },
+/turf/open/floor/wood/maple,
+/area/ship/hallway/central)
+"gi" = (
+/obj/structure/cable{
+ icon_state = "4-8"
+ },
+/obj/effect/turf_decal/siding/brown/corner,
+/obj/effect/turf_decal/siding/brown/corner{
+ dir = 1
+ },
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4,
+/turf/open/floor/wood/ebony,
+/area/ship/hallway/port)
+"gE" = (
+/obj/structure/table/wood,
+/obj/item/storage/pill_bottle/dice,
+/turf/open/floor/wood/maple,
+/area/ship/hallway/port)
+"gG" = (
+/obj/machinery/power/port_gen/pacman,
+/obj/item/stack/sheet/mineral/plasma/twenty,
+/obj/effect/turf_decal/trimline/opaque/orange/filled,
+/obj/structure/cable{
+ icon_state = "0-4"
+ },
+/turf/open/floor/plating,
+/area/ship/engineering/engine)
+"gK" = (
+/obj/structure/reagent_dispensers/fueltank,
+/turf/open/floor/wood/ebony,
+/area/ship/storage)
+"gO" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{
+ dir = 6
+ },
+/turf/open/floor/engine/hull,
+/area/ship/external/dark)
+"gR" = (
+/obj/structure/table/wood,
+/obj/item/reagent_containers/food/drinks/breakawayflask{
+ pixel_x = -6;
+ pixel_y = 13
+ },
+/obj/item/reagent_containers/food/drinks/breakawayflask{
+ pixel_x = 6;
+ pixel_y = 7
+ },
+/turf/open/floor/grass/ship/jungle,
+/area/ship/roumain)
+"hc" = (
+/obj/effect/turf_decal/siding/brown{
+ dir = 1
+ },
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{
+ dir = 1
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{
+ dir = 4
+ },
+/turf/open/floor/wood/ebony,
+/area/ship/hallway/starboard)
+"hg" = (
+/obj/structure/cable{
+ icon_state = "1-2"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2,
+/turf/open/floor/wood/mahogany,
+/area/ship/bridge)
+"hh" = (
+/obj/structure/cable{
+ icon_state = "1-2"
+ },
+/obj/effect/turf_decal/siding/brown{
+ dir = 1
+ },
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{
+ dir = 8
+ },
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{
+ dir = 8
+ },
+/turf/open/floor/wood/ebony,
+/area/ship/hallway/port)
+"hl" = (
+/obj/structure/cable{
+ icon_state = "1-2"
+ },
+/obj/effect/turf_decal/siding/wood/corner{
+ dir = 1
+ },
+/obj/effect/turf_decal/siding/wood/corner,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{
+ dir = 8
+ },
+/turf/open/floor/wood/maple,
+/area/ship/storage)
+"hp" = (
+/obj/machinery/power/smes/shuttle/precharged{
+ dir = 4
+ },
+/obj/structure/cable/pink{
+ icon_state = "0-8"
+ },
+/obj/machinery/door/poddoor/shutters{
+ dir = 8;
+ id = "elderengineshuts"
+ },
+/turf/open/floor/plating,
+/area/ship/engineering/engine)
+"hT" = (
+/obj/structure/railing/corner,
+/obj/effect/turf_decal/siding/brown,
+/turf/open/floor/wood/maple,
+/area/ship/hallway/starboard)
+"hV" = (
+/obj/machinery/power/shieldwallgen/atmos/roundstart{
+ dir = 4;
+ id = "elderbayholos";
+ locked = 1
+ },
+/obj/structure/cable{
+ icon_state = "0-5"
+ },
+/obj/machinery/door/firedoor/border_only,
+/obj/machinery/door/poddoor/shutters{
+ id = "elderbayshutters"
+ },
+/turf/open/floor/plasteel/dark,
+/area/ship/hallway/starboard)
+"hZ" = (
+/obj/machinery/power/shuttle/engine/electric{
+ dir = 4
+ },
+/obj/structure/cable/pink{
+ icon_state = "0-4"
+ },
+/turf/open/floor/plating,
+/area/ship/engineering/atmospherics)
+"ie" = (
+/obj/structure/cable{
+ icon_state = "1-2"
+ },
+/obj/effect/turf_decal/siding/brown,
+/turf/open/floor/wood/ebony,
+/area/ship/hallway/starboard)
+"ih" = (
+/obj/structure/cable{
+ icon_state = "0-2"
+ },
+/obj/machinery/power/smes/engineering,
+/obj/effect/turf_decal/trimline/opaque/orange/filled,
+/turf/open/floor/plating,
+/area/ship/engineering/engine)
+"ir" = (
+/obj/effect/turf_decal/spline/fancy/wood{
+ dir = 9
+ },
+/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{
+ dir = 4
+ },
+/turf/open/floor/wood/mahogany,
+/area/ship/bridge)
+"iB" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{
+ dir = 10
+ },
+/obj/structure/closet/emcloset/wall{
+ dir = 8;
+ pixel_x = 28
+ },
+/obj/effect/turf_decal/trimline/opaque/red/arrow_cw{
+ dir = 8
+ },
+/obj/effect/turf_decal/industrial/warning{
+ dir = 1
+ },
+/turf/open/floor/plasteel/dark,
+/area/ship/hallway/port)
+"iP" = (
+/obj/structure/cable{
+ icon_state = "4-8"
+ },
+/obj/effect/turf_decal/siding/brown,
+/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{
+ dir = 1
+ },
+/turf/open/floor/wood/ebony,
+/area/ship/hallway/starboard)
+"iR" = (
+/obj/effect/turf_decal/siding/brown{
+ dir = 1
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{
+ dir = 5
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{
+ dir = 4
+ },
+/turf/open/floor/wood/ebony,
+/area/ship/hallway/port)
+"iT" = (
+/obj/structure/closet/firecloset/wall{
+ pixel_y = 28
+ },
+/obj/effect/turf_decal/siding/brown{
+ dir = 1
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{
+ dir = 8
+ },
+/turf/open/floor/wood/ebony,
+/area/ship/hallway/port)
+"iY" = (
+/obj/structure/cable{
+ icon_state = "1-6"
+ },
+/obj/structure/cable{
+ icon_state = "1-10"
+ },
+/obj/effect/turf_decal/industrial/warning,
+/obj/effect/turf_decal/trimline/opaque/syndiered/end,
+/turf/open/floor/wood/maple,
+/area/ship/hallway/starboard)
+"ji" = (
+/obj/effect/turf_decal/siding/brown{
+ dir = 6
+ },
+/turf/open/floor/wood/ebony,
+/area/ship/hallway/port)
+"jk" = (
+/obj/structure/table/wood,
+/obj/item/reagent_containers/food/drinks/breakawayflask{
+ pixel_x = 6;
+ pixel_y = 15
+ },
+/obj/item/reagent_containers/food/drinks/breakawayflask{
+ pixel_x = -6;
+ pixel_y = 10
+ },
+/turf/open/floor/grass/ship/jungle,
+/area/ship/roumain)
+"jl" = (
+/obj/machinery/power/terminal{
+ dir = 8
+ },
+/obj/structure/cable{
+ icon_state = "0-4"
+ },
+/obj/structure/catwalk/over/plated_catwalk/dark,
+/turf/open/floor/plating,
+/area/ship/engineering/atmospherics)
+"jm" = (
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{
+ dir = 1
+ },
+/obj/effect/turf_decal/siding/blue{
+ dir = 10
+ },
+/turf/open/floor/plasteel/white,
+/area/ship/medical)
+"jr" = (
+/turf/open/floor/plasteel/dark,
+/area/ship/engineering/engine)
+"jv" = (
+/obj/structure/closet/firecloset/wall{
+ pixel_y = 28
+ },
+/obj/structure/cable{
+ icon_state = "4-8"
+ },
+/obj/effect/turf_decal/siding/brown{
+ dir = 1
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{
+ dir = 4
+ },
+/turf/open/floor/wood/ebony,
+/area/ship/hallway/starboard)
+"jG" = (
+/obj/machinery/atmospherics/components/binary/pump/layer2{
+ dir = 1;
+ name = "Air Supply Pump"
+ },
+/obj/effect/turf_decal/trimline/opaque/orange/line{
+ dir = 5
+ },
+/turf/open/floor/plasteel/dark,
+/area/ship/engineering/atmospherics)
+"jV" = (
+/obj/structure/window/reinforced/fulltile,
+/obj/structure/grille,
+/obj/machinery/door/firedoor/border_only{
+ dir = 4
+ },
+/obj/machinery/door/poddoor/shutters{
+ dir = 4;
+ id = "elderatriumshuts"
+ },
+/turf/open/floor/plating,
+/area/ship/roumain)
+"ko" = (
+/obj/structure/grille,
+/obj/structure/window/reinforced/fulltile,
+/obj/machinery/door/poddoor/shutters{
+ dir = 2;
+ id = "elderatriumshuts"
+ },
+/turf/open/floor/plating,
+/area/ship/storage)
+"kq" = (
+/obj/effect/turf_decal/siding/brown{
+ dir = 1
+ },
+/turf/open/floor/wood/maple,
+/area/ship/hallway/starboard)
+"kD" = (
+/obj/structure/destructible/tribal_torch{
+ pixel_x = -7;
+ pixel_y = 4
+ },
+/obj/effect/turf_decal/corner/opaque/blue/diagonal,
+/obj/machinery/airalarm/directional/south,
+/turf/open/floor/plasteel/white,
+/area/ship/medical)
+"kL" = (
+/obj/machinery/door/airlock/external,
+/obj/machinery/door/firedoor/border_only{
+ dir = 1
+ },
+/obj/machinery/door/poddoor/shutters{
+ id = "elderemergencyairlockshuts"
+ },
+/turf/open/floor/plasteel/dark,
+/area/ship/hallway/port)
+"kN" = (
+/obj/structure/kitchenspike,
+/turf/open/floor/ship/dirt/dark,
+/area/ship/roumain)
+"lb" = (
+/obj/machinery/door/window{
+ dir = 8
+ },
+/obj/effect/turf_decal/stoneborder{
+ dir = 1
+ },
+/obj/effect/turf_decal/stoneborder,
+/obj/item/towel,
+/turf/open/floor/plasteel/mono/dark,
+/area/ship/hallway/starboard)
+"lf" = (
+/obj/structure/chair/pew/right{
+ dir = 4
+ },
+/obj/structure/flora/grass/jungle/b,
+/turf/open/floor/grass/ship/jungle,
+/area/ship/hallway/central)
+"lg" = (
+/obj/item/book/manual/srmlore{
+ pixel_y = 13;
+ pixel_x = 2
+ },
+/obj/item/candle/infinite{
+ pixel_y = 19;
+ pixel_x = -8
+ },
+/obj/item/candle/infinite{
+ pixel_y = 10;
+ pixel_x = -8
+ },
+/obj/item/candle/infinite{
+ pixel_y = 1;
+ pixel_x = -8
+ },
+/obj/item/candle/infinite{
+ pixel_y = 1;
+ pixel_x = -3
+ },
+/obj/item/candle/infinite{
+ pixel_y = 1;
+ pixel_x = 3
+ },
+/obj/item/candle/infinite{
+ pixel_y = 1;
+ pixel_x = 9
+ },
+/obj/effect/turf_decal/spline/fancy/wood{
+ dir = 8
+ },
+/obj/structure/table/wood/fancy,
+/turf/open/floor/wood/mahogany,
+/area/ship/bridge)
+"li" = (
+/obj/structure/chair/wood{
+ dir = 4
+ },
+/obj/structure/railing{
+ dir = 8
+ },
+/turf/open/floor/wood/maple,
+/area/ship/hallway/starboard)
+"lk" = (
+/obj/structure/chair/wood{
+ dir = 4
+ },
+/turf/open/floor/grass/ship/jungle,
+/area/ship/roumain)
+"lA" = (
+/obj/machinery/suit_storage_unit/inherit,
+/obj/item/clothing/suit/space/hardsuit/mining/independent,
+/obj/item/clothing/mask/breath,
+/obj/item/tank/internals/emergency_oxygen/double,
+/obj/effect/turf_decal/spline/fancy/wood{
+ dir = 6
+ },
+/turf/open/floor/wood/mahogany,
+/area/ship/bridge)
+"lM" = (
+/turf/closed/wall/r_wall,
+/area/ship/engineering/atmospherics)
+"md" = (
+/obj/structure/chair/wood{
+ dir = 8
+ },
+/turf/open/floor/grass/ship/jungle,
+/area/ship/roumain)
+"mj" = (
+/obj/effect/turf_decal/siding/brown{
+ dir = 8
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{
+ dir = 5
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{
+ dir = 5
+ },
+/turf/open/floor/wood/ebony,
+/area/ship/hallway/port)
+"mr" = (
+/obj/structure/window/reinforced/fulltile,
+/obj/structure/grille,
+/obj/machinery/door/firedoor/border_only{
+ dir = 4
+ },
+/obj/machinery/door/firedoor/border_only,
+/obj/machinery/door/poddoor/shutters{
+ dir = 4;
+ id = "elderatriumshuts"
+ },
+/turf/open/floor/plating,
+/area/ship/roumain)
+"mw" = (
+/obj/structure/closet/crate/hydroponics,
+/obj/item/seeds/cotton,
+/obj/item/seeds/cotton,
+/obj/item/seeds/lavaland/ember,
+/obj/item/seeds/lavaland/ember,
+/obj/item/seeds/lavaland/inocybe,
+/obj/item/seeds/lavaland/inocybe,
+/obj/item/seeds/lavaland/polypore,
+/obj/item/seeds/lavaland/polypore,
+/obj/item/seeds/lavaland/porcini,
+/obj/item/seeds/lavaland/porcini,
+/obj/item/seeds/lavaland/cactus,
+/obj/item/seeds/lavaland/cactus,
+/obj/item/seeds/wheat,
+/obj/item/seeds/wheat,
+/obj/item/seeds/carrot,
+/obj/item/seeds/carrot,
+/obj/item/seeds/lavaland/puce,
+/obj/item/seeds/lavaland/puce,
+/obj/item/seeds/tobacco,
+/obj/item/seeds/tobacco,
+/obj/item/seeds/tea,
+/obj/item/seeds/tea,
+/obj/item/seeds/coffee,
+/obj/item/seeds/coffee,
+/turf/open/floor/grass/ship/jungle,
+/area/ship/roumain)
+"mA" = (
+/obj/structure/railing{
+ dir = 1
+ },
+/obj/structure/tank_dispenser/oxygen,
+/turf/open/floor/wood/ebony,
+/area/ship/hallway/starboard)
+"mD" = (
+/obj/machinery/portable_atmospherics/canister/air,
+/obj/machinery/atmospherics/components/unary/portables_connector/visible/layer2{
+ dir = 1
+ },
+/obj/effect/turf_decal/trimline/opaque/orange/line{
+ dir = 4
+ },
+/turf/open/floor/plasteel/dark,
+/area/ship/engineering/atmospherics)
+"mE" = (
+/obj/structure/window/reinforced/fulltile,
+/obj/structure/grille,
+/obj/machinery/door/firedoor/border_only{
+ dir = 8
+ },
+/obj/machinery/door/poddoor/shutters{
+ id = "elderrearshuts";
+ dir = 8
+ },
+/turf/open/floor/plating,
+/area/ship/bridge)
+"mS" = (
+/obj/structure/cable{
+ icon_state = "4-8"
+ },
+/obj/effect/turf_decal/siding/brown,
+/obj/structure/destructible/tribal_torch,
+/turf/open/floor/wood/ebony,
+/area/ship/hallway/port)
+"mW" = (
+/obj/structure/window/reinforced/fulltile,
+/obj/structure/grille,
+/obj/machinery/door/poddoor/shutters{
+ dir = 2;
+ id = "elderatriumshuts"
+ },
+/turf/open/floor/plating,
+/area/ship/roumain)
+"na" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4,
+/turf/closed/wall/r_wall,
+/area/ship/engineering/atmospherics)
+"nj" = (
+/obj/effect/turf_decal/siding/brown,
+/turf/open/floor/wood/ebony,
+/area/ship/hallway/starboard)
+"nk" = (
+/obj/effect/turf_decal/siding/wood{
+ dir = 5
+ },
+/obj/effect/turf_decal/siding/wood/corner{
+ dir = 8
+ },
+/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{
+ dir = 8
+ },
+/turf/open/floor/wood/maple,
+/area/ship/roumain)
+"nt" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2,
+/obj/effect/turf_decal/siding/blue{
+ dir = 8
+ },
+/obj/effect/turf_decal/siding/blue/corner{
+ dir = 4
+ },
+/turf/open/floor/plasteel/white,
+/area/ship/medical)
+"nO" = (
+/obj/structure/table/wood,
+/obj/item/reagent_containers/syringe/calomel{
+ pixel_x = 3;
+ pixel_y = -5
+ },
+/obj/item/reagent_containers/syringe/antiviral{
+ pixel_y = -6;
+ pixel_x = 8
+ },
+/obj/item/reagent_containers/hypospray/medipen/stimpack{
+ pixel_x = -4
+ },
+/obj/item/reagent_containers/hypospray/medipen/survival{
+ pixel_x = -7;
+ pixel_y = -5
+ },
+/obj/item/reagent_containers/glass/bottle/potass_iodide{
+ pixel_y = 10;
+ pixel_x = -7
+ },
+/obj/item/reagent_containers/glass/bottle/atropine{
+ pixel_y = 9
+ },
+/obj/effect/turf_decal/corner/opaque/blue/diagonal,
+/turf/open/floor/plasteel/white,
+/area/ship/medical)
+"nZ" = (
+/obj/effect/turf_decal/siding/brown{
+ dir = 10
+ },
+/turf/open/floor/wood/ebony,
+/area/ship/hallway/starboard)
+"os" = (
+/obj/structure/window/reinforced/fulltile,
+/obj/structure/grille,
+/obj/machinery/door/poddoor/shutters{
+ dir = 2;
+ id = "elderatriumshuts"
+ },
+/turf/open/floor/plating,
+/area/ship/medical)
+"ou" = (
+/obj/structure/chair/wood{
+ dir = 1
+ },
+/obj/structure/flora/grass/jungle/b,
+/turf/open/floor/grass/ship/jungle,
+/area/ship/hallway/central)
+"ox" = (
+/obj/structure/guncase,
+/obj/machinery/door/window/eastright{
+ dir = 8
+ },
+/obj/item/gun/ballistic/shotgun/flamingarrow{
+ pixel_y = -5
+ },
+/obj/item/gun/ballistic/shotgun/flamingarrow{
+ pixel_y = 0
+ },
+/obj/item/gun/ballistic/shotgun/flamingarrow/bolt{
+ pixel_y = 5
+ },
+/turf/open/floor/wood/ebony,
+/area/ship/storage)
+"oC" = (
+/obj/structure/window/reinforced/fulltile,
+/obj/structure/grille,
+/obj/machinery/door/firedoor/border_only,
+/obj/machinery/door/poddoor/shutters{
+ dir = 2;
+ id = "elderatriumshuts"
+ },
+/turf/open/floor/plating,
+/area/ship/roumain)
+"oE" = (
+/obj/structure/cable{
+ icon_state = "4-8"
+ },
+/obj/effect/turf_decal/siding/brown{
+ dir = 4
+ },
+/turf/open/floor/wood/ebony,
+/area/ship/hallway/port)
+"oY" = (
+/obj/machinery/power/shuttle/engine/fueled/plasma{
+ dir = 4
+ },
+/turf/open/floor/plating,
+/area/ship/engineering/engine)
+"pb" = (
+/obj/structure/railing{
+ dir = 8
+ },
+/obj/structure/chair/comfy/black{
+ dir = 4
+ },
+/turf/open/floor/wood/maple,
+/area/ship/hallway/port)
+"pd" = (
+/obj/structure/table/wood,
+/obj/item/flashlight/lantern{
+ pixel_y = 2;
+ pixel_x = 7
+ },
+/obj/item/flashlight/lantern{
+ pixel_y = 2;
+ pixel_x = 7
+ },
+/obj/item/flashlight/lantern{
+ pixel_y = 2;
+ pixel_x = 7
+ },
+/obj/item/flashlight/lantern{
+ pixel_y = 2;
+ pixel_x = 7
+ },
+/obj/item/flashlight/lantern{
+ pixel_y = 2;
+ pixel_x = 7
+ },
+/obj/item/flashlight/lantern{
+ pixel_y = 2;
+ pixel_x = 7
+ },
+/obj/item/flashlight/lantern{
+ pixel_y = 2;
+ pixel_x = 7
+ },
+/obj/item/radio{
+ pixel_y = 3;
+ pixel_x = -5
+ },
+/obj/item/radio{
+ pixel_y = 3;
+ pixel_x = -5
+ },
+/obj/item/radio{
+ pixel_y = 3;
+ pixel_x = -5
+ },
+/obj/item/radio{
+ pixel_y = 3;
+ pixel_x = -5
+ },
+/obj/item/radio{
+ pixel_y = 3;
+ pixel_x = -5
+ },
+/obj/item/radio{
+ pixel_y = 3;
+ pixel_x = -5
+ },
+/obj/item/radio{
+ pixel_y = 3;
+ pixel_x = -5
+ },
+/turf/open/floor/wood/ebony,
+/area/ship/crew/cryo)
+"pH" = (
+/obj/structure/cable{
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{
+ dir = 4
+ },
+/obj/structure/catwalk/over/plated_catwalk/dark,
+/turf/open/floor/plating,
+/area/ship/engineering/engine)
+"qv" = (
+/obj/structure/cable{
+ icon_state = "2-9"
+ },
+/obj/structure/cable{
+ icon_state = "9-10"
+ },
+/obj/effect/turf_decal/siding/brown{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/manifold4w/scrubbers/hidden/layer4,
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{
+ dir = 1
+ },
+/turf/open/floor/wood/ebony,
+/area/ship/hallway/port)
+"qz" = (
+/obj/effect/turf_decal/siding/wood{
+ dir = 5
+ },
+/obj/effect/turf_decal/siding/wood/corner{
+ dir = 8
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{
+ dir = 10
+ },
+/turf/open/floor/wood/maple,
+/area/ship/hallway/central)
+"qB" = (
+/obj/item/kirbyplants/random,
+/turf/open/floor/wood/ebony,
+/area/ship/crew/cryo)
+"qD" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{
+ dir = 6
+ },
+/obj/structure/destructible/tribal_torch,
+/obj/machinery/atmospherics/components/binary/valve/layer4{
+ dir = 1;
+ name = "Disposals Outlet Valve"
+ },
+/obj/structure/catwalk/over/plated_catwalk/dark,
+/turf/open/floor/plating,
+/area/ship/engineering/atmospherics)
+"qJ" = (
+/obj/structure/destructible/tribal_torch,
+/turf/open/floor/grass/ship/jungle,
+/area/ship/roumain)
+"qN" = (
+/obj/structure/cable{
+ icon_state = "1-2"
+ },
+/obj/effect/turf_decal/spline/fancy/wood/corner,
+/obj/effect/turf_decal/spline/fancy/wood/corner{
+ dir = 8
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4,
+/turf/open/floor/wood/mahogany,
+/area/ship/bridge)
+"qQ" = (
+/obj/effect/turf_decal/siding/brown{
+ dir = 1
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{
+ dir = 10
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{
+ dir = 10
+ },
+/obj/structure/sign/warning/vacuum/external{
+ pixel_y = 24
+ },
+/turf/open/floor/wood/ebony,
+/area/ship/hallway/port)
+"qZ" = (
+/obj/effect/turf_decal/siding/wood{
+ dir = 9
+ },
+/obj/effect/turf_decal/siding/wood/corner,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{
+ dir = 6
+ },
+/turf/open/floor/wood/maple,
+/area/ship/hallway/central)
+"re" = (
+/obj/vehicle/ridden/wheelchair{
+ dir = 4
+ },
+/obj/item/melee/transforming/cleaving_saw/old,
+/turf/open/floor/ship/dirt/dark,
+/area/ship/bridge)
+"rj" = (
+/obj/effect/turf_decal/siding/wood{
+ dir = 9
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{
+ dir = 8
+ },
+/obj/machinery/door/firedoor/border_only{
+ dir = 8
+ },
+/obj/machinery/door/airlock/maintenance{
+ name = "Equipment";
+ dir = 4
+ },
+/turf/open/floor/wood/maple,
+/area/ship/storage)
+"rv" = (
+/obj/structure/cable{
+ icon_state = "1-8"
+ },
+/obj/effect/turf_decal/siding/wood{
+ dir = 6
+ },
+/obj/effect/turf_decal/siding/wood/corner{
+ dir = 1
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{
+ dir = 9
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{
+ dir = 9
+ },
+/turf/open/floor/wood/maple,
+/area/ship/hallway/central)
+"rD" = (
+/obj/structure/window/reinforced/tinted/frosted,
+/obj/structure/toilet{
+ dir = 8;
+ pixel_y = 9;
+ pixel_x = 7
+ },
+/obj/effect/turf_decal/stoneborder,
+/obj/effect/turf_decal/stoneborder{
+ dir = 1
+ },
+/turf/open/floor/plasteel/mono/dark,
+/area/ship/hallway/starboard)
+"rE" = (
+/obj/machinery/atmospherics/components/unary/shuttle/heater{
+ dir = 4
+ },
+/obj/machinery/door/poddoor/shutters{
+ dir = 8;
+ id = "elderengineshuts"
+ },
+/turf/open/floor/plating,
+/area/ship/engineering/engine)
+"rK" = (
+/obj/machinery/atmospherics/components/binary/pump{
+ dir = 8
+ },
+/obj/structure/catwalk/over/plated_catwalk/dark,
+/turf/open/floor/plating,
+/area/ship/engineering/atmospherics)
+"rW" = (
+/obj/machinery/smartfridge/drying_rack,
+/turf/open/floor/ship/dirt/dark,
+/area/ship/roumain)
+"sb" = (
+/obj/effect/turf_decal/siding/brown{
+ dir = 10
+ },
+/turf/open/floor/wood/maple,
+/area/ship/hallway/starboard)
+"sc" = (
+/obj/structure/railing{
+ dir = 4
+ },
+/obj/structure/rack,
+/obj/item/stack/marker_beacon/thirty{
+ pixel_x = -6;
+ pixel_y = -3
+ },
+/obj/item/stack/marker_beacon/thirty{
+ pixel_x = -6;
+ pixel_y = 1
+ },
+/obj/item/stack/marker_beacon/thirty{
+ pixel_x = -6;
+ pixel_y = 5
+ },
+/obj/item/stack/marker_beacon/thirty{
+ pixel_x = -6;
+ pixel_y = 9
+ },
+/obj/item/mining_scanner{
+ pixel_x = 5;
+ pixel_y = -4
+ },
+/obj/item/mining_scanner{
+ pixel_x = 5;
+ pixel_y = 1
+ },
+/obj/item/mining_scanner{
+ pixel_x = 5;
+ pixel_y = 6
+ },
+/turf/open/floor/wood/ebony,
+/area/ship/hallway/starboard)
+"sm" = (
+/obj/docking_port/stationary{
+ width = 30;
+ height = 15;
+ dwidth = 15
+ },
+/turf/template_noop,
+/area/template_noop)
+"sr" = (
+/obj/structure/table/wood,
+/obj/item/paper_bin/bundlenatural{
+ pixel_y = 4
+ },
+/obj/item/pen/charcoal,
+/obj/effect/turf_decal/spline/fancy/wood{
+ dir = 10
+ },
+/obj/machinery/airalarm/directional/west,
+/turf/open/floor/wood/mahogany,
+/area/ship/bridge)
+"ss" = (
+/obj/structure/railing,
+/turf/open/floor/grass/ship/jungle,
+/area/ship/roumain)
+"sA" = (
+/obj/machinery/portable_atmospherics/scrubber,
+/turf/open/floor/plasteel/dark,
+/area/ship/engineering/atmospherics)
+"sD" = (
+/obj/structure/cable{
+ icon_state = "1-2"
+ },
+/obj/structure/cable{
+ icon_state = "1-6"
+ },
+/obj/effect/turf_decal/siding/brown/corner{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{
+ dir = 8
+ },
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{
+ dir = 8
+ },
+/turf/open/floor/wood/ebony,
+/area/ship/hallway/starboard)
+"sH" = (
+/turf/template_noop,
+/area/template_noop)
+"sT" = (
+/obj/effect/turf_decal/siding/wood{
+ dir = 1
+ },
+/obj/effect/turf_decal/siding/wood/corner{
+ dir = 8
+ },
+/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2,
+/turf/open/floor/wood/maple,
+/area/ship/storage)
+"ts" = (
+/obj/structure/cable{
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{
+ dir = 4
+ },
+/obj/effect/turf_decal/siding/blue,
+/obj/effect/turf_decal/siding/blue/corner{
+ dir = 4
+ },
+/obj/effect/turf_decal/siding/blue/corner{
+ dir = 1
+ },
+/turf/open/floor/plasteel/white,
+/area/ship/medical)
+"tC" = (
+/obj/effect/turf_decal/siding/brown{
+ dir = 5
+ },
+/obj/structure/destructible/tribal_torch{
+ pixel_y = 13;
+ pixel_x = 1
+ },
+/turf/open/floor/wood/ebony,
+/area/ship/hallway/starboard)
+"tF" = (
+/obj/structure/table/optable,
+/obj/effect/turf_decal/corner/opaque/blue/diagonal,
+/obj/item/toy/plush/mora,
+/turf/open/floor/plasteel/white,
+/area/ship/medical)
+"uc" = (
+/obj/effect/turf_decal/spline/fancy/wood/corner{
+ dir = 4
+ },
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{
+ dir = 8
+ },
+/turf/open/floor/wood/mahogany,
+/area/ship/bridge)
+"up" = (
+/obj/structure/table/wood,
+/obj/item/reagent_containers/glass/bowl/mushroom_bowl{
+ pixel_x = -4;
+ pixel_y = 8
+ },
+/obj/item/reagent_containers/glass/mortar{
+ pixel_y = 9;
+ pixel_x = 6
+ },
+/obj/item/reagent_containers/food/snacks/grown/ash_flora/cactus_fruit,
+/obj/item/pestle{
+ pixel_y = 6
+ },
+/obj/item/reagent_containers/food/snacks/grown/ash_flora/mushroom_leaf,
+/obj/item/reagent_containers/food/snacks/meat/slab/bear{
+ pixel_y = 1;
+ pixel_x = -7
+ },
+/obj/item/reagent_containers/food/snacks/grown/ash_flora/puce,
+/obj/effect/turf_decal/corner/opaque/blue/diagonal,
+/turf/open/floor/plasteel/white,
+/area/ship/medical)
+"ut" = (
+/obj/machinery/atmospherics/components/unary/tank/air{
+ dir = 1;
+ piping_layer = 2
+ },
+/obj/effect/turf_decal/trimline/opaque/orange/line{
+ dir = 8
+ },
+/turf/open/floor/plasteel/dark,
+/area/ship/engineering/atmospherics)
+"uM" = (
+/obj/structure/table/wood,
+/obj/effect/turf_decal/spline/fancy/wood{
+ dir = 4
+ },
+/obj/item/reagent_containers/food/drinks/bottle/whiskey{
+ pixel_y = 16;
+ pixel_x = 5
+ },
+/obj/item/clothing/mask/cigarette/cigar/havana{
+ pixel_x = 7;
+ pixel_y = -1
+ },
+/obj/item/storage/box/matches{
+ pixel_y = 8;
+ pixel_x = -9
+ },
+/obj/item/reagent_containers/food/drinks/drinkingglass/shotglass{
+ pixel_y = 16;
+ pixel_x = -6
+ },
+/turf/open/floor/wood/mahogany,
+/area/ship/bridge)
+"uP" = (
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{
+ dir = 4
+ },
+/obj/structure/catwalk/over/plated_catwalk/dark,
+/turf/open/floor/plating,
+/area/ship/engineering/atmospherics)
+"uV" = (
+/obj/structure/flora/grass/jungle/b,
+/turf/open/floor/grass/ship/jungle,
+/area/ship/roumain)
+"uW" = (
+/turf/open/floor/grass/ship/jungle,
+/area/ship/roumain)
+"uY" = (
+/obj/structure/ore_box,
+/turf/open/floor/wood/ebony,
+/area/ship/hallway/starboard)
+"va" = (
+/obj/effect/turf_decal/siding/wood{
+ dir = 1
+ },
+/obj/effect/turf_decal/siding/wood/corner,
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4,
+/turf/open/floor/wood/maple,
+/area/ship/storage)
+"vd" = (
+/obj/structure/railing/corner{
+ dir = 4
+ },
+/obj/effect/turf_decal/siding/brown{
+ dir = 1
+ },
+/turf/open/floor/wood/maple,
+/area/ship/hallway/starboard)
+"vm" = (
+/obj/structure/window/reinforced/fulltile,
+/obj/structure/grille,
+/obj/machinery/door/poddoor/shutters{
+ dir = 2;
+ id = "elderatriumshuts"
+ },
+/turf/open/floor/plating,
+/area/ship/storage)
+"vn" = (
+/obj/structure/destructible/tribal_torch{
+ pixel_x = -8
+ },
+/obj/effect/turf_decal/trimline/opaque/syndiered/arrow_cw{
+ dir = 4
+ },
+/obj/effect/turf_decal/industrial/warning,
+/turf/open/floor/wood/maple,
+/area/ship/hallway/starboard)
+"vz" = (
+/obj/effect/turf_decal/siding/wood{
+ dir = 8
+ },
+/obj/effect/turf_decal/siding/wood/corner,
+/obj/effect/turf_decal/siding/wood/corner{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{
+ dir = 8
+ },
+/turf/open/floor/wood/maple,
+/area/ship/hallway/central)
+"vC" = (
+/turf/closed/wall/r_wall,
+/area/ship/hallway/port)
+"vG" = (
+/obj/machinery/atmospherics/components/binary/pump/layer2{
+ dir = 1;
+ name = "Air Supply Pump"
+ },
+/obj/effect/turf_decal/trimline/opaque/orange/line{
+ dir = 9
+ },
+/turf/open/floor/plasteel/dark,
+/area/ship/engineering/atmospherics)
+"vH" = (
+/obj/structure/sink{
+ dir = 4;
+ pixel_y = 8;
+ pixel_x = -14
+ },
+/obj/effect/turf_decal/spline/fancy/wood/corner,
+/obj/effect/turf_decal/spline/fancy/wood{
+ dir = 8
+ },
+/obj/effect/turf_decal/spline/fancy/wood/corner{
+ dir = 4
+ },
+/turf/open/floor/wood/mahogany,
+/area/ship/hallway/starboard)
+"vX" = (
+/obj/structure/railing{
+ dir = 4
+ },
+/obj/structure/chair/comfy/black{
+ dir = 8
+ },
+/turf/open/floor/wood/maple,
+/area/ship/hallway/port)
+"wm" = (
+/turf/closed/wall/r_wall,
+/area/ship/engineering/engine)
+"wp" = (
+/turf/closed/wall/r_wall,
+/area/ship/roumain)
+"wy" = (
+/obj/structure/flora/grass/jungle/b,
+/obj/structure/flora/junglebush/c,
+/turf/open/floor/grass/ship/jungle,
+/area/ship/hallway/central)
+"wA" = (
+/obj/effect/turf_decal/siding/wood{
+ dir = 10
+ },
+/obj/effect/turf_decal/siding/wood/corner{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{
+ dir = 5
+ },
+/turf/open/floor/wood/maple,
+/area/ship/hallway/central)
+"wC" = (
+/obj/machinery/power/apc/auto_name/directional/west,
+/obj/structure/cable{
+ icon_state = "0-2"
+ },
+/obj/effect/turf_decal/siding/wood{
+ dir = 8
+ },
+/obj/effect/turf_decal/siding/wood{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4,
+/turf/open/floor/wood/maple,
+/area/ship/hallway/central)
+"wD" = (
+/obj/structure/destructible/tribal_torch,
+/turf/open/floor/grass/ship/jungle,
+/area/ship/bridge)
+"wE" = (
+/obj/structure/closet/firecloset/wall{
+ dir = 4;
+ pixel_x = -28
+ },
+/turf/open/floor/grass/ship/jungle,
+/area/ship/roumain)
+"xe" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2,
+/obj/effect/turf_decal/trimline/opaque/red/arrow_cw{
+ dir = 8
+ },
+/obj/effect/turf_decal/industrial/warning,
+/turf/open/floor/plasteel/dark,
+/area/ship/hallway/port)
+"xv" = (
+/obj/effect/turf_decal/siding/brown{
+ dir = 8
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{
+ dir = 8
+ },
+/turf/open/floor/wood/ebony,
+/area/ship/hallway/port)
+"xC" = (
+/turf/open/floor/ship/dirt/dark,
+/area/ship/bridge)
+"xD" = (
+/mob/living/simple_animal/cow,
+/turf/open/floor/ship/dirt/dark,
+/area/ship/roumain)
+"xN" = (
+/obj/structure/cable{
+ icon_state = "4-8"
+ },
+/obj/effect/turf_decal/siding/wood,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{
+ dir = 4
+ },
+/turf/open/floor/wood/maple,
+/area/ship/crew/cryo)
+"yn" = (
+/obj/machinery/atmospherics/components/unary/portables_connector/visible/layer3{
+ dir = 8
+ },
+/obj/machinery/portable_atmospherics/canister/toxins,
+/obj/effect/turf_decal/trimline/opaque/orange/filled/line{
+ dir = 8
+ },
+/turf/open/floor/plasteel/dark,
+/area/ship/engineering/atmospherics)
+"yp" = (
+/obj/structure/cable{
+ icon_state = "4-8"
+ },
+/obj/effect/turf_decal/siding/brown/corner{
+ dir = 8
+ },
+/turf/open/floor/wood/ebony,
+/area/ship/hallway/starboard)
+"yq" = (
+/obj/structure/railing{
+ dir = 1
+ },
+/obj/structure/closet/crate/miningcar,
+/obj/item/storage/box/emptysandbags,
+/obj/item/storage/box/emptysandbags,
+/obj/item/storage/box/emptysandbags,
+/obj/item/storage/box/emptysandbags,
+/turf/open/floor/wood/ebony,
+/area/ship/hallway/starboard)
+"yz" = (
+/turf/closed/wall/r_wall,
+/area/ship/crew/cryo)
+"yA" = (
+/obj/structure/cable{
+ icon_state = "0-4"
+ },
+/obj/effect/turf_decal/siding/brown{
+ dir = 9
+ },
+/obj/machinery/power/apc/auto_name/directional/west,
+/obj/structure/destructible/tribal_torch{
+ pixel_y = 13;
+ pixel_x = -4
+ },
+/turf/open/floor/wood/ebony,
+/area/ship/hallway/starboard)
+"yN" = (
+/obj/machinery/airalarm/directional/west,
+/turf/open/floor/ship/dirt/dark,
+/area/ship/roumain)
+"yV" = (
+/obj/structure/railing/corner{
+ dir = 8
+ },
+/obj/structure/flora/grass/jungle/b,
+/turf/open/floor/grass/ship/jungle,
+/area/ship/roumain)
+"yZ" = (
+/obj/structure/flora/grass/jungle/b,
+/obj/structure/flora/junglebush/b,
+/turf/open/floor/grass/ship/jungle,
+/area/ship/hallway/central)
+"zc" = (
+/obj/effect/turf_decal/siding/wood{
+ dir = 8
+ },
+/obj/effect/turf_decal/siding/wood{
+ dir = 4
+ },
+/obj/machinery/airalarm/directional/east,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2,
+/turf/open/floor/wood/maple,
+/area/ship/hallway/central)
+"zv" = (
+/obj/structure/closet/secure_closet/montagnes,
+/obj/item/clothing/shoes/combat,
+/obj/item/clothing/shoes/cowboy,
+/obj/item/clothing/shoes/cowboy/black,
+/obj/item/clothing/under/suit/roumain,
+/obj/item/clothing/suit/armor/hos/roumain/montagne,
+/obj/item/clothing/head/HoS/cowboy/montagne,
+/obj/item/flashlight/lantern,
+/obj/item/storage/fancy/candle_box{
+ pixel_y = 3;
+ pixel_x = 8
+ },
+/obj/item/lighter{
+ pixel_x = -2;
+ pixel_y = 2
+ },
+/obj/item/kitchen/knife/combat,
+/obj/effect/turf_decal/spline/fancy/wood{
+ dir = 5
+ },
+/obj/item/gps{
+ pixel_x = -7
+ },
+/obj/item/gun/ballistic/revolver/montagne,
+/obj/item/ammo_box/c38/match,
+/obj/item/ammo_box/c38/match,
+/obj/item/storage/backpack/satchel/leather,
+/turf/open/floor/wood/mahogany,
+/area/ship/bridge)
+"zH" = (
+/obj/machinery/atmospherics/components/unary/portables_connector/visible/layer3{
+ dir = 8
+ },
+/obj/machinery/portable_atmospherics/canister/toxins,
+/obj/effect/turf_decal/trimline/opaque/orange/filled/line{
+ dir = 8
+ },
+/turf/open/floor/plasteel/dark,
+/area/ship/engineering/engine)
+"zT" = (
+/obj/structure/cable{
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{
+ dir = 10
+ },
+/obj/structure/catwalk/over/plated_catwalk/dark,
+/turf/open/floor/plating,
+/area/ship/engineering/engine)
+"zX" = (
+/obj/structure/table/wood,
+/obj/machinery/fax,
+/obj/effect/turf_decal/spline/fancy/wood{
+ dir = 8
+ },
+/turf/open/floor/wood/mahogany,
+/area/ship/bridge)
+"zY" = (
+/obj/effect/turf_decal/siding/wood{
+ dir = 4
+ },
+/obj/structure/destructible/tribal_torch,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4,
+/turf/open/floor/wood/maple,
+/area/ship/storage)
+"zZ" = (
+/obj/structure/cable{
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2,
+/turf/open/floor/wood/ebony,
+/area/ship/hallway/port)
+"Ac" = (
+/obj/structure/cable{
+ icon_state = "4-8"
+ },
+/obj/effect/turf_decal/siding/brown/corner{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{
+ dir = 1
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{
+ dir = 4
+ },
+/turf/open/floor/wood/ebony,
+/area/ship/hallway/starboard)
+"Ao" = (
+/obj/item/toy/plush/snakeplushie,
+/obj/structure/flora/grass/jungle/b,
+/turf/open/floor/grass/ship/jungle,
+/area/ship/bridge)
+"Aq" = (
+/obj/machinery/hydroponics/soil,
+/turf/open/floor/grass/ship/jungle,
+/area/ship/roumain)
+"Ar" = (
+/obj/structure/window/reinforced/fulltile,
+/obj/structure/grille,
+/obj/machinery/door/poddoor/shutters{
+ dir = 8;
+ id = "elderbridgeforeshuts"
+ },
+/turf/open/floor/plating,
+/area/ship/bridge)
+"At" = (
+/obj/structure/table/wood,
+/obj/item/reagent_containers/food/drinks/breakawayflask/vintage/ashwine{
+ pixel_y = 13;
+ pixel_x = -6
+ },
+/obj/item/reagent_containers/food/drinks/breakawayflask/vintage/icewine{
+ pixel_y = 7;
+ pixel_x = 6
+ },
+/turf/open/floor/grass/ship/jungle,
+/area/ship/roumain)
+"AL" = (
+/obj/structure/cable{
+ icon_state = "4-8"
+ },
+/obj/effect/turf_decal/siding/brown,
+/turf/open/floor/wood/ebony,
+/area/ship/hallway/starboard)
+"AM" = (
+/obj/structure/chair/pew{
+ dir = 8
+ },
+/obj/structure/flora/grass/jungle/b,
+/turf/open/floor/grass/ship/jungle,
+/area/ship/hallway/central)
+"AN" = (
+/obj/effect/turf_decal/siding/wood{
+ dir = 5
+ },
+/turf/open/floor/wood/maple,
+/area/ship/storage)
+"AQ" = (
+/obj/structure/cable{
+ icon_state = "0-8"
+ },
+/obj/machinery/power/terminal{
+ dir = 4
+ },
+/obj/structure/cable{
+ icon_state = "0-2"
+ },
+/obj/structure/sign/warning/nosmoking{
+ pixel_y = 28
+ },
+/obj/structure/catwalk/over/plated_catwalk/dark,
+/turf/open/floor/plating,
+/area/ship/engineering/engine)
+"AS" = (
+/obj/structure/table/wood,
+/obj/item/reagent_containers/food/drinks/mug/tea{
+ pixel_y = 3;
+ pixel_x = -4
+ },
+/turf/open/floor/wood/maple,
+/area/ship/hallway/starboard)
+"AX" = (
+/obj/structure/flora/rock/jungle,
+/turf/open/floor/grass/ship/jungle,
+/area/ship/bridge)
+"AY" = (
+/obj/structure/chair/comfy/black{
+ dir = 4
+ },
+/obj/structure/railing{
+ dir = 8
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{
+ dir = 4
+ },
+/turf/open/floor/wood/maple,
+/area/ship/hallway/port)
+"AZ" = (
+/obj/effect/turf_decal/siding/brown{
+ dir = 5
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{
+ dir = 8
+ },
+/turf/open/floor/wood/ebony,
+/area/ship/hallway/port)
+"Bi" = (
+/obj/structure/rack,
+/obj/machinery/door/window{
+ dir = 8
+ },
+/obj/item/gun/ballistic/rifle/illestren{
+ pixel_x = -4;
+ pixel_y = -5
+ },
+/obj/item/gun/ballistic/rifle/illestren{
+ pixel_x = -4;
+ pixel_y = -1
+ },
+/obj/item/gun/ballistic/rifle/illestren{
+ pixel_x = -4;
+ pixel_y = 3
+ },
+/turf/open/floor/wood/ebony,
+/area/ship/storage)
+"Bq" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2,
+/obj/effect/turf_decal/siding/blue{
+ dir = 4
+ },
+/obj/effect/turf_decal/siding/blue/corner{
+ dir = 8
+ },
+/turf/open/floor/plasteel/white,
+/area/ship/medical)
+"Bt" = (
+/obj/effect/turf_decal/siding/brown{
+ dir = 8
+ },
+/obj/effect/turf_decal/siding/brown/corner{
+ dir = 4
+ },
+/turf/open/floor/wood/maple,
+/area/ship/hallway/starboard)
+"Bu" = (
+/obj/structure/cable{
+ icon_state = "1-2"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2,
+/mob/living/simple_animal/pet/mothroach{
+ name = "Rom";
+ desc = "You've never seen a more vacuous mothroach."
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4,
+/turf/open/floor/wood/mahogany,
+/area/ship/bridge)
+"Bx" = (
+/obj/structure/cable{
+ icon_state = "2-4"
+ },
+/obj/effect/turf_decal/siding/wood{
+ dir = 8
+ },
+/obj/effect/turf_decal/siding/wood/corner,
+/obj/effect/turf_decal/siding/wood/corner{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{
+ dir = 6
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2,
+/turf/open/floor/wood/maple,
+/area/ship/hallway/central)
+"BA" = (
+/turf/closed/wall/r_wall,
+/area/ship/hallway/starboard)
+"BB" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{
+ dir = 4
+ },
+/obj/structure/cable{
+ icon_state = "2-4"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{
+ dir = 6
+ },
+/obj/structure/catwalk/over/plated_catwalk/dark,
+/turf/open/floor/plating,
+/area/ship/engineering/atmospherics)
+"BJ" = (
+/obj/structure/crate_shelf,
+/obj/structure/closet/crate,
+/obj/item/reagent_containers/food/snacks/meat/steak{
+ pixel_y = 7;
+ pixel_x = -3
+ },
+/obj/item/reagent_containers/food/snacks/meat/steak/chicken,
+/obj/item/reagent_containers/food/snacks/meat/steak/chicken{
+ pixel_y = 6;
+ pixel_x = 4
+ },
+/obj/item/reagent_containers/food/snacks/meat/steak{
+ pixel_y = 0;
+ pixel_x = -9
+ },
+/obj/item/reagent_containers/food/snacks/meat/steak{
+ pixel_y = -6;
+ pixel_x = 5
+ },
+/obj/item/reagent_containers/food/snacks/meat/steak/chicken{
+ pixel_y = -4;
+ pixel_x = -6
+ },
+/obj/item/reagent_containers/food/snacks/meat/steak/chicken{
+ pixel_y = 5;
+ pixel_x = -6
+ },
+/turf/open/floor/wood/ebony,
+/area/ship/storage)
+"BK" = (
+/obj/structure/window/reinforced/fulltile,
+/obj/structure/grille,
+/obj/machinery/door/firedoor/border_only,
+/obj/machinery/door/poddoor/shutters{
+ id = "elderrearshuts"
+ },
+/turf/open/floor/plating,
+/area/ship/bridge)
+"BO" = (
+/obj/machinery/portable_atmospherics/canister/air,
+/turf/open/floor/plasteel/dark,
+/area/ship/engineering/atmospherics)
+"Cr" = (
+/obj/structure/closet/emcloset/wall{
+ dir = 4;
+ pixel_x = -28
+ },
+/turf/open/floor/grass/ship/jungle,
+/area/ship/roumain)
+"Cx" = (
+/obj/structure/table/wood,
+/obj/item/lighter{
+ pixel_y = 5;
+ pixel_x = -6
+ },
+/obj/item/book/manual/srmlore{
+ pixel_x = 5;
+ pixel_y = 3
+ },
+/obj/item/book/manual/srmlore{
+ pixel_x = 5;
+ pixel_y = 3
+ },
+/obj/item/book/manual/srmlore{
+ pixel_x = 5;
+ pixel_y = 3
+ },
+/obj/item/book/manual/srmlore{
+ pixel_x = 5;
+ pixel_y = 3
+ },
+/obj/item/book/manual/srmlore{
+ pixel_x = 5;
+ pixel_y = 3
+ },
+/obj/item/book/manual/srmlore{
+ pixel_x = 5;
+ pixel_y = 3
+ },
+/obj/item/book/manual/srmlore{
+ pixel_x = 5;
+ pixel_y = 3
+ },
+/obj/item/lighter{
+ pixel_y = 5;
+ pixel_x = -6
+ },
+/obj/item/lighter{
+ pixel_y = 5;
+ pixel_x = -6
+ },
+/obj/item/lighter{
+ pixel_y = 5;
+ pixel_x = -6
+ },
+/obj/item/lighter{
+ pixel_y = 5;
+ pixel_x = -6
+ },
+/obj/item/lighter{
+ pixel_y = 5;
+ pixel_x = -6
+ },
+/turf/open/floor/wood/ebony,
+/area/ship/crew/cryo)
+"CC" = (
+/obj/structure/window/reinforced/fulltile,
+/obj/structure/grille,
+/obj/machinery/door/firedoor/border_only{
+ dir = 1
+ },
+/obj/machinery/door/poddoor/shutters{
+ id = "elderemergencyairlockshuts"
+ },
+/turf/open/floor/plating,
+/area/ship/hallway/port)
+"CF" = (
+/obj/structure/closet/emcloset/wall{
+ pixel_y = 28
+ },
+/obj/effect/turf_decal/siding/brown{
+ dir = 1
+ },
+/turf/open/floor/wood/ebony,
+/area/ship/hallway/port)
+"CH" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{
+ dir = 4
+ },
+/obj/structure/cable{
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{
+ dir = 4
+ },
+/obj/machinery/door/firedoor/border_only{
+ dir = 4
+ },
+/obj/machinery/door/airlock/grunge{
+ dir = 4;
+ name = "Engine Room"
+ },
+/turf/open/floor/plasteel/dark,
+/area/ship/engineering/atmospherics)
+"Dg" = (
+/obj/structure/cable{
+ icon_state = "4-8"
+ },
+/obj/effect/turf_decal/siding/brown,
+/obj/structure/destructible/tribal_torch,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4,
+/turf/open/floor/wood/ebony,
+/area/ship/hallway/port)
+"Dz" = (
+/obj/structure/cable{
+ icon_state = "4-8"
+ },
+/obj/effect/turf_decal/siding/brown,
+/turf/open/floor/wood/ebony,
+/area/ship/hallway/port)
+"DL" = (
+/obj/structure/destructible/tribal_torch{
+ pixel_y = 18
+ },
+/turf/open/floor/grass/ship/jungle,
+/area/ship/hallway/central)
+"DR" = (
+/obj/machinery/power/apc/auto_name/directional/west,
+/obj/structure/cable{
+ icon_state = "0-2"
+ },
+/obj/effect/turf_decal/siding/wood{
+ dir = 4
+ },
+/obj/effect/turf_decal/siding/wood{
+ dir = 8
+ },
+/turf/open/floor/wood/maple,
+/area/ship/roumain)
+"DS" = (
+/obj/machinery/power/apc/auto_name/directional/east,
+/obj/structure/cable,
+/obj/structure/catwalk/over/plated_catwalk/dark,
+/turf/open/floor/plating,
+/area/ship/engineering/engine)
+"DV" = (
+/obj/structure/flora/driftlog,
+/turf/open/floor/plating/ship/water,
+/area/ship/roumain)
+"Eh" = (
+/obj/structure/table/wood,
+/obj/item/spear/bonespear{
+ pixel_y = -3;
+ pixel_x = 2
+ },
+/obj/item/spear/bonespear{
+ pixel_y = 1;
+ pixel_x = 2
+ },
+/obj/item/spear/bonespear{
+ pixel_y = 5;
+ pixel_x = 2
+ },
+/turf/open/floor/grass/ship/jungle,
+/area/ship/hallway/central)
+"Eq" = (
+/obj/effect/turf_decal/siding/brown/corner,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{
+ dir = 9
+ },
+/turf/open/floor/wood/ebony,
+/area/ship/hallway/port)
+"Et" = (
+/obj/structure/cable{
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{
+ dir = 8
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{
+ dir = 4
+ },
+/obj/structure/catwalk/over/plated_catwalk/dark,
+/turf/open/floor/plating,
+/area/ship/engineering/engine)
+"EJ" = (
+/obj/structure/table/wood,
+/obj/item/book/manual/trickwines_4_brewers,
+/turf/open/floor/grass/ship/jungle,
+/area/ship/roumain)
+"EN" = (
+/obj/structure/cable{
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{
+ dir = 5
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{
+ dir = 5
+ },
+/turf/open/floor/wood/ebony,
+/area/ship/hallway/starboard)
+"Fa" = (
+/obj/structure/railing/corner,
+/obj/structure/flora/grass/jungle,
+/turf/open/floor/ship/dirt/dark,
+/area/ship/roumain)
+"Fn" = (
+/obj/machinery/atmospherics/components/binary/pump{
+ dir = 8
+ },
+/obj/structure/catwalk/over/plated_catwalk/dark,
+/turf/open/floor/plating,
+/area/ship/engineering/engine)
+"Fp" = (
+/obj/effect/turf_decal/siding/brown{
+ dir = 1
+ },
+/obj/machinery/airalarm/directional/north,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{
+ dir = 8
+ },
+/turf/open/floor/wood/ebony,
+/area/ship/hallway/port)
+"Fr" = (
+/obj/structure/crate_shelf,
+/obj/structure/closet/crate{
+ name = "Fishing Crate"
+ },
+/obj/item/storage/toolbox/fishing{
+ pixel_x = -3;
+ pixel_y = -6
+ },
+/obj/item/storage/toolbox/fishing{
+ pixel_x = 3;
+ pixel_y = -6
+ },
+/obj/item/storage/toolbox/fishing{
+ pixel_y = 0
+ },
+/turf/open/floor/wood/ebony,
+/area/ship/storage)
+"Fu" = (
+/obj/effect/turf_decal/trimline/opaque/orange/line,
+/obj/structure/cable{
+ icon_state = "1-8"
+ },
+/turf/open/floor/plasteel/dark,
+/area/ship/engineering/engine)
+"FF" = (
+/obj/machinery/atmospherics/components/binary/dp_vent_pump/high_volume/layer2{
+ dir = 1
+ },
+/obj/effect/turf_decal/trimline/opaque/red/arrow_cw{
+ dir = 8
+ },
+/turf/open/floor/plasteel/dark,
+/area/ship/hallway/port)
+"FG" = (
+/obj/machinery/power/terminal{
+ dir = 8
+ },
+/obj/structure/cable{
+ icon_state = "0-5"
+ },
+/obj/structure/catwalk/over/plated_catwalk/dark,
+/turf/open/floor/plating,
+/area/ship/engineering/atmospherics)
+"FW" = (
+/obj/machinery/power/terminal{
+ dir = 8
+ },
+/obj/structure/cable{
+ icon_state = "0-4"
+ },
+/obj/structure/catwalk/over/plated_catwalk/dark,
+/turf/open/floor/plating,
+/area/ship/engineering/engine)
+"Ga" = (
+/obj/machinery/atmospherics/components/unary/outlet_injector/on/layer4{
+ dir = 8
+ },
+/turf/open/floor/engine/hull,
+/area/ship/external/dark)
+"GM" = (
+/obj/structure/cable{
+ icon_state = "1-8"
+ },
+/obj/effect/turf_decal/siding/wood{
+ dir = 6
+ },
+/obj/effect/turf_decal/siding/wood/corner{
+ dir = 1
+ },
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{
+ dir = 8
+ },
+/turf/open/floor/wood/maple,
+/area/ship/roumain)
+"GP" = (
+/obj/item/kirbyplants/random,
+/obj/effect/turf_decal/siding/brown{
+ dir = 6
+ },
+/turf/open/floor/wood/ebony,
+/area/ship/hallway/starboard)
+"Hw" = (
+/obj/effect/turf_decal/siding/wood{
+ dir = 5
+ },
+/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2,
+/turf/open/floor/wood/maple,
+/area/ship/crew/cryo)
+"Hx" = (
+/obj/structure/destructible/tribal_torch{
+ pixel_y = 6;
+ pixel_x = 10
+ },
+/turf/open/floor/wood/ebony,
+/area/ship/hallway/starboard)
+"HA" = (
+/obj/item/clothing/under/suit/roumain,
+/obj/item/clothing/suit/armor/roumain,
+/obj/item/clothing/head/cowboy/sec/roumain,
+/obj/item/clothing/suit/armor/riot/chaplain/witchhunter,
+/obj/item/flashlight/lantern,
+/obj/structure/closet/secure_closet/hunter,
+/obj/item/lighter,
+/obj/item/clothing/shoes/cowboy/black,
+/obj/item/clothing/shoes/cowboy,
+/obj/item/clothing/shoes/combat,
+/obj/item/kitchen/knife/combat/survival,
+/obj/item/gps{
+ pixel_x = -7
+ },
+/obj/item/storage/backpack/satchel/leather,
+/turf/open/floor/wood/ebony,
+/area/ship/storage)
+"HB" = (
+/obj/structure/closet/wall/blue{
+ dir = 8;
+ pixel_x = 28;
+ name = "Spare EVA Closet"
+ },
+/obj/item/clothing/suit/space/eva{
+ pixel_x = -8
+ },
+/obj/item/clothing/head/helmet/space/eva{
+ pixel_y = 8;
+ pixel_x = 8
+ },
+/obj/item/clothing/mask/breath{
+ pixel_y = 9;
+ pixel_x = -6
+ },
+/obj/item/tank/internals/emergency_oxygen{
+ pixel_x = 7;
+ pixel_y = -7
+ },
+/obj/effect/turf_decal/trimline/opaque/syndiered/arrow_ccw{
+ dir = 8
+ },
+/turf/open/floor/wood/maple,
+/area/ship/hallway/starboard)
+"HO" = (
+/obj/structure/chair/wood/wings,
+/obj/effect/turf_decal/spline/fancy/wood{
+ dir = 5
+ },
+/turf/open/floor/wood/mahogany,
+/area/ship/bridge)
+"Ii" = (
+/obj/structure/closet/firecloset/wall{
+ dir = 8;
+ pixel_x = 28
+ },
+/obj/effect/turf_decal/spline/fancy/wood{
+ dir = 4
+ },
+/turf/open/floor/wood/mahogany,
+/area/ship/bridge)
+"Il" = (
+/obj/effect/turf_decal/siding/wood{
+ dir = 8
+ },
+/obj/effect/turf_decal/siding/wood{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2,
+/turf/open/floor/wood/maple,
+/area/ship/hallway/central)
+"Im" = (
+/obj/structure/destructible/tribal_torch{
+ pixel_x = -10
+ },
+/obj/effect/turf_decal/spline/fancy/wood/cee,
+/turf/open/floor/wood/mahogany,
+/area/ship/hallway/starboard)
+"In" = (
+/obj/effect/turf_decal/siding/brown{
+ dir = 1
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{
+ dir = 1
+ },
+/turf/open/floor/wood/ebony,
+/area/ship/hallway/starboard)
+"Ir" = (
+/obj/effect/turf_decal/siding/wood,
+/obj/effect/turf_decal/siding/wood{
+ dir = 1
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{
+ dir = 4
+ },
+/obj/machinery/door/firedoor/border_only{
+ dir = 4
+ },
+/obj/machinery/door/airlock/glass{
+ dir = 4;
+ name = "Atrium"
+ },
+/turf/open/floor/wood/maple,
+/area/ship/roumain)
+"ID" = (
+/obj/machinery/power/apc/auto_name/directional/east,
+/obj/structure/cable{
+ icon_state = "1-8"
+ },
+/obj/structure/cable,
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{
+ dir = 4
+ },
+/obj/structure/catwalk/over/plated_catwalk/dark,
+/turf/open/floor/plating,
+/area/ship/engineering/atmospherics)
+"IF" = (
+/obj/effect/turf_decal/siding/wood{
+ dir = 1
+ },
+/obj/effect/turf_decal/siding/wood,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{
+ dir = 4
+ },
+/turf/open/floor/wood/maple,
+/area/ship/storage)
+"IM" = (
+/obj/item/candle/infinite{
+ pixel_y = 11;
+ pixel_x = 9
+ },
+/obj/item/candle/infinite{
+ pixel_y = 11;
+ pixel_x = -8
+ },
+/obj/item/candle/infinite{
+ pixel_y = 11;
+ pixel_x = -3
+ },
+/obj/item/candle/infinite{
+ pixel_y = 11;
+ pixel_x = 3
+ },
+/obj/item/candle/infinite{
+ pixel_y = 2;
+ pixel_x = -8
+ },
+/obj/item/candle/infinite{
+ pixel_y = -6;
+ pixel_x = -8
+ },
+/obj/item/disk/holodisk/roumain{
+ pixel_x = 2;
+ pixel_y = -3
+ },
+/obj/effect/turf_decal/spline/fancy/wood{
+ dir = 9
+ },
+/obj/structure/table/wood/fancy,
+/turf/open/floor/wood/mahogany,
+/area/ship/bridge)
+"IZ" = (
+/obj/structure/window/reinforced/fulltile,
+/obj/structure/grille,
+/obj/machinery/door/firedoor/border_only{
+ dir = 8
+ },
+/obj/machinery/door/firedoor/border_only,
+/obj/machinery/door/poddoor/shutters{
+ id = "elderrearshuts";
+ dir = 8
+ },
+/turf/open/floor/plating,
+/area/ship/bridge)
+"Jc" = (
+/obj/effect/turf_decal/siding/brown{
+ dir = 8
+ },
+/obj/machinery/airalarm/directional/west,
+/turf/open/floor/wood/ebony,
+/area/ship/hallway/starboard)
+"Jn" = (
+/obj/structure/railing{
+ dir = 8
+ },
+/turf/open/floor/grass/ship/jungle,
+/area/ship/roumain)
+"Jr" = (
+/obj/structure/cable{
+ icon_state = "4-9"
+ },
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{
+ dir = 1
+ },
+/obj/effect/turf_decal/siding/brown,
+/turf/open/floor/wood/ebony,
+/area/ship/hallway/starboard)
+"Ju" = (
+/obj/structure/cable{
+ icon_state = "1-2"
+ },
+/obj/effect/turf_decal/trimline/opaque/syndiered/end{
+ dir = 1
+ },
+/turf/open/floor/wood/maple,
+/area/ship/hallway/starboard)
+"Jx" = (
+/obj/structure/cable{
+ icon_state = "1-8"
+ },
+/obj/effect/turf_decal/siding/brown,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{
+ dir = 9
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{
+ dir = 9
+ },
+/turf/open/floor/wood/ebony,
+/area/ship/hallway/starboard)
+"Jy" = (
+/obj/effect/turf_decal/siding/brown{
+ dir = 10
+ },
+/turf/open/floor/wood/ebony,
+/area/ship/hallway/port)
+"JD" = (
+/obj/structure/cable{
+ icon_state = "0-5"
+ },
+/obj/effect/turf_decal/siding/brown{
+ dir = 10
+ },
+/obj/machinery/power/apc/auto_name/directional/west,
+/turf/open/floor/wood/ebony,
+/area/ship/hallway/port)
+"JG" = (
+/obj/structure/cable{
+ icon_state = "2-4"
+ },
+/obj/effect/turf_decal/siding/wood/corner,
+/obj/effect/turf_decal/siding/wood/corner{
+ dir = 8
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{
+ dir = 6
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{
+ dir = 10
+ },
+/turf/open/floor/wood/maple,
+/area/ship/crew/cryo)
+"JO" = (
+/obj/structure/flora/junglebush,
+/turf/open/floor/plating/ship/water,
+/area/ship/roumain)
+"Kd" = (
+/obj/structure/cable{
+ icon_state = "4-8"
+ },
+/obj/effect/turf_decal/siding/wood{
+ dir = 10
+ },
+/obj/machinery/door/firedoor/border_only{
+ dir = 8
+ },
+/obj/machinery/door/airlock/maintenance{
+ name = "Equipment";
+ dir = 4
+ },
+/turf/open/floor/wood/maple,
+/area/ship/storage)
+"Kk" = (
+/obj/structure/table/wood,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{
+ dir = 8
+ },
+/turf/open/floor/wood/maple,
+/area/ship/hallway/port)
+"KO" = (
+/obj/structure/flora/grass/jungle/b,
+/turf/open/floor/ship/dirt/dark,
+/area/ship/roumain)
+"KP" = (
+/obj/item/flashlight/lamp/green{
+ pixel_y = 12;
+ pixel_x = 4
+ },
+/obj/structure/table/wood,
+/turf/open/floor/wood/ebony,
+/area/ship/crew/cryo)
+"KQ" = (
+/obj/structure/rack,
+/obj/item/storage/toolbox/electrical{
+ pixel_y = 6;
+ pixel_x = 2
+ },
+/obj/item/storage/toolbox/mechanical{
+ pixel_x = -2
+ },
+/obj/item/weldingtool{
+ pixel_y = 0;
+ pixel_x = -5
+ },
+/turf/open/floor/wood/ebony,
+/area/ship/storage)
+"KX" = (
+/obj/machinery/power/port_gen/pacman,
+/obj/structure/cable{
+ icon_state = "0-4"
+ },
+/obj/item/stack/sheet/mineral/plasma/twenty,
+/obj/effect/turf_decal/trimline/opaque/orange/filled,
+/turf/open/floor/plating,
+/area/ship/engineering/engine)
+"Lj" = (
+/obj/effect/turf_decal/trimline/opaque/orange/filled/line{
+ dir = 8
+ },
+/turf/open/floor/plasteel/dark,
+/area/ship/engineering/atmospherics)
+"Lk" = (
+/mob/living/simple_animal/chicken,
+/obj/structure/flora/grass/jungle,
+/turf/open/floor/grass/ship/jungle,
+/area/ship/roumain)
+"LG" = (
+/obj/structure/cable{
+ icon_state = "4-8"
+ },
+/obj/structure/cable{
+ icon_state = "1-8"
+ },
+/obj/effect/turf_decal/siding/brown,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4,
+/turf/open/floor/wood/ebony,
+/area/ship/hallway/port)
+"LL" = (
+/obj/structure/cable{
+ icon_state = "5-8"
+ },
+/obj/structure/cable{
+ icon_state = "2-5"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{
+ dir = 10
+ },
+/obj/structure/catwalk/over/plated_catwalk/dark,
+/turf/open/floor/plating,
+/area/ship/engineering/engine)
+"LN" = (
+/turf/closed/wall/r_wall,
+/area/ship/storage)
+"LS" = (
+/obj/machinery/advanced_airlock_controller{
+ pixel_x = -25;
+ pixel_y = 3
+ },
+/obj/machinery/atmospherics/pipe/layer_manifold,
+/obj/effect/turf_decal/trimline/opaque/red/arrow_cw{
+ dir = 4
+ },
+/turf/open/floor/plasteel/dark,
+/area/ship/hallway/port)
+"LX" = (
+/obj/effect/turf_decal/siding/wood{
+ dir = 6
+ },
+/obj/effect/turf_decal/siding/wood/corner{
+ dir = 1
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{
+ dir = 9
+ },
+/turf/open/floor/wood/maple,
+/area/ship/storage)
+"Ma" = (
+/obj/structure/railing/corner{
+ dir = 1
+ },
+/turf/open/floor/grass/ship/jungle,
+/area/ship/roumain)
+"Mh" = (
+/obj/effect/turf_decal/corner/opaque/blue/diagonal,
+/obj/machinery/door/firedoor/border_only{
+ dir = 1
+ },
+/obj/machinery/door/airlock/medical/glass{
+ name = "Medical Bay";
+ dir = 2
+ },
+/obj/effect/turf_decal/siding/blue/end{
+ dir = 1
+ },
+/turf/open/floor/plasteel/white,
+/area/ship/medical)
+"Mj" = (
+/obj/machinery/power/shuttle/engine/electric{
+ dir = 4
+ },
+/obj/structure/cable/pink{
+ icon_state = "0-4"
+ },
+/turf/open/floor/plating,
+/area/ship/engineering/engine)
+"My" = (
+/turf/closed/wall/r_wall,
+/area/ship/hallway/central)
+"Mz" = (
+/obj/structure/loom,
+/turf/open/floor/grass/ship/jungle,
+/area/ship/roumain)
+"MG" = (
+/obj/structure/table/wood,
+/obj/effect/turf_decal/spline/fancy/wood{
+ dir = 4
+ },
+/obj/machinery/button/door{
+ id = "elderatriumshuts";
+ name = "Atrium Shutters";
+ dir = 8;
+ pixel_y = 11;
+ pixel_x = 21
+ },
+/obj/machinery/button/door{
+ id = "elderrearshuts";
+ name = "Bridge Rear Shutters";
+ dir = 8;
+ pixel_y = 2;
+ pixel_x = 21
+ },
+/obj/machinery/button/door{
+ id = "elderbridgeforeshuts";
+ name = "Bridge Fore Shutters";
+ dir = 8;
+ pixel_x = 21;
+ pixel_y = -7
+ },
+/obj/machinery/button/door{
+ id = "elderengineshuts";
+ name = "Engine Shutters";
+ dir = 8;
+ pixel_y = -16;
+ pixel_x = 21
+ },
+/obj/item/binoculars{
+ pixel_y = 0;
+ pixel_x = -4
+ },
+/obj/item/megaphone{
+ pixel_y = 9;
+ pixel_x = 3
+ },
+/turf/open/floor/wood/mahogany,
+/area/ship/bridge)
+"MH" = (
+/obj/machinery/cryopod,
+/turf/open/floor/wood/ebony,
+/area/ship/crew/cryo)
+"MM" = (
+/obj/structure/window/reinforced/fulltile,
+/obj/structure/grille,
+/obj/machinery/door/poddoor/shutters{
+ dir = 4;
+ id = "elderatriumshuts"
+ },
+/turf/open/floor/plating,
+/area/ship/roumain)
+"MR" = (
+/obj/effect/turf_decal/siding/wood{
+ dir = 10
+ },
+/obj/machinery/airalarm/directional/west,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{
+ dir = 5
+ },
+/turf/open/floor/wood/maple,
+/area/ship/crew/cryo)
+"MU" = (
+/obj/structure/cable{
+ icon_state = "1-2"
+ },
+/obj/structure/cable{
+ icon_state = "1-8"
+ },
+/obj/effect/turf_decal/siding/brown{
+ dir = 5
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4,
+/turf/open/floor/wood/ebony,
+/area/ship/hallway/starboard)
+"MV" = (
+/obj/machinery/atmospherics/components/unary/shuttle/heater{
+ dir = 4
+ },
+/obj/machinery/door/poddoor/shutters{
+ dir = 8;
+ id = "elderengineshuts"
+ },
+/turf/open/floor/plating,
+/area/ship/engineering/atmospherics)
+"MW" = (
+/obj/structure/cable{
+ icon_state = "1-2"
+ },
+/obj/effect/turf_decal/siding/wood/end,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2,
+/obj/machinery/door/firedoor/border_only,
+/obj/machinery/door/airlock/glass{
+ name = "Cryopods"
+ },
+/turf/open/floor/wood/maple,
+/area/ship/crew/cryo)
+"MZ" = (
+/obj/structure/window/reinforced/fulltile,
+/obj/structure/grille,
+/obj/machinery/door/firedoor/border_only{
+ dir = 1
+ },
+/obj/machinery/door/poddoor/shutters{
+ id = "elderrearshuts"
+ },
+/turf/open/floor/plating,
+/area/ship/bridge)
+"Nd" = (
+/obj/structure/cable{
+ icon_state = "1-2"
+ },
+/obj/effect/turf_decal/siding/wood{
+ dir = 8
+ },
+/obj/effect/turf_decal/siding/wood{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2,
+/turf/open/floor/wood/maple,
+/area/ship/hallway/central)
+"Ng" = (
+/obj/structure/railing/corner{
+ dir = 4
+ },
+/turf/open/floor/grass/ship/jungle,
+/area/ship/roumain)
+"Nm" = (
+/obj/structure/cable{
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{
+ dir = 8
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{
+ dir = 4
+ },
+/obj/machinery/door/firedoor/border_only{
+ dir = 4
+ },
+/obj/machinery/door/airlock/grunge{
+ dir = 4;
+ name = "Engine Room"
+ },
+/turf/open/floor/plasteel/dark,
+/area/ship/engineering/engine)
+"No" = (
+/obj/effect/turf_decal/siding/wood{
+ dir = 8
+ },
+/obj/effect/turf_decal/siding/wood{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2,
+/obj/machinery/holopad/emergency/command,
+/turf/open/floor/wood/maple,
+/area/ship/hallway/central)
+"Nq" = (
+/obj/effect/turf_decal/siding/wood{
+ dir = 8
+ },
+/obj/effect/turf_decal/siding/wood{
+ dir = 4
+ },
+/turf/open/floor/wood/maple,
+/area/ship/hallway/central)
+"NC" = (
+/obj/structure/flora/grass/jungle/b,
+/turf/open/floor/plating/ship/water,
+/area/ship/roumain)
+"NF" = (
+/obj/structure/chair/wood/wings{
+ dir = 4
+ },
+/obj/structure/cable{
+ icon_state = "1-2"
+ },
+/obj/effect/turf_decal/spline/fancy/wood{
+ dir = 8
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4,
+/turf/open/floor/wood/mahogany,
+/area/ship/bridge)
+"NH" = (
+/obj/effect/turf_decal/siding/brown{
+ dir = 8
+ },
+/obj/effect/turf_decal/siding/brown{
+ dir = 4
+ },
+/turf/open/floor/wood/maple,
+/area/ship/hallway/starboard)
+"NL" = (
+/turf/open/floor/ship/dirt/dark,
+/area/ship/roumain)
+"NT" = (
+/obj/structure/cable{
+ icon_state = "4-8"
+ },
+/obj/effect/turf_decal/trimline/opaque/orange/filled/line{
+ dir = 8
+ },
+/turf/open/floor/plasteel/dark,
+/area/ship/engineering/engine)
+"NX" = (
+/obj/structure/cable{
+ icon_state = "1-2"
+ },
+/obj/structure/cable{
+ icon_state = "1-4"
+ },
+/obj/effect/turf_decal/spline/fancy/wood/corner{
+ dir = 1
+ },
+/obj/effect/turf_decal/spline/fancy/wood/corner{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4,
+/turf/open/floor/wood/mahogany,
+/area/ship/bridge)
+"Od" = (
+/obj/structure/cable{
+ icon_state = "1-4"
+ },
+/obj/structure/destructible/tribal_torch,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{
+ dir = 5
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{
+ dir = 5
+ },
+/obj/structure/catwalk/over/plated_catwalk/dark,
+/turf/open/floor/plating,
+/area/ship/engineering/engine)
+"Oo" = (
+/obj/structure/cable{
+ icon_state = "0-8"
+ },
+/obj/machinery/power/apc/auto_name/directional/east,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{
+ dir = 10
+ },
+/obj/effect/turf_decal/siding/blue{
+ dir = 5
+ },
+/turf/open/floor/plasteel/white,
+/area/ship/medical)
+"OA" = (
+/obj/structure/fermenting_barrel/distiller,
+/turf/open/floor/grass/ship/jungle,
+/area/ship/roumain)
+"OF" = (
+/obj/machinery/power/apc/auto_name/directional/north,
+/obj/structure/cable{
+ icon_state = "0-8"
+ },
+/obj/effect/turf_decal/spline/fancy/wood{
+ dir = 1
+ },
+/turf/open/floor/wood/mahogany,
+/area/ship/bridge)
+"OO" = (
+/obj/structure/chair/wood{
+ dir = 8
+ },
+/obj/structure/railing{
+ dir = 4
+ },
+/turf/open/floor/wood/maple,
+/area/ship/hallway/starboard)
+"OV" = (
+/obj/machinery/button/shieldwallgen{
+ dir = 8;
+ pixel_x = 20;
+ pixel_y = 2;
+ id = "elderbayholos"
+ },
+/obj/machinery/button/door{
+ id = "elderbayshutters";
+ name = "Bay Shutters";
+ dir = 8;
+ pixel_x = 22;
+ pixel_y = -6
+ },
+/obj/effect/turf_decal/trimline/opaque/syndiered/arrow_ccw{
+ dir = 8
+ },
+/obj/effect/turf_decal/industrial/warning,
+/turf/open/floor/wood/maple,
+/area/ship/hallway/starboard)
+"Ph" = (
+/obj/effect/turf_decal/siding/wood/end,
+/obj/machinery/door/airlock/maintenance{
+ name = "Equipment"
+ },
+/turf/open/floor/wood/maple,
+/area/ship/storage)
+"Px" = (
+/obj/item/kirbyplants/random,
+/obj/effect/turf_decal/siding/brown{
+ dir = 5
+ },
+/turf/open/floor/wood/ebony,
+/area/ship/hallway/starboard)
+"Py" = (
+/obj/machinery/power/shuttle/engine/fueled/plasma{
+ dir = 4
+ },
+/turf/open/floor/plating,
+/area/ship/engineering/atmospherics)
+"PE" = (
+/obj/structure/cable{
+ icon_state = "4-8"
+ },
+/obj/structure/cable{
+ icon_state = "1-8"
+ },
+/obj/structure/cable{
+ icon_state = "2-8"
+ },
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{
+ dir = 1
+ },
+/turf/open/floor/wood/ebony,
+/area/ship/hallway/starboard)
+"PI" = (
+/obj/structure/cable{
+ icon_state = "1-2"
+ },
+/obj/effect/turf_decal/siding/wood/end,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2,
+/obj/machinery/door/firedoor/border_only,
+/obj/machinery/door/airlock/glass{
+ name = "Breezeway"
+ },
+/turf/open/floor/wood/maple,
+/area/ship/hallway/central)
+"PZ" = (
+/obj/effect/turf_decal/siding/brown{
+ dir = 1
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{
+ dir = 4
+ },
+/turf/open/floor/wood/ebony,
+/area/ship/hallway/starboard)
+"Qi" = (
+/obj/structure/chair/wood,
+/obj/structure/flora/grass/jungle/b,
+/turf/open/floor/grass/ship/jungle,
+/area/ship/hallway/central)
+"Qm" = (
+/obj/machinery/computer/cryopod/directional/west,
+/obj/effect/turf_decal/siding/wood{
+ dir = 9
+ },
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4,
+/turf/open/floor/wood/maple,
+/area/ship/crew/cryo)
+"QA" = (
+/obj/effect/turf_decal/corner/opaque/blue/diagonal,
+/obj/structure/table/wood,
+/obj/item/scalpel{
+ pixel_y = 7;
+ pixel_x = 8
+ },
+/obj/item/circular_saw{
+ pixel_x = 6
+ },
+/obj/item/cautery{
+ pixel_x = -7;
+ pixel_y = 6
+ },
+/obj/item/retractor{
+ pixel_x = -5
+ },
+/obj/item/hemostat,
+/turf/open/floor/plasteel/white,
+/area/ship/medical)
+"QD" = (
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{
+ dir = 8
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{
+ dir = 4
+ },
+/obj/structure/catwalk/over/plated_catwalk/dark,
+/turf/open/floor/plating,
+/area/ship/engineering/atmospherics)
+"QE" = (
+/obj/structure/flora/junglebush/c,
+/turf/open/floor/plating/ship/water,
+/area/ship/roumain)
+"QJ" = (
+/obj/item/soap/deluxe,
+/obj/machinery/shower{
+ dir = 1
+ },
+/obj/structure/curtain/bounty,
+/obj/effect/turf_decal/stoneborder{
+ dir = 1
+ },
+/obj/effect/turf_decal/stoneborder,
+/turf/open/floor/plasteel/mono/dark,
+/area/ship/hallway/starboard)
+"QR" = (
+/obj/structure/cable{
+ icon_state = "1-2"
+ },
+/obj/effect/turf_decal/siding/wood{
+ dir = 8
+ },
+/obj/effect/turf_decal/siding/wood{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4,
+/turf/open/floor/wood/maple,
+/area/ship/hallway/central)
+"QX" = (
+/obj/structure/bonfire/dense,
+/turf/open/floor/ship/dirt/dark,
+/area/ship/roumain)
+"Ra" = (
+/obj/effect/turf_decal/spline/fancy/wood{
+ dir = 10
+ },
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{
+ dir = 4
+ },
+/turf/open/floor/wood/mahogany,
+/area/ship/bridge)
+"Ri" = (
+/mob/living/simple_animal/chicken,
+/turf/open/floor/grass/ship/jungle,
+/area/ship/roumain)
+"Rm" = (
+/obj/structure/closet/crate/hydroponics,
+/obj/item/storage/bag/plants/portaseeder,
+/obj/item/storage/bag/plants,
+/obj/item/storage/bag/plants,
+/obj/item/hatchet,
+/obj/item/shovel{
+ pixel_x = 5
+ },
+/obj/item/cultivator/rake{
+ pixel_x = -4;
+ pixel_y = 0
+ },
+/turf/open/floor/grass/ship/jungle,
+/area/ship/roumain)
+"Rz" = (
+/obj/structure/chair/pew{
+ dir = 4
+ },
+/obj/structure/flora/grass/jungle/b,
+/turf/open/floor/grass/ship/jungle,
+/area/ship/hallway/central)
+"RC" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{
+ dir = 10
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{
+ dir = 9
+ },
+/obj/structure/catwalk/over/plated_catwalk/dark,
+/turf/open/floor/plating,
+/area/ship/engineering/atmospherics)
+"RF" = (
+/obj/structure/closet/secure_closet/medicalsrm,
+/obj/item/storage/firstaid/roumain,
+/obj/item/disk/holodisk/roumain,
+/obj/item/clothing/head/cowboy/sec/roumain/med,
+/obj/item/clothing/suit/toggle/labcoat/roumain_med,
+/obj/item/clothing/under/suit/roumain,
+/obj/item/storage/belt/medical,
+/obj/item/healthanalyzer,
+/obj/item/storage/firstaid,
+/obj/item/storage/box/beakers,
+/obj/item/storage/box/syringes,
+/obj/item/storage/box/bodybags,
+/obj/item/storage/box/gloves,
+/obj/item/storage/box/masks,
+/obj/effect/turf_decal/corner/opaque/blue/diagonal,
+/turf/open/floor/plasteel/white,
+/area/ship/medical)
+"RJ" = (
+/obj/effect/turf_decal/siding/brown{
+ dir = 9
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{
+ dir = 5
+ },
+/obj/machinery/button/door{
+ id = "elderemergencyairlockshuts";
+ name = "Airlock Shutters";
+ pixel_y = 6;
+ pixel_x = -21;
+ dir = 4
+ },
+/turf/open/floor/wood/ebony,
+/area/ship/hallway/port)
+"RT" = (
+/obj/machinery/power/smes/shuttle/precharged{
+ dir = 4
+ },
+/obj/structure/cable/pink{
+ icon_state = "0-8"
+ },
+/obj/machinery/door/poddoor/shutters{
+ dir = 8;
+ id = "elderengineshuts"
+ },
+/turf/open/floor/plating,
+/area/ship/engineering/atmospherics)
+"RW" = (
+/obj/effect/turf_decal/siding/wood{
+ dir = 1
+ },
+/turf/open/floor/wood/maple,
+/area/ship/crew/cryo)
+"Sg" = (
+/obj/machinery/computer/cargo/express{
+ dir = 8
+ },
+/obj/effect/turf_decal/spline/fancy/wood{
+ dir = 4
+ },
+/turf/open/floor/wood/mahogany,
+/area/ship/bridge)
+"Sz" = (
+/obj/structure/cable{
+ icon_state = "5-8"
+ },
+/obj/structure/cable{
+ icon_state = "5-10"
+ },
+/obj/structure/cable{
+ icon_state = "2-5"
+ },
+/obj/structure/catwalk/over/plated_catwalk/dark,
+/turf/open/floor/plating,
+/area/ship/engineering/engine)
+"SL" = (
+/obj/structure/closet/crate/freezer,
+/obj/item/reagent_containers/blood/random,
+/obj/item/reagent_containers/blood/random,
+/obj/item/reagent_containers/blood/random,
+/obj/item/reagent_containers/blood/random,
+/obj/item/organ_storage,
+/obj/item/organ_storage,
+/obj/item/organ_storage,
+/obj/item/stack/medical/gauze/twelve,
+/obj/item/stack/medical/gauze/twelve,
+/obj/item/stack/medical/splint,
+/obj/item/stack/medical/splint,
+/obj/effect/turf_decal/corner/opaque/blue/diagonal,
+/turf/open/floor/plasteel/white,
+/area/ship/medical)
+"SR" = (
+/obj/item/clothing/under/suit/roumain,
+/obj/item/clothing/suit/armor/roumain/shadow,
+/obj/item/clothing/head/cowboy/sec/roumain/shadow,
+/obj/item/flashlight/lantern,
+/obj/structure/closet/secure_closet/shadow,
+/obj/item/lighter,
+/obj/item/clothing/shoes/cowboy,
+/obj/item/clothing/shoes/cowboy/black,
+/obj/item/clothing/shoes/combat,
+/obj/item/kitchen/knife/hunting,
+/obj/item/gps{
+ pixel_x = -7
+ },
+/obj/item/storage/backpack/satchel/leather,
+/turf/open/floor/wood/ebony,
+/area/ship/storage)
+"Tc" = (
+/obj/structure/cable{
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{
+ dir = 4
+ },
+/obj/machinery/button/door{
+ id = "elderengineshuts";
+ name = "Engine Shutters";
+ dir = 1;
+ pixel_x = 7;
+ pixel_y = -21
+ },
+/obj/structure/catwalk/over/plated_catwalk/dark,
+/turf/open/floor/plating,
+/area/ship/engineering/engine)
+"Tx" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4,
+/obj/structure/destructible/tribal_torch{
+ pixel_x = -7
+ },
+/obj/effect/turf_decal/trimline/opaque/red/arrow_cw{
+ dir = 4
+ },
+/obj/effect/turf_decal/industrial/warning,
+/turf/open/floor/plasteel/dark,
+/area/ship/hallway/port)
+"TO" = (
+/obj/machinery/autolathe,
+/turf/open/floor/wood/ebony,
+/area/ship/storage)
+"TX" = (
+/obj/structure/cable{
+ icon_state = "1-2"
+ },
+/obj/effect/turf_decal/siding/brown{
+ dir = 9
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2,
+/turf/open/floor/wood/ebony,
+/area/ship/hallway/starboard)
+"Ui" = (
+/obj/effect/turf_decal/siding/wood,
+/obj/effect/turf_decal/siding/wood{
+ dir = 1
+ },
+/turf/open/floor/wood/maple,
+/area/ship/storage)
+"Ul" = (
+/obj/machinery/computer/helm{
+ dir = 8
+ },
+/obj/effect/turf_decal/spline/fancy/wood{
+ dir = 4
+ },
+/turf/open/floor/wood/mahogany,
+/area/ship/bridge)
+"Un" = (
+/obj/effect/turf_decal/siding/wood{
+ dir = 9
+ },
+/obj/machinery/airalarm/directional/west,
+/turf/open/floor/wood/maple,
+/area/ship/storage)
+"Uu" = (
+/obj/docking_port/mobile{
+ dir = 2;
+ preferred_direction = 4;
+ port_direction = 8
+ },
+/turf/open/floor/engine/hull,
+/area/ship/external/dark)
+"UD" = (
+/obj/structure/flora/rock/jungle,
+/turf/open/floor/plating/ship/water,
+/area/ship/roumain)
+"US" = (
+/obj/structure/cable{
+ icon_state = "4-8"
+ },
+/obj/effect/turf_decal/siding/brown{
+ dir = 10
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{
+ dir = 4
+ },
+/turf/open/floor/wood/ebony,
+/area/ship/hallway/starboard)
+"UZ" = (
+/obj/structure/chair/pew/left{
+ dir = 8
+ },
+/obj/structure/flora/grass/jungle/b,
+/turf/open/floor/grass/ship/jungle,
+/area/ship/hallway/central)
+"Vc" = (
+/obj/structure/table/wood,
+/obj/item/storage/box/matches{
+ pixel_y = 3
+ },
+/obj/item/storage/fancy/cigarettes/cigpack_midori{
+ pixel_y = 6;
+ pixel_x = -3
+ },
+/obj/item/reagent_containers/food/drinks/mug/tea{
+ pixel_x = 6;
+ pixel_y = 6
+ },
+/turf/open/floor/wood/maple,
+/area/ship/hallway/port)
+"Vn" = (
+/obj/structure/cable{
+ icon_state = "1-2"
+ },
+/obj/effect/turf_decal/siding/brown{
+ dir = 6
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4,
+/turf/open/floor/wood/ebony,
+/area/ship/hallway/port)
+"Vu" = (
+/obj/structure/railing{
+ dir = 4
+ },
+/obj/structure/rack,
+/obj/item/pickaxe{
+ pixel_x = 1;
+ pixel_y = -4
+ },
+/obj/item/pickaxe{
+ pixel_x = 1;
+ pixel_y = 0
+ },
+/obj/item/pickaxe{
+ pixel_x = 1;
+ pixel_y = 4
+ },
+/obj/item/pickaxe{
+ pixel_x = 1;
+ pixel_y = 8
+ },
+/obj/item/shovel{
+ pixel_x = -2;
+ pixel_y = -8
+ },
+/obj/item/shovel{
+ pixel_x = -2;
+ pixel_y = -2
+ },
+/obj/item/shovel{
+ pixel_x = -2;
+ pixel_y = 5
+ },
+/obj/item/shovel{
+ pixel_x = -2;
+ pixel_y = 11
+ },
+/obj/item/storage/bag/ore,
+/obj/item/storage/bag/ore,
+/obj/item/storage/bag/ore,
+/obj/item/storage/bag/ore,
+/turf/open/floor/wood/ebony,
+/area/ship/hallway/starboard)
+"VI" = (
+/obj/structure/window/reinforced/fulltile,
+/obj/structure/grille,
+/obj/machinery/door/poddoor/shutters{
+ id = "elderrearshuts"
+ },
+/turf/open/floor/plating,
+/area/ship/bridge)
+"VL" = (
+/obj/structure/cable{
+ icon_state = "6-8"
+ },
+/obj/structure/cable{
+ icon_state = "4-8"
+ },
+/obj/effect/turf_decal/siding/brown{
+ dir = 9
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{
+ dir = 10
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{
+ dir = 10
+ },
+/turf/open/floor/wood/ebony,
+/area/ship/hallway/port)
+"VQ" = (
+/obj/machinery/power/shieldwallgen/atmos/roundstart{
+ dir = 8;
+ locked = 1;
+ id = "elderbayholos"
+ },
+/obj/structure/cable{
+ icon_state = "0-9"
+ },
+/obj/machinery/door/firedoor/border_only,
+/obj/machinery/door/poddoor/shutters{
+ id = "elderbayshutters"
+ },
+/turf/open/floor/plasteel/dark,
+/area/ship/hallway/starboard)
+"Wd" = (
+/obj/structure/table/wood,
+/obj/item/radio/intercom/wideband/table{
+ dir = 4;
+ pixel_y = 2;
+ pixel_x = 1
+ },
+/obj/effect/turf_decal/spline/fancy/wood{
+ dir = 4
+ },
+/turf/open/floor/wood/mahogany,
+/area/ship/bridge)
+"Wr" = (
+/obj/effect/turf_decal/siding/wood{
+ dir = 9
+ },
+/obj/effect/turf_decal/siding/wood/corner,
+/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{
+ dir = 4
+ },
+/turf/open/floor/wood/maple,
+/area/ship/hallway/central)
+"Wy" = (
+/obj/structure/chair/comfy/black{
+ dir = 8
+ },
+/obj/structure/railing{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{
+ dir = 9
+ },
+/turf/open/floor/wood/maple,
+/area/ship/hallway/port)
+"WJ" = (
+/obj/effect/turf_decal/siding/brown,
+/turf/open/floor/wood/maple,
+/area/ship/hallway/starboard)
+"WS" = (
+/obj/structure/cable{
+ icon_state = "4-8"
+ },
+/obj/effect/turf_decal/siding/wood,
+/obj/effect/turf_decal/siding/wood{
+ dir = 1
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{
+ dir = 4
+ },
+/obj/machinery/door/firedoor/border_only{
+ dir = 4
+ },
+/obj/machinery/door/airlock/glass{
+ dir = 4;
+ name = "Atrium"
+ },
+/turf/open/floor/wood/maple,
+/area/ship/roumain)
+"WU" = (
+/obj/effect/turf_decal/siding/brown{
+ dir = 1
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{
+ dir = 4
+ },
+/turf/open/floor/wood/ebony,
+/area/ship/hallway/starboard)
+"Xn" = (
+/obj/effect/turf_decal/siding/wood,
+/obj/effect/turf_decal/siding/wood/corner{
+ dir = 1
+ },
+/obj/effect/turf_decal/siding/wood/corner{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{
+ dir = 4
+ },
+/turf/open/floor/wood/maple,
+/area/ship/hallway/central)
+"Xq" = (
+/obj/structure/cable{
+ icon_state = "1-8"
+ },
+/obj/effect/turf_decal/siding/wood{
+ dir = 4
+ },
+/obj/effect/turf_decal/siding/wood/corner{
+ dir = 8
+ },
+/turf/open/floor/wood/maple,
+/area/ship/storage)
+"Xt" = (
+/turf/open/floor/plating/ship/water,
+/area/ship/roumain)
+"XH" = (
+/obj/effect/turf_decal/siding/blue{
+ dir = 5
+ },
+/turf/open/floor/plasteel/white,
+/area/ship/medical)
+"XI" = (
+/obj/structure/destructible/tribal_torch{
+ pixel_y = 2;
+ pixel_x = 9
+ },
+/turf/open/floor/ship/dirt/dark,
+/area/ship/roumain)
+"XK" = (
+/obj/structure/table/wood,
+/obj/item/folder/blue{
+ pixel_x = -6;
+ pixel_y = 4
+ },
+/obj/item/folder/red,
+/obj/item/folder/yellow{
+ pixel_x = 6;
+ pixel_y = 1
+ },
+/obj/effect/turf_decal/spline/fancy/wood,
+/turf/open/floor/wood/mahogany,
+/area/ship/bridge)
+"XW" = (
+/mob/living/simple_animal/cow,
+/turf/open/floor/grass/ship/jungle,
+/area/ship/roumain)
+"XY" = (
+/obj/structure/table/wood,
+/obj/item/reagent_containers/food/drinks/bottle/whiskey{
+ pixel_x = 7;
+ pixel_y = 6
+ },
+/obj/item/reagent_containers/food/drinks/bottle/absinthe,
+/obj/item/reagent_containers/food/drinks/bottle/absinthe{
+ pixel_y = 8;
+ pixel_x = -6
+ },
+/obj/item/book/manual/wiki/surgery,
+/obj/effect/turf_decal/corner/opaque/blue/diagonal,
+/turf/open/floor/plasteel/white,
+/area/ship/medical)
+"Yu" = (
+/obj/structure/window/reinforced/fulltile,
+/obj/structure/grille,
+/obj/machinery/door/firedoor/border_only{
+ dir = 1
+ },
+/obj/machinery/door/firedoor/border_only{
+ dir = 4
+ },
+/obj/machinery/door/poddoor/shutters{
+ dir = 4;
+ id = "elderatriumshuts"
+ },
+/turf/open/floor/plating,
+/area/ship/roumain)
+"Yx" = (
+/obj/structure/cable{
+ icon_state = "1-2"
+ },
+/obj/effect/turf_decal/spline/fancy/wood/cee{
+ dir = 1
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4,
+/obj/machinery/door/firedoor/border_only{
+ dir = 1
+ },
+/obj/machinery/door/airlock/command{
+ name = "Bridge"
+ },
+/turf/open/floor/wood/mahogany,
+/area/ship/bridge)
+"YD" = (
+/obj/effect/turf_decal/trimline/opaque/syndiered/arrow_cw{
+ dir = 4
+ },
+/turf/open/floor/wood/maple,
+/area/ship/hallway/starboard)
+"YM" = (
+/obj/effect/turf_decal/siding/wood/end{
+ dir = 1
+ },
+/obj/machinery/door/firedoor/border_only{
+ dir = 1
+ },
+/obj/machinery/door/airlock/glass{
+ name = "Breezeway"
+ },
+/turf/open/floor/wood/maple,
+/area/ship/hallway/central)
+"YP" = (
+/obj/machinery/portable_atmospherics/pump,
+/turf/open/floor/plasteel/dark,
+/area/ship/engineering/atmospherics)
+"YT" = (
+/obj/structure/cable{
+ icon_state = "4-10"
+ },
+/obj/structure/cable{
+ icon_state = "4-8"
+ },
+/obj/machinery/airalarm/directional/north,
+/obj/effect/turf_decal/trimline/opaque/orange/filled/line{
+ dir = 8
+ },
+/turf/open/floor/plasteel/dark,
+/area/ship/engineering/atmospherics)
+"YX" = (
+/obj/structure/flora/grass/jungle,
+/turf/open/floor/ship/dirt/dark,
+/area/ship/roumain)
+"Zh" = (
+/obj/machinery/door/firedoor/border_only{
+ dir = 1
+ },
+/obj/machinery/door/airlock/wood{
+ name = "Restroom"
+ },
+/obj/effect/turf_decal/spline/fancy/wood/cee{
+ dir = 1
+ },
+/turf/open/floor/wood/mahogany,
+/area/ship/hallway/starboard)
+"Zi" = (
+/obj/structure/table/wood,
+/obj/item/storage/fancy/cigarettes/cigpack_midori,
+/obj/item/lighter{
+ pixel_y = 3;
+ pixel_x = 7
+ },
+/turf/open/floor/wood/maple,
+/area/ship/hallway/starboard)
+"Zl" = (
+/obj/effect/turf_decal/spline/fancy/wood{
+ dir = 6
+ },
+/obj/structure/table/wood,
+/obj/item/paper/natural{
+ pixel_y = 3
+ },
+/obj/item/reagent_containers/food/drinks/coffee{
+ pixel_x = 8;
+ pixel_y = 4
+ },
+/obj/item/pen/charcoal{
+ pixel_x = -5
+ },
+/turf/open/floor/wood/mahogany,
+/area/ship/bridge)
+"Zr" = (
+/obj/effect/turf_decal/siding/brown/corner{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{
+ dir = 10
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{
+ dir = 10
+ },
+/turf/open/floor/wood/ebony,
+/area/ship/hallway/starboard)
+"Zs" = (
+/obj/structure/cable{
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{
+ dir = 10
+ },
+/obj/effect/turf_decal/siding/blue{
+ dir = 1
+ },
+/obj/effect/turf_decal/siding/blue/corner{
+ dir = 8
+ },
+/turf/open/floor/plasteel/white,
+/area/ship/medical)
+"Zx" = (
+/obj/structure/flora/junglebush/b,
+/turf/open/floor/plating/ship/water,
+/area/ship/roumain)
+"ZE" = (
+/obj/structure/window/reinforced/tinted/frosted,
+/obj/structure/urinal{
+ pixel_y = 29
+ },
+/obj/effect/turf_decal/spline/fancy/wood{
+ dir = 5
+ },
+/turf/open/floor/wood/mahogany,
+/area/ship/hallway/starboard)
+"ZI" = (
+/obj/structure/closet/emcloset/wall{
+ dir = 8;
+ pixel_x = 28
+ },
+/obj/effect/turf_decal/spline/fancy/wood{
+ dir = 4
+ },
+/turf/open/floor/wood/mahogany,
+/area/ship/bridge)
+"ZK" = (
+/obj/structure/cable{
+ icon_state = "1-2"
+ },
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{
+ dir = 8
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4,
+/turf/open/floor/wood/mahogany,
+/area/ship/bridge)
+"ZW" = (
+/obj/structure/flora/tree/srm,
+/turf/open/floor/ship/dirt/dark,
+/area/ship/hallway/central)
+
+(1,1,1) = {"
+sH
+sH
+sH
+sH
+sH
+sH
+sH
+sH
+sH
+sH
+sH
+sH
+sH
+sH
+sH
+sH
+sH
+sH
+sH
+sH
+sH
+sH
+sH
+sH
+sH
+sH
+sH
+sH
+sH
+sH
+sH
+sH
+sH
+sH
+sH
+"}
+(2,1,1) = {"
+sH
+sH
+sH
+sH
+sH
+sH
+sH
+sH
+sH
+sH
+sH
+sH
+sH
+sH
+sH
+sH
+sH
+sH
+sH
+sH
+sH
+sH
+sH
+sH
+sH
+sH
+sH
+sH
+sH
+sH
+sH
+sH
+sH
+sH
+sH
+"}
+(3,1,1) = {"
+sH
+sH
+sH
+sH
+sH
+sH
+sH
+sH
+sH
+sH
+sH
+sH
+sH
+sH
+sH
+sH
+sH
+sH
+sH
+sH
+sH
+sH
+sH
+sH
+sH
+sH
+sH
+sH
+sH
+sH
+sH
+sH
+sH
+sH
+sH
+"}
+(4,1,1) = {"
+sH
+sH
+sH
+sH
+sH
+sH
+oY
+Mj
+Mj
+wm
+sH
+sH
+sH
+sH
+sH
+sH
+sH
+sH
+sH
+sH
+sH
+sH
+sH
+sH
+sH
+sH
+sH
+lM
+hZ
+hZ
+Py
+sH
+sH
+sH
+sH
+"}
+(5,1,1) = {"
+sH
+sH
+sH
+sH
+sH
+wm
+rE
+hp
+hp
+wm
+sH
+sH
+sH
+sH
+sH
+sH
+sH
+sH
+sH
+sH
+sH
+sH
+sH
+sH
+sH
+sH
+sH
+lM
+RT
+RT
+MV
+lM
+sH
+sH
+sH
+"}
+(6,1,1) = {"
+sH
+sH
+sH
+sH
+sH
+wm
+Fn
+FW
+FW
+wm
+sH
+sH
+sH
+sH
+sH
+sH
+sH
+sH
+sH
+sH
+sH
+sH
+sH
+sH
+sH
+sH
+sH
+lM
+jl
+FG
+rK
+lM
+sH
+sH
+sH
+"}
+(7,1,1) = {"
+sH
+sH
+sH
+sH
+sH
+wm
+zH
+NT
+bm
+wm
+sH
+sH
+sH
+sH
+sH
+sH
+sH
+sH
+sH
+sH
+sH
+sH
+sH
+sH
+sH
+sH
+sH
+lM
+YT
+Lj
+yn
+lM
+sH
+sH
+sH
+"}
+(8,1,1) = {"
+sH
+sH
+sH
+sH
+wm
+wm
+fC
+pH
+Tc
+wm
+wm
+sH
+sH
+sH
+sH
+sH
+sH
+sH
+sH
+sH
+sH
+sH
+sH
+sH
+sH
+sH
+lM
+lM
+eH
+uP
+aF
+lM
+lM
+sH
+sH
+"}
+(9,1,1) = {"
+sH
+sH
+sH
+sH
+wm
+KX
+gG
+zT
+LL
+Od
+wm
+sH
+sH
+sH
+sH
+sH
+bi
+mE
+mE
+mE
+IZ
+sH
+sH
+sH
+sH
+gO
+na
+qD
+fa
+QD
+vG
+ut
+lM
+sH
+sH
+"}
+(10,1,1) = {"
+sH
+sH
+sH
+sH
+wm
+AQ
+Fu
+Sz
+DS
+Et
+wm
+sH
+sH
+sH
+sH
+bi
+VI
+AX
+aY
+AX
+VI
+IZ
+sH
+sH
+sH
+Ga
+lM
+BB
+ID
+RC
+jG
+mD
+lM
+sH
+sH
+"}
+(11,1,1) = {"
+sH
+sH
+sH
+wm
+wm
+ih
+ag
+jr
+wm
+Nm
+vC
+vC
+aP
+aP
+aP
+MZ
+wD
+xC
+re
+xC
+wD
+BK
+aP
+aP
+aP
+BA
+BA
+CH
+lM
+BO
+YP
+sA
+lM
+lM
+sH
+"}
+(12,1,1) = {"
+sH
+sH
+bW
+vC
+vC
+vC
+vC
+vC
+vC
+VL
+mj
+JD
+aP
+IM
+lg
+fm
+Ra
+aY
+Ao
+aY
+ir
+fm
+zX
+sr
+aP
+yA
+Jc
+US
+BA
+BA
+BA
+BA
+BA
+BA
+sH
+"}
+(13,1,1) = {"
+sH
+sH
+bW
+CC
+dt
+LS
+Tx
+bY
+RJ
+gi
+qv
+Vn
+Yx
+NX
+ZK
+Bu
+dn
+NF
+fP
+NF
+au
+hg
+cz
+qN
+fe
+MU
+sD
+Jx
+mA
+bN
+bN
+bN
+uY
+BA
+sH
+"}
+(14,1,1) = {"
+sH
+sH
+bW
+kL
+iB
+FF
+xe
+cN
+iR
+Dz
+AY
+pb
+aP
+OF
+ap
+ZI
+uM
+Sg
+Wd
+Ul
+MG
+Ii
+uc
+XK
+aP
+li
+hc
+Jr
+aS
+NH
+Bt
+sb
+uY
+BA
+sH
+"}
+(15,1,1) = {"
+sm
+sH
+bW
+vC
+vC
+vC
+vC
+vC
+qQ
+Dg
+fz
+Vc
+aP
+zv
+lA
+aP
+Ar
+Ar
+Ar
+Ar
+aP
+aP
+HO
+Zl
+aP
+AS
+PZ
+AL
+yq
+Hx
+kq
+WJ
+uY
+BA
+sH
+"}
+(16,1,1) = {"
+sH
+sH
+sH
+yz
+qB
+Qm
+MR
+yz
+CF
+mS
+Kk
+gE
+aP
+aP
+aP
+aP
+Wr
+Nq
+Nq
+Nq
+bv
+aP
+aP
+aP
+aP
+Zi
+In
+iP
+BA
+Vu
+vd
+hT
+sc
+BA
+bW
+"}
+(17,1,1) = {"
+sH
+sH
+sH
+yz
+MH
+RW
+JG
+MW
+hh
+LG
+Wy
+vX
+My
+qZ
+Il
+Il
+ce
+UZ
+AM
+co
+qz
+wC
+QR
+ge
+My
+OO
+WU
+yp
+nZ
+YD
+YD
+YD
+vn
+hV
+bW
+"}
+(18,1,1) = {"
+sH
+sH
+sH
+yz
+MH
+RW
+xN
+yz
+iT
+cJ
+xv
+Jy
+YM
+Xn
+Qi
+Eh
+DL
+wy
+ZW
+yZ
+cU
+Eh
+ou
+dL
+PI
+TX
+ac
+PE
+ie
+Ju
+gb
+gb
+iY
+bO
+bW
+"}
+(19,1,1) = {"
+sH
+sH
+sH
+yz
+KP
+Hw
+af
+yz
+Fp
+zZ
+Eq
+ji
+My
+de
+Il
+zc
+wA
+lf
+Rz
+dV
+aM
+Nd
+Nd
+rv
+My
+Px
+Zr
+EN
+nj
+HB
+HB
+HB
+OV
+VQ
+bW
+"}
+(20,1,1) = {"
+sH
+sH
+sH
+yz
+yz
+Cx
+pd
+yz
+AZ
+oE
+bj
+wp
+wp
+MM
+MM
+wp
+de
+vz
+No
+Bx
+rv
+wp
+MM
+MM
+wp
+wp
+tC
+Ac
+ef
+BA
+BA
+BA
+BA
+BA
+Uu
+"}
+(21,1,1) = {"
+sH
+sH
+sH
+sH
+LN
+LN
+LN
+LN
+rj
+Kd
+LN
+wp
+rW
+Mz
+dR
+wp
+wp
+Ir
+wp
+WS
+wp
+wp
+Xt
+qJ
+uW
+wp
+wp
+jv
+nj
+Zh
+vH
+Im
+BA
+sH
+sH
+"}
+(22,1,1) = {"
+sH
+sH
+sH
+sH
+LN
+HA
+Un
+eZ
+hl
+Xq
+Ph
+uW
+NL
+aO
+uW
+yN
+wE
+nk
+DR
+GM
+Cr
+Xt
+QE
+KO
+NL
+uV
+wp
+cg
+GP
+BA
+ZE
+lb
+BA
+sH
+sH
+"}
+(23,1,1) = {"
+sH
+sH
+sH
+sH
+LN
+HA
+va
+zY
+gd
+TO
+LN
+NL
+uW
+uW
+NL
+aO
+Ri
+uW
+uV
+NL
+ei
+ei
+uW
+NL
+YX
+uW
+fi
+cR
+fi
+BA
+rD
+QJ
+BA
+sH
+sH
+"}
+(24,1,1) = {"
+sH
+sH
+sH
+sH
+LN
+HA
+Ui
+Fr
+IF
+el
+vm
+cj
+uW
+Aq
+Aq
+aO
+aO
+NL
+YX
+NL
+NC
+lk
+lk
+uW
+YX
+uW
+Mh
+ts
+kD
+BA
+BA
+BA
+BA
+sH
+sH
+"}
+(25,1,1) = {"
+sH
+sH
+sH
+sH
+LN
+SR
+Ui
+BJ
+IF
+KQ
+vm
+Rm
+uW
+Aq
+Aq
+uW
+dR
+NL
+NL
+Xt
+UD
+gR
+At
+qJ
+uW
+uW
+fi
+Zs
+jm
+up
+nO
+XY
+fi
+sH
+sH
+"}
+(26,1,1) = {"
+sH
+sH
+sH
+sH
+LN
+SR
+sT
+ds
+LX
+gK
+ko
+mw
+aO
+Aq
+Aq
+uW
+uW
+NL
+Xt
+Zx
+Xt
+jk
+EJ
+uW
+aO
+XI
+os
+Oo
+Bq
+nt
+aq
+tF
+fi
+sH
+sH
+"}
+(27,1,1) = {"
+sH
+sH
+sH
+sH
+LN
+SR
+AN
+al
+cY
+LN
+LN
+wp
+uW
+Aq
+Aq
+uW
+aO
+Xt
+Xt
+DV
+Xt
+md
+md
+uV
+OA
+wp
+fi
+fi
+RF
+XH
+dq
+QA
+fi
+sH
+sH
+"}
+(28,1,1) = {"
+sH
+sH
+sH
+sH
+LN
+LN
+ox
+Bi
+LN
+LN
+sH
+cw
+aO
+uW
+aO
+aO
+XW
+Xt
+UD
+Xt
+NL
+uW
+Lk
+KO
+fs
+oC
+sH
+fi
+fi
+SL
+ff
+fi
+fi
+sH
+sH
+"}
+(29,1,1) = {"
+sH
+sH
+sH
+sH
+sH
+LN
+LN
+LN
+LN
+sH
+sH
+cw
+NL
+YX
+dR
+YX
+uW
+JO
+Xt
+Fa
+eU
+Ng
+uW
+uW
+fs
+oC
+sH
+sH
+fi
+fi
+fi
+fi
+sH
+sH
+sH
+"}
+(30,1,1) = {"
+sH
+sH
+sH
+sH
+sH
+sH
+sH
+sH
+sH
+sH
+sH
+Yu
+mW
+kN
+YX
+uW
+uV
+ei
+ei
+ss
+QX
+cp
+YX
+fs
+mW
+mr
+sH
+sH
+sH
+sH
+sH
+sH
+sH
+sH
+sH
+"}
+(31,1,1) = {"
+sH
+sH
+sH
+sH
+sH
+sH
+sH
+sH
+sH
+sH
+sH
+sH
+cw
+kN
+NL
+NL
+Xt
+Xt
+xD
+yV
+Jn
+Ma
+aO
+fs
+oC
+sH
+sH
+sH
+sH
+sH
+sH
+sH
+sH
+sH
+sH
+"}
+(32,1,1) = {"
+sH
+sH
+sH
+sH
+sH
+sH
+sH
+sH
+sH
+sH
+sH
+sH
+Yu
+mW
+kN
+kN
+Xt
+uW
+aO
+YX
+NL
+uV
+qJ
+mW
+mr
+sH
+sH
+sH
+sH
+sH
+sH
+sH
+sH
+sH
+sH
+"}
+(33,1,1) = {"
+sH
+sH
+sH
+sH
+sH
+sH
+sH
+sH
+sH
+sH
+sH
+sH
+sH
+Yu
+jV
+jV
+jV
+jV
+jV
+jV
+jV
+jV
+jV
+mr
+sH
+sH
+sH
+sH
+sH
+sH
+sH
+sH
+sH
+sH
+sH
+"}
+(34,1,1) = {"
+sH
+sH
+sH
+sH
+sH
+sH
+sH
+sH
+sH
+sH
+sH
+sH
+sH
+sH
+sH
+sH
+sH
+sH
+sH
+sH
+sH
+sH
+sH
+sH
+sH
+sH
+sH
+sH
+sH
+sH
+sH
+sH
+sH
+sH
+sH
+"}
+(35,1,1) = {"
+sH
+sH
+sH
+sH
+sH
+sH
+sH
+sH
+sH
+sH
+sH
+sH
+sH
+sH
+sH
+sH
+sH
+sH
+sH
+sH
+sH
+sH
+sH
+sH
+sH
+sH
+sH
+sH
+sH
+sH
+sH
+sH
+sH
+sH
+sH
+"}
+(36,1,1) = {"
+sH
+sH
+sH
+sH
+sH
+sH
+sH
+sH
+sH
+sH
+sH
+sH
+sH
+sH
+sH
+sH
+sH
+sH
+sH
+sH
+sH
+sH
+sH
+sH
+sH
+sH
+sH
+sH
+sH
+sH
+sH
+sH
+sH
+sH
+sH
+"}
diff --git a/_maps/shuttles/roumain/srm_glaive.dmm b/_maps/shuttles/roumain/srm_glaive.dmm
deleted file mode 100644
index 5c7f90c25492..000000000000
--- a/_maps/shuttles/roumain/srm_glaive.dmm
+++ /dev/null
@@ -1,4889 +0,0 @@
-//MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE
-"ac" = (
-/obj/structure/cable/orange{
- icon_state = "1-10"
- },
-/turf/open/floor/plating,
-/area/ship/engineering/electrical)
-"af" = (
-/obj/structure/cable/orange{
- icon_state = "1-2"
- },
-/obj/machinery/cryopod{
- dir = 8
- },
-/obj/machinery/computer/cryopod/directional/east,
-/turf/open/floor/wood/ebony,
-/area/ship/crew/dorm)
-"al" = (
-/obj/structure/chair/pew/left{
- dir = 1
- },
-/mob/living/simple_animal/chicken,
-/turf/open/floor/ship/dirt/dark,
-/area/ship/roumain)
-"ap" = (
-/obj/machinery/airalarm/directional/east,
-/turf/open/floor/plasteel/tech/techmaint,
-/area/ship/storage)
-"au" = (
-/obj/structure/cable/orange{
- icon_state = "4-8"
- },
-/obj/structure/cable/orange{
- icon_state = "4-6"
- },
-/turf/open/floor/plasteel/tech,
-/area/ship/storage)
-"aF" = (
-/obj/machinery/atmospherics/components/binary/pump,
-/obj/item/flashlight/lantern,
-/turf/open/floor/plating,
-/area/ship/engineering)
-"aH" = (
-/obj/structure/cable/orange{
- icon_state = "2-4"
- },
-/obj/item/clothing/under/suit/roumain,
-/obj/item/clothing/suit/armor/roumain/shadow,
-/obj/item/clothing/head/cowboy/sec/roumain/shadow,
-/obj/item/storage/backpack/cultpack,
-/obj/item/flashlight/lantern,
-/obj/item/kitchen/knife/hunting,
-/obj/item/gun/ballistic/derringer,
-/obj/structure/closet/secure_closet/shadow,
-/obj/item/lighter,
-/obj/item/ammo_box/c38_box,
-/obj/item/disk/holodisk/roumain,
-/obj/item/clothing/shoes/cowboy,
-/obj/item/clothing/shoes/cowboy/black,
-/obj/item/clothing/shoes/jackboots,
-/obj/item/book/manual/srmlore,
-/turf/open/floor/wood/ebony,
-/area/ship/crew/dorm)
-"aM" = (
-/obj/structure/flora/ausbushes/brflowers,
-/obj/structure/flora/ausbushes/sparsegrass,
-/turf/open/floor/grass/ship/jungle,
-/area/ship/roumain)
-"aS" = (
-/obj/item/storage/box/masks,
-/obj/item/storage/box/gloves,
-/obj/item/storage/box/bodybags,
-/obj/item/storage/box/syringes,
-/obj/item/storage/box/beakers,
-/obj/item/storage/firstaid,
-/obj/item/healthanalyzer,
-/obj/item/storage/belt/medical,
-/obj/item/lazarus_injector,
-/obj/structure/cable/orange{
- icon_state = "1-4"
- },
-/obj/item/clothing/under/suit/roumain,
-/obj/item/clothing/suit/toggle/labcoat/roumain_med,
-/obj/item/clothing/head/cowboy/sec/roumain/med,
-/obj/item/gun/ballistic/derringer,
-/obj/structure/closet/secure_closet/medicalsrm,
-/obj/item/disk/holodisk/roumain,
-/obj/item/ammo_box/c38_box,
-/obj/item/storage/firstaid/roumain,
-/obj/effect/turf_decal/corner/opaque/blue/diagonal,
-/turf/open/floor/plasteel/white,
-/area/ship/medical)
-"aY" = (
-/obj/structure/destructible/tribal_torch,
-/turf/open/floor/grass/ship/jungle,
-/area/ship/crew/toilet)
-"bi" = (
-/obj/machinery/mineral/ore_redemption,
-/turf/open/floor/plasteel/tech/techmaint,
-/area/ship/storage)
-"bm" = (
-/obj/machinery/power/terminal{
- dir = 1
- },
-/obj/structure/cable/green{
- icon_state = "0-4"
- },
-/obj/structure/cable/orange{
- icon_state = "5-8"
- },
-/turf/open/floor/plating,
-/area/ship/engineering/electrical)
-"bv" = (
-/obj/structure/cable/orange{
- icon_state = "1-2"
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2,
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4,
-/obj/machinery/door/firedoor/border_only{
- dir = 1
- },
-/obj/machinery/door/firedoor/border_only,
-/obj/machinery/door/airlock/maintenance_hatch{
- name = "Engine Room"
- },
-/turf/open/floor/plasteel/tech,
-/area/ship/engineering/engine)
-"bN" = (
-/obj/structure/flora/ausbushes/brflowers,
-/obj/structure/flora/ausbushes/fullgrass,
-/obj/structure/closet/mob_capture,
-/turf/open/floor/grass/ship/jungle,
-/area/ship/roumain)
-"bW" = (
-/obj/structure/railing/corner{
- dir = 1
- },
-/obj/machinery/hydroponics/soil,
-/obj/item/seeds/tower,
-/obj/item/seeds/tower,
-/obj/item/hatchet,
-/turf/open/floor/ship/dirt/dark,
-/area/ship/roumain)
-"bY" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2,
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4,
-/turf/open/floor/wood/maple,
-/area/ship/construction)
-"ce" = (
-/obj/item/clothing/under/suit/roumain,
-/obj/item/clothing/suit/armor/roumain/shadow,
-/obj/item/clothing/head/cowboy/sec/roumain/shadow,
-/obj/item/storage/backpack/cultpack,
-/obj/item/flashlight/lantern,
-/obj/item/kitchen/knife/hunting,
-/obj/item/gun/ballistic/derringer,
-/obj/structure/closet/secure_closet/shadow,
-/obj/item/lighter,
-/obj/item/ammo_box/c38_box,
-/obj/item/disk/holodisk/roumain,
-/obj/item/clothing/shoes/cowboy,
-/obj/item/clothing/shoes/cowboy/black,
-/obj/item/clothing/shoes/jackboots,
-/obj/item/book/manual/srmlore,
-/turf/open/floor/wood/ebony,
-/area/ship/crew/dorm)
-"cg" = (
-/mob/living/simple_animal/crab{
- name = "Jannet"
- },
-/turf/open/floor/plating/ship/water,
-/area/ship/roumain)
-"cj" = (
-/obj/structure/railing{
- dir = 8
- },
-/turf/open/floor/ship/dirt/dark,
-/area/ship/roumain)
-"co" = (
-/obj/machinery/power/terminal,
-/obj/structure/cable/orange{
- icon_state = "0-9"
- },
-/obj/structure/cable/orange{
- icon_state = "8-9"
- },
-/obj/structure/cable/orange{
- icon_state = "4-9"
- },
-/turf/open/floor/plating,
-/area/ship/engineering)
-"cp" = (
-/obj/structure/cable/orange{
- icon_state = "0-4"
- },
-/obj/machinery/door/poddoor{
- id = "port_blasts";
- name = "Port Blast Door"
- },
-/obj/machinery/power/shieldwallgen/atmos/roundstart{
- dir = 4;
- id = "glaive_shields";
- locked = 1
- },
-/turf/open/floor/plasteel/tech,
-/area/ship/storage)
-"cz" = (
-/obj/structure/flora/ausbushes/brflowers,
-/obj/structure/flora/ausbushes/sparsegrass,
-/obj/item/book/manual/trickwines_4_brewers,
-/turf/open/floor/grass/ship/jungle,
-/area/ship/roumain)
-"cJ" = (
-/obj/structure/cable/orange{
- icon_state = "1-4"
- },
-/obj/structure/cable/orange{
- icon_state = "2-4"
- },
-/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{
- dir = 8
- },
-/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{
- dir = 8
- },
-/turf/open/floor/plasteel/tech,
-/area/ship/roumain)
-"cR" = (
-/obj/structure/cable/orange{
- icon_state = "2-4"
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{
- dir = 6
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{
- dir = 6
- },
-/turf/open/floor/engine/hull,
-/area/ship/external/dark)
-"cU" = (
-/obj/structure/cable/orange{
- icon_state = "0-4"
- },
-/obj/machinery/power/apc/auto_name/directional/west,
-/turf/open/floor/wood/ebony,
-/area/ship/crew/dorm)
-"cW" = (
-/turf/closed/wall,
-/area/ship/engineering/engine)
-"dq" = (
-/turf/closed/wall/r_wall,
-/area/ship/crew/toilet)
-"ds" = (
-/obj/structure/flora/ausbushes/sparsegrass,
-/obj/structure/flora/ausbushes/brflowers,
-/obj/item/reagent_containers/food/drinks/breakawayflask,
-/turf/open/floor/grass/ship/jungle,
-/area/ship/roumain)
-"dt" = (
-/obj/effect/spawner/structure/window/reinforced,
-/obj/machinery/door/poddoor/shutters{
- name = "Body Shutters";
- id = "body_shutters";
- dir = 4
- },
-/turf/open/floor/plating,
-/area/ship/crew/dorm)
-"dV" = (
-/obj/structure/chair/pew/right{
- dir = 1
- },
-/obj/structure/flora/ausbushes/brflowers,
-/mob/living/simple_animal/hostile/retaliate/goat,
-/turf/open/floor/grass/ship/jungle,
-/area/ship/roumain)
-"eU" = (
-/obj/effect/turf_decal/industrial/warning,
-/obj/effect/turf_decal/industrial/caution,
-/obj/structure/ore_box,
-/obj/structure/cable/orange{
- icon_state = "8-9"
- },
-/turf/open/floor/plasteel/tech,
-/area/ship/storage)
-"fa" = (
-/obj/effect/turf_decal/industrial/warning,
-/obj/effect/turf_decal/industrial/caution,
-/obj/structure/cable/orange{
- icon_state = "4-9"
- },
-/obj/structure/cable/orange{
- icon_state = "2-4"
- },
-/turf/open/floor/plasteel/tech,
-/area/ship/storage)
-"fe" = (
-/obj/structure/flora/ausbushes/sparsegrass,
-/obj/structure/flora/ausbushes/brflowers,
-/obj/structure/closet/crate,
-/obj/item/stack/sheet/bone{
- amount = 10
- },
-/obj/item/stack/sheet/sinew/wolf{
- amount = 10
- },
-/obj/item/stack/sheet/animalhide/goliath_hide/polar_bear_hide{
- amount = 5
- },
-/obj/item/reagent_containers/food/snacks/meat/slab,
-/obj/item/reagent_containers/food/snacks/meat/slab,
-/obj/item/reagent_containers/food/snacks/meat/slab,
-/obj/item/reagent_containers/food/snacks/meat/slab/bear,
-/turf/open/floor/grass/ship/jungle,
-/area/ship/roumain)
-"ff" = (
-/obj/docking_port/mobile{
- callTime = 250;
- name = "Glaive-class";
- port_direction = 4;
- dir = 8
- },
-/turf/closed/wall/r_wall,
-/area/ship/engineering)
-"fi" = (
-/turf/closed/wall/r_wall,
-/area/ship/medical)
-"fm" = (
-/turf/closed/wall/r_wall,
-/area/ship/crew/dorm)
-"fs" = (
-/turf/closed/wall,
-/area/ship/engineering)
-"fv" = (
-/obj/machinery/computer/cargo/express,
-/turf/open/floor/plasteel/tech/grid,
-/area/ship/storage)
-"fz" = (
-/obj/machinery/power/port_gen/pacman,
-/obj/structure/cable/green{
- icon_state = "0-4"
- },
-/turf/open/floor/plating,
-/area/ship/engineering/electrical)
-"fC" = (
-/obj/effect/turf_decal/siding/wood/end,
-/obj/item/clothing/under/suit/roumain,
-/obj/item/clothing/suit/armor/hos/roumain/montagne,
-/obj/item/clothing/head/HoS/cowboy/montagne,
-/obj/item/clothing/suit/armor/riot/chaplain/ancient,
-/obj/item/clothing/head/helmet/chaplain/ancient,
-/obj/item/storage/backpack/cultpack,
-/obj/item/flashlight/lantern,
-/obj/item/storage/fancy/candle_box{
- pixel_y = 3;
- pixel_x = 8
- },
-/obj/item/lighter{
- pixel_x = -2;
- pixel_y = 2
- },
-/obj/item/kitchen/knife/combat,
-/obj/item/gun/ballistic/revolver/nagant,
-/obj/item/ammo_box/n762,
-/obj/structure/closet/secure_closet/montagnes,
-/obj/item/disk/holodisk/roumain,
-/obj/item/clothing/shoes/cowboy/black,
-/obj/item/clothing/shoes/cowboy,
-/obj/item/clothing/shoes/jackboots,
-/obj/item/book/manual/srmlore,
-/turf/open/floor/wood/mahogany,
-/area/ship/roumain)
-"fP" = (
-/obj/structure/cable/orange{
- icon_state = "2-8"
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{
- dir = 6
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{
- dir = 6
- },
-/turf/open/floor/wood/ebony,
-/area/ship/crew/dorm)
-"gb" = (
-/obj/effect/turf_decal/industrial/warning,
-/obj/effect/turf_decal/industrial/caution,
-/obj/structure/cable/orange{
- icon_state = "1-6"
- },
-/turf/open/floor/plasteel/tech,
-/area/ship/storage)
-"gd" = (
-/obj/structure/cable/orange{
- icon_state = "5-9"
- },
-/obj/structure/cable/orange{
- icon_state = "4-8"
- },
-/obj/machinery/airalarm/directional/south,
-/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{
- dir = 8
- },
-/turf/open/floor/plating,
-/area/ship/engineering/electrical)
-"ge" = (
-/turf/closed/wall/r_wall,
-/area/ship/construction)
-"gi" = (
-/obj/structure/chair/pew/left{
- dir = 1
- },
-/obj/structure/flora/ausbushes/brflowers,
-/turf/open/floor/grass/ship/jungle,
-/area/ship/roumain)
-"go" = (
-/obj/machinery/power/apc/auto_name/directional/west,
-/obj/structure/cable/orange{
- icon_state = "0-6"
- },
-/turf/open/floor/plasteel/tech/techmaint,
-/area/ship/storage)
-"gE" = (
-/obj/structure/cable/orange{
- icon_state = "1-4"
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{
- dir = 5
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{
- dir = 5
- },
-/turf/open/floor/engine/hull,
-/area/ship/external/dark)
-"gK" = (
-/obj/structure/cable/orange{
- icon_state = "2-8"
- },
-/turf/open/floor/engine/hull,
-/area/ship/external/dark)
-"gO" = (
-/obj/structure/cable/orange{
- icon_state = "1-4"
- },
-/obj/structure/cable/orange{
- icon_state = "8-9"
- },
-/turf/open/floor/wood/ebony,
-/area/ship/crew/dorm)
-"gR" = (
-/obj/effect/spawner/structure/window/reinforced,
-/obj/structure/cable/orange{
- icon_state = "2-4"
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{
- dir = 6
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{
- dir = 6
- },
-/obj/machinery/door/poddoor/shutters{
- name = "Body Shutters";
- id = "body_shutters";
- dir = 4
- },
-/turf/open/floor/plating,
-/area/ship/roumain)
-"hc" = (
-/obj/effect/spawner/structure/window/reinforced,
-/obj/structure/cable/orange{
- icon_state = "2-8"
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{
- dir = 10
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{
- dir = 10
- },
-/obj/machinery/door/poddoor/shutters{
- name = "Body Shutters";
- id = "body_shutters";
- dir = 8
- },
-/turf/open/floor/plating,
-/area/ship/roumain)
-"hh" = (
-/obj/effect/spawner/structure/window/reinforced,
-/obj/machinery/door/poddoor/shutters{
- name = "Body Shutters";
- id = "body_shutters"
- },
-/turf/open/floor/plating,
-/area/ship/crew/dorm)
-"hp" = (
-/obj/structure/destructible/tribal_torch,
-/obj/effect/turf_decal/industrial/warning/full,
-/turf/open/floor/plasteel/tech,
-/area/ship/storage)
-"hu" = (
-/obj/machinery/button/door{
- id = "port_blasts";
- name = "port blasts control";
- pixel_y = 27
- },
-/turf/open/floor/engine/hull,
-/area/ship/external/dark)
-"hz" = (
-/obj/machinery/hydroponics/soil,
-/obj/item/seeds/wheat,
-/obj/item/seeds/wheat,
-/obj/item/shovel,
-/obj/item/seeds/carrot,
-/obj/item/seeds/carrot,
-/obj/item/reagent_containers/food/snacks/egg,
-/obj/item/reagent_containers/food/snacks/egg,
-/obj/item/reagent_containers/food/snacks/egg,
-/obj/item/reagent_containers/food/snacks/egg,
-/obj/item/seeds/lavaland/puce,
-/obj/item/seeds/lavaland/puce,
-/turf/open/floor/ship/dirt/dark,
-/area/ship/roumain)
-"hT" = (
-/obj/structure/cable/orange{
- icon_state = "1-8"
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{
- dir = 9
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{
- dir = 9
- },
-/obj/effect/turf_decal/corner/opaque/blue/diagonal,
-/turf/open/floor/plasteel/white,
-/area/ship/medical)
-"ie" = (
-/obj/structure/window/plasma/reinforced/spawner{
- dir = 1
- },
-/obj/structure/window/plasma/reinforced/spawner{
- dir = 8
- },
-/obj/structure/window/plasma/reinforced/spawner{
- dir = 4
- },
-/obj/machinery/atmospherics/components/unary/outlet_injector/on/layer4{
- dir = 4
- },
-/turf/open/floor/engine/airless,
-/area/ship/engineering/engine)
-"iq" = (
-/obj/structure/table/wood,
-/obj/item/spear/bonespear{
- pixel_y = 8;
- pixel_x = -4
- },
-/obj/item/spear/bonespear{
- pixel_y = 7
- },
-/obj/item/spear/bonespear{
- pixel_x = 6;
- pixel_y = 7
- },
-/turf/open/floor/grass/ship/jungle,
-/area/ship/roumain)
-"ir" = (
-/obj/structure/cable/orange{
- icon_state = "1-4"
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{
- dir = 5
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{
- dir = 5
- },
-/turf/open/floor/plating,
-/area/ship/engineering/electrical)
-"iu" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{
- dir = 4
- },
-/obj/machinery/door/airlock/glass{
- name = "Dormitories";
- dir = 4
- },
-/obj/machinery/door/firedoor/border_only{
- dir = 4
- },
-/obj/machinery/door/firedoor/border_only{
- dir = 8
- },
-/turf/open/floor/wood/ebony,
-/area/ship/crew/dorm)
-"iB" = (
-/obj/effect/turf_decal/siding/wood{
- dir = 8
- },
-/obj/effect/turf_decal/siding/wood{
- dir = 4
- },
-/obj/structure/fence/door,
-/obj/machinery/door/firedoor/border_only{
- dir = 1
- },
-/turf/open/floor/wood/yew,
-/area/ship/roumain)
-"iP" = (
-/obj/structure/railing{
- dir = 8
- },
-/obj/structure/flora/ausbushes/reedbush,
-/turf/open/floor/plating/ship/water,
-/area/ship/roumain)
-"iR" = (
-/obj/structure/cable/orange{
- icon_state = "8-10"
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4,
-/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{
- dir = 8
- },
-/obj/effect/turf_decal/corner/opaque/blue/diagonal,
-/turf/open/floor/plasteel/white,
-/area/ship/medical)
-"iT" = (
-/obj/structure/railing/corner{
- dir = 4
- },
-/obj/structure/flora/ausbushes/brflowers,
-/obj/structure/flora/ausbushes/fullgrass,
-/obj/structure/fence{
- dir = 4
- },
-/obj/machinery/door/firedoor/border_only{
- dir = 1
- },
-/turf/open/floor/grass/ship/jungle,
-/area/ship/roumain)
-"iY" = (
-/obj/effect/spawner/structure/window/reinforced,
-/obj/structure/cable/orange{
- icon_state = "4-8"
- },
-/obj/structure/cable/orange{
- icon_state = "2-4"
- },
-/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{
- dir = 1
- },
-/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{
- dir = 1
- },
-/obj/machinery/door/poddoor/shutters{
- name = "Body Shutters";
- id = "body_shutters"
- },
-/turf/open/floor/plating,
-/area/ship/roumain)
-"jk" = (
-/obj/structure/cable/orange{
- icon_state = "8-9"
- },
-/turf/open/floor/plasteel/tech,
-/area/ship/storage)
-"jl" = (
-/obj/structure/cable/orange{
- icon_state = "2-10"
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{
- dir = 4
- },
-/turf/open/floor/wood/ebony,
-/area/ship/crew/dorm)
-"jm" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{
- dir = 9
- },
-/obj/structure/cable/orange{
- icon_state = "1-8"
- },
-/obj/machinery/airalarm/directional/east,
-/obj/machinery/atmospherics/components/binary/pump/layer2{
- dir = 1
- },
-/turf/open/floor/plating,
-/area/ship/engineering)
-"jq" = (
-/obj/effect/turf_decal/siding/wood{
- dir = 8
- },
-/obj/structure/destructible/tribal_torch,
-/turf/open/floor/wood/maple,
-/area/ship/construction)
-"jr" = (
-/obj/machinery/atmospherics/components/unary/tank/air{
- dir = 1;
- piping_layer = 2
- },
-/turf/open/floor/plating,
-/area/ship/engineering)
-"jv" = (
-/obj/structure/window/reinforced/spawner{
- dir = 8
- },
-/obj/structure/window/reinforced/spawner,
-/obj/machinery/atmospherics/components/unary/shuttle/heater{
- dir = 1
- },
-/obj/machinery/door/poddoor/shutters{
- id = "port_shutters";
- name = "Engine Shutters"
- },
-/turf/open/floor/plating,
-/area/ship/engineering)
-"jy" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{
- dir = 4
- },
-/turf/closed/wall/r_wall,
-/area/ship/engineering/engine)
-"jG" = (
-/obj/structure/flora/ausbushes/ppflowers,
-/obj/structure/flora/tree/srm,
-/turf/open/floor/grass/ship/jungle,
-/area/ship/roumain)
-"ko" = (
-/obj/structure/railing{
- dir = 1
- },
-/obj/structure/destructible/tribal_torch,
-/turf/open/floor/grass/ship/jungle,
-/area/ship/roumain)
-"kD" = (
-/obj/effect/turf_decal/siding/wood{
- dir = 1
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{
- dir = 6
- },
-/turf/open/floor/wood/maple,
-/area/ship/construction)
-"lb" = (
-/obj/structure/flora/ausbushes/brflowers,
-/obj/structure/flora/ausbushes/sparsegrass,
-/obj/structure/fermenting_barrel,
-/turf/open/floor/grass/ship/jungle,
-/area/ship/roumain)
-"lf" = (
-/obj/structure/cable/orange{
- icon_state = "2-8"
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{
- dir = 10
- },
-/obj/structure/cable/orange{
- icon_state = "1-6"
- },
-/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{
- dir = 4
- },
-/turf/open/floor/plating,
-/area/ship/engineering/electrical)
-"lg" = (
-/obj/effect/turf_decal/spline/fancy{
- dir = 1
- },
-/obj/item/storage/box/emptysandbags,
-/obj/item/storage/belt/mining,
-/obj/item/reagent_containers/hypospray/medipen/survival,
-/obj/item/flashlight/seclite,
-/obj/item/borg/upgrade/modkit/indoors,
-/obj/item/gun/energy/kinetic_accelerator,
-/obj/item/storage/bag/ore,
-/obj/structure/cable/orange{
- icon_state = "4-10"
- },
-/obj/item/shovel,
-/obj/item/gps/mining,
-/obj/structure/closet/secure_closet/miningcloset,
-/obj/item/stack/marker_beacon/thirty,
-/obj/item/pickaxe,
-/obj/item/t_scanner/adv_mining_scanner/lesser,
-/turf/open/floor/plasteel/tech/grid,
-/area/ship/storage)
-"li" = (
-/obj/machinery/door/airlock/engineering{
- name = "Starboard Wing";
- dir = 4
- },
-/obj/machinery/door/firedoor/border_only{
- dir = 4
- },
-/obj/machinery/door/firedoor/border_only{
- dir = 8
- },
-/turf/open/floor/plasteel/tech,
-/area/ship/roumain)
-"lk" = (
-/obj/effect/turf_decal/siding/wood/corner,
-/obj/effect/turf_decal/siding/wood/corner{
- dir = 1
- },
-/obj/effect/turf_decal/siding/wood/corner{
- dir = 4
- },
-/obj/effect/turf_decal/siding/wood/corner{
- dir = 8
- },
-/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{
- dir = 1
- },
-/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{
- dir = 1
- },
-/turf/open/floor/wood/yew,
-/area/ship/roumain)
-"ln" = (
-/obj/structure/railing{
- dir = 4
- },
-/obj/effect/turf_decal/spline/fancy{
- dir = 1
- },
-/obj/structure/cable/orange{
- icon_state = "8-10"
- },
-/obj/machinery/button/door{
- id = "port_blasts";
- name = "port blasts control";
- pixel_x = -6;
- pixel_y = 2
- },
-/obj/structure/table/wood,
-/obj/machinery/button/shieldwallgen{
- pixel_x = 4;
- id = "glaive_shields"
- },
-/turf/open/floor/plasteel/tech/grid,
-/area/ship/storage)
-"lA" = (
-/obj/structure/sink/puddle,
-/obj/item/reagent_containers/glass/bucket/wooden{
- pixel_y = -3;
- pixel_x = 6
- },
-/obj/item/reagent_containers/glass/bucket/wooden{
- pixel_y = 9;
- pixel_x = -4
- },
-/turf/open/floor/ship/dirt/dark,
-/area/ship/roumain)
-"lM" = (
-/obj/structure/railing/corner{
- dir = 4
- },
-/obj/machinery/hydroponics/soil,
-/obj/item/seeds/cotton,
-/obj/item/seeds/cotton,
-/obj/item/storage/bag/plants/portaseeder,
-/obj/item/storage/bag/plants,
-/turf/open/floor/ship/dirt/dark,
-/area/ship/roumain)
-"lO" = (
-/obj/structure/cable/orange{
- icon_state = "4-5"
- },
-/obj/structure/cable/orange{
- icon_state = "8-10"
- },
-/turf/open/floor/plasteel/tech,
-/area/ship/storage)
-"md" = (
-/obj/docking_port{
- dwidth = 15;
- dir = 2;
- width = 30;
- height = 15
- },
-/turf/open/floor/engine/hull,
-/area/ship/external/dark)
-"mj" = (
-/obj/structure/flora/ausbushes/brflowers,
-/obj/structure/flora/ausbushes/sparsegrass,
-/obj/item/kirbyplants/random,
-/turf/open/floor/grass/ship/jungle,
-/area/ship/roumain)
-"mr" = (
-/obj/structure/cable/orange{
- icon_state = "4-5"
- },
-/obj/structure/cable/orange{
- icon_state = "2-6"
- },
-/obj/item/clothing/under/suit/roumain,
-/obj/item/clothing/suit/armor/roumain,
-/obj/item/clothing/head/cowboy/sec/roumain,
-/obj/item/clothing/suit/armor/riot/chaplain/witchhunter,
-/obj/item/clothing/head/helmet/chaplain/witchunter_hat,
-/obj/item/storage/backpack/cultpack,
-/obj/item/flashlight/lantern,
-/obj/item/kitchen/knife/combat/survival,
-/obj/item/gun/ballistic/shotgun/winchester,
-/obj/structure/closet/secure_closet/hunter,
-/obj/item/lighter,
-/obj/item/ammo_box/c38_box,
-/obj/item/disk/holodisk/roumain,
-/obj/item/clothing/shoes/cowboy/black,
-/obj/item/clothing/shoes/cowboy,
-/obj/item/clothing/shoes/jackboots,
-/obj/item/book/manual/srmlore,
-/turf/open/floor/wood/ebony,
-/area/ship/crew/dorm)
-"mw" = (
-/obj/effect/spawner/structure/window/reinforced,
-/obj/machinery/door/poddoor/shutters{
- name = "Body Shutters";
- id = "body_shutters";
- dir = 8
- },
-/turf/open/floor/plating,
-/area/ship/roumain)
-"mD" = (
-/obj/effect/spawner/structure/window/reinforced,
-/obj/machinery/door/poddoor/shutters{
- name = "Body Shutters";
- id = "body_shutters"
- },
-/turf/open/floor/plating,
-/area/ship/medical)
-"mE" = (
-/obj/structure/window/reinforced/spawner{
- dir = 1
- },
-/obj/machinery/power/shuttle/engine/electric{
- dir = 1
- },
-/obj/structure/cable/pink,
-/turf/open/floor/engine/hull,
-/area/ship/engineering/engine)
-"mJ" = (
-/obj/structure/mirror{
- pixel_y = -32
- },
-/obj/structure/closet/wall/white{
- dir = 8;
- pixel_x = 32
- },
-/turf/open/floor/grass/ship/jungle,
-/area/ship/crew/toilet)
-"mS" = (
-/obj/structure/cable/orange{
- icon_state = "5-10"
- },
-/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{
- dir = 1
- },
-/turf/open/floor/wood/maple,
-/area/ship/construction)
-"na" = (
-/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4,
-/turf/open/floor/plasteel/dark,
-/area/ship/crew/toilet)
-"nj" = (
-/obj/structure/chair/pew/right{
- dir = 1
- },
-/mob/living/simple_animal/cow,
-/turf/open/floor/ship/dirt/dark,
-/area/ship/roumain)
-"nk" = (
-/obj/item/storage/box/emptysandbags,
-/obj/item/storage/belt/mining,
-/obj/item/reagent_containers/hypospray/medipen/survival,
-/obj/item/flashlight/seclite,
-/obj/item/borg/upgrade/modkit/indoors,
-/obj/item/gun/energy/kinetic_accelerator,
-/obj/item/storage/bag/ore,
-/obj/item/gun/ballistic/shotgun/winchester/mk1,
-/obj/item/shovel,
-/obj/item/gps/mining,
-/obj/structure/closet/secure_closet/miningcloset,
-/obj/item/stack/marker_beacon/thirty,
-/obj/item/pickaxe,
-/obj/item/t_scanner/adv_mining_scanner/lesser,
-/turf/open/floor/plasteel/tech/grid,
-/area/ship/storage)
-"nt" = (
-/obj/structure/railing{
- dir = 4
- },
-/obj/effect/turf_decal/siding/wood/end{
- dir = 4
- },
-/turf/open/floor/wood/yew,
-/area/ship/roumain)
-"nO" = (
-/obj/structure/table/wood,
-/obj/item/storage/toolbox/electrical{
- pixel_x = -1;
- pixel_y = 4
- },
-/obj/item/storage/toolbox/mechanical{
- pixel_y = -3;
- pixel_x = 3
- },
-/obj/item/weldingtool/largetank,
-/obj/item/clothing/head/welding,
-/turf/open/floor/plating,
-/area/ship/engineering/electrical)
-"nY" = (
-/obj/structure/railing/corner{
- dir = 8
- },
-/obj/effect/landmark/observer_start,
-/turf/open/floor/plating{
- icon_state = "greenerdirt"
- },
-/area/ship/roumain)
-"nZ" = (
-/obj/effect/turf_decal/industrial/warning,
-/obj/effect/turf_decal/siding/wood{
- dir = 4
- },
-/obj/machinery/door/firedoor/border_only,
-/obj/structure/railing,
-/turf/open/floor/wood/maple,
-/area/ship/construction)
-"oC" = (
-/obj/structure/cable/orange{
- icon_state = "8-10"
- },
-/obj/structure/cable/orange{
- icon_state = "4-6"
- },
-/turf/open/floor/plasteel/tech,
-/area/ship/storage)
-"pb" = (
-/obj/structure/cable/orange{
- icon_state = "4-10"
- },
-/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{
- dir = 8
- },
-/obj/machinery/button/door{
- id = "starboard_shutters";
- name = "starboard shutters control";
- pixel_y = 23
- },
-/obj/item/flashlight/lantern,
-/turf/open/floor/plating,
-/area/ship/engineering/engine)
-"pd" = (
-/obj/structure/flora/rock/jungle,
-/turf/open/floor/plating/ship/water,
-/area/ship/roumain)
-"pH" = (
-/obj/structure/cable/orange{
- icon_state = "4-5"
- },
-/obj/structure/cable/orange{
- icon_state = "2-5"
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{
- dir = 6
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{
- dir = 6
- },
-/obj/effect/turf_decal/corner/opaque/blue/diagonal,
-/obj/machinery/airalarm/directional/west,
-/turf/open/floor/plasteel/white,
-/area/ship/medical)
-"qv" = (
-/obj/structure/table/rolling,
-/obj/item/melee/baton/cattleprod{
- pixel_x = -6;
- pixel_y = 7
- },
-/obj/item/lighter{
- pixel_x = -5;
- pixel_y = 2
- },
-/obj/item/screwdriver{
- pixel_y = 4
- },
-/obj/item/wirecutters{
- pixel_y = 4;
- pixel_x = 10
- },
-/obj/item/kitchen/knife{
- pixel_x = 8;
- pixel_y = 5
- },
-/obj/item/crowbar{
- pixel_y = 8
- },
-/obj/structure/cable/orange{
- icon_state = "2-9"
- },
-/obj/item/wrench{
- pixel_y = 5
- },
-/obj/effect/turf_decal/corner/opaque/blue/diagonal,
-/turf/open/floor/plasteel/white,
-/area/ship/medical)
-"qz" = (
-/obj/machinery/door/poddoor{
- id = "port_blasts";
- name = "Port Blast Door"
- },
-/turf/open/floor/plasteel/tech,
-/area/ship/storage)
-"qJ" = (
-/obj/structure/destructible/tribal_torch,
-/turf/open/floor/grass/ship/jungle,
-/area/ship/roumain)
-"qN" = (
-/obj/structure/railing/corner{
- dir = 1
- },
-/turf/open/floor/ship/dirt/dark,
-/area/ship/roumain)
-"qQ" = (
-/obj/machinery/suit_storage_unit/inherit,
-/obj/effect/turf_decal/siding/wood/end,
-/obj/item/clothing/suit/space/hardsuit/mining/independent,
-/obj/item/clothing/mask/breath,
-/obj/item/tank/internals/oxygen,
-/turf/open/floor/wood/mahogany,
-/area/ship/roumain)
-"qZ" = (
-/obj/effect/spawner/structure/window/reinforced,
-/obj/machinery/door/poddoor/shutters{
- name = "Body Shutters";
- id = "body_shutters"
- },
-/obj/structure/cable/orange{
- icon_state = "1-2"
- },
-/turf/open/floor/plating,
-/area/ship/roumain)
-"re" = (
-/obj/structure/railing/corner{
- dir = 4
- },
-/turf/open/floor/ship/dirt/dark,
-/area/ship/roumain)
-"rj" = (
-/obj/structure/table/wood,
-/obj/item/slimepotion/slime/sentience,
-/turf/open/floor/grass/ship/jungle,
-/area/ship/roumain)
-"rD" = (
-/obj/effect/turf_decal/siding/wood/end,
-/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{
- dir = 1
- },
-/turf/open/floor/wood/yew,
-/area/ship/roumain)
-"rE" = (
-/turf/open/floor/grass/ship/jungle,
-/area/ship/crew/toilet)
-"rK" = (
-/obj/machinery/airalarm/directional/east,
-/turf/open/floor/grass/ship/jungle,
-/area/ship/crew/toilet)
-"sb" = (
-/obj/effect/turf_decal/industrial/warning,
-/obj/structure/reagent_dispensers/fueltank,
-/turf/open/floor/plasteel/tech/techmaint,
-/area/ship/storage)
-"sm" = (
-/obj/structure/flora/rock/jungle,
-/obj/structure/railing{
- dir = 10
- },
-/turf/open/floor/ship/dirt/dark,
-/area/ship/roumain)
-"sr" = (
-/obj/machinery/door/airlock/mining{
- name = "Manufacturing and Expedition"
- },
-/obj/machinery/door/firedoor/border_only{
- dir = 1
- },
-/obj/machinery/door/firedoor/border_only,
-/turf/open/floor/wood/maple,
-/area/ship/construction)
-"ss" = (
-/obj/structure/window/reinforced/spawner,
-/obj/machinery/power/smes/shuttle/precharged{
- dir = 1
- },
-/obj/structure/cable/pink{
- icon_state = "0-2"
- },
-/obj/machinery/door/poddoor/shutters{
- id = "port_shutters";
- name = "Engine Shutters"
- },
-/turf/open/floor/plating,
-/area/ship/engineering)
-"sv" = (
-/obj/structure/curtain/bounty,
-/obj/machinery/shower{
- pixel_y = 8
- },
-/obj/effect/turf_decal/stoneborder,
-/obj/effect/turf_decal/stoneborder{
- dir = 1
- },
-/turf/open/floor/ship/dirt/dark,
-/area/ship/crew/toilet)
-"sA" = (
-/obj/structure/cable/orange{
- icon_state = "1-4"
- },
-/turf/open/floor/engine/hull,
-/area/ship/external/dark)
-"sD" = (
-/obj/structure/cable/orange{
- icon_state = "1-2"
- },
-/obj/effect/spawner/structure/window/reinforced,
-/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{
- dir = 1
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4,
-/obj/machinery/door/poddoor/shutters{
- name = "Body Shutters";
- id = "body_shutters"
- },
-/turf/open/floor/plating,
-/area/ship/roumain)
-"sH" = (
-/turf/template_noop,
-/area/template_noop)
-"sT" = (
-/obj/effect/spawner/structure/window/reinforced,
-/obj/structure/cable/orange{
- icon_state = "1-4"
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{
- dir = 5
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{
- dir = 5
- },
-/obj/machinery/door/poddoor/shutters{
- name = "Body Shutters";
- id = "body_shutters";
- dir = 4
- },
-/turf/open/floor/plating,
-/area/ship/roumain)
-"ts" = (
-/obj/machinery/door/airlock/glass{
- name = "Port Wing";
- dir = 4
- },
-/obj/machinery/door/firedoor/border_only{
- dir = 8
- },
-/obj/machinery/door/firedoor/border_only{
- dir = 4
- },
-/turf/open/floor/plasteel/dark,
-/area/ship/roumain)
-"tu" = (
-/obj/structure/window/reinforced/spawner{
- dir = 8
- },
-/obj/machinery/power/smes/shuttle/precharged{
- dir = 1
- },
-/obj/structure/cable/pink{
- icon_state = "0-2"
- },
-/obj/machinery/door/poddoor/shutters{
- id = "starboard_shutters";
- name = "Starboard Engine Shutters"
- },
-/turf/open/floor/plating,
-/area/ship/engineering/engine)
-"tC" = (
-/obj/machinery/airalarm/directional/east,
-/obj/machinery/power/apc/auto_name/directional/north,
-/obj/structure/cable/orange{
- icon_state = "0-2"
- },
-/turf/open/floor/plasteel/dark,
-/area/ship/crew/toilet)
-"tF" = (
-/obj/structure/cable/orange{
- icon_state = "1-6"
- },
-/obj/structure/cable/orange{
- icon_state = "2-10"
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{
- dir = 10
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{
- dir = 10
- },
-/obj/effect/turf_decal/corner/opaque/blue/diagonal,
-/turf/open/floor/plasteel/white,
-/area/ship/medical)
-"tM" = (
-/obj/effect/turf_decal/industrial/warning,
-/obj/effect/turf_decal/industrial/caution,
-/obj/structure/ore_box,
-/obj/structure/cable/orange{
- icon_state = "4-8"
- },
-/turf/open/floor/plasteel/tech,
-/area/ship/storage)
-"uI" = (
-/obj/structure/railing,
-/turf/open/floor/ship/dirt/dark,
-/area/ship/roumain)
-"uM" = (
-/obj/structure/railing/corner{
- dir = 1
- },
-/obj/item/lighter,
-/turf/open/floor/ship/dirt/dark,
-/area/ship/roumain)
-"uP" = (
-/obj/effect/turf_decal/industrial/warning,
-/obj/effect/turf_decal/industrial/caution,
-/obj/structure/ore_box,
-/turf/open/floor/plasteel/tech,
-/area/ship/storage)
-"uY" = (
-/turf/open/floor/plasteel/dark,
-/area/ship/roumain)
-"vd" = (
-/obj/structure/window/reinforced/spawner{
- dir = 1
- },
-/obj/machinery/power/shuttle/engine/fueled/plasma{
- dir = 1
- },
-/turf/open/floor/engine/hull,
-/area/ship/engineering/engine)
-"vn" = (
-/obj/structure/cable/orange{
- icon_state = "4-8"
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{
- dir = 8
- },
-/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{
- dir = 1
- },
-/obj/structure/cable/orange{
- icon_state = "1-4"
- },
-/turf/open/floor/plasteel/dark,
-/area/ship/crew/toilet)
-"vz" = (
-/obj/machinery/power/apc/auto_name/directional/south,
-/obj/structure/cable/orange{
- icon_state = "0-8"
- },
-/turf/open/floor/plating,
-/area/ship/engineering/electrical)
-"vW" = (
-/obj/machinery/computer/helm,
-/obj/effect/turf_decal/siding/wood/end{
- dir = 1
- },
-/turf/open/floor/wood/mahogany,
-/area/ship/roumain)
-"vX" = (
-/obj/effect/turf_decal/siding/wood,
-/obj/effect/turf_decal/siding/wood/end{
- dir = 8
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{
- dir = 4
- },
-/turf/open/floor/wood/yew,
-/area/ship/roumain)
-"wm" = (
-/turf/closed/wall/r_wall,
-/area/ship/engineering/engine)
-"wp" = (
-/turf/closed/wall/r_wall,
-/area/ship/roumain)
-"ww" = (
-/obj/structure/sink/puddle,
-/turf/open/floor/ship/dirt/dark,
-/area/ship/crew/toilet)
-"wA" = (
-/obj/structure/flora/ausbushes/brflowers,
-/obj/structure/flora/ausbushes/sparsegrass,
-/obj/structure/railing,
-/turf/open/floor/grass/ship/jungle,
-/area/ship/roumain)
-"wC" = (
-/obj/effect/spawner/structure/window/reinforced,
-/obj/machinery/door/poddoor/shutters{
- name = "Body Shutters";
- id = "body_shutters";
- dir = 4
- },
-/turf/open/floor/plating,
-/area/ship/roumain)
-"wD" = (
-/obj/vehicle/ridden/wheelchair,
-/obj/item/melee/transforming/cleaving_saw/old,
-/turf/open/floor/ship/dirt/dark,
-/area/ship/roumain)
-"wE" = (
-/obj/machinery/door/airlock/glass{
- name = "Port Wing";
- dir = 4
- },
-/obj/structure/cable/orange{
- icon_state = "4-8"
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{
- dir = 8
- },
-/obj/machinery/door/firedoor/border_only{
- dir = 8
- },
-/obj/machinery/door/firedoor/border_only{
- dir = 4
- },
-/turf/open/floor/plasteel/dark,
-/area/ship/crew/toilet)
-"xe" = (
-/obj/structure/table/wood,
-/obj/item/storage/toolbox/mechanical{
- pixel_y = -3;
- pixel_x = 3
- },
-/obj/item/storage/toolbox/electrical{
- pixel_x = -1;
- pixel_y = 4
- },
-/obj/item/multitool{
- pixel_y = 6;
- pixel_x = -8
- },
-/obj/item/weldingtool/largetank,
-/obj/item/clothing/head/welding,
-/obj/item/clothing/gloves/color/yellow,
-/turf/open/floor/wood/maple,
-/area/ship/construction)
-"xf" = (
-/obj/structure/cable/orange{
- icon_state = "1-2"
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{
- dir = 1
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4,
-/turf/open/floor/engine/hull,
-/area/ship/external/dark)
-"xB" = (
-/obj/structure/railing{
- dir = 8
- },
-/turf/open/floor/plating/ship/water,
-/area/ship/roumain)
-"xC" = (
-/obj/structure/chair/pew/right{
- dir = 1
- },
-/obj/structure/flora/ausbushes/brflowers,
-/turf/open/floor/grass/ship/jungle,
-/area/ship/roumain)
-"xD" = (
-/obj/structure/sink/puddle,
-/turf/open/floor/ship/dirt/dark,
-/area/ship/medical)
-"yn" = (
-/obj/structure/cable/orange{
- icon_state = "8-10"
- },
-/obj/machinery/airalarm/directional/north,
-/obj/machinery/portable_atmospherics/canister/toxins,
-/obj/machinery/atmospherics/components/unary/portables_connector/visible,
-/turf/open/floor/plating,
-/area/ship/engineering/engine)
-"yp" = (
-/obj/structure/cable/orange{
- icon_state = "4-6"
- },
-/obj/structure/tank_dispenser/oxygen,
-/turf/open/floor/plasteel/tech/techmaint,
-/area/ship/storage)
-"yq" = (
-/obj/structure/cable/orange{
- icon_state = "1-2"
- },
-/obj/structure/destructible/tribal_torch,
-/turf/open/floor/wood/ebony,
-/area/ship/crew/dorm)
-"yz" = (
-/obj/structure/cable/orange{
- icon_state = "4-8"
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{
- dir = 9
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{
- dir = 5
- },
-/obj/structure/cable/orange{
- icon_state = "2-6"
- },
-/turf/open/floor/plasteel/tech,
-/area/ship/storage)
-"yA" = (
-/obj/structure/cable/orange{
- icon_state = "1-2"
- },
-/obj/structure/cable/orange{
- icon_state = "1-8"
- },
-/obj/structure/cable/orange{
- icon_state = "1-4"
- },
-/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{
- dir = 1
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{
- dir = 10
- },
-/turf/open/floor/plating,
-/area/ship/engineering/electrical)
-"yN" = (
-/obj/structure/flora/ausbushes/brflowers,
-/obj/structure/flora/ausbushes/grassybush,
-/turf/open/floor/grass/ship/jungle,
-/area/ship/roumain)
-"yV" = (
-/obj/item/soap/deluxe,
-/obj/item/bikehorn/rubberducky,
-/obj/structure/window/reinforced/tinted/frosted{
- dir = 1
- },
-/obj/machinery/door/window{
- dir = 4
- },
-/obj/effect/turf_decal/stoneborder,
-/obj/effect/turf_decal/stoneborder{
- dir = 1
- },
-/turf/open/floor/ship/dirt/dark,
-/area/ship/crew/toilet)
-"yZ" = (
-/obj/effect/spawner/structure/window/reinforced,
-/obj/structure/cable/orange{
- icon_state = "1-2"
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{
- dir = 1
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4,
-/obj/machinery/door/poddoor/shutters{
- name = "Body Shutters";
- id = "body_shutters"
- },
-/turf/open/floor/plating,
-/area/ship/roumain)
-"zc" = (
-/obj/structure/destructible/tribal_torch,
-/obj/effect/turf_decal/corner/opaque/blue/diagonal,
-/obj/machinery/power/apc/auto_name/directional/east,
-/obj/structure/cable/orange,
-/turf/open/floor/plasteel/white,
-/area/ship/medical)
-"zv" = (
-/obj/effect/turf_decal/siding/wood/end{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{
- dir = 4
- },
-/turf/open/floor/wood/yew,
-/area/ship/roumain)
-"zO" = (
-/obj/effect/spawner/structure/window/reinforced,
-/obj/structure/cable/orange{
- icon_state = "1-8"
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{
- dir = 9
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{
- dir = 9
- },
-/obj/machinery/door/poddoor/shutters{
- name = "Body Shutters";
- id = "body_shutters";
- dir = 4
- },
-/turf/open/floor/plating,
-/area/ship/roumain)
-"zT" = (
-/obj/machinery/power/smes/engineering,
-/obj/structure/cable/orange{
- icon_state = "0-4"
- },
-/turf/open/floor/plating,
-/area/ship/engineering/electrical)
-"zX" = (
-/obj/structure/bedsheetbin,
-/obj/structure/table/wood,
-/obj/item/flashlight/lantern,
-/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{
- dir = 1
- },
-/turf/open/floor/plasteel/dark,
-/area/ship/crew/toilet)
-"zZ" = (
-/obj/structure/railing{
- dir = 8
- },
-/obj/effect/turf_decal/spline/fancy{
- dir = 1
- },
-/obj/machinery/suit_storage_unit/inherit,
-/obj/item/clothing/suit/space/hardsuit/mining/independent,
-/obj/item/clothing/mask/breath,
-/turf/open/floor/plasteel/tech/grid,
-/area/ship/storage)
-"Ac" = (
-/obj/structure/railing{
- dir = 1
- },
-/obj/structure/kitchenspike,
-/turf/open/floor/ship/dirt/dark,
-/area/ship/roumain)
-"Ao" = (
-/obj/structure/railing/corner,
-/obj/effect/decal/cleanable/dirt/dust,
-/turf/open/floor/ship/dirt/dark,
-/area/ship/roumain)
-"Ar" = (
-/obj/structure/closet/crate/freezer,
-/obj/item/stack/medical/mesh/advanced,
-/obj/item/stack/medical/gauze/twelve,
-/obj/item/stack/medical/splint,
-/obj/item/stack/medical/suture/medicated,
-/obj/item/organ_storage,
-/obj/item/organ_storage,
-/obj/item/organ_storage,
-/obj/structure/cable/orange{
- icon_state = "2-5"
- },
-/obj/item/reagent_containers/blood/random,
-/obj/item/reagent_containers/blood/OMinus,
-/obj/item/reagent_containers/blood/random,
-/obj/effect/turf_decal/corner/opaque/blue/diagonal,
-/turf/open/floor/plasteel/white,
-/area/ship/medical)
-"At" = (
-/obj/effect/decal/cleanable/dirt/dust,
-/obj/item/reagent_containers/food/drinks/breakawayflask/vintage/ashwine,
-/turf/open/floor/plating{
- icon_state = "greenerdirt"
- },
-/area/ship/roumain)
-"AL" = (
-/obj/structure/cable/orange{
- icon_state = "2-4"
- },
-/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{
- dir = 8
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{
- dir = 6
- },
-/turf/open/floor/plasteel/dark,
-/area/ship/crew/toilet)
-"AM" = (
-/obj/structure/window/reinforced/spawner{
- dir = 4
- },
-/obj/structure/window/reinforced/spawner,
-/obj/machinery/power/smes/shuttle/precharged{
- dir = 1
- },
-/obj/structure/cable/pink{
- icon_state = "0-2"
- },
-/obj/machinery/door/poddoor/shutters{
- id = "port_shutters";
- name = "Engine Shutters"
- },
-/turf/open/floor/plating,
-/area/ship/engineering)
-"AN" = (
-/obj/effect/spawner/structure/window/reinforced,
-/obj/machinery/door/poddoor/shutters{
- name = "Body Shutters";
- id = "body_shutters"
- },
-/turf/open/floor/plating,
-/area/ship/roumain)
-"AQ" = (
-/obj/structure/cable/orange{
- icon_state = "1-8"
- },
-/obj/machinery/door/poddoor{
- id = "port_blasts";
- name = "Port Blast Door"
- },
-/turf/open/floor/plasteel/tech,
-/area/ship/storage)
-"AY" = (
-/obj/machinery/power/terminal,
-/obj/structure/cable/orange{
- icon_state = "0-4"
- },
-/obj/item/candle/tribal_torch,
-/obj/item/candle/tribal_torch,
-/turf/open/floor/plating,
-/area/ship/engineering)
-"AZ" = (
-/obj/structure/chair/pew/right{
- dir = 1
- },
-/mob/living/simple_animal/chicken,
-/turf/open/floor/ship/dirt/dark,
-/area/ship/roumain)
-"Bu" = (
-/obj/effect/spawner/structure/window/reinforced,
-/obj/structure/cable/orange{
- icon_state = "1-2"
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{
- dir = 1
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4,
-/obj/machinery/door/poddoor/shutters{
- name = "Body Shutters";
- id = "body_shutters"
- },
-/turf/open/floor/plating,
-/area/ship/medical)
-"Bx" = (
-/obj/structure/railing/corner{
- dir = 8
- },
-/obj/structure/flora/ausbushes/brflowers,
-/obj/structure/flora/ausbushes/sparsegrass,
-/obj/machinery/smartfridge/drying_rack,
-/turf/open/floor/grass/ship/jungle,
-/area/ship/roumain)
-"Bz" = (
-/obj/structure/railing{
- dir = 1
- },
-/obj/item/reagent_containers/food/drinks/breakawayflask/vintage/ashwine,
-/turf/open/floor/ship/dirt/dark,
-/area/ship/roumain)
-"BB" = (
-/obj/structure/table/wood,
-/obj/item/reagent_containers/food/drinks/bottle/whiskey{
- pixel_x = 7;
- pixel_y = 6
- },
-/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{
- dir = 8
- },
-/obj/effect/turf_decal/corner/opaque/blue/diagonal,
-/obj/item/reagent_containers/food/drinks/bottle/absinthe,
-/obj/item/reagent_containers/food/drinks/bottle/absinthe{
- pixel_y = 8;
- pixel_x = -6
- },
-/obj/item/book/manual/wiki/surgery,
-/turf/open/floor/plasteel/white,
-/area/ship/medical)
-"BK" = (
-/obj/structure/window/plasma/reinforced/spawner{
- dir = 8
- },
-/obj/structure/window/plasma/reinforced/spawner,
-/obj/structure/window/plasma/reinforced/spawner{
- dir = 4
- },
-/obj/machinery/atmospherics/components/unary/vent_scrubber/layer4{
- dir = 8
- },
-/turf/open/floor/engine/airless,
-/area/ship/engineering/engine)
-"BO" = (
-/obj/structure/chair/pew/left{
- dir = 1
- },
-/mob/living/simple_animal/cow,
-/turf/open/floor/ship/dirt/dark,
-/area/ship/roumain)
-"Cr" = (
-/obj/structure/cable/orange{
- icon_state = "1-8"
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{
- dir = 9
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{
- dir = 9
- },
-/turf/open/floor/engine/hull,
-/area/ship/external/dark)
-"Cx" = (
-/obj/structure/cable/orange{
- icon_state = "4-8"
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{
- dir = 4
- },
-/turf/open/floor/engine/hull,
-/area/ship/external/dark)
-"CC" = (
-/obj/structure/chair/pew{
- dir = 1
- },
-/turf/open/floor/ship/dirt/dark,
-/area/ship/roumain)
-"CF" = (
-/obj/effect/turf_decal/siding/wood{
- dir = 4
- },
-/obj/effect/turf_decal/siding/wood{
- dir = 8
- },
-/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{
- dir = 1
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4,
-/turf/open/floor/wood/yew,
-/area/ship/roumain)
-"CH" = (
-/obj/structure/cable/orange{
- icon_state = "1-8"
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{
- dir = 9
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{
- dir = 9
- },
-/obj/structure/cable/orange{
- icon_state = "1-2"
- },
-/turf/open/floor/plasteel/dark,
-/area/ship/roumain)
-"Dg" = (
-/obj/structure/railing/corner{
- dir = 1
- },
-/obj/structure/flora/ausbushes/brflowers,
-/obj/structure/flora/ausbushes/grassybush,
-/obj/structure/fence{
- dir = 4
- },
-/obj/machinery/door/firedoor/border_only{
- dir = 1
- },
-/turf/open/floor/grass/ship/jungle,
-/area/ship/roumain)
-"Du" = (
-/obj/structure/cable/orange{
- icon_state = "1-9"
- },
-/obj/structure/cable/orange{
- icon_state = "6-8"
- },
-/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{
- dir = 1
- },
-/turf/open/floor/wood/ebony,
-/area/ship/crew/dorm)
-"Dz" = (
-/obj/machinery/door/poddoor{
- id = "glaive_body_blasts";
- name = "Body Blast Door";
- dir = 4
- },
-/turf/open/floor/plasteel/dark,
-/area/ship/roumain)
-"DG" = (
-/turf/closed/wall/r_wall,
-/area/ship/engineering/electrical)
-"DL" = (
-/obj/structure/cable/orange{
- icon_state = "2-8"
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{
- dir = 10
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{
- dir = 10
- },
-/turf/open/floor/engine/hull,
-/area/ship/external/dark)
-"DR" = (
-/obj/machinery/portable_atmospherics/canister/toxins,
-/obj/machinery/atmospherics/components/unary/portables_connector/visible,
-/turf/open/floor/plating,
-/area/ship/engineering)
-"DS" = (
-/obj/structure/flora/ausbushes/grassybush,
-/obj/structure/flora/ausbushes/brflowers,
-/turf/open/floor/grass/ship/jungle,
-/area/ship/roumain)
-"DX" = (
-/obj/structure/flora/ausbushes/brflowers,
-/obj/structure/flora/ausbushes/sunnybush,
-/turf/open/floor/grass/ship/jungle,
-/area/ship/roumain)
-"Et" = (
-/obj/structure/cable/orange{
- icon_state = "2-8"
- },
-/turf/open/floor/plating,
-/area/ship/engineering/electrical)
-"Ex" = (
-/obj/structure/table/wood,
-/obj/item/reagent_containers/food/snacks/grown/ash_flora/mushroom_leaf{
- pixel_y = -2;
- pixel_x = -3
- },
-/obj/structure/cable/orange{
- icon_state = "1-2"
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{
- dir = 1
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4,
-/obj/item/reagent_containers/food/snacks/grown/ash_flora/shavings{
- pixel_x = 4;
- pixel_y = -3
- },
-/obj/item/reagent_containers/food/snacks/grown/ash_flora/mushroom_stem{
- pixel_x = -3;
- pixel_y = -6
- },
-/obj/item/reagent_containers/food/snacks/grown/ash_flora/mushroom_cap{
- pixel_y = -1;
- pixel_x = -6
- },
-/obj/item/reagent_containers/food/snacks/meat/slab/bear{
- pixel_y = 1;
- pixel_x = -7
- },
-/obj/item/reagent_containers/food/snacks/meat/slab/bear{
- pixel_y = 1;
- pixel_x = -7
- },
-/obj/item/reagent_containers/food/snacks/meat/slab/bear{
- pixel_y = 1;
- pixel_x = -7
- },
-/obj/item/reagent_containers/food/snacks/grown/ash_flora/cactus_fruit{
- pixel_x = -9;
- pixel_y = -3
- },
-/obj/item/reagent_containers/glass/bowl/mushroom_bowl{
- pixel_x = -4;
- pixel_y = 8
- },
-/obj/item/reagent_containers/glass/mortar{
- pixel_y = 9;
- pixel_x = 6
- },
-/obj/item/pestle{
- pixel_y = 6
- },
-/obj/item/reagent_containers/food/snacks/grown/ash_flora/mushroom_leaf,
-/obj/effect/turf_decal/corner/opaque/blue/diagonal,
-/obj/item/reagent_containers/food/snacks/grown/ash_flora/puce,
-/obj/item/reagent_containers/food/snacks/grown/ash_flora/fireblossom,
-/obj/structure/flora/ash/fern,
-/obj/item/reagent_containers/food/snacks/grown/ash_flora/cactus_fruit,
-/obj/item/reagent_containers/food/snacks/grown/ash_flora/cactus_fruit,
-/obj/item/reagent_containers/food/snacks/grown/ash_flora/cactus_fruit,
-/obj/item/reagent_containers/food/snacks/grown/ash_flora/mushroom_leaf,
-/turf/open/floor/plasteel/white,
-/area/ship/medical)
-"EJ" = (
-/obj/machinery/power/smes/engineering,
-/obj/structure/cable/orange{
- icon_state = "0-8"
- },
-/turf/open/floor/plating,
-/area/ship/engineering/electrical)
-"EN" = (
-/obj/item/reagent_containers/glass/bottle/diethylamine,
-/obj/item/reagent_containers/glass/bottle/diethylamine,
-/turf/open/floor/grass/ship/jungle,
-/area/ship/construction)
-"EO" = (
-/obj/structure/cable/orange{
- icon_state = "2-8"
- },
-/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4,
-/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{
- dir = 9
- },
-/obj/effect/turf_decal/corner/opaque/blue/diagonal,
-/turf/open/floor/plasteel/white,
-/area/ship/medical)
-"Fa" = (
-/obj/structure/railing/corner,
-/turf/open/floor/ship/dirt/dark,
-/area/ship/roumain)
-"Fd" = (
-/obj/effect/turf_decal/siding/wood{
- dir = 8
- },
-/obj/effect/turf_decal/siding/wood{
- dir = 4
- },
-/obj/structure/destructible/tribal_torch,
-/turf/open/floor/wood/mahogany,
-/area/ship/roumain)
-"Fn" = (
-/obj/structure/table/wood,
-/obj/item/reagent_containers/syringe/calomel{
- pixel_x = 3;
- pixel_y = -5
- },
-/obj/item/reagent_containers/syringe/antiviral{
- pixel_y = -6;
- pixel_x = 8
- },
-/obj/item/reagent_containers/hypospray/medipen/stimpack{
- pixel_x = -4
- },
-/obj/item/reagent_containers/hypospray/medipen/survival{
- pixel_x = -7;
- pixel_y = -5
- },
-/obj/item/reagent_containers/glass/bottle/potass_iodide{
- pixel_y = 10;
- pixel_x = -7
- },
-/obj/item/reagent_containers/glass/bottle/atropine{
- pixel_y = 9
- },
-/obj/structure/cable/orange{
- icon_state = "2-10"
- },
-/obj/effect/turf_decal/corner/opaque/blue/diagonal,
-/turf/open/floor/plasteel/white,
-/area/ship/medical)
-"Fp" = (
-/obj/structure/railing{
- dir = 5
- },
-/obj/structure/kitchenspike,
-/turf/open/floor/ship/dirt/dark,
-/area/ship/roumain)
-"Fr" = (
-/obj/structure/table/wood,
-/obj/item/storage/box/stockparts/basic,
-/obj/item/storage/box/stockparts/basic,
-/turf/open/floor/wood/maple,
-/area/ship/construction)
-"Fu" = (
-/obj/structure/railing/corner,
-/obj/structure/flora/ausbushes/brflowers,
-/obj/structure/flora/ausbushes/sparsegrass,
-/obj/machinery/button/door{
- dir = 1;
- pixel_x = -5;
- pixel_y = -26;
- name = "Body Blast Door Control";
- id = "glaive_body_blasts"
- },
-/obj/machinery/button/shieldwallgen{
- dir = 1;
- pixel_y = -25;
- pixel_x = 6;
- name = "Body Holofield Switch";
- id = "glaive_body_holo"
- },
-/obj/structure/fermenting_barrel,
-/turf/open/floor/grass/ship/jungle,
-/area/ship/roumain)
-"FA" = (
-/turf/open/floor/engine/hull,
-/area/ship/external/dark)
-"FE" = (
-/obj/structure/cable/orange{
- icon_state = "2-4"
- },
-/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2,
-/turf/open/floor/plating,
-/area/ship/engineering/electrical)
-"FG" = (
-/obj/structure/cable/orange{
- icon_state = "2-8"
- },
-/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{
- dir = 1
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4,
-/turf/open/floor/wood/ebony,
-/area/ship/crew/dorm)
-"FR" = (
-/obj/effect/turf_decal/siding/wood{
- dir = 4
- },
-/obj/structure/destructible/tribal_torch,
-/turf/open/floor/wood/maple,
-/area/ship/construction)
-"FW" = (
-/obj/machinery/power/terminal,
-/obj/structure/cable/orange{
- icon_state = "0-5"
- },
-/obj/item/candle/tribal_torch,
-/obj/item/candle/tribal_torch,
-/turf/open/floor/plating,
-/area/ship/engineering/engine)
-"Gi" = (
-/obj/structure/cable/orange{
- icon_state = "2-9"
- },
-/turf/open/floor/plasteel/tech,
-/area/ship/storage)
-"GM" = (
-/obj/machinery/power/terminal,
-/obj/structure/cable/orange,
-/turf/open/floor/plating,
-/area/ship/engineering/engine)
-"GP" = (
-/obj/effect/decal/cleanable/dirt/dust,
-/obj/item/toy/plush/snakeplushie,
-/turf/open/floor/ship/dirt/dark,
-/area/ship/roumain)
-"Ho" = (
-/obj/structure/cable/orange{
- icon_state = "1-2"
- },
-/turf/open/floor/engine/hull,
-/area/ship/external/dark)
-"Hw" = (
-/obj/effect/turf_decal/spline/fancy{
- dir = 1
- },
-/obj/machinery/suit_storage_unit/inherit,
-/obj/item/clothing/suit/space/hardsuit/mining/independent,
-/obj/structure/cable/orange{
- icon_state = "6-9"
- },
-/obj/item/clothing/mask/breath,
-/turf/open/floor/plasteel/tech/grid,
-/area/ship/storage)
-"HA" = (
-/obj/effect/turf_decal/industrial/warning,
-/obj/effect/turf_decal/siding/wood{
- dir = 8
- },
-/obj/machinery/door/firedoor/border_only,
-/obj/structure/railing,
-/turf/open/floor/wood/maple,
-/area/ship/construction)
-"HB" = (
-/obj/machinery/power/shieldwallgen/atmos/roundstart{
- dir = 1;
- id = "glaive_body_holo"
- },
-/obj/structure/cable/orange{
- icon_state = "0-8"
- },
-/obj/machinery/door/poddoor{
- id = "glaive_body_blasts";
- name = "Body Blast Door";
- dir = 4
- },
-/turf/open/floor/plasteel/dark,
-/area/ship/roumain)
-"HS" = (
-/obj/machinery/power/apc/auto_name/directional/north,
-/obj/structure/cable/orange{
- icon_state = "0-4"
- },
-/obj/structure/cable/orange{
- icon_state = "0-6"
- },
-/obj/machinery/portable_atmospherics/pump,
-/turf/open/floor/plating,
-/area/ship/engineering)
-"Ii" = (
-/obj/machinery/power/shieldwallgen/atmos/roundstart{
- id = "glaive_body_holo"
- },
-/obj/machinery/door/poddoor{
- id = "glaive_body_blasts";
- name = "Body Blast Door";
- dir = 4
- },
-/obj/structure/cable/orange{
- icon_state = "0-8"
- },
-/turf/open/floor/plasteel/dark,
-/area/ship/roumain)
-"Il" = (
-/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{
- dir = 4
- },
-/obj/structure/cable/orange{
- icon_state = "4-8"
- },
-/obj/machinery/portable_atmospherics/canister/air,
-/turf/open/floor/plating,
-/area/ship/engineering)
-"Io" = (
-/obj/machinery/atmospherics/components/unary/outlet_injector/on/layer4{
- dir = 4
- },
-/turf/open/floor/engine/hull,
-/area/ship/external/dark)
-"Ir" = (
-/obj/machinery/power/terminal{
- dir = 1
- },
-/obj/structure/cable/green{
- icon_state = "0-8"
- },
-/obj/structure/cable/orange{
- icon_state = "4-9"
- },
-/turf/open/floor/plating,
-/area/ship/engineering/electrical)
-"ID" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2,
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4,
-/obj/structure/cable/orange{
- icon_state = "1-2"
- },
-/obj/machinery/door/airlock/maintenance_hatch{
- name = "Engine Room"
- },
-/obj/machinery/door/firedoor/border_only{
- dir = 1
- },
-/obj/machinery/door/firedoor/border_only,
-/turf/open/floor/plating,
-/area/ship/engineering)
-"IF" = (
-/turf/closed/wall,
-/area/ship/crew/dorm)
-"IZ" = (
-/turf/closed/wall,
-/area/ship/construction)
-"Jc" = (
-/obj/structure/cable/orange{
- icon_state = "1-5"
- },
-/obj/structure/cable/orange{
- icon_state = "8-10"
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2,
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4,
-/turf/open/floor/wood/ebony,
-/area/ship/crew/dorm)
-"Jn" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2,
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4,
-/turf/open/floor/plasteel/stairs,
-/area/ship/storage)
-"Jx" = (
-/obj/structure/cable/orange{
- icon_state = "2-8"
- },
-/obj/structure/cable/orange{
- icon_state = "4-8"
- },
-/turf/open/floor/engine/hull,
-/area/ship/external/dark)
-"Jy" = (
-/obj/machinery/power/terminal,
-/obj/structure/cable/orange{
- icon_state = "0-8"
- },
-/turf/open/floor/plating,
-/area/ship/engineering)
-"JD" = (
-/obj/structure/cable/orange{
- icon_state = "1-5"
- },
-/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2,
-/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4,
-/obj/effect/turf_decal/corner/opaque/blue/diagonal,
-/turf/open/floor/plasteel/white,
-/area/ship/medical)
-"JG" = (
-/obj/structure/cable/orange{
- icon_state = "5-6"
- },
-/obj/structure/cable/orange{
- icon_state = "8-9"
- },
-/turf/open/floor/plasteel/tech,
-/area/ship/storage)
-"Kk" = (
-/obj/structure/cable/orange{
- icon_state = "5-9"
- },
-/obj/structure/cable/orange{
- icon_state = "4-8"
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{
- dir = 4
- },
-/turf/open/floor/plating,
-/area/ship/engineering/electrical)
-"KP" = (
-/obj/structure/railing{
- dir = 5
- },
-/turf/open/floor/plating/ship/water,
-/area/ship/roumain)
-"KX" = (
-/obj/structure/flora/ausbushes/reedbush,
-/obj/structure/railing/corner{
- dir = 4
- },
-/mob/living/simple_animal/crab{
- name = "Tracie"
- },
-/turf/open/floor/plating/ship/water,
-/area/ship/roumain)
-"Lj" = (
-/obj/structure/destructible/tribal_torch,
-/obj/structure/railing{
- dir = 8
- },
-/turf/open/floor/ship/dirt/dark,
-/area/ship/roumain)
-"Lk" = (
-/obj/structure/flora/ausbushes/brflowers,
-/obj/structure/flora/ausbushes/fullgrass,
-/turf/open/floor/grass/ship/jungle,
-/area/ship/roumain)
-"LG" = (
-/obj/structure/flora/rock/jungle,
-/turf/open/floor/ship/dirt/dark,
-/area/ship/roumain)
-"LL" = (
-/obj/structure/cable/orange{
- icon_state = "4-8"
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{
- dir = 4
- },
-/turf/open/floor/plasteel/tech,
-/area/ship/roumain)
-"LN" = (
-/turf/closed/wall/r_wall,
-/area/ship/storage)
-"LS" = (
-/obj/machinery/door/airlock{
- name = "Restroom";
- dir = 4
- },
-/obj/machinery/door/firedoor/border_only{
- dir = 8
- },
-/obj/machinery/door/firedoor/border_only{
- dir = 4
- },
-/turf/open/floor/grass/ship/jungle,
-/area/ship/crew/toilet)
-"Ma" = (
-/obj/machinery/power/shuttle/engine/fueled/plasma{
- dir = 1
- },
-/turf/open/floor/engine/hull,
-/area/ship/engineering)
-"Mh" = (
-/obj/structure/table/wood,
-/obj/item/radio{
- pixel_y = 6;
- pixel_x = 5
- },
-/obj/item/radio{
- pixel_y = 6;
- pixel_x = 5
- },
-/obj/item/radio{
- pixel_y = 6;
- pixel_x = 5
- },
-/obj/item/radio{
- pixel_y = 6;
- pixel_x = 5
- },
-/obj/item/radio{
- pixel_y = 6;
- pixel_x = 5
- },
-/obj/item/radio{
- pixel_y = 6;
- pixel_x = 5
- },
-/obj/item/radio{
- pixel_y = 6;
- pixel_x = 5
- },
-/obj/item/reagent_containers/food/snacks/grown/ash_flora/mushroom_stem{
- pixel_x = -7;
- pixel_y = 6
- },
-/obj/item/gps{
- pixel_x = -7
- },
-/obj/item/gps{
- pixel_x = -7
- },
-/obj/item/gps{
- pixel_x = -7
- },
-/obj/item/gps{
- pixel_x = -7
- },
-/obj/item/gps{
- pixel_x = -7
- },
-/obj/item/gps{
- pixel_x = -7
- },
-/obj/item/gps{
- pixel_x = -7
- },
-/obj/structure/cable/orange{
- icon_state = "1-2"
- },
-/obj/item/flashlight/lantern,
-/obj/item/flashlight/lantern,
-/obj/item/flashlight/lantern,
-/obj/item/flashlight/lantern,
-/obj/item/flashlight/lantern,
-/obj/item/flashlight/lantern,
-/obj/item/flashlight/lantern,
-/obj/machinery/airalarm/directional/east,
-/turf/open/floor/wood/ebony,
-/area/ship/crew/dorm)
-"Mi" = (
-/obj/effect/turf_decal/siding/wood,
-/obj/effect/turf_decal/siding/wood{
- dir = 1
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{
- dir = 4
- },
-/turf/open/floor/wood/yew,
-/area/ship/roumain)
-"Mj" = (
-/obj/machinery/airalarm/directional/east,
-/obj/structure/chair/wood/wings{
- dir = 1
- },
-/obj/effect/turf_decal/siding/wood/corner{
- dir = 1
- },
-/obj/effect/turf_decal/siding/wood{
- dir = 4
- },
-/obj/structure/cable/orange{
- icon_state = "1-8"
- },
-/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{
- dir = 1
- },
-/obj/effect/turf_decal/siding/wood/corner{
- dir = 8
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{
- dir = 1
- },
-/turf/open/floor/wood/mahogany,
-/area/ship/roumain)
-"MG" = (
-/obj/effect/turf_decal/industrial/warning,
-/obj/machinery/door/firedoor/border_only,
-/obj/structure/railing,
-/turf/open/floor/wood/maple,
-/area/ship/construction)
-"MR" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{
- dir = 4
- },
-/obj/effect/turf_decal/corner/opaque/blue/diagonal,
-/obj/machinery/door/firedoor/border_only{
- dir = 4
- },
-/obj/machinery/door/firedoor/border_only{
- dir = 8
- },
-/obj/machinery/door/airlock/medical/glass{
- name = "Medical Bay";
- dir = 4
- },
-/turf/open/floor/plasteel/white,
-/area/ship/medical)
-"MU" = (
-/obj/item/kinetic_crusher,
-/obj/item/storage/box/emptysandbags,
-/obj/item/storage/belt/mining,
-/obj/item/reagent_containers/hypospray/medipen/survival,
-/obj/item/flashlight/seclite,
-/obj/item/borg/upgrade/modkit/indoors,
-/obj/item/gun/energy/kinetic_accelerator,
-/obj/item/storage/bag/ore,
-/obj/item/shovel,
-/obj/item/gps/mining,
-/obj/structure/closet/secure_closet/miningcloset,
-/obj/item/stack/marker_beacon/thirty,
-/obj/item/pickaxe,
-/obj/item/t_scanner/adv_mining_scanner/lesser,
-/turf/open/floor/plasteel/tech/grid,
-/area/ship/storage)
-"MV" = (
-/obj/structure/table/wood,
-/obj/machinery/button/door{
- id = "body_shutters";
- name = "body shutters control";
- pixel_y = 3
- },
-/obj/effect/turf_decal/siding/wood{
- dir = 4
- },
-/obj/effect/turf_decal/siding/wood{
- dir = 8
- },
-/obj/item/flashlight/lantern{
- pixel_x = -10
- },
-/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{
- dir = 1
- },
-/turf/open/floor/wood/mahogany,
-/area/ship/roumain)
-"MW" = (
-/obj/machinery/power/port_gen/pacman,
-/obj/item/stack/sheet/mineral/plasma/twenty,
-/obj/structure/cable/green{
- icon_state = "0-8"
- },
-/turf/open/floor/plating,
-/area/ship/engineering/electrical)
-"MZ" = (
-/obj/structure/railing{
- dir = 9
- },
-/obj/item/kirbyplants/random,
-/turf/open/floor/ship/dirt/dark,
-/area/ship/roumain)
-"Nd" = (
-/obj/machinery/door/airlock/glass{
- name = "Dormitories";
- dir = 4
- },
-/obj/structure/cable/orange{
- icon_state = "4-8"
- },
-/obj/machinery/door/firedoor/border_only{
- dir = 4
- },
-/obj/machinery/door/firedoor/border_only{
- dir = 8
- },
-/turf/open/floor/wood/ebony,
-/area/ship/construction)
-"Ng" = (
-/obj/machinery/power/apc/auto_name/directional/north,
-/obj/structure/cable/orange{
- icon_state = "0-8"
- },
-/obj/structure/cable/orange{
- icon_state = "0-2"
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{
- dir = 4
- },
-/turf/open/floor/plating,
-/area/ship/engineering/engine)
-"Nm" = (
-/obj/machinery/holopad/emergency/command,
-/obj/effect/turf_decal/siding/wood{
- dir = 1
- },
-/obj/structure/cable/orange{
- icon_state = "4-8"
- },
-/obj/effect/turf_decal/siding/wood,
-/obj/item/disk/holodisk/roumain,
-/turf/open/floor/wood/mahogany,
-/area/ship/roumain)
-"Nq" = (
-/obj/machinery/hydroponics/soil,
-/obj/item/seeds/lavaland/ember,
-/obj/item/seeds/lavaland/inocybe,
-/obj/item/seeds/lavaland/polypore,
-/obj/item/seeds/lavaland/porcini,
-/obj/item/seeds/lavaland/cactus,
-/obj/item/cultivator/rake,
-/obj/item/stack/ore/glass/basalt{
- amount = 25;
- pixel_y = -2;
- pixel_x = -9
- },
-/obj/item/seeds/sunflower/moonflower,
-/turf/open/floor/ship/dirt/dark,
-/area/ship/roumain)
-"NE" = (
-/obj/structure/toilet{
- dir = 4;
- pixel_y = 7
- },
-/obj/effect/turf_decal/spline/fancy/wood/cee{
- dir = 4
- },
-/turf/open/floor/wood/ebony,
-/area/ship/crew/toilet)
-"NL" = (
-/turf/open/floor/ship/dirt/dark,
-/area/ship/roumain)
-"NT" = (
-/obj/structure/railing/corner{
- dir = 8
- },
-/turf/open/floor/ship/dirt/dark,
-/area/ship/roumain)
-"NV" = (
-/obj/item/reagent_containers/glass/bottle/mutagen,
-/obj/item/reagent_containers/glass/bottle/mutagen,
-/turf/open/floor/grass/ship/jungle,
-/area/ship/construction)
-"NX" = (
-/obj/machinery/atmospherics/components/binary/pump,
-/obj/machinery/portable_atmospherics/scrubber,
-/turf/open/floor/plating,
-/area/ship/engineering/engine)
-"Od" = (
-/turf/closed/wall,
-/area/ship/roumain)
-"Oo" = (
-/turf/closed/wall,
-/area/ship/crew/toilet)
-"OF" = (
-/obj/machinery/vending/mining_equipment,
-/obj/effect/turf_decal/industrial/warning,
-/turf/open/floor/plasteel/tech/techmaint,
-/area/ship/storage)
-"OR" = (
-/obj/structure/cable/orange{
- icon_state = "0-9"
- },
-/obj/machinery/door/poddoor{
- id = "port_blasts";
- name = "Port Blast Door"
- },
-/obj/machinery/power/shieldwallgen/atmos/roundstart{
- dir = 8;
- locked = 1;
- id = "glaive_shields"
- },
-/turf/open/floor/plasteel/tech,
-/area/ship/storage)
-"Py" = (
-/obj/structure/cable/orange{
- icon_state = "6-9"
- },
-/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{
- dir = 1
- },
-/turf/open/floor/wood/maple,
-/area/ship/construction)
-"PE" = (
-/obj/structure/cable/orange{
- icon_state = "1-6"
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{
- dir = 1
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4,
-/obj/effect/turf_decal/corner/opaque/blue/diagonal,
-/turf/open/floor/plasteel/white,
-/area/ship/medical)
-"PU" = (
-/obj/effect/turf_decal/siding/wood{
- dir = 9
- },
-/obj/structure/cable/orange{
- icon_state = "6-8"
- },
-/obj/structure/closet/emcloset/wall{
- pixel_y = 32
- },
-/turf/open/floor/wood/maple,
-/area/ship/construction)
-"Qi" = (
-/obj/structure/railing{
- dir = 9
- },
-/turf/open/floor/plating/ship/water,
-/area/ship/roumain)
-"Qm" = (
-/obj/structure/railing{
- dir = 4
- },
-/turf/open/floor/plating/ship/water,
-/area/ship/roumain)
-"QA" = (
-/obj/structure/cable/orange{
- icon_state = "4-8"
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{
- dir = 4
- },
-/obj/machinery/door/airlock/medical/glass{
- name = "Medical Bay";
- dir = 4
- },
-/obj/effect/turf_decal/corner/opaque/blue/diagonal,
-/obj/machinery/door/firedoor/border_only{
- dir = 4
- },
-/obj/machinery/door/firedoor/border_only{
- dir = 8
- },
-/turf/open/floor/plasteel/white,
-/area/ship/construction)
-"QD" = (
-/obj/machinery/power/smes/shuttle/precharged{
- dir = 1
- },
-/obj/structure/cable/pink{
- icon_state = "0-2"
- },
-/obj/machinery/door/poddoor/shutters{
- id = "starboard_shutters";
- name = "Starboard Engine Shutters"
- },
-/turf/open/floor/plating,
-/area/ship/engineering/engine)
-"QJ" = (
-/obj/structure/cable/orange{
- icon_state = "4-6"
- },
-/obj/structure/cable/orange{
- icon_state = "8-10"
- },
-/obj/structure/destructible/tribal_torch,
-/turf/open/floor/plating,
-/area/ship/engineering/electrical)
-"QQ" = (
-/obj/machinery/power/apc/auto_name/directional/north,
-/obj/effect/turf_decal/siding/wood{
- dir = 1
- },
-/obj/structure/cable/orange{
- icon_state = "0-4"
- },
-/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{
- dir = 1
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{
- dir = 4
- },
-/turf/open/floor/wood/maple,
-/area/ship/construction)
-"QX" = (
-/obj/structure/bonfire/dense,
-/turf/open/floor/ship/dirt/dark,
-/area/ship/roumain)
-"Ra" = (
-/obj/structure/cable/orange{
- icon_state = "4-8"
- },
-/obj/structure/cable/orange{
- icon_state = "1-9"
- },
-/turf/open/floor/plasteel/tech,
-/area/ship/storage)
-"Rm" = (
-/obj/structure/flora/ausbushes/reedbush,
-/obj/structure/railing{
- dir = 8
- },
-/turf/open/floor/plating/ship/water,
-/area/ship/roumain)
-"Rn" = (
-/obj/structure/table/wood,
-/obj/item/survey_handheld,
-/obj/effect/turf_decal/siding/wood{
- dir = 4
- },
-/obj/item/circuitboard/machine/rdserver,
-/obj/item/circuitboard/machine/autolathe,
-/obj/item/disk/design_disk/ammo_n762,
-/obj/item/disk/design_disk/ammo_1911,
-/obj/item/circuitboard/machine/protolathe/department/ballistics,
-/obj/item/circuitboard/computer/rdconsole,
-/turf/open/floor/wood/maple,
-/area/ship/construction)
-"RF" = (
-/obj/structure/railing{
- dir = 8
- },
-/obj/effect/turf_decal/siding/wood/end{
- dir = 8
- },
-/turf/open/floor/wood/yew,
-/area/ship/roumain)
-"RJ" = (
-/obj/effect/decal/cleanable/dirt/dust,
-/turf/open/floor/ship/dirt/dark,
-/area/ship/roumain)
-"RT" = (
-/obj/structure/cable/orange{
- icon_state = "1-2"
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4,
-/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2,
-/turf/open/floor/plasteel/dark,
-/area/ship/crew/toilet)
-"RU" = (
-/obj/structure/cable/green{
- icon_state = "2-8"
- },
-/obj/structure/cable/green{
- icon_state = "2-4"
- },
-/turf/open/floor/plating,
-/area/ship/engineering/electrical)
-"Sg" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{
- dir = 4
- },
-/obj/structure/cable/orange{
- icon_state = "4-8"
- },
-/obj/machinery/button/door{
- id = "port_shutters";
- name = "port shutter control";
- pixel_y = 25
- },
-/turf/open/floor/plating,
-/area/ship/engineering)
-"Sl" = (
-/obj/structure/flora/ausbushes/brflowers,
-/obj/structure/flora/ausbushes/sparsegrass,
-/obj/structure/fermenting_barrel/distiller,
-/turf/open/floor/grass/ship/jungle,
-/area/ship/roumain)
-"Sx" = (
-/obj/structure/window/reinforced/spawner{
- dir = 4
- },
-/obj/machinery/atmospherics/components/unary/shuttle/heater{
- dir = 1
- },
-/obj/machinery/door/poddoor/shutters{
- id = "starboard_shutters";
- name = "Starboard Engine Shutters"
- },
-/turf/open/floor/plating,
-/area/ship/engineering/engine)
-"Sz" = (
-/obj/structure/flora/ausbushes/brflowers,
-/obj/structure/flora/ausbushes/sparsegrass,
-/obj/structure/flora/ausbushes/sparsegrass,
-/obj/structure/loom,
-/turf/open/floor/grass/ship/jungle,
-/area/ship/roumain)
-"SK" = (
-/obj/structure/railing/corner{
- dir = 1
- },
-/obj/structure/cable/orange{
- icon_state = "4-8"
- },
-/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{
- dir = 8
- },
-/turf/open/floor/plasteel/tech,
-/area/ship/storage)
-"SL" = (
-/obj/machinery/power/shuttle/engine/electric{
- dir = 1
- },
-/obj/structure/cable/pink,
-/turf/open/floor/engine/hull,
-/area/ship/engineering)
-"Tc" = (
-/obj/effect/turf_decal/siding/wood{
- dir = 8
- },
-/obj/effect/turf_decal/siding/wood{
- dir = 4
- },
-/turf/open/floor/wood/yew,
-/area/ship/roumain)
-"Tj" = (
-/obj/structure/cable/orange{
- icon_state = "4-8"
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{
- dir = 4
- },
-/obj/machinery/door/airlock/engineering{
- name = "Starboard Wing";
- dir = 4
- },
-/obj/machinery/door/firedoor/border_only{
- dir = 4
- },
-/obj/machinery/door/firedoor/border_only{
- dir = 8
- },
-/turf/open/floor/plasteel/tech,
-/area/ship/engineering/electrical)
-"Tx" = (
-/obj/structure/table/wood,
-/obj/item/stack/sheet/metal/fifty,
-/obj/item/stack/sheet/plasteel/fifty,
-/obj/effect/turf_decal/siding/wood{
- dir = 8
- },
-/obj/item/stack/rods/fifty,
-/obj/item/stack/sheet/glass/fifty,
-/turf/open/floor/wood/maple,
-/area/ship/construction)
-"TO" = (
-/obj/effect/decal/cleanable/dirt/dust,
-/obj/structure/railing{
- dir = 4
- },
-/turf/open/floor/ship/dirt/dark,
-/area/ship/roumain)
-"TS" = (
-/obj/effect/spawner/structure/window/reinforced,
-/obj/machinery/door/poddoor/shutters{
- name = "Body Shutters";
- id = "body_shutters";
- dir = 4
- },
-/turf/open/floor/plating,
-/area/ship/medical)
-"Ue" = (
-/obj/structure/flora/ausbushes/reedbush,
-/obj/structure/railing{
- dir = 4
- },
-/turf/open/floor/plating/ship/water,
-/area/ship/roumain)
-"Ul" = (
-/obj/effect/turf_decal/siding/wood{
- dir = 5
- },
-/obj/structure/cable/orange{
- icon_state = "4-10"
- },
-/obj/structure/cable/orange{
- icon_state = "4-8"
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{
- dir = 4
- },
-/obj/structure/closet/firecloset/wall{
- pixel_y = 32
- },
-/turf/open/floor/wood/maple,
-/area/ship/construction)
-"Un" = (
-/obj/structure/flora/rock/jungle,
-/obj/structure/railing{
- dir = 6
- },
-/turf/open/floor/ship/dirt/dark,
-/area/ship/roumain)
-"US" = (
-/obj/structure/cable/orange{
- icon_state = "1-4"
- },
-/obj/structure/cable/orange{
- icon_state = "2-6"
- },
-/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4,
-/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{
- dir = 1
- },
-/turf/open/floor/plating,
-/area/ship/engineering/engine)
-"UZ" = (
-/mob/living/simple_animal/pet/gondola{
- name = "Grand Hunter Montagnes"
- },
-/turf/open/floor/grass/ship/jungle,
-/area/ship/construction)
-"Vn" = (
-/obj/machinery/power/terminal,
-/obj/structure/cable/orange,
-/obj/structure/cable/orange{
- icon_state = "1-9"
- },
-/obj/structure/cable/orange{
- icon_state = "1-5"
- },
-/turf/open/floor/plating,
-/area/ship/engineering/engine)
-"Vu" = (
-/turf/closed/wall/r_wall,
-/area/ship/engineering)
-"VB" = (
-/obj/structure/destructible/tribal_torch,
-/turf/open/floor/plasteel/dark,
-/area/ship/crew/toilet)
-"VI" = (
-/obj/structure/railing{
- dir = 1
- },
-/obj/structure/flora/junglebush/large,
-/turf/open/floor/ship/dirt/dark,
-/area/ship/roumain)
-"VL" = (
-/obj/effect/spawner/structure/window/reinforced,
-/obj/structure/cable/orange{
- icon_state = "4-8"
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{
- dir = 4
- },
-/obj/machinery/door/poddoor/shutters{
- name = "Body Shutters";
- id = "body_shutters"
- },
-/turf/open/floor/plating,
-/area/ship/roumain)
-"VQ" = (
-/obj/structure/flora/junglebush/c,
-/turf/open/floor/ship/dirt/dark,
-/area/ship/roumain)
-"VX" = (
-/turf/open/floor/plasteel/tech,
-/area/ship/storage)
-"Wd" = (
-/obj/structure/cable/orange{
- icon_state = "4-5"
- },
-/obj/structure/destructible/tribal_torch,
-/obj/effect/turf_decal/industrial/warning/full,
-/obj/structure/cable/orange{
- icon_state = "8-9"
- },
-/turf/open/floor/plasteel/tech,
-/area/ship/storage)
-"Wr" = (
-/obj/machinery/suit_storage_unit/inherit,
-/obj/item/clothing/suit/space/hardsuit/mining/independent,
-/obj/item/clothing/mask/breath,
-/turf/open/floor/plasteel/tech/grid,
-/area/ship/storage)
-"Wy" = (
-/obj/structure/cable/orange{
- icon_state = "1-2"
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2,
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4,
-/turf/open/floor/engine/hull,
-/area/ship/external/dark)
-"WS" = (
-/obj/effect/turf_decal/siding/wood{
- dir = 1
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{
- dir = 6
- },
-/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{
- dir = 1
- },
-/turf/open/floor/wood/maple,
-/area/ship/construction)
-"Xg" = (
-/obj/structure/flora/ausbushes/brflowers,
-/obj/structure/flora/ausbushes/fullgrass,
-/obj/structure/railing,
-/turf/open/floor/grass/ship/jungle,
-/area/ship/roumain)
-"Xp" = (
-/obj/structure/table/optable,
-/obj/structure/cable/orange{
- icon_state = "1-9"
- },
-/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{
- dir = 8
- },
-/obj/effect/turf_decal/corner/opaque/blue/diagonal,
-/turf/open/floor/plasteel/white,
-/area/ship/medical)
-"Xq" = (
-/obj/item/seeds/cotton/durathread,
-/turf/open/floor/grass/ship/jungle,
-/area/ship/construction)
-"Xt" = (
-/turf/open/floor/plating/ship/water,
-/area/ship/roumain)
-"XB" = (
-/obj/structure/railing{
- dir = 1
- },
-/obj/structure/flora/junglebush/b,
-/turf/open/floor/ship/dirt/dark,
-/area/ship/roumain)
-"XK" = (
-/obj/structure/cable/green,
-/obj/structure/cable/orange{
- icon_state = "2-6"
- },
-/obj/structure/cable/orange{
- icon_state = "2-10"
- },
-/obj/machinery/power/port_gen/pacman/super,
-/obj/item/stack/sheet/mineral/uranium/twenty,
-/obj/structure/cable/green{
- icon_state = "1-4"
- },
-/obj/structure/cable/green{
- icon_state = "1-8"
- },
-/turf/open/floor/plating,
-/area/ship/engineering/electrical)
-"XY" = (
-/obj/structure/table/wood,
-/obj/effect/turf_decal/siding/wood/end{
- dir = 1
- },
-/obj/structure/cable/orange{
- icon_state = "1-2"
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{
- dir = 1
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4,
-/obj/item/radio/intercom/wideband/table{
- dir = 1
- },
-/turf/open/floor/wood/mahogany,
-/area/ship/roumain)
-"XZ" = (
-/turf/closed/wall,
-/area/ship/medical)
-"Yb" = (
-/obj/structure/cable/orange{
- icon_state = "5-6"
- },
-/obj/structure/cable/orange{
- icon_state = "5-9"
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2,
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4,
-/turf/open/floor/wood/maple,
-/area/ship/construction)
-"Yi" = (
-/obj/structure/cable/orange{
- icon_state = "4-5"
- },
-/turf/open/floor/plasteel/tech,
-/area/ship/storage)
-"Yx" = (
-/obj/structure/railing{
- dir = 4
- },
-/turf/open/floor/ship/dirt/dark,
-/area/ship/roumain)
-"YE" = (
-/obj/machinery/power/apc/auto_name/directional/west,
-/obj/structure/chair/wood/wings{
- dir = 1
- },
-/obj/effect/turf_decal/siding/wood/corner{
- dir = 4
- },
-/obj/effect/turf_decal/siding/wood{
- dir = 8
- },
-/obj/structure/cable/orange{
- icon_state = "0-4"
- },
-/obj/effect/turf_decal/siding/wood/corner,
-/turf/open/floor/wood/mahogany,
-/area/ship/roumain)
-"YM" = (
-/obj/effect/turf_decal/industrial/warning,
-/obj/structure/cable/orange{
- icon_state = "6-9"
- },
-/obj/machinery/door/firedoor/border_only,
-/obj/structure/railing,
-/turf/open/floor/wood/maple,
-/area/ship/construction)
-"YP" = (
-/obj/structure/flora/ausbushes/grassybush,
-/obj/structure/flora/ausbushes/brflowers,
-/obj/structure/flora/ausbushes/sparsegrass,
-/obj/structure/destructible/tribal_torch,
-/obj/structure/sign/warning/vacuum/external{
- pixel_y = -6;
- pixel_x = -31
- },
-/turf/open/floor/grass/ship/jungle,
-/area/ship/roumain)
-"YT" = (
-/obj/item/kirbyplants/random,
-/obj/structure/flora/ausbushes/fullgrass,
-/turf/open/floor/grass/ship/jungle,
-/area/ship/roumain)
-"Zh" = (
-/obj/effect/turf_decal/industrial/warning,
-/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2,
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4,
-/obj/machinery/door/firedoor/border_only,
-/turf/open/floor/wood/maple,
-/area/ship/construction)
-"Zs" = (
-/obj/effect/turf_decal/siding/wood{
- dir = 1
- },
-/obj/effect/turf_decal/siding/wood/corner,
-/obj/effect/turf_decal/siding/wood/corner{
- dir = 8
- },
-/turf/open/floor/wood/yew,
-/area/ship/roumain)
-"ZE" = (
-/obj/structure/flora/rock/jungle,
-/obj/structure/railing/corner{
- dir = 1
- },
-/turf/open/floor/plating/ship/water,
-/area/ship/roumain)
-"ZK" = (
-/obj/structure/cable/orange{
- icon_state = "1-4"
- },
-/obj/item/clothing/under/suit/roumain,
-/obj/item/clothing/suit/armor/roumain,
-/obj/item/clothing/head/cowboy/sec/roumain,
-/obj/item/clothing/suit/armor/riot/chaplain/witchhunter,
-/obj/item/clothing/head/helmet/chaplain/witchunter_hat,
-/obj/item/storage/backpack/cultpack,
-/obj/item/flashlight/lantern,
-/obj/item/kitchen/knife/combat/survival,
-/obj/item/gun/ballistic/shotgun/winchester,
-/obj/structure/closet/secure_closet/hunter,
-/obj/item/lighter,
-/obj/item/ammo_box/c38_box,
-/obj/item/disk/holodisk/roumain,
-/obj/item/clothing/shoes/cowboy/black,
-/obj/item/clothing/shoes/cowboy,
-/obj/item/clothing/shoes/jackboots,
-/obj/item/book/manual/srmlore,
-/turf/open/floor/wood/ebony,
-/area/ship/crew/dorm)
-"ZV" = (
-/obj/structure/flora/ausbushes/reedbush,
-/turf/open/floor/plating/ship/water,
-/area/ship/roumain)
-"ZW" = (
-/obj/structure/railing/corner{
- dir = 4
- },
-/obj/structure/cable/orange{
- icon_state = "4-6"
- },
-/obj/structure/cable/orange{
- icon_state = "8-10"
- },
-/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{
- dir = 4
- },
-/turf/open/floor/plasteel/tech,
-/area/ship/storage)
-
-(1,1,1) = {"
-sH
-sH
-sH
-sH
-sH
-sH
-sH
-sH
-sH
-sH
-sH
-sH
-sH
-sH
-sH
-sH
-sH
-sH
-sH
-sH
-sH
-sH
-sH
-sH
-sH
-sH
-sH
-sH
-sH
-sH
-sH
-sH
-sH
-sH
-sH
-sH
-"}
-(2,1,1) = {"
-sH
-sH
-sH
-sH
-sH
-sH
-sH
-sH
-sH
-sH
-sH
-sH
-sH
-sH
-sH
-sH
-sH
-sH
-sH
-sH
-sH
-sH
-sH
-sH
-sH
-sH
-sH
-sH
-sH
-sH
-sH
-sH
-sH
-sH
-sH
-sH
-"}
-(3,1,1) = {"
-sH
-sH
-sH
-sH
-sH
-sH
-sH
-sH
-sH
-sH
-sH
-sH
-sH
-sH
-sH
-sH
-sH
-sH
-sH
-sH
-sH
-sH
-sH
-sH
-sH
-sH
-sH
-sH
-sH
-sH
-sH
-sH
-sH
-sH
-sH
-sH
-"}
-(4,1,1) = {"
-sH
-sH
-sH
-sH
-sH
-sH
-sH
-sH
-sH
-sH
-sH
-sH
-sH
-sH
-sH
-sH
-sH
-sH
-sH
-sH
-sH
-sH
-sH
-sH
-sH
-sH
-sH
-sH
-sH
-sH
-sH
-sH
-sH
-sH
-sH
-sH
-"}
-(5,1,1) = {"
-sH
-sH
-sH
-sH
-sH
-sH
-sH
-sH
-dq
-dq
-Vu
-Vu
-Vu
-Vu
-ff
-sH
-sH
-sH
-sH
-sH
-sH
-sH
-sH
-sH
-sH
-sH
-sH
-sH
-sH
-sH
-sH
-sH
-sH
-sH
-sH
-sH
-"}
-(6,1,1) = {"
-sH
-sH
-sH
-sH
-sH
-sH
-dq
-dq
-dq
-sv
-fs
-DR
-aF
-jv
-Ma
-sH
-sH
-sH
-sH
-sH
-sH
-sH
-sH
-sH
-sH
-sH
-sH
-sH
-sH
-sH
-sH
-sH
-sH
-sH
-sH
-sH
-"}
-(7,1,1) = {"
-sH
-sH
-sH
-sH
-sH
-dq
-dq
-NE
-ww
-yV
-fs
-HS
-AY
-ss
-SL
-sH
-sH
-sH
-sH
-sH
-sH
-sH
-sH
-sH
-sH
-sH
-sH
-sH
-sH
-sH
-sH
-sH
-sH
-sH
-sH
-sH
-"}
-(8,1,1) = {"
-sH
-sH
-sH
-sH
-sH
-dq
-aY
-rE
-rK
-mJ
-fs
-Il
-co
-ss
-SL
-sH
-sH
-sH
-sH
-sH
-sH
-sH
-sH
-sH
-sH
-sH
-sH
-sH
-sH
-sH
-sH
-sH
-sH
-sH
-sH
-sH
-"}
-(9,1,1) = {"
-sH
-sH
-sH
-sH
-sH
-dq
-Oo
-LS
-Oo
-Oo
-fs
-Sg
-Jy
-AM
-SL
-sH
-sH
-sH
-sH
-sH
-sH
-sH
-sH
-sH
-sH
-sH
-sH
-sH
-sH
-sH
-sH
-sH
-sH
-sH
-sH
-sH
-"}
-(10,1,1) = {"
-sH
-sH
-sH
-sH
-sH
-dq
-VB
-na
-AL
-RT
-ID
-jm
-jr
-Vu
-Vu
-sH
-sH
-sH
-sH
-sH
-sH
-sH
-sH
-sH
-sH
-sH
-sH
-sH
-sH
-sH
-sH
-sH
-sH
-sH
-sH
-sH
-"}
-(11,1,1) = {"
-sH
-sH
-sH
-sH
-sH
-dq
-dq
-tC
-vn
-zX
-Vu
-Vu
-Vu
-Vu
-sH
-sH
-sH
-sH
-sH
-sH
-sH
-sH
-sH
-sH
-sH
-sH
-sH
-sH
-sH
-sH
-sH
-sH
-sH
-sH
-sH
-sH
-"}
-(12,1,1) = {"
-sH
-sH
-sH
-sH
-sH
-sH
-dq
-dq
-wE
-dq
-Vu
-sH
-sH
-sH
-sH
-sH
-sH
-sH
-sH
-sH
-sH
-sH
-sH
-sH
-sH
-sH
-sH
-sH
-sH
-sH
-sH
-sH
-sH
-sH
-sH
-sH
-"}
-(13,1,1) = {"
-sH
-sH
-sH
-sH
-sH
-sH
-cR
-yZ
-CH
-qZ
-sA
-sH
-sH
-sH
-sH
-sH
-sH
-sH
-sH
-sH
-sH
-sH
-sH
-sH
-sH
-sH
-sH
-sH
-sH
-sH
-sH
-sH
-sH
-sH
-sH
-sH
-"}
-(14,1,1) = {"
-sH
-sH
-sH
-sH
-sH
-cR
-Cr
-AN
-uY
-AN
-gK
-sA
-sH
-sH
-sH
-sH
-sH
-sH
-sH
-sH
-sH
-fm
-dt
-dt
-dt
-dt
-fm
-sH
-sH
-sH
-sH
-sH
-sH
-sH
-sH
-sH
-"}
-(15,1,1) = {"
-sH
-sH
-sH
-sH
-cR
-Cr
-wp
-wp
-ts
-wp
-wp
-Jx
-Ho
-Ho
-sA
-FA
-FA
-sH
-sH
-sH
-fm
-fm
-aH
-ZK
-mr
-ZK
-fm
-ge
-ge
-ge
-sH
-sH
-sH
-sH
-sH
-sH
-"}
-(16,1,1) = {"
-sH
-sH
-sH
-sH
-Cx
-wp
-wp
-lM
-aM
-Nq
-wp
-Ii
-Dz
-Dz
-HB
-wp
-FA
-FA
-FA
-sH
-hh
-ce
-fP
-Jc
-FG
-Du
-cU
-IZ
-UZ
-ge
-LN
-LN
-LN
-LN
-LN
-FA
-"}
-(17,1,1) = {"
-sH
-sH
-cR
-Wy
-Cr
-AN
-ZV
-ko
-Lk
-cz
-YP
-ds
-lb
-Sl
-Fu
-wp
-wp
-wp
-FA
-FA
-hh
-ce
-jl
-af
-yq
-Mh
-gO
-IZ
-Xq
-IZ
-MU
-go
-yp
-OF
-cp
-FA
-"}
-(18,1,1) = {"
-sH
-FA
-Cx
-wp
-wC
-wp
-cg
-Ac
-NL
-LG
-NL
-NL
-VQ
-aM
-Xg
-ZV
-Xt
-wp
-wp
-wC
-fm
-IF
-iu
-IF
-IF
-IZ
-Nd
-IZ
-IZ
-IZ
-nk
-Yi
-JG
-fa
-AQ
-FA
-"}
-(19,1,1) = {"
-FA
-gR
-zO
-wp
-Ue
-Qm
-KX
-Fp
-re
-Fa
-TO
-re
-NL
-RJ
-NT
-sm
-ZV
-Xt
-Od
-DX
-rj
-YT
-vX
-gi
-bN
-IZ
-PU
-jq
-Tx
-HA
-lg
-lO
-Yi
-Wd
-qz
-FA
-"}
-(20,1,1) = {"
-FA
-VL
-vW
-YE
-Fd
-fC
-KP
-Qm
-VI
-uI
-QX
-Bz
-BO
-NL
-al
-NT
-cj
-RF
-Dg
-yN
-Lk
-qJ
-Mi
-dV
-bN
-IZ
-kD
-Py
-xe
-MG
-ln
-ZW
-oC
-tM
-qz
-FA
-"}
-(21,1,1) = {"
-FA
-VL
-jG
-Nm
-wD
-GP
-NL
-NL
-NL
-nY
-Lj
-uM
-CC
-NL
-CC
-RJ
-NL
-Zs
-iB
-Tc
-Tc
-Tc
-lk
-CF
-rD
-sr
-WS
-bY
-Yb
-Zh
-Jn
-yz
-Ra
-eU
-qz
-md
-"}
-(22,1,1) = {"
-FA
-iY
-XY
-Mj
-MV
-qQ
-Qi
-iP
-VI
-RJ
-lA
-At
-nj
-NL
-AZ
-Fa
-Yx
-nt
-iT
-aM
-aM
-qJ
-Mi
-gi
-bN
-IZ
-QQ
-mS
-Fr
-YM
-zZ
-SK
-jk
-uP
-qz
-FA
-"}
-(23,1,1) = {"
-FA
-hc
-sT
-wp
-xB
-Rm
-ZE
-MZ
-qN
-NL
-NL
-NL
-NL
-NL
-Ao
-Un
-pd
-ZV
-Od
-DX
-iq
-YT
-zv
-xC
-bN
-IZ
-Ul
-FR
-Rn
-nZ
-Hw
-au
-VX
-hp
-qz
-FA
-"}
-(24,1,1) = {"
-sH
-FA
-Cx
-wp
-wC
-wp
-Xt
-XB
-RJ
-LG
-NL
-NL
-VQ
-Lk
-wA
-Xt
-ZV
-wp
-wp
-mw
-fi
-XZ
-MR
-XZ
-XZ
-IZ
-QA
-IZ
-IZ
-IZ
-Wr
-jk
-Gi
-gb
-qz
-FA
-"}
-(25,1,1) = {"
-sH
-sH
-DL
-xf
-gE
-AN
-ZV
-ko
-DS
-Lk
-mj
-qJ
-fe
-Sz
-Bx
-wp
-wp
-wp
-cR
-xf
-Bu
-Ex
-JD
-Ar
-aS
-pH
-hT
-IZ
-NV
-IZ
-fv
-ap
-bi
-sb
-OR
-FA
-"}
-(26,1,1) = {"
-sH
-sH
-sH
-sH
-Cx
-wp
-wp
-bW
-Lk
-hz
-wp
-wC
-wC
-wC
-wC
-wp
-cR
-xf
-Cr
-sH
-mD
-Fn
-tF
-PE
-iR
-EO
-zc
-IZ
-EN
-ge
-LN
-LN
-LN
-LN
-LN
-hu
-"}
-(27,1,1) = {"
-sH
-sH
-sH
-sH
-DL
-gE
-wp
-wp
-li
-wp
-wp
-cR
-Wy
-Wy
-Wy
-Wy
-Cr
-sH
-sH
-sH
-fi
-fi
-xD
-qv
-Xp
-BB
-fi
-ge
-ge
-ge
-sH
-sH
-sH
-sH
-sH
-sH
-"}
-(28,1,1) = {"
-sH
-sH
-sH
-sH
-sH
-DL
-xf
-sD
-cJ
-sD
-xf
-Cr
-sH
-sH
-sH
-sH
-sH
-sH
-sH
-sH
-sH
-fi
-TS
-TS
-TS
-TS
-fi
-sH
-sH
-sH
-sH
-sH
-sH
-sH
-sH
-sH
-"}
-(29,1,1) = {"
-sH
-sH
-sH
-sH
-sH
-sH
-FA
-AN
-LL
-AN
-FA
-sH
-sH
-sH
-sH
-sH
-sH
-sH
-sH
-sH
-sH
-sH
-sH
-sH
-sH
-sH
-sH
-sH
-sH
-sH
-sH
-sH
-sH
-sH
-sH
-sH
-"}
-(30,1,1) = {"
-sH
-sH
-sH
-sH
-sH
-sH
-DG
-DG
-Tj
-DG
-wm
-FA
-Io
-sH
-sH
-sH
-sH
-sH
-sH
-sH
-sH
-sH
-sH
-sH
-sH
-sH
-sH
-sH
-sH
-sH
-sH
-sH
-sH
-sH
-sH
-sH
-"}
-(31,1,1) = {"
-sH
-sH
-sH
-sH
-sH
-DG
-DG
-FE
-lf
-ir
-wm
-wm
-jy
-wm
-sH
-sH
-sH
-sH
-sH
-sH
-sH
-sH
-sH
-sH
-sH
-sH
-sH
-sH
-sH
-sH
-sH
-sH
-sH
-sH
-sH
-sH
-"}
-(32,1,1) = {"
-sH
-sH
-sH
-sH
-sH
-DG
-zT
-bm
-fz
-Kk
-cW
-ie
-BK
-wm
-wm
-sH
-sH
-sH
-sH
-sH
-sH
-sH
-sH
-sH
-sH
-sH
-sH
-sH
-sH
-sH
-sH
-sH
-sH
-sH
-sH
-sH
-"}
-(33,1,1) = {"
-sH
-sH
-sH
-sH
-sH
-DG
-QJ
-RU
-XK
-yA
-bv
-US
-GM
-tu
-mE
-sH
-sH
-sH
-sH
-sH
-sH
-sH
-sH
-sH
-sH
-sH
-sH
-sH
-sH
-sH
-sH
-sH
-sH
-sH
-sH
-sH
-"}
-(34,1,1) = {"
-sH
-sH
-sH
-sH
-sH
-DG
-EJ
-Ir
-MW
-gd
-cW
-Ng
-Vn
-QD
-mE
-sH
-sH
-sH
-sH
-sH
-sH
-sH
-sH
-sH
-sH
-sH
-sH
-sH
-sH
-sH
-sH
-sH
-sH
-sH
-sH
-sH
-"}
-(35,1,1) = {"
-sH
-sH
-sH
-sH
-sH
-DG
-DG
-Et
-ac
-vz
-cW
-pb
-FW
-QD
-mE
-sH
-sH
-sH
-sH
-sH
-sH
-sH
-sH
-sH
-sH
-sH
-sH
-sH
-sH
-sH
-sH
-sH
-sH
-sH
-sH
-sH
-"}
-(36,1,1) = {"
-sH
-sH
-sH
-sH
-sH
-sH
-DG
-DG
-DG
-nO
-cW
-yn
-NX
-Sx
-vd
-sH
-sH
-sH
-sH
-sH
-sH
-sH
-sH
-sH
-sH
-sH
-sH
-sH
-sH
-sH
-sH
-sH
-sH
-sH
-sH
-sH
-"}
-(37,1,1) = {"
-sH
-sH
-sH
-sH
-sH
-sH
-sH
-sH
-DG
-DG
-wm
-wm
-wm
-wm
-wm
-sH
-sH
-sH
-sH
-sH
-sH
-sH
-sH
-sH
-sH
-sH
-sH
-sH
-sH
-sH
-sH
-sH
-sH
-sH
-sH
-sH
-"}
-(38,1,1) = {"
-sH
-sH
-sH
-sH
-sH
-sH
-sH
-sH
-sH
-sH
-sH
-sH
-sH
-sH
-sH
-sH
-sH
-sH
-sH
-sH
-sH
-sH
-sH
-sH
-sH
-sH
-sH
-sH
-sH
-sH
-sH
-sH
-sH
-sH
-sH
-sH
-"}
-(39,1,1) = {"
-sH
-sH
-sH
-sH
-sH
-sH
-sH
-sH
-sH
-sH
-sH
-sH
-sH
-sH
-sH
-sH
-sH
-sH
-sH
-sH
-sH
-sH
-sH
-sH
-sH
-sH
-sH
-sH
-sH
-sH
-sH
-sH
-sH
-sH
-sH
-sH
-"}
-(40,1,1) = {"
-sH
-sH
-sH
-sH
-sH
-sH
-sH
-sH
-sH
-sH
-sH
-sH
-sH
-sH
-sH
-sH
-sH
-sH
-sH
-sH
-sH
-sH
-sH
-sH
-sH
-sH
-sH
-sH
-sH
-sH
-sH
-sH
-sH
-sH
-sH
-sH
-"}
-(41,1,1) = {"
-sH
-sH
-sH
-sH
-sH
-sH
-sH
-sH
-sH
-sH
-sH
-sH
-sH
-sH
-sH
-sH
-sH
-sH
-sH
-sH
-sH
-sH
-sH
-sH
-sH
-sH
-sH
-sH
-sH
-sH
-sH
-sH
-sH
-sH
-sH
-sH
-"}
diff --git a/_maps/shuttles/solgov/solgov_paracelsus.dmm b/_maps/shuttles/solgov/solgov_paracelsus.dmm
index 656a6e1645bf..70bfabe5d26b 100644
--- a/_maps/shuttles/solgov/solgov_paracelsus.dmm
+++ b/_maps/shuttles/solgov/solgov_paracelsus.dmm
@@ -38,11 +38,18 @@
/turf/open/floor/plasteel/tech/techmaint,
/area/ship/maintenance/starboard)
"aF" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4,
-/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2,
/obj/structure/cable{
icon_state = "1-4"
},
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{
+ dir = 8
+ },
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{
+ dir = 8
+ },
+/obj/structure/cable{
+ icon_state = "1-8"
+ },
/turf/open/floor/wood/ebony,
/area/ship/crew/dorm)
"aG" = (
@@ -62,6 +69,7 @@
/obj/effect/turf_decal/borderfloorblack{
dir = 4
},
+/obj/machinery/computer/helm/viewscreen/directional/east,
/turf/open/floor/plasteel/patterned,
/area/ship/cargo/office)
"be" = (
@@ -157,6 +165,7 @@
/obj/structure/chair/wood{
dir = 1
},
+/obj/machinery/computer/helm/viewscreen/directional/south,
/turf/open/floor/wood/ebony,
/area/ship/crew/crewtwo)
"bD" = (
@@ -194,6 +203,8 @@
/obj/structure/chair/sofa/right{
dir = 1
},
+/obj/machinery/power/apc/auto_name/directional/east,
+/obj/structure/cable,
/turf/open/floor/carpet/royalblue,
/area/ship/crew/canteen)
"co" = (
@@ -295,8 +306,18 @@
"cN" = (
/obj/effect/turf_decal/siding/wood,
/obj/effect/decal/cleanable/dirt/dust,
-/obj/structure/cable,
-/obj/machinery/power/apc/auto_name/directional/west,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{
+ dir = 4
+ },
+/obj/structure/cable{
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{
+ dir = 9
+ },
+/obj/effect/turf_decal/siding/wood{
+ dir = 1
+ },
/turf/open/floor/wood,
/area/ship/crew/canteen)
"cO" = (
@@ -743,7 +764,6 @@
/turf/open/floor/plasteel/tech/techmaint,
/area/ship/maintenance/port)
"hM" = (
-/obj/structure/closet/cabinet,
/obj/effect/decal/cleanable/dirt/dust,
/obj/item/clothing/neck/stripedsolgovscarf,
/obj/item/clothing/neck/stripedsolgovscarf,
@@ -764,6 +784,8 @@
/obj/item/clothing/suit/solgov/suit,
/obj/item/clothing/suit/hooded/wintercoat/solgov,
/obj/item/clothing/suit/hooded/wintercoat/solgov,
+/obj/item/toy/plush/blahaj,
+/obj/structure/closet/cabinet,
/turf/open/floor/wood/ebony,
/area/ship/crew/dorm)
"if" = (
@@ -1278,16 +1300,10 @@
/turf/open/floor/plating,
/area/ship/medical/surgery)
"ns" = (
-/obj/effect/turf_decal/siding/wood{
- dir = 1
- },
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{
dir = 9
},
-/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{
- dir = 10
- },
-/turf/open/floor/wood,
+/turf/open/floor/wood/ebony,
/area/ship/crew/canteen)
"nt" = (
/obj/effect/turf_decal/borderfloorblack{
@@ -1766,9 +1782,12 @@
/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2,
/obj/machinery/door/airlock/medical{
name = "Chemistry";
- req_one_access = list(5,45);
+ req_one_access = list(5,10,45);
id_tag = "sg_par_chem_bolt"
},
+/obj/effect/mapping_helpers/airlock/unres{
+ dir = 1
+ },
/turf/open/floor/plasteel/dark,
/area/ship/medical)
"rz" = (
@@ -1823,19 +1842,21 @@
/obj/structure/cable{
icon_state = "2-8"
},
-/obj/structure/cable{
- icon_state = "4-8"
- },
-/obj/machinery/atmospherics/pipe/manifold4w/scrubbers/hidden/layer4,
-/obj/machinery/atmospherics/pipe/manifold4w/supply/hidden/layer2,
/obj/effect/decal/cleanable/dirt/dust,
/obj/effect/turf_decal/siding/wood,
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{
+ dir = 4
+ },
/turf/open/floor/wood,
/area/ship/crew/dorm)
"rT" = (
/obj/structure/chair/sofa{
dir = 1
},
+/obj/machinery/computer/helm/viewscreen/directional/south,
/turf/open/floor/carpet/royalblue,
/area/ship/crew/canteen)
"rY" = (
@@ -1871,7 +1892,9 @@
dir = 8
},
/obj/structure/closet/secure_closet/wall{
- pixel_y = 28
+ pixel_y = 28;
+ name = "navigational supplies";
+ req_access_txt = "19"
},
/obj/item/gps,
/obj/item/binoculars,
@@ -2393,7 +2416,6 @@
/area/ship/crew/canteen)
"xp" = (
/obj/effect/decal/cleanable/dirt/dust,
-/obj/structure/railing/wood,
/turf/open/floor/wood/ebony,
/area/ship/crew/canteen)
"xw" = (
@@ -2560,19 +2582,12 @@
/turf/open/floor/plasteel/tech/techmaint,
/area/ship/maintenance/starboard)
"yY" = (
-/obj/machinery/door/airlock/solgov/glass{
- dir = 4;
- name = "Cafeteria"
- },
/obj/effect/turf_decal/industrial/warning{
dir = 4
},
/obj/effect/turf_decal/industrial/warning{
dir = 8
},
-/obj/structure/cable{
- icon_state = "4-8"
- },
/obj/machinery/door/firedoor/border_only{
dir = 8
},
@@ -2585,6 +2600,13 @@
/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{
dir = 4
},
+/obj/machinery/door/airlock/solgov/glass{
+ dir = 4;
+ name = "Cafeteria"
+ },
+/obj/structure/cable{
+ icon_state = "4-8"
+ },
/turf/open/floor/plasteel/dark,
/area/ship/crew/dorm)
"zc" = (
@@ -2740,6 +2762,10 @@
"AX" = (
/turf/open/floor/wood/ebony,
/area/ship/crew/crewtwo)
+"AZ" = (
+/obj/structure/bookcase/random,
+/turf/open/floor/wood/ebony,
+/area/ship/crew/dorm)
"Ba" = (
/obj/effect/turf_decal/techfloor/corner{
dir = 8
@@ -2834,16 +2860,19 @@
/obj/structure/railing/wood{
dir = 8
},
-/obj/structure/closet/wall/red{
- dir = 1;
- pixel_y = -28
- },
/obj/item/gun/ballistic/automatic/pistol/solgov,
/obj/item/gun/ballistic/automatic/pistol/solgov,
/obj/item/ammo_box/magazine/pistol556mm,
/obj/item/ammo_box/magazine/pistol556mm,
/obj/item/ammo_box/magazine/pistol556mm,
/obj/item/ammo_box/magazine/pistol556mm,
+/obj/structure/closet/secure_closet/wall{
+ dir = 1;
+ icon_state = "sec_wall";
+ name = "firearms locker";
+ pixel_y = -28;
+ req_access_txt = "19"
+ },
/turf/open/floor/carpet/royalblue,
/area/ship/bridge)
"BU" = (
@@ -3022,10 +3051,10 @@
/turf/open/floor/wood/ebony,
/area/ship/crew/crewtwo)
"DD" = (
-/obj/structure/table/wood,
-/obj/item/cutting_board,
-/obj/item/kitchen/knife,
/obj/machinery/light/directional/north,
+/obj/structure/sink/kitchen{
+ pixel_y = 16
+ },
/turf/open/floor/wood/ebony,
/area/ship/crew/canteen)
"DL" = (
@@ -3049,22 +3078,24 @@
/turf/open/floor/wood/yew,
/area/ship/crew)
"Ea" = (
-/obj/effect/turf_decal/siding/wood{
- dir = 1
- },
-/obj/effect/turf_decal/siding/wood/corner{
- dir = 1
- },
-/obj/structure/cable{
- icon_state = "2-8"
- },
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{
- dir = 8
+ dir = 6
},
-/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{
- dir = 4
+/obj/structure/railing/wood,
+/obj/machinery/light_switch{
+ dir = 4;
+ pixel_x = -19;
+ pixel_y = -5
},
-/turf/open/floor/wood,
+/obj/machinery/button/door{
+ dir = 4;
+ id = "sg_par_cafeteria";
+ name = "shutter control";
+ pixel_x = -20;
+ pixel_y = 7
+ },
+/obj/structure/table/wood,
+/turf/open/floor/wood/ebony,
/area/ship/crew/canteen)
"Eh" = (
/obj/item/bedsheet/double/solgov{
@@ -3206,6 +3237,9 @@
pixel_x = -6;
pixel_y = 2
},
+/obj/item/toy/cards/deck{
+ pixel_x = 3
+ },
/turf/open/floor/carpet/royalblue,
/area/ship/crew/canteen)
"EV" = (
@@ -3269,13 +3303,8 @@
"FG" = (
/obj/structure/table/wood,
/obj/machinery/airalarm/directional/north,
-/obj/machinery/reagentgrinder,
-/obj/item/reagent_containers/food/condiment/saltshaker{
- pixel_x = -17
- },
-/obj/item/reagent_containers/food/condiment/peppermill{
- pixel_x = -10;
- pixel_y = 6
+/obj/machinery/microwave{
+ pixel_y = 5
},
/turf/open/floor/wood/ebony,
/area/ship/crew/canteen)
@@ -3353,15 +3382,15 @@
/turf/open/floor/plasteel/mono/white,
/area/ship/medical/surgery)
"Hl" = (
-/obj/machinery/power/apc/auto_name/directional/east,
-/obj/structure/cable{
- icon_state = "0-8"
- },
/obj/effect/decal/cleanable/dirt/dust,
-/obj/machinery/light_switch{
- dir = 8;
- pixel_x = 20;
- pixel_y = -12
+/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{
+ dir = 8
+ },
+/obj/structure/cable{
+ icon_state = "4-8"
},
/turf/open/floor/wood/ebony,
/area/ship/crew/dorm)
@@ -3515,11 +3544,17 @@
/area/ship/maintenance/starboard)
"IO" = (
/obj/structure/table/wood,
-/obj/machinery/microwave{
- pixel_y = 5
+/obj/machinery/reagentgrinder{
+ pixel_y = 8;
+ pixel_x = -7
},
-/obj/structure/sign/poster/solgov/random{
- pixel_y = 30
+/obj/item/reagent_containers/food/condiment/saltshaker{
+ pixel_x = 4;
+ pixel_y = 10
+ },
+/obj/item/reagent_containers/food/condiment/peppermill{
+ pixel_x = 10;
+ pixel_y = 10
},
/turf/open/floor/wood/ebony,
/area/ship/crew/canteen)
@@ -3796,6 +3831,15 @@
/area/ship/hallway/port)
"Lw" = (
/obj/effect/turf_decal/siding/wood,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{
+ dir = 4
+ },
+/obj/structure/cable{
+ icon_state = "4-8"
+ },
+/obj/effect/turf_decal/siding/wood{
+ dir = 1
+ },
/turf/open/floor/wood,
/area/ship/crew/canteen)
"Lx" = (
@@ -3850,7 +3894,6 @@
/turf/open/floor/plasteel/patterned,
/area/ship/cargo/office)
"LK" = (
-/obj/structure/closet/crate/bin,
/obj/effect/turf_decal/trimline/opaque/solgovblue/filled/line,
/obj/machinery/button/door{
dir = 4;
@@ -3868,6 +3911,7 @@
specialfunctions = 4;
normaldoorcontrol = 1
},
+/obj/machinery/autolathe,
/turf/open/floor/plasteel/white,
/area/ship/medical)
"LS" = (
@@ -3898,13 +3942,20 @@
/turf/open/floor/wood/ebony,
/area/ship/hallway/starboard)
"Mk" = (
-/obj/effect/turf_decal/siding/wood{
- dir = 1
- },
-/obj/effect/turf_decal/siding/wood/corner{
- dir = 4
- },
-/turf/open/floor/wood,
+/obj/structure/railing/wood,
+/obj/structure/closet/secure_closet/freezer{
+ anchored = 1;
+ name = "refrigerator"
+ },
+/obj/item/storage/box/ingredients/vegetarian,
+/obj/item/storage/box/ingredients/wildcard,
+/obj/item/reagent_containers/food/snacks/meat/slab,
+/obj/item/reagent_containers/food/snacks/meat/slab,
+/obj/item/reagent_containers/food/snacks/meat/slab,
+/obj/item/reagent_containers/food/snacks/meat/slab,
+/obj/item/storage/fancy/egg_box,
+/obj/item/storage/fancy/egg_box,
+/turf/open/floor/wood/ebony,
/area/ship/crew/canteen)
"Mo" = (
/obj/structure/chair/office{
@@ -3966,8 +4017,7 @@
/turf/open/floor/carpet/royalblue,
/area/ship/crew/office)
"ML" = (
-/obj/structure/closet/secure_closet/freezer/fridge,
-/obj/structure/railing/wood,
+/obj/item/reagent_containers/food/condiment/flour,
/obj/item/reagent_containers/food/condiment/flour,
/obj/item/reagent_containers/food/condiment/flour,
/obj/item/reagent_containers/food/condiment/flour,
@@ -3977,8 +4027,14 @@
/obj/item/reagent_containers/food/condiment/milk,
/obj/item/reagent_containers/food/condiment/soymilk,
/obj/item/reagent_containers/food/condiment/soymilk,
-/obj/item/storage/fancy/egg_box,
/obj/item/reagent_containers/food/condiment/enzyme,
+/obj/structure/closet/secure_closet/freezer{
+ anchored = 1;
+ name = "refrigerator"
+ },
+/obj/structure/sign/poster/solgov/random{
+ pixel_y = 30
+ },
/turf/open/floor/wood/ebony,
/area/ship/crew/canteen)
"MO" = (
@@ -4082,7 +4138,15 @@
/area/ship/medical/surgery)
"NY" = (
/obj/effect/decal/cleanable/dirt/dust,
-/obj/structure/extinguisher_cabinet/directional/west,
+/obj/machinery/power/apc/auto_name/directional/west,
+/obj/machinery/light_switch{
+ dir = 4;
+ pixel_y = 12;
+ pixel_x = -20
+ },
+/obj/structure/cable{
+ icon_state = "0-4"
+ },
/turf/open/floor/wood/ebony,
/area/ship/crew/dorm)
"Ol" = (
@@ -4122,16 +4186,10 @@
/turf/open/floor/wood,
/area/ship/bridge)
"OO" = (
-/obj/effect/turf_decal/siding/wood{
- dir = 1
- },
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{
dir = 8
},
-/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{
- dir = 4
- },
-/turf/open/floor/wood,
+/turf/open/floor/wood/ebony,
/area/ship/crew/canteen)
"OS" = (
/obj/structure/sink/kitchen{
@@ -4233,6 +4291,9 @@
dir = 8
},
/obj/effect/decal/cleanable/dirt/dust,
+/obj/effect/turf_decal/siding/wood{
+ dir = 1
+ },
/turf/open/floor/wood,
/area/ship/crew/canteen)
"Pk" = (
@@ -4379,15 +4440,6 @@
dir = 1
},
/obj/effect/turf_decal/siding/wood,
-/obj/structure/cable{
- icon_state = "4-8"
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{
- dir = 8
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{
- dir = 4
- },
/obj/item/radio/intercom/directional/north,
/turf/open/floor/wood,
/area/ship/crew/dorm)
@@ -4434,6 +4486,7 @@
/obj/item/clothing/suit/solgov/suit,
/obj/item/clothing/suit/hooded/wintercoat/solgov,
/obj/item/clothing/suit/hooded/wintercoat/solgov,
+/obj/item/toy/plush/blahaj,
/turf/open/floor/wood/ebony,
/area/ship/crew/dorm)
"QQ" = (
@@ -4643,11 +4696,20 @@
/obj/effect/turf_decal/siding/wood,
/obj/effect/decal/cleanable/dirt/dust,
/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{
+ dir = 8
+ },
+/obj/structure/cable{
+ icon_state = "2-8"
+ },
+/obj/effect/turf_decal/siding/wood{
dir = 1
},
/turf/open/floor/wood,
/area/ship/crew/canteen)
"SG" = (
+/obj/structure/cable{
+ icon_state = "1-2"
+ },
/turf/open/floor/carpet/royalblue,
/area/ship/crew/canteen)
"SK" = (
@@ -4670,19 +4732,10 @@
/area/ship/hallway/starboard)
"SP" = (
/obj/effect/decal/cleanable/dirt/dust,
-/obj/structure/railing/wood,
-/obj/machinery/light_switch{
- dir = 4;
- pixel_x = -19;
- pixel_y = -5
- },
-/obj/machinery/button/door{
- dir = 4;
- id = "sg_par_cafeteria";
- name = "shutter control";
- pixel_x = -20;
- pixel_y = 7
- },
+/obj/structure/table/wood,
+/obj/item/cutting_board,
+/obj/item/kitchen/knife,
+/obj/item/kitchen/rollingpin,
/turf/open/floor/wood/ebony,
/area/ship/crew/canteen)
"Tc" = (
@@ -5013,6 +5066,9 @@
/obj/item/desk_flag/solgov{
pixel_y = 3
},
+/obj/structure/cable{
+ icon_state = "1-2"
+ },
/turf/open/floor/carpet/royalblue,
/area/ship/crew/canteen)
"Wt" = (
@@ -5117,7 +5173,21 @@
/obj/effect/turf_decal/techfloor{
dir = 10
},
-/obj/machinery/autolathe,
+/obj/structure/table,
+/obj/item/cigbutt{
+ pixel_y = 5
+ },
+/obj/item/cigbutt{
+ pixel_y = 15
+ },
+/obj/item/cigbutt{
+ pixel_y = 9;
+ pixel_x = -11
+ },
+/obj/item/clothing/mask/cigarette/robust{
+ pixel_y = 10;
+ pixel_x = 8
+ },
/turf/open/floor/plasteel/tech/techmaint,
/area/ship/maintenance/port)
"Xe" = (
@@ -6281,7 +6351,7 @@ pK
NY
dh
Wt
-eH
+AZ
bf
wI
"}
@@ -6313,7 +6383,7 @@ rO
aF
Bg
Pk
-eH
+AZ
bf
wI
"}
@@ -6373,8 +6443,8 @@ qL
qL
qL
Ev
-yY
vL
+yY
Ky
Ky
Ky
diff --git a/_maps/shuttles/subshuttles/Subshuttle Catalog.txt b/_maps/shuttles/subshuttles/Subshuttle Catalog.txt
index 3424b7605354..a95d150418a6 100644
--- a/_maps/shuttles/subshuttles/Subshuttle Catalog.txt
+++ b/_maps/shuttles/subshuttles/Subshuttle Catalog.txt
@@ -13,6 +13,11 @@ Size = "12x7"
Purpose = "A multi-role dropship used by almost every group faring space. Its ease of manufacture and high mobility makes it ideal for transport."
File Path = "_maps\shuttles\subshuttles\indepenent_kunai.dmm"
+Name = "Haste-class Patient Recovery Ship"
+Size = "6x4"
+Purpose = "A small, nimble ship utilized as an ambulance by Inteq forces."
+File Path = "_maps\shuttles\subshuttles\independant_haste.dmm"
+
Name = "Sugarcube"
Size = "12x6"
Purpose = "A prisoner transport vessel turned "
@@ -25,7 +30,7 @@ File Path = "_maps\shuttles\subshuttles\independant_pill.dmm"
Name = "blackpill"
Size = "1x3"
-Purpose = "Supposedly an manned torpedo. What is this. Subtest?"
+Purpose = "Supposedly a manned torpedo. What is this. Subtest?"
File Path = "_maps\shuttles\subshuttles\independant_pill.dmm"
Name = "Superpill"
@@ -38,4 +43,23 @@ Size = "13x7"
Purpose = "A Nanotrasen dropship, primarily used by Heron-Class carriers."
File Path = "_maps\shuttles\subshuttles\nanotrasen_falcon.dmm"
+Name = "Crux Dropship"
+Size = "12x7"
+Purpose = "A very common general-purpose transport Minutemen vessel."
+File Path = "_maps\shuttles\subshuttles\minutemen_crux.dmm"
+
+Name = "Ancon Intern Ship"
+Size = "15x11"
+Purpose = "A CentCom internship ship, which is essentially a small office with thrusters."
+File Path = "_maps\shuttles\subshuttles\nanotrasen_ancon.dmm"
+
+Name = "Anvil Dropship"
+Size = "15x11"
+Purpose = "A general-purpose, Inteq-made dropship."
+File Path = "_maps\shuttles\subshuttles\inteq_anvil.dmm"
+
+Name = "Runner Ambulance"
+Size = "15x11"
+Purpose = "An ambulance procured by Cybersun for use with smaller Trauma Teams."
+File Path = "_maps\shuttles\subshuttles\syndicate_runner.dmm"
diff --git a/_maps/shuttles/subshuttles/inteq_anvil.dmm b/_maps/shuttles/subshuttles/inteq_anvil.dmm
new file mode 100644
index 000000000000..b210a8874ded
--- /dev/null
+++ b/_maps/shuttles/subshuttles/inteq_anvil.dmm
@@ -0,0 +1,543 @@
+//MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE
+"a" = (
+/obj/machinery/computer/secure_data{
+ dir = 8
+ },
+/obj/effect/turf_decal/techfloor{
+ dir = 4
+ },
+/turf/open/floor/plasteel/telecomms_floor,
+/area/ship/bridge)
+"b" = (
+/obj/effect/turf_decal/corner/opaque/brown{
+ dir = 8
+ },
+/obj/effect/turf_decal/corner/opaque/yellow,
+/obj/effect/turf_decal/corner/opaque/yellow{
+ dir = 1
+ },
+/obj/structure/table/reinforced,
+/obj/machinery/fax,
+/turf/open/floor/plasteel/dark,
+/area/ship/bridge)
+"c" = (
+/obj/machinery/power/shuttle/engine/electric{
+ dir = 4
+ },
+/obj/structure/window/reinforced{
+ dir = 1
+ },
+/obj/structure/window/reinforced,
+/obj/structure/cable{
+ icon_state = "0-4"
+ },
+/turf/open/floor/engine/hull/reinforced,
+/area/ship/external)
+"d" = (
+/obj/effect/turf_decal/corner/opaque/yellow,
+/obj/effect/turf_decal/corner/opaque/brown{
+ dir = 8
+ },
+/obj/effect/turf_decal/corner/opaque/brown{
+ dir = 4
+ },
+/obj/structure/chair/comfy/shuttle{
+ dir = 1
+ },
+/obj/effect/landmark/ert_shuttle_spawn,
+/obj/machinery/light/directional/east,
+/obj/structure/closet/emcloset/wall{
+ dir = 1;
+ pixel_y = -28
+ },
+/obj/item/tank/internals/oxygen,
+/obj/item/tank/internals/oxygen,
+/turf/open/floor/plasteel/dark,
+/area/ship/bridge)
+"e" = (
+/obj/effect/turf_decal/trimline/opaque/yellow/filled/warning{
+ dir = 8
+ },
+/obj/machinery/power/terminal{
+ dir = 1
+ },
+/obj/structure/cable/yellow{
+ icon_state = "0-2"
+ },
+/obj/structure/cable{
+ icon_state = "1-6"
+ },
+/turf/open/floor/plasteel/mono/dark,
+/area/ship/bridge)
+"g" = (
+/obj/machinery/power/smes/shuttle/precharged,
+/obj/structure/cable,
+/obj/structure/window/reinforced{
+ dir = 1
+ },
+/turf/open/floor/plating,
+/area/ship/bridge)
+"h" = (
+/obj/structure/cable{
+ icon_state = "2-9"
+ },
+/obj/structure/cable{
+ icon_state = "1-9"
+ },
+/obj/structure/cable{
+ icon_state = "4-9"
+ },
+/obj/structure/cable{
+ icon_state = "4-8"
+ },
+/turf/open/floor/plasteel/mono/dark,
+/area/ship/bridge)
+"i" = (
+/turf/closed/wall/mineral/plastitanium/nodiagonal,
+/area/ship/bridge)
+"m" = (
+/obj/effect/turf_decal/corner/opaque/yellow{
+ dir = 1
+ },
+/obj/effect/turf_decal/corner/opaque/brown{
+ dir = 8
+ },
+/obj/effect/landmark/ert_shuttle_brief_spawn,
+/obj/structure/cable{
+ icon_state = "4-8"
+ },
+/turf/open/floor/plasteel/dark,
+/area/ship/bridge)
+"n" = (
+/obj/structure/chair,
+/obj/machinery/door/window/brigdoor/southright,
+/turf/open/floor/plasteel/dark,
+/area/ship/bridge)
+"o" = (
+/obj/machinery/power/port_gen/pacman,
+/obj/structure/cable/yellow,
+/obj/machinery/light/directional/south,
+/obj/item/stack/sheet/mineral/plasma/twenty,
+/turf/open/floor/plating,
+/area/ship/bridge)
+"q" = (
+/obj/effect/turf_decal/corner/opaque/yellow,
+/obj/effect/turf_decal/corner/opaque/brown{
+ dir = 8
+ },
+/obj/structure/chair/comfy/shuttle{
+ dir = 1
+ },
+/obj/effect/landmark/ert_shuttle_spawn,
+/turf/open/floor/plasteel/dark,
+/area/ship/bridge)
+"r" = (
+/obj/machinery/power/terminal{
+ dir = 1
+ },
+/obj/structure/cable{
+ icon_state = "0-2"
+ },
+/obj/machinery/button/door{
+ dir = 8;
+ pixel_x = 20;
+ pixel_y = 12;
+ id = "anvil_door"
+ },
+/obj/machinery/button/shieldwallgen{
+ dir = 8;
+ pixel_x = 20;
+ pixel_y = 2;
+ id = "anvil_holo"
+ },
+/turf/open/floor/plasteel/mono/dark,
+/area/ship/bridge)
+"t" = (
+/obj/machinery/power/apc/auto_name/directional/north,
+/obj/structure/cable{
+ icon_state = "0-2"
+ },
+/obj/machinery/light_switch{
+ pixel_y = 22;
+ pixel_x = 11
+ },
+/turf/open/floor/plasteel/dark,
+/area/ship/bridge)
+"u" = (
+/obj/machinery/door/poddoor{
+ dir = 4;
+ id = "anvil_door"
+ },
+/obj/machinery/power/shieldwallgen/atmos/roundstart{
+ id = "anvil_holo"
+ },
+/obj/structure/cable{
+ icon_state = "0-2"
+ },
+/turf/open/floor/plasteel/dark,
+/area/ship/bridge)
+"v" = (
+/obj/machinery/power/shuttle/engine/electric{
+ dir = 4
+ },
+/obj/structure/window/reinforced,
+/obj/structure/window/reinforced{
+ dir = 1
+ },
+/obj/structure/cable{
+ icon_state = "0-4"
+ },
+/turf/open/floor/engine/hull/reinforced,
+/area/ship/external)
+"w" = (
+/turf/template_noop,
+/area/template_noop)
+"x" = (
+/obj/machinery/porta_turret/ship/weak{
+ faction = list("playerInteq","turret");
+ dir = 1
+ },
+/turf/closed/wall/mineral/plastitanium/nodiagonal,
+/area/ship/bridge)
+"y" = (
+/obj/machinery/power/terminal,
+/obj/structure/cable{
+ icon_state = "0-1"
+ },
+/turf/open/floor/plasteel/mono/dark,
+/area/ship/bridge)
+"z" = (
+/obj/machinery/power/smes/shuttle/precharged{
+ dir = 1
+ },
+/obj/structure/cable{
+ icon_state = "0-2"
+ },
+/obj/structure/window/reinforced,
+/turf/open/floor/plating,
+/area/ship/bridge)
+"A" = (
+/obj/effect/turf_decal/corner/opaque/brown{
+ dir = 4
+ },
+/obj/effect/turf_decal/corner/opaque/yellow{
+ dir = 1
+ },
+/obj/effect/turf_decal/corner/opaque/yellow,
+/obj/structure/chair/comfy/shuttle,
+/obj/effect/landmark/ert_shuttle_spawn,
+/obj/machinery/turretid{
+ pixel_y = 25
+ },
+/obj/machinery/light/directional/east,
+/turf/open/floor/plasteel/dark,
+/area/ship/bridge)
+"B" = (
+/obj/structure/table/reinforced,
+/obj/effect/turf_decal/techfloor{
+ dir = 4
+ },
+/obj/item/radio/intercom/wideband/table{
+ dir = 4;
+ pixel_x = -1
+ },
+/turf/open/floor/plasteel/telecomms_floor,
+/area/ship/bridge)
+"D" = (
+/obj/effect/turf_decal/corner/opaque/yellow{
+ dir = 1
+ },
+/obj/effect/turf_decal/corner/opaque/brown{
+ dir = 8
+ },
+/obj/machinery/light/directional/west,
+/turf/open/floor/plasteel/dark,
+/area/ship/bridge)
+"E" = (
+/obj/structure/grille,
+/obj/structure/cable{
+ icon_state = "1-2"
+ },
+/obj/structure/window/reinforced{
+ dir = 4
+ },
+/obj/structure/window/reinforced{
+ dir = 8
+ },
+/turf/open/floor/plating,
+/area/ship/external)
+"F" = (
+/obj/machinery/power/smes/engineering,
+/obj/structure/cable{
+ icon_state = "0-2"
+ },
+/obj/machinery/light/directional/north,
+/turf/open/floor/plating,
+/area/ship/bridge)
+"G" = (
+/obj/machinery/door/airlock/security{
+ dir = 4
+ },
+/obj/structure/cable{
+ icon_state = "4-8"
+ },
+/turf/open/floor/plasteel/dark,
+/area/ship/bridge)
+"H" = (
+/obj/effect/turf_decal/corner/opaque/brown{
+ dir = 4
+ },
+/obj/effect/turf_decal/corner/opaque/yellow{
+ dir = 1
+ },
+/obj/structure/chair/comfy/shuttle,
+/obj/effect/landmark/ert_shuttle_spawn,
+/obj/machinery/airalarm/directional/north,
+/turf/open/floor/plasteel/dark,
+/area/ship/bridge)
+"I" = (
+/obj/machinery/power/shieldwallgen/atmos/roundstart{
+ dir = 1;
+ id = "anvil_holo"
+ },
+/obj/machinery/door/poddoor{
+ dir = 4;
+ id = "anvil_door"
+ },
+/obj/structure/cable,
+/turf/open/floor/plasteel/dark,
+/area/ship/bridge)
+"K" = (
+/obj/effect/turf_decal/trimline/opaque/yellow/filled/warning{
+ dir = 8
+ },
+/obj/structure/cable/yellow{
+ icon_state = "1-2"
+ },
+/turf/open/floor/plasteel/mono/dark,
+/area/ship/bridge)
+"L" = (
+/obj/structure/window/plasma/reinforced/plastitanium,
+/obj/structure/grille,
+/turf/open/floor/plating,
+/area/ship/bridge)
+"M" = (
+/obj/structure/chair/comfy/shuttle{
+ dir = 4
+ },
+/obj/effect/turf_decal/corner/opaque/yellow,
+/obj/effect/turf_decal/corner/opaque/brown{
+ dir = 4
+ },
+/obj/effect/landmark/ert_shuttle_spawn,
+/turf/open/floor/plasteel/dark,
+/area/ship/bridge)
+"O" = (
+/obj/effect/turf_decal/trimline/opaque/yellow/filled/warning{
+ dir = 8
+ },
+/obj/structure/cable/yellow{
+ icon_state = "1-2"
+ },
+/obj/structure/cable{
+ icon_state = "4-8"
+ },
+/turf/open/floor/plasteel/mono/dark,
+/area/ship/bridge)
+"P" = (
+/obj/structure/window/reinforced{
+ dir = 1
+ },
+/obj/structure/window/reinforced{
+ dir = 4
+ },
+/obj/structure/cable{
+ icon_state = "2-8"
+ },
+/obj/structure/grille,
+/turf/open/floor/engine/hull/reinforced,
+/area/ship/external)
+"Q" = (
+/obj/docking_port/mobile{
+ dir = 8;
+ name = "anvil dock";
+ preferred_direction = 4
+ },
+/obj/machinery/door/poddoor{
+ dir = 4;
+ id = "anvil_door"
+ },
+/obj/structure/cable{
+ icon_state = "2-4"
+ },
+/obj/structure/cable{
+ icon_state = "1-4"
+ },
+/turf/open/floor/plasteel/dark,
+/area/ship/bridge)
+"R" = (
+/turf/open/floor/plasteel/dark,
+/area/ship/bridge)
+"S" = (
+/obj/effect/turf_decal/corner/opaque/yellow,
+/obj/effect/turf_decal/corner/opaque/brown{
+ dir = 4
+ },
+/turf/open/floor/plasteel/dark,
+/area/ship/bridge)
+"T" = (
+/obj/machinery/porta_turret/ship/weak{
+ faction = list("playerInteq","turret")
+ },
+/turf/closed/wall/mineral/plastitanium/nodiagonal,
+/area/ship/bridge)
+"U" = (
+/obj/effect/turf_decal/corner/opaque/brown{
+ dir = 8
+ },
+/obj/effect/turf_decal/corner/opaque/yellow,
+/obj/structure/table/reinforced,
+/obj/item/paper_bin,
+/obj/item/pen,
+/turf/open/floor/plasteel/dark,
+/area/ship/bridge)
+"W" = (
+/obj/structure/window/reinforced,
+/obj/structure/window/reinforced{
+ dir = 4
+ },
+/obj/structure/cable{
+ icon_state = "1-8"
+ },
+/obj/structure/grille,
+/turf/open/floor/engine/hull/reinforced,
+/area/ship/external)
+"X" = (
+/turf/closed/wall/mineral/plastitanium,
+/area/ship/bridge)
+"Y" = (
+/obj/machinery/computer/helm{
+ dir = 8
+ },
+/obj/effect/turf_decal/techfloor{
+ dir = 4
+ },
+/turf/open/floor/plasteel/telecomms_floor,
+/area/ship/bridge)
+"Z" = (
+/obj/structure/cable{
+ icon_state = "1-8"
+ },
+/turf/open/floor/plasteel/dark,
+/area/ship/bridge)
+
+(1,1,1) = {"
+w
+x
+X
+u
+Q
+I
+X
+T
+w
+"}
+(2,1,1) = {"
+c
+i
+F
+e
+O
+K
+o
+i
+v
+"}
+(3,1,1) = {"
+P
+E
+g
+r
+h
+y
+z
+E
+W
+"}
+(4,1,1) = {"
+w
+i
+i
+i
+G
+i
+i
+i
+w
+"}
+(5,1,1) = {"
+w
+i
+n
+D
+m
+D
+b
+i
+w
+"}
+(6,1,1) = {"
+w
+i
+X
+t
+Z
+R
+U
+X
+w
+"}
+(7,1,1) = {"
+w
+X
+H
+R
+R
+R
+q
+X
+w
+"}
+(8,1,1) = {"
+w
+X
+A
+S
+M
+S
+d
+X
+w
+"}
+(9,1,1) = {"
+w
+i
+i
+Y
+B
+a
+i
+i
+w
+"}
+(10,1,1) = {"
+w
+w
+i
+L
+L
+L
+i
+w
+w
+"}
diff --git a/_maps/shuttles/subshuttles/inteq_haste.dmm b/_maps/shuttles/subshuttles/inteq_haste.dmm
new file mode 100644
index 000000000000..74144c3fe930
--- /dev/null
+++ b/_maps/shuttles/subshuttles/inteq_haste.dmm
@@ -0,0 +1,262 @@
+//MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE
+"a" = (
+/turf/closed/wall/mineral/plastitanium,
+/area/ship/bridge)
+"f" = (
+/obj/machinery/power/terminal{
+ dir = 1
+ },
+/obj/structure/cable{
+ icon_state = "4-8"
+ },
+/obj/structure/cable/yellow{
+ icon_state = "0-2"
+ },
+/obj/effect/turf_decal/techfloor{
+ dir = 1
+ },
+/turf/open/floor/plasteel/tech,
+/area/ship/bridge)
+"s" = (
+/obj/machinery/door/poddoor/shutters/preopen{
+ dir = 8;
+ id = "haste_door"
+ },
+/obj/machinery/power/shieldwallgen/atmos{
+ id = "haste_holo";
+ anchored = 1
+ },
+/obj/structure/cable{
+ icon_state = "4-8"
+ },
+/obj/structure/cable/yellow{
+ icon_state = "0-2"
+ },
+/turf/open/floor/engine/hull/interior,
+/area/ship/bridge)
+"B" = (
+/obj/machinery/power/smes/engineering{
+ charge = 1e+006
+ },
+/obj/effect/turf_decal/spline/fancy/opaque/black{
+ dir = 1
+ },
+/obj/structure/cable/yellow{
+ icon_state = "0-5"
+ },
+/obj/effect/turf_decal/techfloor,
+/turf/open/floor/plasteel/tech,
+/area/ship/bridge)
+"D" = (
+/obj/structure/cable{
+ icon_state = "4-10"
+ },
+/obj/structure/cable/yellow{
+ icon_state = "2-8"
+ },
+/obj/machinery/light_switch{
+ pixel_y = 22;
+ pixel_x = 10
+ },
+/obj/effect/turf_decal/techfloor{
+ dir = 1
+ },
+/obj/effect/turf_decal/spline/fancy/opaque/black{
+ dir = 8
+ },
+/turf/open/floor/plasteel/tech,
+/area/ship/bridge)
+"F" = (
+/obj/structure/window/reinforced,
+/obj/structure/window/reinforced{
+ dir = 8
+ },
+/obj/structure/window/reinforced{
+ dir = 4
+ },
+/obj/structure/cable/yellow{
+ icon_state = "0-4"
+ },
+/obj/machinery/power/smes/shuttle/precharged{
+ dir = 1
+ },
+/turf/open/floor/plasteel/tech,
+/area/ship/bridge)
+"I" = (
+/obj/effect/turf_decal/spline/fancy/opaque/black,
+/obj/structure/rack,
+/obj/item/storage/firstaid/regular{
+ pixel_x = 4;
+ pixel_y = 2
+ },
+/obj/item/storage/firstaid/medical{
+ pixel_x = -4;
+ pixel_y = 6
+ },
+/obj/item/defibrillator/loaded{
+ pixel_x = -4
+ },
+/obj/effect/turf_decal/spline/fancy/opaque/black{
+ dir = 1
+ },
+/obj/machinery/power/terminal{
+ dir = 8
+ },
+/obj/structure/cable{
+ icon_state = "0-5"
+ },
+/obj/machinery/light/directional/south,
+/obj/effect/turf_decal/techfloor,
+/turf/open/floor/plasteel/tech,
+/area/ship/bridge)
+"J" = (
+/obj/structure/window/reinforced{
+ dir = 1
+ },
+/obj/structure/window/reinforced{
+ dir = 8
+ },
+/obj/structure/window/reinforced{
+ dir = 4
+ },
+/obj/structure/cable/yellow{
+ icon_state = "0-4"
+ },
+/obj/machinery/power/smes/shuttle/precharged,
+/turf/open/floor/plasteel/tech,
+/area/ship/bridge)
+"K" = (
+/obj/structure/grille,
+/obj/structure/window/plasma/reinforced/plastitanium,
+/turf/open/floor/plating,
+/area/ship/bridge)
+"M" = (
+/obj/structure/bed/roller,
+/obj/effect/turf_decal/spline/fancy/opaque/black/corner{
+ dir = 1
+ },
+/obj/machinery/power/apc/auto_name/directional/south,
+/obj/structure/cable/yellow,
+/obj/structure/cable/yellow{
+ icon_state = "1-4"
+ },
+/obj/effect/turf_decal/techfloor,
+/turf/open/floor/plasteel/tech,
+/area/ship/bridge)
+"O" = (
+/obj/machinery/power/shieldwallgen/atmos{
+ dir = 1;
+ id = "haste_holo";
+ anchored = 1
+ },
+/obj/machinery/door/poddoor/shutters/preopen{
+ dir = 8;
+ id = "haste_door"
+ },
+/obj/docking_port/mobile{
+ dir = 8;
+ name = "ambulance dock";
+ preferred_direction = 8;
+ port_direction = 2
+ },
+/obj/structure/cable/yellow{
+ icon_state = "0-8"
+ },
+/obj/structure/cable/yellow{
+ icon_state = "1-8"
+ },
+/turf/open/floor/engine/hull/interior,
+/area/ship/bridge)
+"R" = (
+/obj/machinery/power/terminal,
+/obj/structure/cable/yellow{
+ icon_state = "0-8"
+ },
+/obj/structure/cable/yellow{
+ icon_state = "4-8"
+ },
+/obj/structure/cable/yellow{
+ icon_state = "1-8"
+ },
+/obj/effect/turf_decal/techfloor,
+/turf/open/floor/plasteel/tech,
+/area/ship/bridge)
+"T" = (
+/obj/machinery/power/shuttle/engine/electric{
+ dir = 8
+ },
+/obj/structure/cable/yellow{
+ icon_state = "0-8"
+ },
+/turf/open/floor/engine/hull/interior,
+/area/ship/bridge)
+"X" = (
+/obj/machinery/computer/helm{
+ dir = 4;
+ layer = 3
+ },
+/obj/structure/railing{
+ dir = 10
+ },
+/obj/machinery/button/shieldwallgen{
+ pixel_y = 21;
+ pixel_x = 9;
+ id = "haste_holo"
+ },
+/obj/machinery/button/door{
+ pixel_x = -2;
+ pixel_y = 23;
+ id = "haste_door"
+ },
+/turf/open/floor/plasteel/telecomms_floor,
+/area/ship/bridge)
+"Z" = (
+/obj/structure/chair/comfy/shuttle{
+ dir = 8
+ },
+/obj/structure/railing,
+/obj/item/radio/intercom/wideband/directional/north{
+ pixel_x = -9
+ },
+/obj/structure/cable/yellow{
+ icon_state = "4-10"
+ },
+/turf/open/floor/plasteel/telecomms_floor,
+/area/ship/bridge)
+
+(1,1,1) = {"
+a
+K
+K
+a
+"}
+(2,1,1) = {"
+a
+X
+B
+a
+"}
+(3,1,1) = {"
+a
+Z
+I
+a
+"}
+(4,1,1) = {"
+a
+D
+M
+a
+"}
+(5,1,1) = {"
+J
+f
+R
+F
+"}
+(6,1,1) = {"
+T
+s
+O
+T
+"}
diff --git a/_maps/shuttles/subshuttles/minutemen_crux.dmm b/_maps/shuttles/subshuttles/minutemen_crux.dmm
new file mode 100644
index 000000000000..3e32e2694bc6
--- /dev/null
+++ b/_maps/shuttles/subshuttles/minutemen_crux.dmm
@@ -0,0 +1,489 @@
+//MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE
+"a" = (
+/obj/effect/turf_decal/techfloor{
+ dir = 10
+ },
+/obj/structure/chair/comfy/shuttle{
+ dir = 4;
+ name = "tactical chair"
+ },
+/obj/machinery/power/terminal{
+ dir = 8
+ },
+/obj/structure/cable{
+ icon_state = "0-2"
+ },
+/turf/open/floor/plasteel/telecomms_floor,
+/area/ship/bridge)
+"b" = (
+/obj/machinery/power/shieldwallgen/atmos/roundstart{
+ id = "crux_holofan"
+ },
+/obj/structure/cable{
+ icon_state = "0-8"
+ },
+/obj/machinery/door/poddoor{
+ id = "crux_blastdoors";
+ dir = 4
+ },
+/turf/open/floor/plasteel/patterned/ridged,
+/area/ship/bridge)
+"d" = (
+/obj/structure/cable{
+ icon_state = "1-10"
+ },
+/obj/structure/cable{
+ icon_state = "4-8"
+ },
+/obj/effect/turf_decal/siding/thinplating/dark{
+ dir = 4
+ },
+/obj/machinery/holopad/emergency/command,
+/obj/effect/turf_decal/siding/thinplating/dark{
+ dir = 8
+ },
+/obj/effect/landmark/ert_shuttle_brief_spawn,
+/turf/open/floor/plasteel/tech/grid,
+/area/ship/bridge)
+"f" = (
+/obj/structure/railing{
+ dir = 8
+ },
+/obj/machinery/light/directional/south,
+/obj/structure/chair/comfy/shuttle{
+ dir = 1
+ },
+/obj/effect/landmark/ert_shuttle_spawn,
+/turf/open/floor/plasteel/tech,
+/area/ship/bridge)
+"g" = (
+/obj/docking_port/mobile{
+ dir = 8;
+ name = "crux dock";
+ preferred_direction = 8
+ },
+/obj/machinery/door/poddoor{
+ id = "crux_blastdoors";
+ dir = 4
+ },
+/turf/open/floor/plasteel/patterned/ridged,
+/area/ship/bridge)
+"h" = (
+/obj/structure/railing{
+ dir = 8
+ },
+/obj/machinery/light/directional/north,
+/obj/structure/chair/comfy/shuttle,
+/obj/effect/landmark/ert_shuttle_spawn,
+/turf/open/floor/plasteel/tech,
+/area/ship/bridge)
+"i" = (
+/obj/effect/turf_decal/steeldecal/steel_decals10,
+/obj/effect/turf_decal/steeldecal/steel_decals10{
+ dir = 4
+ },
+/obj/structure/cable{
+ icon_state = "4-8"
+ },
+/turf/open/floor/plasteel/tech,
+/area/ship/bridge)
+"k" = (
+/obj/effect/spawner/structure/window/plasma/reinforced/plastitanium,
+/obj/machinery/door/poddoor{
+ id = "crux_windows"
+ },
+/turf/open/floor/plating,
+/area/ship/bridge)
+"m" = (
+/turf/template_noop,
+/area/template_noop)
+"o" = (
+/obj/effect/decal/cleanable/dirt,
+/obj/machinery/power/shieldwallgen/atmos/roundstart{
+ id = "crux_holofan";
+ dir = 1
+ },
+/obj/structure/cable{
+ icon_state = "0-8"
+ },
+/obj/machinery/door/poddoor{
+ id = "crux_blastdoors";
+ dir = 4
+ },
+/turf/open/floor/plasteel/patterned/ridged,
+/area/ship/bridge)
+"q" = (
+/obj/effect/turf_decal/techfloor/orange{
+ dir = 4
+ },
+/obj/machinery/power/smes/engineering,
+/obj/effect/turf_decal/industrial/hatch/yellow,
+/obj/structure/sign/poster/official/obey{
+ pixel_x = -32
+ },
+/obj/structure/cable{
+ icon_state = "0-2"
+ },
+/turf/open/floor/plasteel/tech/techmaint,
+/area/ship/bridge)
+"r" = (
+/obj/structure/chair/comfy/shuttle{
+ dir = 1
+ },
+/obj/machinery/button/door{
+ id = "crux_blastdoors";
+ name = "Cargo Bay Doors";
+ pixel_y = -22;
+ pixel_x = -4;
+ dir = 1
+ },
+/obj/effect/landmark/ert_shuttle_spawn,
+/turf/open/floor/plasteel/tech,
+/area/ship/bridge)
+"u" = (
+/obj/structure/chair/comfy/shuttle,
+/obj/effect/turf_decal/steeldecal/steel_decals10,
+/obj/effect/turf_decal/steeldecal/steel_decals10{
+ dir = 4
+ },
+/obj/machinery/airalarm/directional/north,
+/obj/effect/landmark/ert_shuttle_spawn,
+/turf/open/floor/plasteel/tech,
+/area/ship/bridge)
+"v" = (
+/obj/structure/railing/corner{
+ dir = 8
+ },
+/obj/structure/railing/corner{
+ dir = 1
+ },
+/obj/structure/cable{
+ icon_state = "5-8"
+ },
+/obj/structure/cable{
+ icon_state = "4-8"
+ },
+/turf/open/floor/plasteel/tech,
+/area/ship/bridge)
+"w" = (
+/turf/closed/wall/r_wall/syndicate/nodiagonal,
+/area/ship/bridge)
+"x" = (
+/obj/structure/cable{
+ icon_state = "0-4"
+ },
+/obj/machinery/power/shuttle/engine/electric/premium{
+ dir = 4
+ },
+/turf/open/floor/plating,
+/area/ship/bridge)
+"y" = (
+/obj/effect/turf_decal/siding/thinplating/dark{
+ dir = 8
+ },
+/obj/effect/turf_decal/industrial/caution{
+ dir = 4
+ },
+/obj/structure/cable{
+ icon_state = "1-8"
+ },
+/obj/structure/cable{
+ icon_state = "2-8"
+ },
+/turf/open/floor/plasteel,
+/area/ship/bridge)
+"z" = (
+/turf/closed/wall/r_wall/syndicate,
+/area/ship/bridge)
+"A" = (
+/obj/machinery/power/apc/auto_name/directional/north,
+/obj/structure/cable{
+ icon_state = "0-10"
+ },
+/obj/structure/chair/comfy/shuttle,
+/obj/effect/turf_decal/steeldecal/steel_decals6,
+/obj/effect/landmark/ert_shuttle_spawn,
+/turf/open/floor/plasteel/tech,
+/area/ship/bridge)
+"B" = (
+/obj/machinery/door/window/brigdoor/southright{
+ req_one_access = list(1)
+ },
+/obj/effect/turf_decal/siding/thinplating/dark{
+ dir = 4
+ },
+/obj/effect/turf_decal/siding/thinplating/dark{
+ dir = 8
+ },
+/turf/open/floor/plasteel/tech/grid,
+/area/ship/bridge)
+"E" = (
+/obj/effect/turf_decal/corner/opaque/black/diagonal,
+/obj/machinery/light/directional/south,
+/obj/effect/turf_decal/industrial/warning{
+ color = "#808080"
+ },
+/turf/open/floor/plasteel,
+/area/ship/bridge)
+"G" = (
+/obj/effect/turf_decal/techfloor/orange{
+ dir = 4
+ },
+/obj/effect/turf_decal/techfloor/hole{
+ dir = 4
+ },
+/obj/machinery/power/port_gen/pacman,
+/obj/effect/turf_decal/industrial/hatch/yellow,
+/obj/structure/cable{
+ icon_state = "0-5"
+ },
+/obj/effect/decal/cleanable/greenglow,
+/turf/open/floor/plasteel/tech/techmaint,
+/area/ship/bridge)
+"I" = (
+/obj/effect/turf_decal/siding/thinplating/dark{
+ dir = 9
+ },
+/obj/structure/sign/minutemen{
+ pixel_y = 28
+ },
+/obj/structure/cable{
+ icon_state = "2-4"
+ },
+/turf/open/floor/plasteel,
+/area/ship/bridge)
+"J" = (
+/obj/effect/turf_decal/techfloor{
+ dir = 4
+ },
+/obj/machinery/computer/crew{
+ dir = 8
+ },
+/turf/open/floor/plasteel/telecomms_floor,
+/area/ship/bridge)
+"L" = (
+/obj/structure/bed,
+/obj/item/bedsheet,
+/obj/effect/turf_decal/corner/opaque/black/diagonal,
+/turf/open/floor/plasteel,
+/area/ship/bridge)
+"M" = (
+/obj/effect/turf_decal/techfloor/orange{
+ dir = 4
+ },
+/obj/machinery/power/terminal{
+ dir = 8
+ },
+/obj/structure/cable{
+ icon_state = "0-1"
+ },
+/obj/structure/cable{
+ icon_state = "1-4"
+ },
+/obj/machinery/button/door{
+ id = "crux_windows";
+ name = "Window Shutters";
+ pixel_y = -22;
+ pixel_x = -22;
+ dir = 4
+ },
+/turf/open/floor/plasteel/tech/techmaint,
+/area/ship/bridge)
+"N" = (
+/obj/effect/turf_decal/techfloor{
+ dir = 8
+ },
+/obj/structure/table/reinforced,
+/obj/machinery/button/door{
+ id = "crux_windows";
+ name = "Window Blast Doors";
+ pixel_y = 10;
+ pixel_x = -22;
+ dir = 4
+ },
+/obj/machinery/recharger{
+ pixel_x = 6
+ },
+/obj/machinery/button/shieldwallgen{
+ id = "crux_holofan";
+ pixel_x = -21;
+ pixel_y = -3;
+ dir = 4
+ },
+/obj/item/paper_bin{
+ pixel_x = -6
+ },
+/turf/open/floor/plasteel/telecomms_floor,
+/area/ship/bridge)
+"P" = (
+/obj/effect/turf_decal/steeldecal/steel_decals9{
+ dir = 8
+ },
+/obj/structure/cable{
+ icon_state = "4-8"
+ },
+/turf/open/floor/plasteel/tech,
+/area/ship/bridge)
+"Q" = (
+/obj/structure/cable{
+ icon_state = "4-8"
+ },
+/turf/open/floor/plasteel/stairs{
+ icon = 'icons/obj/stairs.dmi';
+ dir = 8
+ },
+/area/ship/bridge)
+"S" = (
+/obj/machinery/power/smes/shuttle/precharged{
+ dir = 4
+ },
+/obj/structure/cable{
+ icon_state = "0-8"
+ },
+/obj/structure/window/reinforced{
+ dir = 8
+ },
+/obj/machinery/door/window/eastleft,
+/obj/machinery/door/poddoor{
+ id = "crux_windows";
+ dir = 8
+ },
+/turf/open/floor/plating,
+/area/ship/bridge)
+"T" = (
+/obj/effect/turf_decal/techfloor{
+ dir = 6
+ },
+/obj/machinery/computer/helm{
+ dir = 8
+ },
+/turf/open/floor/plasteel/telecomms_floor,
+/area/ship/bridge)
+"U" = (
+/obj/effect/turf_decal/siding/thinplating/dark{
+ dir = 10
+ },
+/obj/structure/sign/minutemen{
+ pixel_y = -32
+ },
+/obj/structure/cable{
+ icon_state = "1-4"
+ },
+/turf/open/floor/plasteel,
+/area/ship/bridge)
+"X" = (
+/obj/structure/guncase,
+/obj/structure/window/reinforced,
+/obj/effect/turf_decal/techfloor{
+ dir = 9
+ },
+/turf/open/floor/plasteel/tech/grid,
+/area/ship/bridge)
+"Y" = (
+/obj/structure/chair/comfy/shuttle{
+ dir = 1
+ },
+/obj/effect/turf_decal/steeldecal/steel_decals10,
+/obj/effect/turf_decal/steeldecal/steel_decals10{
+ dir = 4
+ },
+/obj/item/radio/intercom/directional/south{
+ pixel_x = -12
+ },
+/obj/machinery/firealarm/directional/south{
+ pixel_x = 7
+ },
+/obj/effect/landmark/ert_shuttle_spawn,
+/turf/open/floor/plasteel/tech,
+/area/ship/bridge)
+
+(1,1,1) = {"
+m
+m
+w
+x
+w
+m
+m
+"}
+(2,1,1) = {"
+m
+w
+w
+S
+w
+w
+m
+"}
+(3,1,1) = {"
+w
+w
+q
+M
+G
+w
+w
+"}
+(4,1,1) = {"
+k
+N
+a
+d
+B
+E
+w
+"}
+(5,1,1) = {"
+k
+J
+T
+Q
+X
+L
+w
+"}
+(6,1,1) = {"
+k
+w
+h
+v
+f
+w
+w
+"}
+(7,1,1) = {"
+m
+w
+A
+P
+r
+w
+m
+"}
+(8,1,1) = {"
+m
+w
+u
+i
+Y
+w
+m
+"}
+(9,1,1) = {"
+m
+w
+I
+y
+U
+w
+m
+"}
+(10,1,1) = {"
+m
+z
+b
+g
+o
+z
+m
+"}
diff --git a/_maps/shuttles/subshuttles/nanotrasen_ancon.dmm b/_maps/shuttles/subshuttles/nanotrasen_ancon.dmm
new file mode 100644
index 000000000000..4565f12416f6
--- /dev/null
+++ b/_maps/shuttles/subshuttles/nanotrasen_ancon.dmm
@@ -0,0 +1,555 @@
+//MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE
+"aD" = (
+/obj/effect/turf_decal/corner/opaque/green/diagonal,
+/obj/structure/extinguisher_cabinet/directional/north,
+/obj/effect/turf_decal/siding/thinplating/light{
+ dir = 1
+ },
+/turf/open/floor/plasteel/white,
+/area/ship/bridge)
+"aW" = (
+/obj/machinery/computer/card/centcom{
+ dir = 8
+ },
+/obj/effect/turf_decal/techfloor{
+ dir = 4
+ },
+/obj/effect/turf_decal/spline/fancy/opaque/black{
+ dir = 8
+ },
+/turf/open/floor/plasteel/telecomms_floor,
+/area/ship/bridge)
+"br" = (
+/obj/machinery/door/airlock/external{
+ dir = 4
+ },
+/obj/effect/mapping_helpers/airlock/cyclelink_helper{
+ dir = 4
+ },
+/turf/open/floor/plating,
+/area/ship/bridge)
+"dw" = (
+/obj/machinery/door/airlock/external/glass{
+ dir = 4
+ },
+/obj/docking_port/mobile{
+ dir = 8;
+ name = "ancon dock";
+ preferred_direction = 4
+ },
+/obj/effect/mapping_helpers/airlock/cyclelink_helper{
+ dir = 4
+ },
+/turf/open/floor/plating,
+/area/ship/bridge)
+"hj" = (
+/obj/effect/turf_decal/corner/opaque/green/diagonal{
+ dir = 4
+ },
+/obj/effect/turf_decal/siding/thinplating/light,
+/obj/structure/cable{
+ icon_state = "4-8"
+ },
+/turf/open/floor/plasteel/white,
+/area/ship/bridge)
+"jj" = (
+/obj/effect/turf_decal/trimline/opaque/green/warning{
+ dir = 8
+ },
+/obj/structure/cable{
+ icon_state = "1-2"
+ },
+/turf/open/floor/plasteel/white,
+/area/ship/bridge)
+"kE" = (
+/obj/effect/turf_decal/corner/opaque/green/half{
+ dir = 1
+ },
+/obj/machinery/power/port_gen/pacman,
+/obj/machinery/power/terminal{
+ dir = 8
+ },
+/obj/item/stack/sheet/mineral/plasma/fifty,
+/obj/structure/cable/yellow{
+ icon_state = "0-8"
+ },
+/turf/open/floor/plasteel/white,
+/area/ship/bridge)
+"lu" = (
+/obj/machinery/power/terminal{
+ dir = 8
+ },
+/obj/structure/cable{
+ icon_state = "0-2"
+ },
+/obj/effect/turf_decal/corner/opaque/green/half{
+ dir = 1
+ },
+/turf/open/floor/plasteel/white,
+/area/ship/bridge)
+"nV" = (
+/obj/structure/chair/office/light{
+ dir = 8
+ },
+/obj/effect/turf_decal/corner/opaque/green/diagonal{
+ dir = 4
+ },
+/obj/effect/turf_decal/siding/thinplating/light{
+ dir = 4
+ },
+/obj/effect/landmark/ert_shuttle_spawn,
+/turf/open/floor/plasteel/white,
+/area/ship/bridge)
+"pk" = (
+/obj/effect/turf_decal/trimline/opaque/green/corner{
+ dir = 8
+ },
+/obj/structure/cable{
+ icon_state = "2-5"
+ },
+/obj/structure/cable{
+ icon_state = "1-5"
+ },
+/obj/machinery/light/directional/west,
+/turf/open/floor/plasteel/white,
+/area/ship/bridge)
+"te" = (
+/obj/effect/turf_decal/corner/opaque/green/diagonal,
+/obj/effect/turf_decal/siding/thinplating/light,
+/obj/structure/cable{
+ icon_state = "4-8"
+ },
+/turf/open/floor/plasteel/white,
+/area/ship/bridge)
+"tk" = (
+/turf/template_noop,
+/area/template_noop)
+"ty" = (
+/obj/effect/turf_decal/corner/opaque/green/diagonal{
+ dir = 4
+ },
+/obj/effect/turf_decal/siding/thinplating/light{
+ dir = 6
+ },
+/obj/machinery/power/apc/auto_name/directional/south,
+/obj/structure/cable{
+ icon_state = "0-8"
+ },
+/obj/machinery/light/directional/east,
+/obj/machinery/light_switch{
+ pixel_x = 12;
+ pixel_y = -19;
+ dir = 1
+ },
+/turf/open/floor/plasteel/white,
+/area/ship/bridge)
+"up" = (
+/obj/machinery/photocopier,
+/obj/effect/turf_decal/corner/opaque/green/half,
+/turf/open/floor/plasteel/white,
+/area/ship/bridge)
+"vV" = (
+/obj/structure/closet/emcloset/wall{
+ pixel_y = 28
+ },
+/obj/item/clothing/suit/space/eva,
+/obj/item/clothing/suit/space/eva,
+/obj/item/clothing/suit/space/eva,
+/obj/item/clothing/suit/space/eva,
+/obj/item/clothing/head/helmet/space/eva,
+/obj/item/clothing/head/helmet/space/eva,
+/obj/item/clothing/head/helmet/space/eva,
+/obj/item/clothing/head/helmet/space/eva,
+/turf/open/floor/plating,
+/area/ship/bridge)
+"xH" = (
+/obj/effect/turf_decal/siding/wood{
+ dir = 6
+ },
+/obj/structure/table,
+/obj/item/taperecorder{
+ pixel_x = -12;
+ pixel_y = 9
+ },
+/obj/item/taperecorder{
+ pixel_y = 8;
+ pixel_x = -2
+ },
+/obj/item/tape{
+ pixel_x = -4;
+ pixel_y = -1
+ },
+/obj/item/tape{
+ pixel_x = 4;
+ pixel_y = 1
+ },
+/turf/open/floor/wood,
+/area/ship/bridge)
+"xZ" = (
+/obj/machinery/power/smes/shuttle/precharged{
+ dir = 4
+ },
+/obj/machinery/door/window/eastleft,
+/obj/machinery/door/poddoor/shutters/preopen{
+ id = "ancon_engine";
+ name = "Engine Shutters";
+ dir = 4
+ },
+/turf/open/floor/plating,
+/area/ship/bridge)
+"yi" = (
+/obj/effect/turf_decal/corner/opaque/green/border{
+ dir = 4
+ },
+/turf/open/floor/plasteel,
+/area/ship/bridge)
+"yp" = (
+/obj/structure/grille,
+/obj/structure/window/reinforced/fulltile/shuttle,
+/turf/open/floor/plating,
+/area/ship/bridge)
+"zI" = (
+/obj/effect/turf_decal/siding/wood{
+ dir = 5
+ },
+/obj/structure/table,
+/obj/item/camera{
+ pixel_x = -4;
+ pixel_y = 7
+ },
+/obj/item/camera{
+ pixel_x = 2;
+ pixel_y = 2
+ },
+/obj/item/camera_film{
+ pixel_x = -11;
+ pixel_y = -6
+ },
+/obj/item/camera_film{
+ pixel_x = -5;
+ pixel_y = -9
+ },
+/turf/open/floor/wood,
+/area/ship/bridge)
+"zJ" = (
+/obj/machinery/power/shuttle/engine/electric/premium{
+ dir = 4
+ },
+/turf/open/floor/plating/airless,
+/area/ship/external/dark)
+"Ct" = (
+/obj/structure/chair/office/light{
+ dir = 4
+ },
+/obj/effect/turf_decal/corner/opaque/green/diagonal{
+ dir = 4
+ },
+/obj/effect/turf_decal/siding/thinplating/light{
+ dir = 8
+ },
+/obj/effect/landmark/ert_shuttle_spawn,
+/turf/open/floor/plasteel/white,
+/area/ship/bridge)
+"DF" = (
+/obj/machinery/power/terminal{
+ dir = 8
+ },
+/obj/structure/cable{
+ icon_state = "0-1"
+ },
+/obj/effect/turf_decal/corner/opaque/green/half,
+/turf/open/floor/plasteel/white,
+/area/ship/bridge)
+"Fz" = (
+/obj/effect/turf_decal/corner/opaque/green/diagonal{
+ dir = 4
+ },
+/obj/effect/turf_decal/siding/thinplating/light{
+ dir = 9
+ },
+/turf/open/floor/plasteel/white,
+/area/ship/bridge)
+"FS" = (
+/obj/effect/turf_decal/corner/opaque/green/diagonal,
+/obj/effect/turf_decal/siding/thinplating/light{
+ dir = 5
+ },
+/obj/machinery/airalarm/directional/north,
+/obj/machinery/light/directional/east,
+/turf/open/floor/plasteel/white,
+/area/ship/bridge)
+"IJ" = (
+/obj/effect/turf_decal/siding/wood{
+ dir = 10
+ },
+/obj/structure/table,
+/obj/item/paper_bin{
+ pixel_y = 3
+ },
+/obj/item/pen{
+ pixel_y = 3
+ },
+/turf/open/floor/wood,
+/area/ship/bridge)
+"KF" = (
+/obj/effect/turf_decal/siding/wood{
+ dir = 9
+ },
+/obj/structure/table,
+/obj/item/clipboard{
+ pixel_x = -4;
+ pixel_y = 3
+ },
+/obj/item/clipboard{
+ pixel_x = 5
+ },
+/turf/open/floor/wood,
+/area/ship/bridge)
+"LE" = (
+/turf/closed/wall/mineral/titanium,
+/area/template_noop)
+"LV" = (
+/turf/closed/wall/mineral/titanium,
+/area/ship/bridge)
+"MW" = (
+/obj/structure/chair/office/light{
+ dir = 4
+ },
+/obj/effect/turf_decal/corner/opaque/green/diagonal{
+ dir = 1
+ },
+/obj/effect/turf_decal/siding/thinplating/light{
+ dir = 8
+ },
+/obj/effect/landmark/ert_shuttle_spawn,
+/turf/open/floor/plasteel/white,
+/area/ship/bridge)
+"Nk" = (
+/obj/effect/turf_decal/trimline/opaque/green/corner{
+ dir = 1
+ },
+/obj/structure/cable{
+ icon_state = "1-2"
+ },
+/obj/structure/cable{
+ icon_state = "1-4"
+ },
+/obj/machinery/light/directional/west,
+/turf/open/floor/plasteel/white,
+/area/ship/bridge)
+"Om" = (
+/obj/machinery/door/airlock/external/glass{
+ dir = 4
+ },
+/obj/effect/mapping_helpers/airlock/cyclelink_helper{
+ dir = 8
+ },
+/turf/open/floor/plating,
+/area/ship/bridge)
+"Rg" = (
+/obj/effect/turf_decal/siding/thinplating/light{
+ dir = 4
+ },
+/obj/structure/chair/office/light{
+ dir = 8
+ },
+/obj/effect/turf_decal/corner/opaque/green/diagonal{
+ dir = 4
+ },
+/obj/effect/turf_decal/siding/thinplating/light{
+ dir = 4
+ },
+/obj/effect/landmark/ert_shuttle_spawn,
+/turf/open/floor/plasteel/white,
+/area/ship/bridge)
+"Rz" = (
+/obj/effect/turf_decal/corner/opaque/green/half{
+ dir = 1
+ },
+/obj/machinery/power/smes/engineering,
+/obj/structure/cable{
+ icon_state = "0-10"
+ },
+/obj/structure/cable/yellow{
+ icon_state = "0-4"
+ },
+/turf/open/floor/plasteel/white,
+/area/ship/bridge)
+"SI" = (
+/obj/effect/turf_decal/corner/opaque/green/border{
+ dir = 4
+ },
+/obj/structure/chair/comfy{
+ dir = 4
+ },
+/obj/effect/landmark/ert_shuttle_spawn,
+/turf/open/floor/plasteel,
+/area/ship/bridge)
+"Th" = (
+/obj/machinery/power/smes/shuttle/precharged{
+ dir = 4
+ },
+/obj/machinery/door/window/eastright,
+/obj/machinery/door/poddoor/shutters/preopen{
+ id = "ancon_engine";
+ name = "Engine Shutters";
+ dir = 4
+ },
+/turf/open/floor/plating,
+/area/ship/bridge)
+"TQ" = (
+/obj/effect/turf_decal/corner/opaque/green/diagonal{
+ dir = 1
+ },
+/obj/effect/turf_decal/siding/thinplating/light{
+ dir = 10
+ },
+/obj/structure/cable{
+ icon_state = "4-8"
+ },
+/turf/open/floor/plasteel/white,
+/area/ship/bridge)
+"Vu" = (
+/obj/machinery/computer/helm{
+ dir = 8
+ },
+/obj/effect/turf_decal/techfloor{
+ dir = 4
+ },
+/obj/effect/turf_decal/spline/fancy/opaque/black{
+ dir = 8
+ },
+/turf/open/floor/plasteel/telecomms_floor,
+/area/ship/bridge)
+"XH" = (
+/obj/effect/turf_decal/corner/opaque/green/diagonal{
+ dir = 4
+ },
+/obj/effect/turf_decal/siding/thinplating/light{
+ dir = 1
+ },
+/obj/effect/landmark/ert_shuttle_brief_spawn,
+/turf/open/floor/plasteel/white,
+/area/ship/bridge)
+"Zr" = (
+/turf/open/floor/plating,
+/area/ship/bridge)
+"ZG" = (
+/obj/structure/table,
+/obj/machinery/fax{
+ pixel_y = 5
+ },
+/obj/effect/turf_decal/corner/opaque/green/half,
+/turf/open/floor/plasteel/white,
+/area/ship/bridge)
+
+(1,1,1) = {"
+tk
+tk
+LV
+dw
+br
+LV
+tk
+tk
+"}
+(2,1,1) = {"
+tk
+zJ
+LV
+vV
+Zr
+LV
+zJ
+tk
+"}
+(3,1,1) = {"
+LV
+xZ
+LV
+Om
+Om
+LV
+Th
+LV
+"}
+(4,1,1) = {"
+yp
+lu
+pk
+jj
+jj
+Nk
+DF
+yp
+"}
+(5,1,1) = {"
+yp
+Rz
+Fz
+Ct
+MW
+TQ
+ZG
+yp
+"}
+(6,1,1) = {"
+yp
+kE
+XH
+KF
+IJ
+hj
+up
+yp
+"}
+(7,1,1) = {"
+LV
+LV
+aD
+zI
+xH
+te
+LV
+LV
+"}
+(8,1,1) = {"
+tk
+LV
+FS
+nV
+Rg
+ty
+LV
+tk
+"}
+(9,1,1) = {"
+tk
+LV
+LV
+SI
+yi
+LV
+LV
+tk
+"}
+(10,1,1) = {"
+tk
+tk
+LV
+Vu
+aW
+LV
+tk
+tk
+"}
+(11,1,1) = {"
+tk
+tk
+LV
+yp
+yp
+LE
+tk
+tk
+"}
diff --git a/_maps/shuttles/subshuttles/syndicate_runner.dmm b/_maps/shuttles/subshuttles/syndicate_runner.dmm
new file mode 100644
index 000000000000..21e4f84a10e5
--- /dev/null
+++ b/_maps/shuttles/subshuttles/syndicate_runner.dmm
@@ -0,0 +1,638 @@
+//MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE
+"aa" = (
+/obj/machinery/power/smes/shuttle/precharged,
+/obj/structure/window/reinforced{
+ dir = 4
+ },
+/obj/structure/window/reinforced{
+ dir = 8
+ },
+/obj/structure/cable,
+/turf/open/floor/plating,
+/area/ship/bridge)
+"ac" = (
+/obj/effect/turf_decal/spline/fancy/opaque/syndiered{
+ dir = 8
+ },
+/obj/effect/turf_decal/trimline/opaque/bar/warning{
+ dir = 8
+ },
+/turf/open/floor/plasteel/white,
+/area/ship/bridge)
+"ae" = (
+/obj/structure/table/chem,
+/obj/structure/sink/chem{
+ dir = 4
+ },
+/turf/open/floor/plasteel/mono/dark,
+/area/ship/bridge)
+"af" = (
+/obj/structure/grille,
+/obj/structure/window/reinforced{
+ dir = 4
+ },
+/obj/structure/window/reinforced{
+ dir = 1
+ },
+/obj/structure/window/reinforced,
+/obj/structure/cable{
+ icon_state = "2-8"
+ },
+/turf/open/floor/engine/hull,
+/area/ship/external)
+"ah" = (
+/obj/effect/turf_decal/spline/fancy/opaque/syndiered{
+ dir = 4
+ },
+/obj/machinery/holopad/emergency/medical,
+/turf/open/floor/plasteel/white,
+/area/ship/bridge)
+"aj" = (
+/obj/machinery/power/shuttle/engine/electric/premium{
+ dir = 4
+ },
+/obj/structure/window/reinforced,
+/obj/structure/window/reinforced{
+ dir = 1
+ },
+/obj/structure/cable{
+ icon_state = "0-4"
+ },
+/turf/open/floor/engine/hull,
+/area/ship/external)
+"ak" = (
+/obj/effect/turf_decal/trimline/opaque/syndiered/filled/shrink_ccw{
+ dir = 1;
+ pixel_y = 1
+ },
+/obj/effect/turf_decal/spline/fancy/opaque/black{
+ dir = 1
+ },
+/obj/structure/chair/comfy/shuttle{
+ dir = 4
+ },
+/obj/effect/turf_decal/trimline/opaque/bar/filled/corner,
+/obj/machinery/power/terminal,
+/obj/effect/landmark/ert_shuttle_spawn,
+/obj/structure/cable{
+ icon_state = "0-1"
+ },
+/obj/structure/cable{
+ icon_state = "1-4"
+ },
+/obj/machinery/light/directional/west,
+/turf/open/floor/plasteel/dark,
+/area/ship/bridge)
+"al" = (
+/obj/structure/table/chem,
+/obj/item/reagent_containers/glass/bottle/bicaridine{
+ pixel_x = 7;
+ pixel_y = 14
+ },
+/obj/item/reagent_containers/glass/bottle/antitoxin{
+ pixel_x = -4;
+ pixel_y = 10
+ },
+/obj/item/reagent_containers/glass/bottle/kelotane{
+ pixel_x = 4;
+ pixel_y = 7
+ },
+/obj/item/reagent_containers/glass/bottle/dexalin{
+ pixel_x = -3;
+ pixel_y = 2
+ },
+/obj/item/reagent_containers/syringe{
+ pixel_x = 8
+ },
+/turf/open/floor/plasteel/mono/dark,
+/area/ship/bridge)
+"bz" = (
+/obj/machinery/power/shieldwallgen/atmos/roundstart{
+ dir = 4;
+ id = "runner_top_holo"
+ },
+/obj/machinery/door/poddoor{
+ id = "runner_top_door"
+ },
+/obj/structure/cable{
+ icon_state = "0-2"
+ },
+/turf/open/floor/plating,
+/area/ship/bridge)
+"bG" = (
+/obj/effect/turf_decal/spline/fancy/opaque/black{
+ dir = 1
+ },
+/obj/effect/turf_decal/trimline/opaque/syndiered/filled/shrink_cw{
+ dir = 1
+ },
+/obj/structure/chair/comfy/shuttle{
+ dir = 8
+ },
+/obj/effect/turf_decal/trimline/opaque/bar/filled/corner{
+ dir = 8
+ },
+/obj/machinery/button/shieldwallgen{
+ dir = 1;
+ pixel_y = -20;
+ pixel_x = -12;
+ id = "runner_sub_holo"
+ },
+/obj/machinery/power/apc/auto_name/directional/east,
+/obj/structure/cable{
+ icon_state = "0-8"
+ },
+/obj/machinery/button/door{
+ pixel_y = -21;
+ pixel_x = -1;
+ id = "runner_sub_door";
+ dir = 1
+ },
+/turf/open/floor/plasteel/dark,
+/area/ship/bridge)
+"bY" = (
+/obj/effect/turf_decal/spline/fancy/opaque/syndiered{
+ dir = 8
+ },
+/obj/structure/cable{
+ icon_state = "1-2"
+ },
+/obj/structure/cable{
+ icon_state = "2-4"
+ },
+/obj/structure/cable{
+ icon_state = "1-4"
+ },
+/turf/open/floor/plasteel/white,
+/area/ship/bridge)
+"co" = (
+/obj/effect/turf_decal/spline/fancy/opaque/black,
+/obj/effect/turf_decal/trimline/opaque/syndiered/filled/line,
+/obj/effect/turf_decal/trimline/opaque/bar/filled/warning{
+ dir = 1
+ },
+/obj/structure/cable{
+ icon_state = "4-8"
+ },
+/obj/structure/cable{
+ icon_state = "1-8"
+ },
+/turf/open/floor/plasteel/dark,
+/area/ship/bridge)
+"cF" = (
+/obj/structure/chair/comfy/shuttle{
+ dir = 8
+ },
+/obj/effect/turf_decal/spline/fancy/opaque/black,
+/obj/effect/turf_decal/trimline/opaque/syndiered/filled/shrink_ccw,
+/obj/effect/turf_decal/trimline/opaque/bar/filled/corner{
+ dir = 1
+ },
+/obj/structure/closet/emcloset/wall{
+ dir = 8;
+ pixel_x = 28
+ },
+/obj/item/tank/internals/oxygen,
+/obj/item/tank/internals/oxygen,
+/obj/item/tank/internals/oxygen,
+/obj/effect/landmark/ert_shuttle_spawn,
+/obj/machinery/button/shieldwallgen{
+ pixel_y = 20;
+ pixel_x = -12;
+ id = "runner_top_holo"
+ },
+/obj/machinery/button/door{
+ pixel_y = 21;
+ pixel_x = -1;
+ id = "runner_top_door"
+ },
+/turf/open/floor/plasteel/dark,
+/area/ship/bridge)
+"dB" = (
+/obj/machinery/door/poddoor{
+ id = "runner_sub_door"
+ },
+/obj/machinery/power/shieldwallgen/atmos/roundstart{
+ dir = 4;
+ id = "runner_sub_holo"
+ },
+/obj/structure/cable{
+ icon_state = "0-1"
+ },
+/turf/open/floor/plating,
+/area/ship/bridge)
+"fa" = (
+/obj/machinery/computer/crew/syndie{
+ dir = 8
+ },
+/obj/effect/turf_decal/techfloor{
+ dir = 4
+ },
+/obj/machinery/light/directional/south,
+/turf/open/floor/plasteel/tech/grid,
+/area/ship/bridge)
+"gi" = (
+/obj/item/storage/backpack/duffelbag/med/surgery{
+ pixel_x = -2;
+ pixel_y = 9
+ },
+/obj/structure/table/chem,
+/turf/open/floor/plasteel/mono/dark,
+/area/ship/bridge)
+"gs" = (
+/obj/machinery/power/smes/shuttle/precharged{
+ dir = 1
+ },
+/obj/structure/window/reinforced{
+ dir = 8
+ },
+/obj/structure/window/reinforced{
+ dir = 4
+ },
+/obj/structure/cable{
+ icon_state = "0-2"
+ },
+/turf/open/floor/plating,
+/area/ship/bridge)
+"gA" = (
+/obj/effect/turf_decal/spline/fancy/opaque/syndiered{
+ dir = 5
+ },
+/obj/effect/turf_decal/trimline/opaque/bar/warning{
+ dir = 4
+ },
+/turf/open/floor/plasteel/white,
+/area/ship/bridge)
+"hB" = (
+/obj/effect/turf_decal/spline/fancy/opaque/syndiered{
+ dir = 10
+ },
+/obj/effect/turf_decal/trimline/opaque/bar/warning{
+ dir = 8
+ },
+/turf/open/floor/plasteel/white,
+/area/ship/bridge)
+"hJ" = (
+/obj/effect/turf_decal/spline/fancy/opaque/syndiered{
+ dir = 9
+ },
+/obj/effect/turf_decal/trimline/opaque/bar/warning{
+ dir = 8
+ },
+/turf/open/floor/plasteel/white,
+/area/ship/bridge)
+"iR" = (
+/obj/machinery/stasis,
+/turf/open/floor/plasteel/mono/dark,
+/area/ship/bridge)
+"ku" = (
+/obj/effect/turf_decal/spline/fancy/opaque/syndiered{
+ dir = 6
+ },
+/obj/effect/turf_decal/trimline/opaque/bar/warning{
+ dir = 4
+ },
+/turf/open/floor/plasteel/white,
+/area/ship/bridge)
+"kM" = (
+/obj/effect/turf_decal/spline/fancy/opaque/black{
+ dir = 1
+ },
+/obj/effect/turf_decal/spline/fancy/opaque/black,
+/obj/machinery/power/smes/engineering,
+/obj/structure/cable{
+ icon_state = "0-8"
+ },
+/turf/open/floor/plasteel/dark,
+/area/ship/bridge)
+"lp" = (
+/obj/structure/table/reinforced,
+/obj/item/radio/intercom/wideband/table{
+ dir = 4;
+ pixel_x = 4;
+ pixel_y = 9
+ },
+/obj/item/radio/intercom/table{
+ dir = 4;
+ pixel_x = 4;
+ pixel_y = -6
+ },
+/obj/effect/turf_decal/techfloor{
+ dir = 4
+ },
+/obj/machinery/button/door{
+ pixel_x = -9;
+ dir = 8;
+ pixel_y = 8;
+ id = "runner_bridge"
+ },
+/turf/open/floor/plasteel/mono/dark,
+/area/ship/bridge)
+"nP" = (
+/obj/effect/turf_decal/spline/fancy/opaque/black,
+/obj/effect/turf_decal/trimline/opaque/syndiered/filled/line,
+/obj/effect/turf_decal/trimline/opaque/bar/filled/warning{
+ dir = 1
+ },
+/obj/structure/cable{
+ icon_state = "1-8"
+ },
+/turf/open/floor/plasteel/dark,
+/area/ship/bridge)
+"rR" = (
+/obj/structure/grille,
+/obj/structure/window/plasma/reinforced/plastitanium,
+/obj/machinery/door/poddoor/shutters{
+ dir = 4;
+ id = "runner_bridge"
+ },
+/turf/open/floor/plating,
+/area/ship/bridge)
+"sl" = (
+/obj/machinery/door/poddoor{
+ id = "runner_top_door"
+ },
+/obj/machinery/power/shieldwallgen/atmos/roundstart{
+ dir = 8;
+ id = "runner_top_holo"
+ },
+/obj/structure/cable{
+ icon_state = "0-2"
+ },
+/turf/open/floor/plating,
+/area/ship/bridge)
+"te" = (
+/obj/structure/grille,
+/obj/structure/window/reinforced{
+ dir = 4
+ },
+/obj/structure/window/reinforced,
+/obj/structure/window/reinforced{
+ dir = 1
+ },
+/obj/structure/cable{
+ icon_state = "1-8"
+ },
+/turf/open/floor/engine/hull,
+/area/ship/external)
+"wg" = (
+/obj/machinery/computer/helm{
+ dir = 8
+ },
+/obj/effect/turf_decal/techfloor{
+ dir = 4
+ },
+/obj/machinery/light/directional/north,
+/turf/open/floor/plasteel/tech/grid,
+/area/ship/bridge)
+"zS" = (
+/obj/effect/turf_decal/spline/fancy/opaque/black{
+ dir = 1
+ },
+/obj/effect/turf_decal/trimline/opaque/syndiered/filled/line{
+ dir = 1
+ },
+/obj/effect/turf_decal/trimline/opaque/bar/filled/warning,
+/obj/structure/cable{
+ icon_state = "2-8"
+ },
+/obj/structure/cable{
+ icon_state = "4-8"
+ },
+/turf/open/floor/plasteel/dark,
+/area/ship/bridge)
+"DP" = (
+/obj/structure/chair/comfy/shuttle{
+ dir = 4
+ },
+/obj/effect/turf_decal/spline/fancy/opaque/syndiered{
+ dir = 6
+ },
+/obj/structure/extinguisher_cabinet/directional/south,
+/obj/effect/landmark/ert_shuttle_spawn,
+/turf/open/floor/plasteel/white,
+/area/ship/bridge)
+"DW" = (
+/obj/machinery/power/shuttle/engine/electric/premium{
+ dir = 4
+ },
+/obj/structure/window/reinforced{
+ dir = 1
+ },
+/obj/structure/window/reinforced,
+/turf/open/floor/engine/hull,
+/area/ship/external)
+"Or" = (
+/obj/docking_port/mobile{
+ dir = 2;
+ name = "trauma team shuttle";
+ port_direction = 8;
+ preferred_direction = 4
+ },
+/obj/machinery/door/poddoor{
+ id = "runner_sub_door"
+ },
+/obj/machinery/power/shieldwallgen/atmos/roundstart{
+ dir = 8;
+ id = "runner_sub_holo"
+ },
+/obj/structure/cable{
+ icon_state = "0-1"
+ },
+/turf/open/floor/plating,
+/area/ship/bridge)
+"Pq" = (
+/turf/template_noop,
+/area/template_noop)
+"PD" = (
+/turf/closed/wall/mineral/plastitanium/nodiagonal,
+/area/ship/bridge)
+"Rz" = (
+/obj/structure/chair/comfy/shuttle{
+ dir = 4
+ },
+/obj/effect/turf_decal/spline/fancy/opaque/syndiered{
+ dir = 5
+ },
+/obj/effect/landmark/ert_shuttle_spawn,
+/obj/machinery/light_switch{
+ pixel_y = 22;
+ pixel_x = 13
+ },
+/turf/open/floor/plasteel/white,
+/area/ship/bridge)
+"RO" = (
+/obj/effect/turf_decal/spline/fancy/opaque/syndiered{
+ dir = 10
+ },
+/obj/structure/cable{
+ icon_state = "1-2"
+ },
+/turf/open/floor/plasteel/white,
+/area/ship/bridge)
+"SE" = (
+/obj/effect/turf_decal/spline/fancy/opaque/syndiered{
+ dir = 4
+ },
+/obj/effect/turf_decal/trimline/opaque/bar/warning{
+ dir = 4
+ },
+/obj/effect/landmark/ert_shuttle_brief_spawn,
+/obj/machinery/power/terminal{
+ dir = 4
+ },
+/obj/structure/cable{
+ icon_state = "4-8"
+ },
+/obj/structure/cable{
+ icon_state = "0-8"
+ },
+/turf/open/floor/plasteel/white,
+/area/ship/bridge)
+"Wx" = (
+/obj/effect/turf_decal/spline/fancy/opaque/syndiered{
+ dir = 9
+ },
+/obj/structure/cable{
+ icon_state = "1-2"
+ },
+/turf/open/floor/plasteel/white,
+/area/ship/bridge)
+"ZN" = (
+/obj/machinery/stasis,
+/obj/item/tank/internals/anesthetic{
+ pixel_x = -6;
+ pixel_y = 3
+ },
+/obj/item/tank/internals/anesthetic{
+ pixel_x = -8;
+ pixel_y = -3
+ },
+/obj/item/clothing/mask/breath/medical{
+ pixel_y = -4;
+ pixel_x = 7
+ },
+/turf/open/floor/plasteel/mono/dark,
+/area/ship/bridge)
+"ZV" = (
+/obj/effect/turf_decal/trimline/opaque/syndiered/filled/shrink_cw,
+/obj/effect/turf_decal/spline/fancy/opaque/black,
+/obj/structure/chair/comfy/shuttle{
+ dir = 4
+ },
+/obj/effect/turf_decal/trimline/opaque/bar/filled/corner{
+ dir = 4
+ },
+/obj/machinery/power/terminal{
+ dir = 1
+ },
+/obj/effect/landmark/ert_shuttle_spawn,
+/obj/structure/cable{
+ icon_state = "0-2"
+ },
+/obj/structure/cable{
+ icon_state = "2-4"
+ },
+/obj/machinery/light/directional/west,
+/turf/open/floor/plasteel/dark,
+/area/ship/bridge)
+
+(1,1,1) = {"
+Pq
+Pq
+PD
+PD
+PD
+PD
+PD
+Pq
+Pq
+"}
+(2,1,1) = {"
+DW
+PD
+PD
+gi
+ae
+al
+PD
+PD
+aj
+"}
+(3,1,1) = {"
+af
+aa
+ZV
+Wx
+bY
+RO
+ak
+gs
+te
+"}
+(4,1,1) = {"
+Pq
+bz
+co
+gA
+SE
+ku
+zS
+dB
+Pq
+"}
+(5,1,1) = {"
+Pq
+sl
+nP
+ZN
+kM
+iR
+zS
+Or
+Pq
+"}
+(6,1,1) = {"
+Pq
+PD
+cF
+hJ
+ac
+hB
+bG
+PD
+Pq
+"}
+(7,1,1) = {"
+Pq
+PD
+PD
+Rz
+ah
+DP
+PD
+PD
+Pq
+"}
+(8,1,1) = {"
+Pq
+Pq
+PD
+wg
+lp
+fa
+PD
+Pq
+Pq
+"}
+(9,1,1) = {"
+Pq
+Pq
+PD
+rR
+rR
+rR
+PD
+Pq
+Pq
+"}
diff --git a/_maps/shuttles/syndicate/syndicate_aegis.dmm b/_maps/shuttles/syndicate/syndicate_aegis.dmm
index 12dbcaea4daa..d86cb9b23de7 100644
--- a/_maps/shuttles/syndicate/syndicate_aegis.dmm
+++ b/_maps/shuttles/syndicate/syndicate_aegis.dmm
@@ -30,29 +30,27 @@
/obj/effect/turf_decal/siding/wood{
dir = 6
},
-/obj/item/clothing/head/HoS/beret/syndicate,
-/obj/item/clothing/head/HoS/syndicate,
-/obj/item/clothing/suit/armor/vest/capcarapace/syndicate,
-/obj/item/clothing/under/syndicate/officer,
-/obj/item/clothing/under/syndicate/combat,
-/obj/item/clothing/glasses/hud/security/sunglasses,
/obj/item/clothing/neck/stripedredscarf,
/obj/item/clothing/neck/tie/red,
-/obj/item/clothing/shoes/combat,
/obj/structure/closet/wall/red{
dir = 8;
name = "Captain's Locker";
- pixel_x = 30
+ pixel_x = 30;
+ req_access_txt = "20"
},
/obj/item/storage/belt/sabre,
/obj/item/reagent_containers/glass/beaker/unholywater,
-/obj/item/clothing/mask/gas/syndicate,
+/obj/item/clothing/mask/breath/suns,
+/obj/item/clothing/gloves/suns/captain,
+/obj/item/clothing/neck/cloak/suns/cap,
+/obj/item/clothing/head/suns/captain,
+/obj/item/clothing/shoes/combat/suns,
+/obj/item/clothing/suit/armor/vest/bulletproof/suns/captain,
+/obj/item/clothing/under/syndicate/suns/captain,
+/obj/item/clothing/shoes/laceup/suns,
+/obj/item/clothing/mask/gas/suns,
/turf/open/floor/wood/walnut,
/area/ship/crew/dorm)
-"az" = (
-/obj/structure/sign/syndicate,
-/turf/closed/wall/mineral/plastitanium,
-/area/ship/crew/dorm)
"aB" = (
/obj/effect/turf_decal/siding/wood{
dir = 5
@@ -119,10 +117,6 @@
/obj/effect/decal/cleanable/food/plant_smudge,
/turf/open/floor/plasteel/tech,
/area/ship/crew/hydroponics)
-"aR" = (
-/obj/structure/sign/syndicate,
-/turf/closed/wall/mineral/plastitanium/nodiagonal,
-/area/ship/crew/janitor)
"aW" = (
/obj/effect/turf_decal/siding/wood{
dir = 1
@@ -150,6 +144,8 @@
dir = 4
},
/obj/effect/decal/cleanable/dirt,
+/obj/item/clothing/shoes/jackboots/suns,
+/obj/item/clothing/mask/gas/suns,
/turf/open/floor/plasteel/tech,
/area/ship/cargo)
"bf" = (
@@ -228,11 +224,9 @@
dir = 5
},
/obj/structure/table/wood,
-/obj/item/paper_bin/carbon,
/obj/item/clothing/under/rank/medical/psychiatrist,
/obj/item/stack/sheet/mineral/wood/fifty,
/obj/item/lighter,
-/obj/item/clothing/suit/toggle/labcoat,
/obj/item/clothing/gloves/color/black,
/obj/item/clothing/gloves/color/white,
/obj/item/clothing/gloves/color/latex/nitrile/evil,
@@ -246,7 +240,16 @@
name = "Psychologists Locker";
pixel_y = 28
},
-/obj/item/gun/syringe/syndicate,
+/obj/item/clothing/head/suns,
+/obj/item/clothing/gloves/suns/xo,
+/obj/item/clothing/neck/cloak/suns,
+/obj/item/clothing/gloves/color/latex/nitrile/suns,
+/obj/item/clothing/shoes/laceup/suns,
+/obj/item/clothing/shoes/sneakers/suns,
+/obj/item/clothing/suit/toggle/labcoat/suns/doctorlabcoat,
+/obj/item/clothing/mask/surgical/suns,
+/obj/item/clothing/gloves/suns/xo,
+/obj/item/flashlight/pen,
/turf/open/floor/carpet/red,
/area/ship/crew/office)
"bx" = (
@@ -507,9 +510,6 @@
pixel_y = 29
},
/obj/structure/catwalk/over,
-/obj/structure/cable/yellow{
- icon_state = "2-4"
- },
/obj/machinery/atmospherics/pipe/manifold/orange/hidden{
dir = 1
},
@@ -569,26 +569,38 @@
/obj/item/surgicaldrill/advanced,
/obj/item/healthanalyzer/advanced,
/obj/item/clothing/glasses/hud/health/sunglasses,
-/obj/item/clothing/shoes/combat,
/obj/item/clothing/neck/stripedredscarf,
/obj/item/clothing/neck/stripedbluescarf,
/obj/structure/closet/wall/red{
name = "Lead Doctor's Locker";
pixel_y = 28
},
-/obj/item/clothing/neck/tie/blue,
-/obj/item/clothing/head/beret/black,
-/obj/item/clothing/under/syndicate/sniper,
/obj/item/reagent_containers/food/drinks/bottle/holywater,
/obj/item/clothing/suit/armor/vest/security/brig_phys{
name = "lead doctor's jacket"
},
-/obj/item/clothing/gloves/color/latex/nitrile,
/obj/item/clothing/glasses/hud/health/night,
-/obj/item/clothing/suit/armor/vest/marine/medium{
- name = "medium medical armor vest"
- },
/obj/item/hypospray/mkii/CMO,
+/obj/item/clothing/under/syndicate/suns/xo,
+/obj/item/clothing/head/suns,
+/obj/item/clothing/mask/breath/suns,
+/obj/item/clothing/gloves/suns/xo,
+/obj/item/clothing/head/suns/surgery,
+/obj/item/clothing/neck/cloak/suns,
+/obj/item/clothing/neck/cloak/suns/xo,
+/obj/item/clothing/gloves/color/latex/nitrile/suns,
+/obj/item/clothing/shoes/laceup/suns,
+/obj/item/clothing/shoes/sneakers/suns,
+/obj/item/clothing/suit/armor/vest/bulletproof/suns/xo,
+/obj/item/clothing/suit/hooded/suns,
+/obj/item/clothing/suit/toggle/labcoat/suns/cmo,
+/obj/item/clothing/under/syndicate/suns/sciencejumpsuit,
+/obj/item/clothing/suit/toggle/labcoat/suns/doctorlabcoat,
+/obj/item/clothing/shoes/combat/suns,
+/obj/item/clothing/mask/surgical/suns,
+/obj/item/clothing/glasses/science/suns,
+/obj/item/flashlight/pen,
+/obj/item/autosurgeon/cmo,
/turf/open/floor/carpet/blue,
/area/ship/medical)
"dZ" = (
@@ -672,6 +684,7 @@
/obj/item/clothing/shoes/laceup,
/obj/item/clothing/gloves/color/black,
/obj/item/reagent_containers/food/drinks/shaker,
+/obj/item/clothing/mask/breath/suns,
/turf/open/floor/wood/walnut,
/area/ship/crew/canteen/kitchen)
"ff" = (
@@ -829,9 +842,6 @@
/obj/effect/turf_decal/corner_techfloor_grid{
dir = 5
},
-/obj/structure/cable/yellow{
- icon_state = "1-4"
- },
/obj/machinery/atmospherics/components/binary/pump{
dir = 1;
layer = 2.35;
@@ -843,9 +853,10 @@
/turf/open/floor/plasteel/tech/techmaint,
/area/ship/engineering)
"gz" = (
-/obj/structure/sign/syndicate,
-/turf/closed/wall/mineral/plastitanium/nodiagonal,
-/area/ship/crew/office)
+/obj/machinery/suit_storage_unit/inherit,
+/obj/item/clothing/suit/space/hardsuit/solgov/suns,
+/turf/open/floor/plasteel/tech,
+/area/ship/crew/dorm)
"gA" = (
/obj/structure/cable/yellow{
icon_state = "1-2"
@@ -991,6 +1002,12 @@
dir = 8
},
/obj/effect/decal/cleanable/dirt,
+/obj/structure/closet/wall/white{
+ pixel_y = 26;
+ name = "bureaucratic supplies"
+ },
+/obj/item/paper_bin,
+/obj/item/pen/fountain,
/turf/open/floor/wood/walnut,
/area/ship/crew/office)
"hl" = (
@@ -1337,23 +1354,32 @@
/turf/open/floor/carpet/red,
/area/ship/bridge)
"kz" = (
-/obj/item/clothing/under/syndicate,
-/obj/item/clothing/under/syndicate/skirt,
-/obj/item/storage/fancy/cigarettes/cigpack_syndicate,
/obj/structure/closet/syndicate{
desc = "It's a basic storage unit.";
name = "uniform closet"
},
-/obj/item/clothing/gloves/combat,
-/obj/item/clothing/shoes/combat,
/obj/effect/turf_decal/siding/wood{
dir = 5
},
/obj/effect/decal/cleanable/dirt,
-/obj/structure/sign/poster/contraband/syndicate{
- pixel_x = 32
- },
-/obj/item/clothing/mask/gas/syndicate,
+/obj/item/clothing/suit/toggle/suns/alt,
+/obj/item/clothing/suit/toggle/suns/alt,
+/obj/item/clothing/suit/toggle/suns,
+/obj/item/clothing/suit/toggle/suns,
+/obj/item/clothing/shoes/laceup/suns,
+/obj/item/clothing/shoes/laceup/suns,
+/obj/item/clothing/shoes/laceup/suns,
+/obj/item/clothing/shoes/laceup/suns,
+/obj/item/clothing/neck/cloak/suns,
+/obj/item/clothing/neck/cloak/suns,
+/obj/item/clothing/neck/cloak/suns,
+/obj/item/clothing/neck/cloak/suns,
+/obj/item/clothing/mask/gas/suns,
+/obj/item/clothing/mask/gas/suns,
+/obj/item/clothing/gloves/suns,
+/obj/item/clothing/gloves/suns,
+/obj/item/clothing/gloves/suns,
+/obj/item/clothing/gloves/suns,
/turf/open/floor/wood/walnut,
/area/ship/crew/dorm)
"kI" = (
@@ -1414,13 +1440,13 @@
dir = 4
},
/obj/machinery/suit_storage_unit/inherit,
-/obj/item/clothing/head/helmet/space/syndicate/black/med,
-/obj/item/clothing/suit/space/syndicate/black/med,
/obj/effect/decal/cleanable/dirt,
/obj/structure/sign/warning/vacuum{
pixel_x = -30
},
-/obj/item/clothing/mask/gas/syndicate,
+/obj/item/clothing/suit/space/syndicate/suns,
+/obj/item/clothing/head/helmet/space/syndicate/suns,
+/obj/item/clothing/mask/gas/suns,
/turf/open/floor/plasteel/tech,
/area/ship/cargo)
"lx" = (
@@ -1444,10 +1470,6 @@
},
/turf/open/floor/plasteel/dark,
/area/ship/medical)
-"lQ" = (
-/obj/structure/sign/syndicate,
-/turf/closed/wall/mineral/plastitanium/nodiagonal,
-/area/ship/crew/hydroponics)
"lY" = (
/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2,
/obj/effect/decal/cleanable/dirt,
@@ -1618,9 +1640,6 @@
/area/ship/engineering)
"mS" = (
/obj/machinery/light/small/directional/south,
-/obj/structure/cable/yellow{
- icon_state = "0-8"
- },
/obj/machinery/atmospherics/components/unary/tank/air{
dir = 1;
layer = 2.35
@@ -1746,6 +1765,7 @@
},
/obj/item/paper_bin/bundlenatural,
/obj/effect/turf_decal/siding/wood,
+/obj/item/pen/fountain/captain,
/turf/open/floor/carpet/red,
/area/ship/bridge)
"oJ" = (
@@ -1848,47 +1868,6 @@
"pu" = (
/turf/open/floor/wood/walnut,
/area/ship/bridge)
-"pI" = (
-/obj/structure/closet/wall/orange{
- name = "Engineering locker";
- pixel_y = 30
- },
-/obj/machinery/atmospherics/pipe/simple/orange/hidden{
- dir = 8
- },
-/obj/item/clothing/suit/space/syndicate/black/engie,
-/obj/item/clothing/head/helmet/space/syndicate/black/engie,
-/obj/item/tank/internals/oxygen,
-/obj/item/extinguisher/advanced,
-/obj/item/storage/toolbox/syndicate{
- name = "syndicate toolbox";
- pixel_x = -3;
- pixel_y = 5
- },
-/obj/item/storage/belt/utility{
- pixel_x = 3;
- pixel_y = 5
- },
-/obj/item/clothing/shoes/combat,
-/obj/item/clothing/suit/hooded/wintercoat/engineering,
-/obj/item/holosign_creator/atmos,
-/obj/item/clothing/gloves/color/orange,
-/obj/item/clothing/neck/scarf/orange,
-/obj/item/clothing/neck/tie/orange,
-/obj/item/clothing/glasses/hud/diagnostic/night,
-/obj/item/clothing/glasses/meson/engine/tray,
-/obj/item/clothing/head/beret/eng/hazard,
-/obj/structure/catwalk/over,
-/obj/item/clothing/gloves/color/yellow,
-/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{
- dir = 6
- },
-/obj/structure/cable/yellow{
- icon_state = "4-8"
- },
-/obj/item/tank/internals/emergency_oxygen/engi,
-/turf/open/floor/plating,
-/area/ship/engineering)
"pS" = (
/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4,
/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{
@@ -2068,18 +2047,11 @@
/area/ship/engineering)
"rf" = (
/obj/structure/table,
-/obj/item/storage/box/maid{
- pixel_x = -5;
- pixel_y = 7
- },
/obj/effect/decal/cleanable/dirt,
/obj/effect/turf_decal/siding/wood{
dir = 8
},
/obj/structure/bedsheetbin,
-/obj/item/storage/box/maid{
- pixel_x = 6
- },
/obj/machinery/light_switch{
pixel_y = 22
},
@@ -2212,10 +2184,6 @@
/obj/item/seeds/corn,
/turf/open/floor/plasteel/tech,
/area/ship/crew/hydroponics)
-"sI" = (
-/obj/structure/sign/syndicate,
-/turf/closed/wall/mineral/plastitanium/nodiagonal,
-/area/ship/engineering)
"sN" = (
/obj/effect/spawner/structure/window/plasma/reinforced/plastitanium,
/obj/machinery/door/poddoor/shutters{
@@ -2240,9 +2208,6 @@
/turf/open/floor/mineral/plastitanium/red,
/area/ship/hallway/central)
"tn" = (
-/obj/structure/cable/yellow{
- icon_state = "4-8"
- },
/obj/machinery/atmospherics/components/unary/tank/toxins{
dir = 1;
layer = 2.35
@@ -2367,7 +2332,7 @@
name = "Cooks Clothing";
pixel_x = -30
},
-/obj/item/book/manual/wiki/cooking_to_serve_man,
+/obj/item/book/manual/wiki/cooking,
/obj/item/clothing/under/rank/civilian/chef,
/obj/item/clothing/under/rank/civilian/chef/skirt,
/obj/item/clothing/suit/toggle/chef,
@@ -2379,6 +2344,7 @@
/obj/item/circuitboard/machine/processor,
/obj/item/circuitboard/machine/gibber,
/obj/item/circuitboard/machine/deep_fryer,
+/obj/item/clothing/mask/breath/suns,
/turf/open/floor/wood/walnut,
/area/ship/crew/canteen/kitchen)
"vj" = (
@@ -2404,28 +2370,13 @@
dir = 8
},
/obj/item/tank/internals/oxygen,
-/obj/item/extinguisher/advanced,
/obj/item/storage/toolbox/syndicate{
name = "syndicate toolbox";
pixel_x = -3;
pixel_y = 5
},
-/obj/item/storage/belt/utility{
- pixel_x = 3;
- pixel_y = 5
- },
/obj/item/storage/belt/utility/syndicate,
-/obj/item/clothing/shoes/combat,
-/obj/item/clothing/suit/hooded/wintercoat/engineering,
-/obj/item/holosign_creator/atmos,
-/obj/item/clothing/gloves/color/orange,
-/obj/item/clothing/neck/scarf/orange,
-/obj/item/clothing/neck/tie/orange,
-/obj/item/clothing/glasses/hud/diagnostic/night,
-/obj/item/clothing/glasses/meson/engine/tray,
-/obj/item/clothing/head/beret/eng/hazard,
/obj/structure/catwalk/over,
-/obj/item/clothing/gloves/color/yellow,
/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{
dir = 8
},
@@ -2434,6 +2385,13 @@
icon_state = "4-8"
},
/obj/item/tank/internals/emergency_oxygen/engi,
+/obj/item/clothing/gloves/suns/yellow,
+/obj/item/clothing/shoes/jackboots/suns,
+/obj/item/clothing/suit/toggle/suns/workervest,
+/obj/item/clothing/under/syndicate/suns/workerjumpsuit,
+/obj/item/clothing/mask/gas/suns,
+/obj/item/clothing/head/safety_helmet/suns,
+/obj/item/clothing/glasses/meson/engine,
/turf/open/floor/plating,
/area/ship/engineering)
"vw" = (
@@ -2479,9 +2437,6 @@
dir = 5
},
/obj/effect/decal/cleanable/cobweb/cobweb2,
-/obj/structure/cable/yellow{
- icon_state = "0-8"
- },
/obj/structure/railing{
dir = 1
},
@@ -2492,20 +2447,34 @@
/turf/open/floor/plasteel/tech/techmaint,
/area/ship/engineering)
"wh" = (
-/obj/item/clothing/under/syndicate,
-/obj/item/clothing/under/syndicate/skirt,
-/obj/item/storage/fancy/cigarettes/cigpack_syndicate,
/obj/structure/closet/syndicate{
desc = "It's a basic storage unit.";
name = "uniform closet"
},
-/obj/item/clothing/gloves/combat,
-/obj/item/clothing/shoes/combat,
/obj/effect/turf_decal/siding/wood{
dir = 6
},
/obj/machinery/airalarm/directional/east,
-/obj/item/clothing/mask/gas/syndicate,
+/obj/item/clothing/under/syndicate/suns/uniform3,
+/obj/item/clothing/under/syndicate/suns/uniform3,
+/obj/item/clothing/under/syndicate/suns/uniform2,
+/obj/item/clothing/under/syndicate/suns/uniform2,
+/obj/item/clothing/under/syndicate/suns,
+/obj/item/clothing/under/syndicate/suns,
+/obj/item/clothing/under/syndicate/suns/alt,
+/obj/item/clothing/under/syndicate/suns/alt,
+/obj/item/clothing/under/syndicate/suns/uniform2/alt,
+/obj/item/clothing/under/syndicate/suns/uniform2/alt,
+/obj/item/clothing/under/syndicate/suns/uniform3/alt,
+/obj/item/clothing/under/syndicate/suns/uniform3/alt,
+/obj/item/clothing/accessory/waistcoat/suns/poof,
+/obj/item/clothing/accessory/waistcoat/suns/poof,
+/obj/item/clothing/accessory/waistcoat/suns/ribbon,
+/obj/item/clothing/accessory/waistcoat/suns/ribbon,
+/obj/item/clothing/accessory/waistcoat/suns/gembow,
+/obj/item/clothing/accessory/waistcoat/suns/gembow,
+/obj/item/clothing/accessory/waistcoat/suns,
+/obj/item/clothing/accessory/waistcoat/suns,
/turf/open/floor/wood/walnut,
/area/ship/crew/dorm)
"wk" = (
@@ -2542,8 +2511,12 @@
/turf/open/floor/plating,
/area/ship/engineering)
"wM" = (
-/obj/structure/frame/machine,
/obj/machinery/atmospherics/pipe/layer_manifold,
+/obj/item/clothing/mask/gas/suns,
+/obj/item/clothing/mask/gas/suns,
+/obj/item/clothing/mask/gas/suns,
+/obj/item/holosign_creator/atmos,
+/obj/structure/rack,
/turf/open/floor/plasteel/tech/techmaint,
/area/ship/engineering)
"wQ" = (
@@ -3133,42 +3106,6 @@
/obj/structure/table/wood/reinforced,
/turf/open/floor/wood/walnut,
/area/ship/crew/canteen/kitchen)
-"DX" = (
-/obj/structure/closet/wall/white/med{
- name = "medical locker";
- pixel_y = 29
- },
-/obj/item/clothing/gloves/color/latex/nitrile/evil,
-/obj/item/storage/belt/medical/surgery,
-/obj/item/clothing/suit/longcoat/brig_phys{
- name = "syndicate medic's longcoat"
- },
-/obj/item/clothing/suit/longcoat/roboblack{
- name = "syndicate medic's black longcoat"
- },
-/obj/item/clothing/under/rank/medical/doctor/red,
-/obj/item/clothing/suit/longcoat,
-/obj/item/clothing/neck/stripedbluescarf,
-/obj/item/clothing/neck/stripedredscarf,
-/obj/item/clothing/shoes/laceup,
-/obj/item/clothing/suit/hooded/wintercoat/medical,
-/obj/structure/cable/yellow{
- icon_state = "4-8"
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{
- dir = 4
- },
-/obj/item/wallframe/defib_mount,
-/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{
- dir = 8
- },
-/obj/item/hypospray/mkii,
-/obj/item/clothing/mask/surgical,
-/obj/item/storage/backpack/duffelbag/med/surgery,
-/obj/item/clothing/glasses/hud/health,
-/obj/item/storage/firstaid/regular,
-/turf/open/floor/plasteel/dark,
-/area/ship/medical)
"Ee" = (
/obj/structure/chair/sofa{
dir = 1
@@ -3337,9 +3274,6 @@
/turf/open/floor/plating,
/area/ship/bridge)
"FS" = (
-/obj/structure/cable/yellow{
- icon_state = "1-2"
- },
/obj/effect/decal/cleanable/oil/slippery,
/obj/machinery/atmospherics/pipe/layer_manifold,
/turf/open/floor/plasteel/tech/techmaint,
@@ -3477,6 +3411,8 @@
/obj/item/mining_scanner,
/obj/item/radio,
/obj/effect/turf_decal/corner_techfloor_grid/diagonal,
+/obj/item/clothing/shoes/jackboots/suns,
+/obj/item/clothing/mask/gas/suns,
/turf/open/floor/plasteel/tech,
/area/ship/cargo)
"Hp" = (
@@ -3496,7 +3432,8 @@
/obj/effect/turf_decal/techfloor{
dir = 5
},
-/obj/structure/frame/machine,
+/obj/item/clothing/suit/space/hardsuit/mining/suns,
+/obj/machinery/suit_storage_unit/inherit,
/turf/open/floor/plasteel/tech/techmaint,
/area/ship/engineering)
"Im" = (
@@ -3645,33 +3582,37 @@
},
/obj/item/clothing/gloves/color/latex/nitrile/evil,
/obj/item/storage/belt/medical/surgery,
-/obj/item/clothing/suit/longcoat/brig_phys{
- name = "syndicate medic's longcoat"
- },
-/obj/item/clothing/suit/longcoat/roboblack{
- name = "syndicate medic's black longcoat"
- },
-/obj/item/clothing/under/rank/medical/doctor/red,
-/obj/item/clothing/suit/longcoat,
/obj/item/clothing/neck/stripedbluescarf,
/obj/item/clothing/neck/stripedredscarf,
-/obj/item/clothing/shoes/laceup,
-/obj/item/clothing/suit/hooded/wintercoat/medical,
/obj/structure/cable/yellow{
- icon_state = "2-4"
+ icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{
- dir = 6
+ dir = 4
},
/obj/item/wallframe/defib_mount,
-/obj/item/defibrillator/loaded,
/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{
- dir = 6
+ dir = 8
},
+/obj/item/hypospray/mkii,
/obj/item/clothing/mask/surgical,
/obj/item/storage/backpack/duffelbag/med/surgery,
-/obj/item/clothing/glasses/hud/health,
/obj/item/storage/firstaid/regular,
+/obj/item/clothing/glasses/hud/health/suns,
+/obj/item/clothing/head/suns/surgery,
+/obj/item/clothing/gloves/color/latex/nitrile/suns,
+/obj/item/clothing/shoes/laceup/suns,
+/obj/item/clothing/shoes/sneakers/suns,
+/obj/item/clothing/suit/hooded/suns,
+/obj/item/clothing/suit/toggle/labcoat/suns/doctorlabcoat,
+/obj/item/clothing/under/syndicate/suns/doctorscrubs,
+/obj/item/clothing/under/syndicate/suns/sciencejumpsuit,
+/obj/item/clothing/suit/toggle/labcoat/suns/doctorlabcoat,
+/obj/item/clothing/mask/surgical/suns,
+/obj/item/holosign_creator/medical,
+/obj/item/defibrillator/loaded,
+/obj/item/flashlight/pen,
+/obj/item/flashlight/pen,
/turf/open/floor/plasteel/dark,
/area/ship/medical)
"JY" = (
@@ -4540,10 +4481,6 @@
/turf/open/floor/plasteel/tech,
/area/ship/cargo)
"Sy" = (
-/obj/item/clothing/head/maidheadband/syndicate,
-/obj/item/clothing/under/syndicate/skirt/maid,
-/obj/item/clothing/accessory/maidapron/syndicate,
-/obj/item/clothing/gloves/color/latex/nitrile/evil,
/obj/item/clothing/shoes/laceup,
/obj/item/clothing/shoes/laceup,
/obj/item/clothing/suit/toggle/lawyer/black,
@@ -4556,12 +4493,16 @@
name = "Uniform Closet";
pixel_x = 30
},
-/obj/item/clothing/gloves/combat/maid,
/obj/structure/table/wood,
/obj/effect/turf_decal/siding/wood{
dir = 8
},
/obj/machinery/light/small/directional/south,
+/obj/item/clothing/gloves/color/latex/nitrile/suns,
+/obj/item/clothing/shoes/laceup/suns,
+/obj/item/clothing/shoes/sneakers/suns,
+/obj/item/clothing/suit/hooded/suns,
+/obj/item/clothing/mask/surgical/suns,
/turf/open/floor/carpet/red,
/area/ship/crew/janitor)
"SF" = (
@@ -4677,12 +4618,6 @@
pixel_y = 30
},
/obj/item/storage/bag/chemistry,
-/obj/item/clothing/suit/longcoat/chemist,
-/obj/item/clothing/suit/toggle/labcoat/chemist,
-/obj/item/clothing/shoes/combat,
-/obj/item/clothing/shoes/combat,
-/obj/item/clothing/gloves/color/latex,
-/obj/item/clothing/gloves/color/latex,
/obj/item/clothing/glasses/sunglasses/chemical,
/obj/item/reagent_containers/glass/beaker/large,
/obj/item/reagent_containers/glass/beaker/large,
@@ -4699,6 +4634,8 @@
/obj/structure/sign/warning/chemdiamond{
pixel_x = 30
},
+/obj/item/flashlight/pen,
+/obj/item/flashlight/pen,
/turf/open/floor/plasteel/tech,
/area/ship/medical)
"Tw" = (
@@ -4945,10 +4882,6 @@
/obj/effect/turf_decal/trimline/opaque/black/line,
/turf/open/floor/mineral/plastitanium/red,
/area/ship/hallway/central)
-"VG" = (
-/obj/structure/sign/syndicate,
-/turf/closed/wall/mineral/plastitanium/nodiagonal,
-/area/ship/cargo)
"VT" = (
/turf/closed/wall/mineral/plastitanium/nodiagonal,
/area/ship/crew/canteen/kitchen)
@@ -4977,10 +4910,10 @@
"Wb" = (
/obj/effect/turf_decal/corner_techfloor_grid/diagonal,
/obj/machinery/suit_storage_unit/inherit,
-/obj/item/clothing/head/helmet/space/syndicate/black/med,
-/obj/item/clothing/suit/space/syndicate/black/med,
/obj/structure/extinguisher_cabinet/directional/west,
-/obj/item/clothing/mask/gas/syndicate,
+/obj/item/clothing/suit/space/syndicate/suns,
+/obj/item/clothing/head/helmet/space/syndicate/suns,
+/obj/item/clothing/mask/gas/suns,
/turf/open/floor/plasteel/tech,
/area/ship/cargo)
"Wc" = (
@@ -5157,28 +5090,14 @@
name = "Uniform closet";
pixel_x = 32
},
-/obj/item/clothing/under/syndicate/tacticool/skirt,
-/obj/item/clothing/under/syndicate/tacticool/skirt,
-/obj/item/clothing/under/syndicate/tacticool/skirt,
-/obj/item/clothing/under/syndicate/tacticool/skirt,
-/obj/item/clothing/under/syndicate/tacticool,
-/obj/item/clothing/under/syndicate/tacticool,
-/obj/item/clothing/under/syndicate/tacticool,
-/obj/item/clothing/under/syndicate/tacticool,
-/obj/item/clothing/under/syndicate/tacticool,
-/obj/item/clothing/shoes/jackboots,
-/obj/item/clothing/shoes/jackboots,
-/obj/item/clothing/shoes/jackboots,
-/obj/item/clothing/shoes/jackboots,
-/obj/item/clothing/shoes/jackboots,
+/obj/effect/turf_decal/siding/wood{
+ dir = 4
+ },
/obj/item/flashlight,
/obj/item/flashlight,
/obj/item/flashlight,
/obj/item/flashlight,
/obj/item/flashlight,
-/obj/effect/turf_decal/siding/wood{
- dir = 4
- },
/turf/open/floor/wood/walnut,
/area/ship/crew/dorm)
"Xk" = (
@@ -5260,10 +5179,6 @@
/obj/effect/turf_decal/trimline/opaque/brown/filled/line,
/turf/open/floor/plasteel/tech,
/area/ship/crew/canteen/kitchen)
-"Yf" = (
-/obj/structure/sign/syndicate,
-/turf/closed/wall/mineral/plastitanium/nodiagonal,
-/area/ship/medical)
"Yo" = (
/obj/structure/window/plasma/reinforced/spawner/north,
/obj/machinery/atmospherics/components/unary/outlet_injector/on/layer4{
@@ -5341,9 +5256,6 @@
},
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4,
/obj/structure/catwalk/over,
-/obj/structure/cable/yellow{
- icon_state = "1-4"
- },
/obj/structure/reagent_dispensers/fueltank,
/turf/open/floor/plating,
/area/ship/engineering)
@@ -5401,9 +5313,6 @@
/turf/open/floor/plasteel/tech/techmaint,
/area/ship/engineering)
"ZJ" = (
-/obj/structure/cable/yellow{
- icon_state = "1-2"
- },
/obj/machinery/atmospherics/pipe/simple/orange/hidden,
/obj/effect/decal/cleanable/plasma,
/turf/open/floor/plasteel/tech/techmaint,
@@ -5509,7 +5418,7 @@ hl
kU
kU
kU
-VG
+aP
ls
Cc
Cc
@@ -5554,7 +5463,7 @@ Wb
aP
Xk
Xk
-lQ
+Xk
Im
wk
wk
@@ -5668,7 +5577,7 @@ wk
(7,1,1) = {"
Ss
xO
-xO
+gz
xO
Te
bx
@@ -5730,7 +5639,7 @@ It
sN
Kv
It
-sI
+It
wk
"}
(9,1,1) = {"
@@ -5803,7 +5712,7 @@ wk
"}
(11,1,1) = {"
Ss
-az
+Ss
Ss
wk
wk
@@ -5862,7 +5771,7 @@ Xk
TE
Ch
It
-pI
+vs
zV
UN
It
@@ -6211,7 +6120,7 @@ wk
"}
(23,1,1) = {"
dZ
-aR
+kj
dZ
wk
wk
@@ -6342,7 +6251,7 @@ oP
re
Qt
It
-sI
+It
wk
"}
(27,1,1) = {"
@@ -6462,7 +6371,7 @@ CF
nd
Xb
Bh
-DX
+JI
Do
lN
CM
@@ -6506,7 +6415,7 @@ TS
WQ
WQ
WQ
-gz
+WQ
aL
wk
wk
@@ -6529,7 +6438,7 @@ TS
dL
dL
dL
-Yf
+TS
QV
TS
TS
diff --git a/_maps/shuttles/syndicate/syndicate_gorlex_hyena.dmm b/_maps/shuttles/syndicate/syndicate_gorlex_hyena.dmm
index 46bd016425f1..6a8cee6cc78a 100644
--- a/_maps/shuttles/syndicate/syndicate_gorlex_hyena.dmm
+++ b/_maps/shuttles/syndicate/syndicate_gorlex_hyena.dmm
@@ -491,7 +491,7 @@
pixel_x = 32
},
/obj/effect/turf_decal/industrial/outline,
-/obj/item/gun/ballistic/shotgun/lethal,
+/obj/item/gun/ballistic/shotgun/brimstone,
/obj/machinery/button/door{
dir = 1;
id = "wreckerarmory";
@@ -1669,7 +1669,6 @@
/obj/item/gun/ballistic/automatic/pistol,
/obj/item/clothing/accessory/holster,
/obj/item/grenade/chem_grenade/metalfoam,
-/obj/item/card/mining_access_card,
/obj/machinery/airalarm/directional/west,
/obj/item/tank/jetpack/suit,
/turf/open/floor/carpet/red,
diff --git a/_maps/shuttles/syndicate/syndicate_gorlex_komodo.dmm b/_maps/shuttles/syndicate/syndicate_gorlex_komodo.dmm
index 3da232da75dc..35486f0a3759 100644
--- a/_maps/shuttles/syndicate/syndicate_gorlex_komodo.dmm
+++ b/_maps/shuttles/syndicate/syndicate_gorlex_komodo.dmm
@@ -992,10 +992,6 @@
/obj/structure/railing{
dir = 1
},
-/obj/item/clothing/under/syndicate/skirt/maid,
-/obj/item/clothing/gloves/combat/maid,
-/obj/item/clothing/head/maidheadband/syndicate,
-/obj/item/clothing/accessory/maidapron/syndicate,
/obj/structure/closet/crate/secure/loot,
/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{
dir = 6
@@ -2734,43 +2730,6 @@
},
/turf/open/floor/plasteel,
/area/ship/engineering)
-"AS" = (
-/obj/effect/turf_decal/borderfloor{
- dir = 8
- },
-/obj/item/gun/ballistic/automatic/pistol/m1911{
- pixel_x = 1;
- pixel_y = 5
- },
-/obj/item/ammo_box/magazine/m45,
-/obj/item/ammo_box/magazine/m45{
- pixel_x = 3
- },
-/obj/item/clothing/under/syndicate/aclfgrunt,
-/obj/item/clothing/gloves/tackler/combat/insulated,
-/obj/item/clothing/suit/armor/vest/leather{
- desc = "Lightly armored leather overcoat meant as casual wear for high-ranking officers. Bears the crest of the Gorlex Marauders."
- },
-/obj/item/clothing/mask/gas/sechailer/swat,
-/obj/item/clothing/head/HoS/beret/syndicate,
-/obj/structure/cable{
- icon_state = "4-8"
- },
-/obj/structure/closet/secure_closet/wall{
- dir = 1;
- icon_state = "sec_wall";
- name = "Sergeant's locker";
- pixel_y = -29;
- req_access_txt = "58"
- },
-/obj/item/melee/classic_baton/telescopic,
-/obj/item/clothing/suit/armor/vest/blueshirt,
-/obj/item/clothing/under/syndicate/combat,
-/obj/item/clothing/accessory/holster,
-/obj/item/clothing/shoes/combat,
-/obj/item/radio/headset/syndicate,
-/turf/open/floor/plasteel/dark,
-/area/ship/bridge)
"AY" = (
/obj/structure/sign/syndicate,
/turf/closed/wall/mineral/plastitanium/nodiagonal,
@@ -3137,33 +3096,6 @@
},
/turf/open/floor/mineral/plastitanium/red,
/area/ship/crew/canteen)
-"Ek" = (
-/obj/structure/closet/secure_closet{
- anchored = 1;
- icon_state = "hos";
- name = "captain's locker";
- req_access_txt = "20"
- },
-/obj/item/clothing/under/syndicate/combat,
-/obj/item/clothing/under/syndicate/officer,
-/obj/item/clothing/suit/armor/vest/capcarapace/syndicate,
-/obj/item/clothing/gloves/krav_maga/combatglovesplus,
-/obj/item/clothing/shoes/jackboots,
-/obj/item/clothing/glasses/thermal/eyepatch,
-/obj/item/clothing/head/HoS/beret/syndicate,
-/obj/item/clothing/head/HoS/syndicate,
-/obj/item/clothing/head/gorlexcap{
- pixel_x = 5;
- pixel_y = -4
- },
-/obj/item/gun/ballistic/derringer/traitor,
-/obj/item/clothing/under/syndicate/sniper,
-/obj/item/clothing/suit/gorlex,
-/obj/item/ammo_box/a357,
-/obj/item/ammo_box/a357,
-/obj/item/radio/headset/syndicate/alt/leader,
-/turf/open/floor/carpet/black,
-/area/ship/bridge)
"El" = (
/obj/structure/filingcabinet,
/obj/item/folder/syndicate/mining,
@@ -3886,6 +3818,33 @@
},
/turf/open/floor/plasteel/dark,
/area/ship/bridge)
+"KG" = (
+/obj/structure/closet/secure_closet{
+ anchored = 1;
+ icon_state = "hos";
+ name = "captain's locker";
+ req_access_txt = "20"
+ },
+/obj/item/clothing/under/syndicate/combat,
+/obj/item/clothing/under/syndicate/ngr/officer,
+/obj/item/clothing/suit/armor/vest/capcarapace/syndicate,
+/obj/item/clothing/gloves/krav_maga/combatglovesplus,
+/obj/item/clothing/shoes/jackboots,
+/obj/item/clothing/glasses/thermal/eyepatch,
+/obj/item/clothing/head/HoS/beret/syndicate,
+/obj/item/clothing/head/HoS/syndicate,
+/obj/item/clothing/head/ngrcap{
+ pixel_x = 5;
+ pixel_y = -4
+ },
+/obj/item/gun/ballistic/derringer/traitor,
+/obj/item/clothing/under/syndicate/sniper,
+/obj/item/clothing/suit/armor/vest/capcarapace/ngr_captain,
+/obj/item/ammo_box/a357,
+/obj/item/ammo_box/a357,
+/obj/item/radio/headset/syndicate/alt/leader,
+/turf/open/floor/carpet/black,
+/area/ship/bridge)
"KL" = (
/obj/machinery/vending/custom,
/obj/structure/railing{
@@ -4013,7 +3972,7 @@
pixel_y = 7
},
/obj/item/clothing/under/syndicate/sniper,
-/obj/item/clothing/under/syndicate/aclfgrunt,
+/obj/item/clothing/under/syndicate/ngr,
/obj/item/clothing/shoes/combat,
/obj/item/clothing/mask/gas/syndicate,
/obj/item/clothing/suit/armor/vest/duster,
@@ -4823,6 +4782,43 @@
/obj/structure/catwalk/over,
/turf/open/floor/plating,
/area/ship/engineering)
+"UJ" = (
+/obj/effect/turf_decal/borderfloor{
+ dir = 8
+ },
+/obj/item/gun/ballistic/automatic/pistol/candor{
+ pixel_x = 1;
+ pixel_y = 5
+ },
+/obj/item/ammo_box/magazine/m45,
+/obj/item/ammo_box/magazine/m45{
+ pixel_x = 3
+ },
+/obj/item/clothing/under/syndicate/ngr,
+/obj/item/clothing/gloves/tackler/combat/insulated,
+/obj/item/clothing/suit/armor/vest/leather{
+ desc = "Lightly armored leather overcoat meant as casual wear for high-ranking officers. Bears the crest of the Gorlex Marauders."
+ },
+/obj/item/clothing/mask/gas/sechailer/swat,
+/obj/item/clothing/head/HoS/beret/syndicate,
+/obj/structure/cable{
+ icon_state = "4-8"
+ },
+/obj/structure/closet/secure_closet/wall{
+ dir = 1;
+ icon_state = "sec_wall";
+ name = "Sergeant's locker";
+ pixel_y = -29;
+ req_access_txt = "58"
+ },
+/obj/item/melee/classic_baton/telescopic,
+/obj/item/clothing/suit/armor/vest/blueshirt,
+/obj/item/clothing/under/syndicate/combat,
+/obj/item/clothing/accessory/holster,
+/obj/item/clothing/shoes/combat,
+/obj/item/radio/headset/syndicate,
+/turf/open/floor/plasteel/dark,
+/area/ship/bridge)
"UK" = (
/obj/machinery/door/firedoor,
/obj/machinery/door/airlock/hatch{
@@ -5880,11 +5876,11 @@ ME
WP
WA
TH
-AS
+UJ
tC
FL
up
-Ek
+KG
tC
tC
tC
diff --git a/_maps/shuttles/syndicate/syndicate_luxembourg.dmm b/_maps/shuttles/syndicate/syndicate_luxembourg.dmm
deleted file mode 100644
index 6dde77123cba..000000000000
--- a/_maps/shuttles/syndicate/syndicate_luxembourg.dmm
+++ /dev/null
@@ -1,3314 +0,0 @@
-//MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE
-"aB" = (
-/turf/open/floor/plasteel/dark,
-/area/ship/hallway/central)
-"aD" = (
-/obj/structure/cable{
- icon_state = "1-2"
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2,
-/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer4{
- dir = 4
- },
-/turf/open/floor/carpet/red_gold,
-/area/ship/crew/dorm)
-"aK" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{
- dir = 9
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{
- dir = 9
- },
-/obj/effect/decal/cleanable/dirt,
-/obj/item/radio/intercom/directional/south,
-/obj/machinery/navbeacon/wayfinding{
- codes_txt = "patrol;next_patrol=lux_engine";
- location = "lux_crew"
- },
-/turf/open/floor/plasteel/dark,
-/area/ship/crew/dorm)
-"bi" = (
-/obj/machinery/button/door{
- id = "syndiefuck";
- name = "Loading Shutters Control";
- pixel_x = -25;
- pixel_y = -7;
- dir = 4
- },
-/obj/machinery/button/door{
- id = "warehouse";
- name = "Warehouse Control";
- pixel_x = -25;
- pixel_y = 5;
- dir = 4
- },
-/obj/machinery/button/door{
- id = "cargodoors";
- name = "Cargo Bay Shutter Control";
- pixel_x = -35;
- pixel_y = 5;
- dir = 4
- },
-/obj/machinery/button/door{
- id = "externalshutters";
- name = "External Shutters Control";
- pixel_x = -35;
- pixel_y = -7;
- dir = 4
- },
-/obj/machinery/computer/cargo/express{
- dir = 4
- },
-/turf/open/floor/plasteel/mono/dark,
-/area/ship/hallway/central)
-"bp" = (
-/obj/effect/turf_decal/siding/blue/corner{
- dir = 8
- },
-/obj/effect/turf_decal/corner/opaque/blue/half{
- dir = 1
- },
-/turf/open/floor/plasteel/dark,
-/area/ship/hallway/central)
-"bt" = (
-/obj/structure/cable{
- icon_state = "1-8"
- },
-/obj/effect/decal/cleanable/dirt,
-/obj/machinery/atmospherics/components/binary/volume_pump{
- dir = 8
- },
-/obj/structure/catwalk/over/plated_catwalk/white,
-/turf/open/floor/plating,
-/area/ship/engineering)
-"bB" = (
-/obj/structure/rack,
-/obj/machinery/light/directional/north,
-/obj/effect/turf_decal/corner/opaque/brown/border{
- dir = 9
- },
-/obj/item/gps/mining,
-/obj/item/paicard,
-/turf/open/floor/plasteel/mono/dark,
-/area/ship/cargo)
-"bN" = (
-/obj/structure/cable{
- icon_state = "4-8"
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4,
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2,
-/turf/open/floor/plasteel/dark,
-/area/ship/crew/dorm)
-"bV" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{
- dir = 4
- },
-/obj/structure/displaycase,
-/obj/effect/turf_decal/corner/opaque/neutral/mono,
-/turf/open/floor/plasteel/mono/dark,
-/area/ship/hallway/central)
-"cb" = (
-/obj/structure/cable{
- icon_state = "1-2"
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4,
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2,
-/turf/open/floor/carpet/red_gold,
-/area/ship/crew/dorm)
-"cq" = (
-/obj/machinery/power/apc/auto_name/directional/east,
-/obj/structure/cable{
- icon_state = "0-8"
- },
-/obj/machinery/computer/mech_bay_power_console{
- dir = 8
- },
-/turf/open/floor/plasteel/mono/dark,
-/area/ship/storage)
-"cs" = (
-/obj/effect/turf_decal/siding/blue{
- dir = 8
- },
-/obj/effect/turf_decal/siding/blue/corner,
-/turf/open/floor/plasteel/dark,
-/area/ship/hallway/central)
-"cB" = (
-/obj/item/toy/figure/cargotech,
-/obj/item/clothing/suit/hooded/wintercoat/cargo,
-/obj/item/stack/sheet/cardboard/fifty,
-/obj/item/hand_labeler,
-/obj/item/hand_labeler_refill,
-/obj/item/clothing/under/syndicate/donk,
-/obj/item/clothing/suit/hazardvest/donk,
-/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{
- dir = 8
- },
-/obj/item/stack/wrapping_paper,
-/obj/item/stack/packageWrap,
-/obj/structure/closet/wall{
- dir = 8;
- icon_door = "orange_wall";
- name = "employee closet";
- pixel_x = 28
- },
-/turf/open/floor/plasteel/mono/dark,
-/area/ship/engineering)
-"cI" = (
-/obj/structure/rack,
-/obj/item/rack_parts,
-/obj/item/rack_parts,
-/obj/item/rack_parts,
-/obj/item/rack_parts,
-/obj/item/rack_parts,
-/obj/item/rack_parts,
-/obj/item/rack_parts,
-/obj/item/rack_parts,
-/obj/item/rack_parts,
-/obj/item/rack_parts,
-/obj/item/rack_parts,
-/obj/item/rack_parts,
-/obj/item/rack_parts,
-/obj/item/rack_parts,
-/obj/item/rack_parts,
-/obj/item/rack_parts,
-/obj/effect/turf_decal/corner/opaque/neutral/mono,
-/turf/open/floor/plasteel/mono/dark,
-/area/ship/hallway/central)
-"dp" = (
-/obj/structure/displaycase,
-/obj/effect/turf_decal/corner/opaque/neutral/mono,
-/turf/open/floor/plasteel/mono/dark,
-/area/ship/hallway/central)
-"dA" = (
-/obj/structure/chair/comfy/shuttle{
- dir = 1
- },
-/turf/open/floor/carpet/red_gold,
-/area/ship/hallway/central)
-"dC" = (
-/obj/machinery/atmospherics/pipe/layer_manifold{
- dir = 4
- },
-/obj/machinery/space_heater,
-/obj/item/radio/intercom/directional/north,
-/turf/open/floor/plasteel/tech/techmaint,
-/area/ship/engineering)
-"dH" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{
- dir = 8
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{
- dir = 4
- },
-/obj/structure/displaycase,
-/obj/effect/turf_decal/corner/opaque/neutral/mono,
-/turf/open/floor/plasteel/mono/dark,
-/area/ship/hallway/central)
-"dL" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4,
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2,
-/obj/machinery/door/firedoor/border_only{
- dir = 1
- },
-/obj/machinery/door/firedoor/border_only,
-/obj/machinery/door/airlock/engineering{
- name = "Engineering"
- },
-/turf/open/floor/plasteel/tech/techmaint,
-/area/ship/engineering)
-"dM" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4,
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{
- dir = 5
- },
-/obj/effect/decal/cleanable/dirt,
-/turf/open/floor/plasteel/tech/techmaint,
-/area/ship/engineering)
-"eD" = (
-/obj/item/storage/belt/utility,
-/obj/item/storage/belt/utility,
-/obj/structure/table,
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{
- dir = 10
- },
-/obj/item/storage/toolbox/syndicate,
-/obj/item/storage/toolbox/syndicate,
-/turf/open/floor/plasteel/tech/techmaint,
-/area/ship/engineering)
-"eF" = (
-/obj/structure/sink{
- dir = 8;
- pixel_x = 12
- },
-/obj/structure/mirror{
- pixel_x = 24
- },
-/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{
- dir = 8
- },
-/obj/item/storage/firstaid/regular,
-/obj/item/storage/firstaid/medical{
- pixel_x = -5;
- pixel_y = -4
- },
-/obj/structure/closet/wall/white/med{
- dir = 1;
- name = "medicine locker";
- pixel_y = -28
- },
-/turf/open/floor/plasteel/patterned,
-/area/ship/crew/dorm)
-"eL" = (
-/obj/structure/cable{
- icon_state = "1-2"
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4,
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2,
-/obj/machinery/door/firedoor/border_only,
-/obj/machinery/door/firedoor/border_only{
- dir = 1
- },
-/obj/structure/catwalk/over/plated_catwalk/white,
-/obj/machinery/door/airlock/engineering{
- name = "Engineering"
- },
-/turf/open/floor/plasteel/tech/techmaint,
-/area/ship/engineering)
-"eX" = (
-/obj/effect/turf_decal/siding/blue{
- dir = 8
- },
-/obj/effect/turf_decal/siding/blue{
- dir = 4
- },
-/turf/open/floor/plasteel/dark,
-/area/ship/hallway/central)
-"fn" = (
-/obj/machinery/light/directional/east,
-/obj/structure/table,
-/obj/machinery/microwave,
-/turf/open/floor/plasteel/mono/dark,
-/area/ship/crew/canteen)
-"fo" = (
-/obj/item/card/emag,
-/obj/item/tank/internals/emergency_oxygen/double,
-/obj/item/storage/backpack/duffelbag/syndie{
- name = "manager's duffel bag"
- },
-/obj/item/clothing/under/syndicate/donk/qm,
-/obj/item/clothing/suit/hazardvest/donk/qm,
-/obj/item/melee/classic_baton/telescopic,
-/obj/item/radio/headset/syndicate/alt/leader,
-/obj/item/spacecash/bundle/c1000,
-/obj/item/spacecash/bundle/c1000,
-/obj/item/spacecash/bundle/c1000,
-/obj/item/spacecash/bundle/c1000,
-/obj/item/spacecash/bundle/c1000,
-/obj/item/spacecash/bundle/c1000,
-/obj/structure/closet/secure_closet/wall{
- dir = 4;
- icon_state = "solgov_wall";
- name = "manager's locker";
- pixel_x = -28;
- req_access_txt = "41"
- },
-/obj/machinery/light_switch{
- pixel_y = 22
- },
-/turf/open/floor/plasteel/mono/dark,
-/area/ship/engineering)
-"fv" = (
-/obj/machinery/selling_pad,
-/obj/effect/turf_decal/box,
-/turf/open/floor/plasteel/mono/dark,
-/area/ship/hallway/central)
-"fy" = (
-/obj/structure/cable{
- icon_state = "1-2"
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4,
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2,
-/obj/effect/turf_decal/trimline/opaque/brown/filled/warning,
-/obj/structure/cable{
- icon_state = "2-8"
- },
-/turf/open/floor/plasteel/mono/dark,
-/area/ship/cargo)
-"fB" = (
-/obj/effect/decal/cleanable/oil,
-/obj/effect/turf_decal/corner/opaque/brown/border{
- dir = 8
- },
-/turf/open/floor/plasteel/mono/dark,
-/area/ship/cargo)
-"ga" = (
-/obj/structure/table/reinforced,
-/obj/machinery/door/window{
- dir = 4
- },
-/obj/machinery/door/firedoor,
-/obj/machinery/door/poddoor/shutters{
- dir = 4;
- id = "cargodoors"
- },
-/obj/item/radio/intercom/directional/north{
- pixel_y = 22
- },
-/turf/open/floor/plasteel/dark,
-/area/ship/cargo)
-"gf" = (
-/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer4{
- dir = 8
- },
-/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer2{
- dir = 4
- },
-/obj/structure/cable{
- icon_state = "1-2"
- },
-/turf/open/floor/plasteel/mono/dark,
-/area/ship/cargo)
-"gj" = (
-/obj/machinery/light/directional/north,
-/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{
- dir = 6
- },
-/obj/structure/closet/secure_closet/engineering_welding,
-/turf/open/floor/plasteel/tech/techmaint,
-/area/ship/engineering)
-"gC" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4,
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2,
-/obj/effect/turf_decal/siding/blue{
- dir = 8
- },
-/obj/effect/turf_decal/siding/blue{
- dir = 4
- },
-/turf/open/floor/plasteel/dark,
-/area/ship/hallway/central)
-"hd" = (
-/obj/machinery/atmospherics/components/unary/outlet_injector/on{
- dir = 1
- },
-/turf/open/floor/plating,
-/area/ship/engineering)
-"hi" = (
-/turf/open/floor/plasteel/mono/dark,
-/area/ship/cargo)
-"hm" = (
-/obj/structure/cable{
- icon_state = "1-2"
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4,
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2,
-/obj/effect/decal/cleanable/dirt,
-/turf/open/floor/plasteel/patterned/cargo_one,
-/area/ship/storage)
-"hs" = (
-/turf/closed/wall/mineral/plastitanium/nodiagonal,
-/area/ship/cargo)
-"hu" = (
-/obj/effect/decal/cleanable/dirt,
-/obj/machinery/firealarm/directional/east,
-/obj/effect/turf_decal/corner/opaque/brown/border{
- dir = 4
- },
-/obj/machinery/suit_storage_unit/inherit/industrial,
-/obj/item/clothing/suit/space/syndicate,
-/obj/item/clothing/head/helmet/space/syndicate,
-/obj/item/clothing/mask/breath,
-/turf/open/floor/plasteel/mono/dark,
-/area/ship/cargo)
-"hX" = (
-/obj/effect/decal/cleanable/dirt,
-/obj/effect/turf_decal/corner/opaque/brown/border{
- dir = 8
- },
-/turf/open/floor/plasteel/mono/dark,
-/area/ship/cargo)
-"if" = (
-/obj/machinery/cryopod{
- dir = 4
- },
-/obj/machinery/computer/cryopod/directional/south,
-/obj/machinery/light/small/directional/west,
-/turf/open/floor/plasteel/tech/techmaint,
-/area/ship/crew/dorm)
-"it" = (
-/obj/effect/decal/cleanable/dirt,
-/obj/machinery/power/shieldwallgen/atmos{
- anchored = 1;
- dir = 1;
- id = "luxembourg_cargo";
- locked = 1
- },
-/obj/structure/cable{
- icon_state = "0-4"
- },
-/obj/machinery/door/poddoor/shutters{
- dir = 4;
- id = "syndiefuck"
- },
-/turf/open/floor/plasteel/mono/dark,
-/area/ship/cargo)
-"iF" = (
-/obj/structure/cable{
- icon_state = "1-4"
- },
-/obj/effect/decal/cleanable/dirt,
-/obj/structure/closet/crate,
-/obj/item/vending_refill/engineering,
-/obj/item/vending_refill/engineering,
-/obj/item/vending_refill/engivend,
-/obj/item/vending_refill/engivend,
-/obj/item/vending_refill/hydronutrients,
-/obj/item/vending_refill/hydronutrients,
-/obj/item/vending_refill/boozeomat,
-/obj/item/vending_refill/boozeomat,
-/obj/item/vending_refill/medical,
-/obj/item/vending_refill/medical,
-/obj/item/vending_refill/cigarette,
-/obj/item/vending_refill/cigarette,
-/obj/item/vending_refill/snack,
-/obj/item/vending_refill/snack,
-/obj/item/vending_refill/sovietsoda,
-/obj/item/vending_refill/cola,
-/obj/item/vending_refill/cola,
-/turf/open/floor/plasteel/mono/dark,
-/area/ship/storage)
-"iO" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{
- dir = 10
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{
- dir = 10
- },
-/turf/open/floor/plasteel/patterned/cargo_one,
-/area/ship/storage)
-"iR" = (
-/obj/machinery/power/shuttle/engine/fueled/plasma{
- dir = 1
- },
-/obj/machinery/atmospherics/pipe/layer_manifold,
-/turf/open/floor/plating,
-/area/ship/engineering)
-"iZ" = (
-/obj/structure/cable{
- icon_state = "1-2"
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{
- dir = 9
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{
- dir = 9
- },
-/obj/structure/catwalk/over/plated_catwalk/white,
-/obj/machinery/atmospherics/components/unary/portables_connector{
- dir = 4
- },
-/turf/open/floor/plating,
-/area/ship/engineering)
-"jr" = (
-/turf/open/floor/carpet/red_gold,
-/area/ship/hallway/central)
-"jv" = (
-/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{
- dir = 4
- },
-/obj/structure/rack,
-/obj/effect/turf_decal/corner/opaque/neutral/mono,
-/turf/open/floor/plasteel/mono/dark,
-/area/ship/hallway/central)
-"jH" = (
-/obj/structure/table,
-/obj/item/radio/intercom/wideband/table{
- dir = 4
- },
-/obj/machinery/light_switch{
- pixel_y = 22
- },
-/turf/open/floor/plasteel/mono/dark,
-/area/ship/hallway/central)
-"jK" = (
-/obj/machinery/air_sensor/atmos/air_tank,
-/turf/open/floor/engine/air,
-/area/ship/engineering)
-"ke" = (
-/obj/machinery/mech_bay_recharge_port{
- dir = 1
- },
-/obj/effect/decal/cleanable/dirt,
-/turf/open/floor/plasteel/mono/dark,
-/area/ship/storage)
-"ks" = (
-/obj/structure/closet/crate,
-/obj/item/gun_voucher,
-/obj/item/gun_voucher,
-/obj/item/gun_voucher,
-/obj/item/gun_voucher,
-/obj/item/gun_voucher,
-/obj/item/gun_voucher,
-/obj/item/gun_voucher,
-/obj/item/gun_voucher,
-/obj/item/gun_voucher,
-/obj/item/gun_voucher,
-/turf/open/floor/plasteel/mono/dark,
-/area/ship/storage)
-"kE" = (
-/obj/machinery/chem_master/condimaster,
-/turf/open/floor/plasteel/mono/dark,
-/area/ship/crew/canteen)
-"kI" = (
-/obj/structure/cable{
- icon_state = "1-2"
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{
- dir = 5
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{
- dir = 5
- },
-/turf/open/floor/plasteel/patterned/cargo_one,
-/area/ship/storage)
-"kZ" = (
-/obj/effect/spawner/structure/window/plasma/reinforced/plastitanium,
-/obj/machinery/door/poddoor/shutters{
- dir = 4;
- id = "externalshutters"
- },
-/turf/open/floor/plating,
-/area/ship/hallway/central)
-"lb" = (
-/obj/structure/cable{
- icon_state = "1-8"
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{
- dir = 8
- },
-/obj/machinery/portable_atmospherics/scrubber,
-/turf/open/floor/plasteel/tech/techmaint,
-/area/ship/engineering)
-"lg" = (
-/obj/structure/cable{
- icon_state = "1-2"
- },
-/obj/structure/cable{
- icon_state = "2-4"
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4,
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2,
-/turf/open/floor/plasteel/patterned/cargo_one,
-/area/ship/storage)
-"lt" = (
-/obj/machinery/atmospherics/components/binary/volume_pump,
-/obj/structure/catwalk/over/plated_catwalk/white,
-/turf/open/floor/plating,
-/area/ship/engineering)
-"lK" = (
-/obj/effect/turf_decal/siding/blue/corner{
- dir = 8
- },
-/obj/effect/turf_decal/siding/blue/corner{
- dir = 1
- },
-/turf/open/floor/plasteel/dark,
-/area/ship/hallway/central)
-"lQ" = (
-/obj/structure/cable{
- icon_state = "1-2"
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4,
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2,
-/obj/machinery/door/firedoor/border_only,
-/obj/machinery/door/firedoor/border_only{
- dir = 1
- },
-/obj/machinery/door/poddoor/shutters{
- id = "warehouse"
- },
-/turf/open/floor/plasteel/tech/techmaint,
-/area/ship/storage)
-"lW" = (
-/obj/structure/cable{
- icon_state = "4-8"
- },
-/obj/machinery/atmospherics/pipe/manifold/orange/visible{
- dir = 1
- },
-/obj/structure/catwalk/over/plated_catwalk/white,
-/turf/open/floor/plating,
-/area/ship/engineering)
-"mi" = (
-/obj/effect/spawner/structure/window/plasma/reinforced/plastitanium,
-/obj/machinery/door/poddoor/shutters{
- dir = 4;
- id = "externalshutters"
- },
-/turf/open/floor/plating,
-/area/ship/crew/dorm)
-"mm" = (
-/obj/item/toy/figure/cargotech,
-/obj/item/clothing/suit/hooded/wintercoat/cargo,
-/obj/item/stack/sheet/cardboard/fifty,
-/obj/item/hand_labeler,
-/obj/item/hand_labeler_refill,
-/obj/item/clothing/under/syndicate/donk,
-/obj/item/clothing/suit/hazardvest/donk,
-/obj/item/stack/wrapping_paper,
-/obj/item/stack/packageWrap,
-/obj/structure/railing,
-/obj/structure/closet/wall{
- dir = 4;
- icon_door = "orange_wall";
- name = "employee closet";
- pixel_x = -28
- },
-/turf/open/floor/plasteel/mono/dark,
-/area/ship/engineering)
-"mE" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4,
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2,
-/obj/structure/catwalk/over/plated_catwalk/dark,
-/obj/effect/turf_decal/kfp_small/left{
- dir = 4
- },
-/turf/open/floor/plating,
-/area/ship/engineering)
-"mK" = (
-/obj/machinery/light/directional/south,
-/obj/machinery/computer/atmos_control/tank/air_tank{
- dir = 4
- },
-/obj/machinery/airalarm/directional/west,
-/turf/open/floor/plasteel/tech/techmaint,
-/area/ship/engineering)
-"na" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2,
-/turf/closed/wall/mineral/plastitanium/nodiagonal,
-/area/ship/engineering)
-"nz" = (
-/obj/structure/sign/donk{
- pixel_x = -32
- },
-/obj/structure/rack,
-/obj/item/radio/headset,
-/obj/item/radio/headset,
-/obj/item/radio/headset,
-/obj/item/radio/headset,
-/obj/item/radio/headset,
-/obj/item/radio/headset,
-/turf/open/floor/plasteel/dark,
-/area/ship/crew/dorm)
-"ow" = (
-/obj/effect/spawner/structure/window/plasma/reinforced/plastitanium,
-/obj/machinery/door/poddoor/shutters{
- id = "externalshutters"
- },
-/turf/open/floor/plating,
-/area/ship/crew/canteen)
-"pd" = (
-/obj/machinery/light/directional/east,
-/obj/structure/closet/crate/large{
- name = "Donk! Co. Powerloader In a Box"
- },
-/obj/effect/decal/cleanable/oil,
-/obj/effect/turf_decal/rechargefloor,
-/obj/mecha/working/ripley/cargo{
- name = "\improper Donk! Co. Cargo Loading Device"
- },
-/turf/open/floor/plasteel/mono/dark,
-/area/ship/storage)
-"pt" = (
-/turf/closed/wall/mineral/plastitanium,
-/area/ship/engineering)
-"pJ" = (
-/obj/machinery/firealarm/directional/south,
-/obj/machinery/autolathe,
-/turf/open/floor/plasteel/tech/techmaint,
-/area/ship/engineering)
-"pL" = (
-/obj/effect/turf_decal/siding/blue{
- dir = 1
- },
-/obj/effect/turf_decal/siding/blue/corner{
- dir = 8
- },
-/turf/open/floor/plasteel/dark,
-/area/ship/hallway/central)
-"pR" = (
-/obj/machinery/power/smes/engineering,
-/obj/structure/cable{
- icon_state = "0-2"
- },
-/obj/machinery/door/firedoor/border_only,
-/obj/machinery/door/firedoor/border_only{
- dir = 1
- },
-/turf/open/floor/plating,
-/area/ship/engineering)
-"qe" = (
-/obj/effect/turf_decal/atmos/air,
-/turf/open/floor/engine/air,
-/area/ship/engineering)
-"qf" = (
-/obj/structure/table,
-/obj/machinery/door/firedoor,
-/obj/item/radio/intercom/directional/north,
-/turf/open/floor/plasteel/mono/dark,
-/area/ship/crew/canteen)
-"qh" = (
-/obj/machinery/airalarm/directional/west,
-/obj/item/stack/sheet/cardboard/fifty,
-/obj/item/hand_labeler,
-/obj/effect/turf_decal/corner/opaque/brown/border{
- dir = 8
- },
-/obj/machinery/navbeacon/wayfinding{
- codes_txt = "patrol;next_patrol=lux_shopfloor";
- location = "lux_lobby"
- },
-/turf/open/floor/plasteel/mono/dark,
-/area/ship/cargo)
-"ql" = (
-/obj/structure/cable{
- icon_state = "4-8"
- },
-/obj/machinery/atmospherics/pipe/simple/orange/visible{
- dir = 4
- },
-/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{
- dir = 4
- },
-/obj/structure/catwalk/over/plated_catwalk,
-/turf/open/floor/plating,
-/area/ship/engineering)
-"qO" = (
-/obj/structure/cable{
- icon_state = "2-4"
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{
- dir = 8
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{
- dir = 4
- },
-/obj/structure/chair/plastic{
- dir = 4
- },
-/obj/effect/turf_decal/siding/red{
- dir = 8
- },
-/obj/effect/turf_decal/corner/opaque/neutral/border{
- dir = 4
- },
-/turf/open/floor/plasteel/mono/dark,
-/area/ship/hallway/central)
-"qP" = (
-/obj/machinery/door/airlock/external,
-/obj/effect/mapping_helpers/airlock/cyclelink_helper{
- dir = 1
- },
-/obj/machinery/atmospherics/pipe/simple/orange/visible{
- dir = 5
- },
-/turf/open/floor/plating,
-/area/ship/engineering)
-"qR" = (
-/turf/open/floor/engine/air,
-/area/ship/engineering)
-"qV" = (
-/obj/item/toy/sword,
-/obj/structure/closet/crate/wooden/toy,
-/obj/item/ammo_box/magazine/toy/smgm45/riot,
-/obj/item/ammo_box/magazine/toy/smgm45/riot,
-/obj/item/gun/ballistic/automatic/smg/c20r/toy/unrestricted/riot,
-/obj/item/soap/syndie,
-/obj/item/soap/syndie,
-/obj/item/soap/syndie,
-/obj/item/soap/syndie,
-/obj/item/soap/syndie,
-/obj/item/soap/syndie,
-/obj/item/soap/syndie,
-/obj/item/soap/syndie,
-/turf/open/floor/plasteel/mono/dark,
-/area/ship/storage)
-"rh" = (
-/obj/effect/turf_decal/siding/blue/corner{
- dir = 8
- },
-/obj/effect/turf_decal/siding/blue/corner,
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2,
-/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4,
-/obj/effect/turf_decal/trimline/opaque/blue/filled/warning{
- dir = 1
- },
-/turf/open/floor/plasteel/dark,
-/area/ship/hallway/central)
-"rm" = (
-/obj/structure/cable{
- icon_state = "1-2"
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{
- dir = 9
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{
- dir = 9
- },
-/obj/effect/decal/cleanable/dirt,
-/turf/open/floor/carpet/red_gold,
-/area/ship/crew/dorm)
-"rq" = (
-/obj/machinery/door/firedoor/border_only{
- dir = 4
- },
-/obj/machinery/door/firedoor/border_only{
- dir = 8
- },
-/obj/machinery/door/window{
- dir = 8;
- name = "Canteen"
- },
-/obj/effect/turf_decal/siding/red,
-/turf/open/floor/plasteel/mono/dark,
-/area/ship/crew/canteen)
-"rG" = (
-/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4,
-/obj/effect/turf_decal/corner/opaque/neutral/mono,
-/turf/open/floor/plasteel/mono/dark,
-/area/ship/crew/canteen)
-"rU" = (
-/obj/structure/cable{
- icon_state = "1-2"
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4,
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2,
-/obj/effect/turf_decal/trimline/opaque/orange/filled/warning,
-/turf/open/floor/plasteel/patterned/cargo_one,
-/area/ship/storage)
-"rV" = (
-/obj/machinery/atmospherics/components/unary/vent_pump/high_volume/siphon/atmos/air_output{
- dir = 4
- },
-/obj/structure/window/plasma/reinforced/spawner/east,
-/turf/open/floor/engine/air,
-/area/ship/engineering)
-"sh" = (
-/obj/machinery/power/shuttle/engine/fueled/plasma{
- dir = 1
- },
-/turf/open/floor/plating,
-/area/ship/engineering)
-"sk" = (
-/obj/effect/turf_decal/atmos/plasma,
-/turf/open/floor/engine/plasma,
-/area/ship/engineering)
-"sF" = (
-/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{
- dir = 8
- },
-/obj/effect/turf_decal/corner/opaque/neutral/mono,
-/turf/open/floor/plasteel/mono/dark,
-/area/ship/crew/canteen)
-"sI" = (
-/obj/structure/cable{
- icon_state = "1-2"
- },
-/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer2{
- dir = 8
- },
-/obj/effect/decal/cleanable/dirt,
-/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{
- dir = 6
- },
-/obj/effect/turf_decal/industrial/traffic{
- dir = 8
- },
-/turf/open/floor/plasteel/dark,
-/area/ship/crew/dorm)
-"sV" = (
-/mob/living/simple_animal/bot/mulebot{
- bot_name = "\proper Christine";
- desc = "A Multiple Utility Load Effector bot. This one seems oddly menacing...";
- id = "Christine";
- name = "\proper Christine"
- },
-/obj/effect/turf_decal/corner/opaque/brown/bordercee,
-/obj/machinery/navbeacon/wayfinding{
- codes_txt = null;
- location = "mulestation"
- },
-/turf/open/floor/plasteel/mono/dark,
-/area/ship/cargo)
-"tx" = (
-/obj/machinery/power/port_gen/pacman,
-/obj/structure/cable/yellow{
- icon_state = "0-4"
- },
-/obj/item/stack/sheet/mineral/plasma/five,
-/turf/open/floor/plasteel/mono/dark,
-/area/ship/engineering)
-"tF" = (
-/obj/structure/bed/pod,
-/obj/item/bedsheet/blue,
-/obj/structure/curtain/bounty,
-/turf/open/floor/plasteel/dark,
-/area/ship/crew/dorm)
-"tH" = (
-/obj/structure/cable{
- icon_state = "1-2"
- },
-/obj/effect/turf_decal/siding/red{
- dir = 10
- },
-/obj/effect/turf_decal/corner/opaque/neutral/bordercorner{
- dir = 4
- },
-/turf/open/floor/plasteel/mono/dark,
-/area/ship/hallway/central)
-"tO" = (
-/obj/effect/turf_decal/siding/blue/corner,
-/obj/effect/turf_decal/siding/blue/corner{
- dir = 8
- },
-/obj/effect/turf_decal/siding/blue/corner{
- dir = 4
- },
-/turf/open/floor/plasteel/dark,
-/area/ship/hallway/central)
-"tU" = (
-/obj/machinery/camera{
- dir = 10
- },
-/turf/open/floor/plating,
-/area/template_noop)
-"tV" = (
-/obj/machinery/door/firedoor/border_only{
- dir = 4
- },
-/obj/machinery/door/firedoor/border_only{
- dir = 8
- },
-/obj/machinery/button/door{
- id = "cargodoors";
- pixel_x = 8;
- pixel_y = -24
- },
-/obj/machinery/door/window{
- dir = 8;
- name = "Cargo Bay"
- },
-/obj/machinery/door/poddoor/shutters{
- dir = 4;
- id = "cargodoors"
- },
-/turf/open/floor/plasteel/dark,
-/area/ship/cargo)
-"ug" = (
-/obj/structure/table/reinforced,
-/obj/machinery/door/window/eastright,
-/obj/machinery/door/firedoor,
-/obj/machinery/door/poddoor/shutters{
- dir = 4;
- id = "cargodoors"
- },
-/turf/open/floor/plasteel/dark,
-/area/ship/cargo)
-"ul" = (
-/obj/structure/cable/yellow{
- icon_state = "0-8"
- },
-/obj/machinery/power/port_gen/pacman,
-/obj/item/stack/sheet/mineral/plasma/five,
-/obj/effect/decal/cleanable/dirt,
-/turf/open/floor/plasteel/mono/dark,
-/area/ship/engineering)
-"uo" = (
-/obj/structure/cable{
- icon_state = "1-2"
- },
-/obj/machinery/atmospherics/components/binary/pump{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{
- dir = 5
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2,
-/obj/structure/catwalk/over/plated_catwalk,
-/turf/open/floor/plating,
-/area/ship/engineering)
-"uB" = (
-/obj/structure/table,
-/obj/machinery/reagentgrinder,
-/obj/item/reagent_containers/food/drinks/shaker{
- pixel_x = 10
- },
-/obj/item/kitchen/knife{
- pixel_x = -8
- },
-/turf/open/floor/plasteel/mono/dark,
-/area/ship/crew/canteen)
-"uK" = (
-/obj/machinery/atmospherics/components/unary/outlet_injector/atmos/toxin_input{
- dir = 8
- },
-/obj/structure/window/plasma/reinforced/spawner/west,
-/turf/open/floor/engine/plasma,
-/area/ship/engineering)
-"uX" = (
-/obj/machinery/power/apc/auto_name/directional/east,
-/obj/structure/cable{
- icon_state = "0-8"
- },
-/obj/effect/turf_decal/corner/opaque/brown/border{
- dir = 4
- },
-/obj/machinery/suit_storage_unit/inherit/industrial,
-/obj/item/clothing/suit/space/syndicate/green,
-/obj/item/clothing/head/helmet/space/syndicate/green,
-/obj/item/clothing/mask/breath,
-/turf/open/floor/plasteel/mono/dark,
-/area/ship/cargo)
-"vb" = (
-/obj/machinery/door/firedoor/border_only,
-/obj/machinery/door/firedoor/border_only{
- dir = 1
- },
-/obj/machinery/door/poddoor/shutters{
- id = "warehouse"
- },
-/obj/effect/decal/cleanable/dirt,
-/turf/open/floor/plasteel/tech/techmaint,
-/area/ship/storage)
-"vf" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer4,
-/obj/effect/turf_decal/siding/blue{
- dir = 8
- },
-/turf/open/floor/plasteel/dark,
-/area/ship/hallway/central)
-"vp" = (
-/turf/closed/wall/mineral/plastitanium/nodiagonal,
-/area/ship/engineering)
-"vw" = (
-/obj/machinery/camera{
- dir = 1
- },
-/turf/open/floor/plating,
-/area/template_noop)
-"vz" = (
-/obj/machinery/atmospherics/components/unary/shuttle/heater{
- dir = 1
- },
-/obj/structure/window/reinforced/spawner,
-/obj/machinery/door/poddoor/shutters{
- id = "externalshutters"
- },
-/turf/open/floor/plasteel/tech/techmaint,
-/area/ship/engineering)
-"vT" = (
-/obj/structure/closet/crate,
-/obj/item/grenade/c4,
-/obj/item/grenade/c4,
-/obj/item/grenade/c4,
-/obj/item/grenade/c4,
-/obj/item/grenade/c4,
-/obj/item/grenade/c4,
-/obj/item/grenade/c4,
-/obj/item/grenade/c4,
-/obj/item/grenade/c4,
-/obj/item/grenade/c4,
-/turf/open/floor/plasteel/mono/dark,
-/area/ship/storage)
-"wd" = (
-/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2,
-/obj/effect/turf_decal/siding/blue{
- dir = 4
- },
-/turf/open/floor/plasteel/dark,
-/area/ship/hallway/central)
-"wN" = (
-/obj/structure/table,
-/obj/machinery/chem_dispenser/drinks,
-/obj/machinery/light/directional/north,
-/turf/open/floor/plasteel/mono/dark,
-/area/ship/crew/canteen)
-"wP" = (
-/obj/structure/cable{
- icon_state = "2-4"
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4,
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2,
-/obj/effect/decal/cleanable/dirt,
-/obj/structure/cable{
- icon_state = "1-2"
- },
-/turf/open/floor/plasteel/mono/dark,
-/area/ship/cargo)
-"wT" = (
-/obj/machinery/atmospherics/components/unary/vent_pump/siphon/atmos/toxin_output{
- dir = 8
- },
-/obj/structure/window/plasma/reinforced/spawner/west,
-/turf/open/floor/engine/plasma,
-/area/ship/engineering)
-"xa" = (
-/obj/effect/turf_decal/siding/blue,
-/obj/effect/turf_decal/corner/opaque/blue/half{
- dir = 1
- },
-/turf/open/floor/plasteel/dark,
-/area/ship/hallway/central)
-"xc" = (
-/obj/structure/cable{
- icon_state = "1-2"
- },
-/obj/structure/chair/plastic{
- dir = 4
- },
-/obj/effect/turf_decal/siding/red{
- dir = 8
- },
-/obj/effect/turf_decal/corner/opaque/neutral/border{
- dir = 4
- },
-/turf/open/floor/plasteel/mono/dark,
-/area/ship/hallway/central)
-"xt" = (
-/obj/machinery/light/directional/east,
-/obj/item/clothing/head/HoS/beret/syndicate,
-/obj/item/radio/headset/syndicate/alt,
-/obj/item/gun/ballistic/shotgun/doublebarrel,
-/obj/item/clothing/under/rank/civilian/bartender,
-/obj/structure/closet/secure_closet/bar{
- req_access = null;
- req_one_access_txt = list(25,41)
- },
-/turf/open/floor/plasteel/mono/dark,
-/area/ship/engineering)
-"xw" = (
-/obj/structure/cable{
- icon_state = "1-8"
- },
-/obj/effect/decal/cleanable/dirt,
-/obj/machinery/vending/clothing{
- default_price = 0;
- extra_price = 0
- },
-/obj/machinery/light/small/directional/east,
-/turf/open/floor/plasteel/dark,
-/area/ship/crew/dorm)
-"yd" = (
-/obj/structure/table,
-/obj/machinery/chem_dispenser/drinks/beer,
-/turf/open/floor/plasteel/mono/dark,
-/area/ship/crew/canteen)
-"yf" = (
-/obj/effect/turf_decal/siding/blue/corner{
- dir = 4
- },
-/obj/effect/turf_decal/siding/blue{
- dir = 10
- },
-/turf/open/floor/plasteel/dark,
-/area/ship/hallway/central)
-"yh" = (
-/obj/machinery/light_switch{
- dir = 8;
- pixel_x = 24;
- pixel_y = 5
- },
-/obj/effect/turf_decal/corner/opaque/brown/border{
- dir = 4
- },
-/obj/effect/turf_decal/corner/opaque/brown/bordercorner{
- dir = 1
- },
-/turf/open/floor/plasteel/mono/dark,
-/area/ship/cargo)
-"ym" = (
-/obj/effect/turf_decal/siding/blue{
- dir = 8
- },
-/turf/open/floor/plasteel/dark,
-/area/ship/hallway/central)
-"yQ" = (
-/obj/structure/cable/yellow{
- icon_state = "2-8"
- },
-/obj/structure/cable/yellow{
- icon_state = "2-4"
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4,
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2,
-/obj/structure/catwalk/over/plated_catwalk/dark,
-/turf/open/floor/plating,
-/area/ship/engineering)
-"yX" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4,
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2,
-/obj/effect/turf_decal/siding/blue/corner{
- dir = 8
- },
-/obj/effect/turf_decal/siding/blue/corner,
-/obj/effect/turf_decal/siding/blue/corner{
- dir = 1
- },
-/obj/effect/turf_decal/siding/blue/corner{
- dir = 4
- },
-/obj/machinery/navbeacon/wayfinding{
- codes_txt = "patrol;next_patrol=lux_kitchen";
- location = "lux_shopfloor"
- },
-/obj/machinery/holopad/emergency/cargo,
-/turf/open/floor/plasteel/dark,
-/area/ship/hallway/central)
-"zc" = (
-/obj/structure/rack,
-/obj/effect/turf_decal/corner/opaque/neutral/mono,
-/obj/machinery/airalarm/directional/east,
-/turf/open/floor/plasteel/mono/dark,
-/area/ship/hallway/central)
-"zW" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{
- dir = 6
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{
- dir = 6
- },
-/turf/open/floor/carpet/red_gold,
-/area/ship/crew/dorm)
-"Ai" = (
-/obj/structure/cable{
- icon_state = "1-2"
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4,
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2,
-/obj/machinery/door/airlock{
- name = "Dormitory"
- },
-/turf/open/floor/plasteel/tech/techmaint,
-/area/ship/crew/dorm)
-"AE" = (
-/obj/machinery/door/airlock/external,
-/obj/effect/mapping_helpers/airlock/cyclelink_helper,
-/obj/machinery/atmospherics/pipe/layer_manifold,
-/turf/open/floor/plating,
-/area/ship/engineering)
-"AL" = (
-/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{
- dir = 4
- },
-/obj/effect/decal/cleanable/dirt,
-/turf/open/floor/plasteel/mono/dark,
-/area/ship/cargo)
-"Bt" = (
-/turf/closed/wall/mineral/plastitanium,
-/area/ship/crew/canteen)
-"Bw" = (
-/turf/closed/wall/mineral/plastitanium,
-/area/ship/cargo)
-"BM" = (
-/obj/structure/bed/pod,
-/obj/item/bedsheet/blue,
-/obj/structure/window/reinforced/tinted/frosted,
-/obj/structure/curtain/bounty,
-/obj/machinery/power/apc/auto_name/directional/west,
-/obj/structure/cable{
- icon_state = "0-4"
- },
-/obj/machinery/light_switch{
- dir = 4;
- pixel_x = -19;
- pixel_y = 12
- },
-/turf/open/floor/carpet/red_gold,
-/area/ship/crew/dorm)
-"BX" = (
-/obj/machinery/airalarm/directional/west,
-/obj/machinery/cryopod{
- dir = 4
- },
-/turf/open/floor/plasteel/tech/techmaint,
-/area/ship/crew/dorm)
-"BZ" = (
-/obj/effect/decal/cleanable/dirt,
-/obj/effect/turf_decal/corner/opaque/brown/border{
- dir = 4
- },
-/turf/open/floor/plasteel/mono/dark,
-/area/ship/cargo)
-"CC" = (
-/obj/effect/decal/cleanable/dirt,
-/turf/open/floor/plasteel/mono/dark,
-/area/ship/cargo)
-"CI" = (
-/obj/effect/turf_decal/siding/blue/corner{
- dir = 1
- },
-/obj/effect/turf_decal/siding/blue{
- dir = 6
- },
-/turf/open/floor/plasteel/dark,
-/area/ship/hallway/central)
-"CM" = (
-/obj/structure/cable{
- icon_state = "2-4"
- },
-/obj/structure/cable{
- icon_state = "2-8"
- },
-/obj/machinery/atmospherics/pipe/manifold4w/supply/hidden/layer4,
-/obj/machinery/atmospherics/pipe/manifold4w/scrubbers/hidden/layer2,
-/obj/structure/catwalk/over/plated_catwalk,
-/turf/open/floor/plating,
-/area/ship/engineering)
-"CT" = (
-/obj/machinery/computer/atmos_control/tank/toxin_tank{
- dir = 8
- },
-/obj/machinery/light/directional/south,
-/turf/open/floor/plasteel/tech/techmaint,
-/area/ship/engineering)
-"CV" = (
-/obj/structure/cable{
- icon_state = "1-2"
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4,
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2,
-/obj/effect/turf_decal/siding/red,
-/obj/structure/cable{
- icon_state = "2-8"
- },
-/turf/open/floor/plasteel/mono/dark,
-/area/ship/crew/canteen)
-"CW" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{
- dir = 8
- },
-/obj/structure/closet/secure_closet/engineering_electrical,
-/obj/item/stack/circuit_stack/full,
-/obj/item/stack/circuit_stack/full,
-/obj/item/stack/circuit_stack/full,
-/obj/item/stack/circuit_stack/full,
-/obj/machinery/light/directional/north,
-/turf/open/floor/plasteel/tech/techmaint,
-/area/ship/engineering)
-"Da" = (
-/obj/structure/cable{
- icon_state = "1-2"
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4,
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2,
-/obj/machinery/door/firedoor/border_only{
- dir = 1
- },
-/obj/machinery/door/firedoor/border_only,
-/obj/machinery/door/airlock{
- name = "Canteen"
- },
-/turf/open/floor/plasteel/tech/techmaint,
-/area/ship/crew/canteen)
-"Dq" = (
-/obj/structure/cable{
- icon_state = "1-2"
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4,
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2,
-/obj/effect/turf_decal/corner/opaque/neutral/mono,
-/obj/machinery/navbeacon/wayfinding{
- codes_txt = "patrol;next_patrol=lux_crew";
- location = "lux_kitchen"
- },
-/turf/open/floor/plasteel/mono/dark,
-/area/ship/crew/canteen)
-"Dw" = (
-/obj/structure/table,
-/obj/structure/window/plasma/reinforced,
-/obj/item/reagent_containers/food/drinks/shaker,
-/obj/machinery/door/firedoor,
-/turf/open/floor/plasteel/mono/dark,
-/area/ship/crew/canteen)
-"DA" = (
-/obj/effect/turf_decal/siding/red,
-/obj/machinery/firealarm/directional/south,
-/obj/machinery/light_switch{
- dir = 1;
- pixel_x = 6;
- pixel_y = -24
- },
-/obj/machinery/airalarm/directional/east,
-/obj/machinery/vending/dinnerware,
-/turf/open/floor/plasteel/mono/dark,
-/area/ship/crew/canteen)
-"DE" = (
-/obj/structure/rack,
-/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{
- dir = 8
- },
-/obj/effect/turf_decal/corner/opaque/neutral/mono,
-/turf/open/floor/plasteel/mono/dark,
-/area/ship/hallway/central)
-"DG" = (
-/obj/machinery/light/directional/south,
-/obj/structure/rack,
-/obj/effect/turf_decal/corner/opaque/neutral/mono,
-/turf/open/floor/plasteel/mono/dark,
-/area/ship/hallway/central)
-"DJ" = (
-/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer4{
- dir = 8
- },
-/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer2{
- dir = 4
- },
-/obj/structure/catwalk/over/plated_catwalk/dark,
-/obj/effect/turf_decal/number/five{
- dir = 4
- },
-/turf/open/floor/plating,
-/area/ship/engineering)
-"DW" = (
-/obj/effect/decal/cleanable/dirt,
-/obj/machinery/light_switch{
- dir = 8;
- pixel_x = 24
- },
-/obj/structure/chair/plastic,
-/turf/open/floor/carpet/red_gold,
-/area/ship/crew/dorm)
-"Ee" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{
- dir = 4
- },
-/obj/effect/turf_decal/corner/opaque/brown/border{
- dir = 4
- },
-/turf/open/floor/plasteel/mono/dark,
-/area/ship/cargo)
-"Ej" = (
-/obj/machinery/modular_computer/console/preset/command{
- dir = 4
- },
-/turf/open/floor/plasteel/mono/dark,
-/area/ship/hallway/central)
-"Er" = (
-/obj/machinery/atmospherics/pipe/simple/orange/visible{
- dir = 9
- },
-/turf/closed/wall/mineral/plastitanium/nodiagonal,
-/area/ship/engineering)
-"EG" = (
-/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{
- dir = 8
- },
-/obj/effect/turf_decal/trimline/opaque/brown/filled/warning{
- dir = 4
- },
-/turf/open/floor/plasteel/mono/dark,
-/area/ship/cargo)
-"EO" = (
-/turf/closed/wall/mineral/plastitanium/nodiagonal,
-/area/ship/crew/dorm)
-"EW" = (
-/turf/open/floor/engine/plasma,
-/area/ship/engineering)
-"EZ" = (
-/obj/item/radio/headset/syndicate/alt,
-/obj/item/toy/figure/cargotech,
-/obj/item/clothing/suit/hooded/wintercoat/cargo,
-/obj/item/stack/sheet/cardboard/fifty,
-/obj/item/hand_labeler,
-/obj/item/hand_labeler_refill,
-/obj/item/clothing/under/syndicate/donk,
-/obj/item/clothing/suit/hazardvest/donk,
-/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{
- dir = 4
- },
-/obj/item/stack/wrapping_paper,
-/obj/item/stack/packageWrap,
-/obj/structure/closet/wall{
- dir = 4;
- icon_door = "orange_wall";
- name = "employee closet";
- pixel_x = -28
- },
-/turf/open/floor/plasteel/mono/dark,
-/area/ship/engineering)
-"Fj" = (
-/obj/structure/cable{
- icon_state = "4-8"
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4,
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2,
-/obj/item/paper{
- desc = "A piece of paper depicting a extremely pissed up upper manager";
- default_raw_text = "YOU DAMNNED FOOLS! YOU ARENT SUPPOSED TO USE YOUR STOCK, YOU'RE SUPPOSED TO SELL THEM!! WE AREN'T WASTING MY MONEY ARE WE!?! NOW GET BACK TO WORK!!!";
- name = "angry letter from upper management"
- },
-/turf/open/floor/plasteel/patterned/cargo_one,
-/area/ship/storage)
-"Fq" = (
-/obj/structure/cable{
- icon_state = "4-8"
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{
- dir = 8
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{
- dir = 4
- },
-/obj/machinery/holopad/emergency/bar,
-/obj/effect/turf_decal/corner/opaque/neutral/mono,
-/turf/open/floor/plasteel/mono/dark,
-/area/ship/crew/canteen)
-"FV" = (
-/obj/structure/cable{
- icon_state = "1-2"
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2,
-/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer4{
- dir = 8
- },
-/turf/open/floor/plasteel/patterned,
-/area/ship/crew/dorm)
-"Ga" = (
-/obj/machinery/computer/helm,
-/turf/open/floor/plasteel/mono/dark,
-/area/ship/hallway/central)
-"Gr" = (
-/obj/structure/cable{
- icon_state = "4-8"
- },
-/obj/machinery/atmospherics/pipe/simple/orange/visible{
- dir = 4
- },
-/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{
- dir = 8
- },
-/obj/structure/catwalk/over/plated_catwalk,
-/turf/open/floor/plating,
-/area/ship/engineering)
-"GD" = (
-/obj/docking_port/stationary{
- width = 30;
- height = 15;
- dir = 8;
- dwidth = 15
- },
-/turf/template_noop,
-/area/template_noop)
-"GG" = (
-/obj/structure/cable{
- icon_state = "4-8"
- },
-/obj/machinery/atmospherics/pipe/simple/orange/visible{
- dir = 6
- },
-/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer2{
- dir = 1
- },
-/obj/effect/decal/cleanable/dirt,
-/obj/structure/catwalk/over/plated_catwalk,
-/turf/open/floor/plating,
-/area/ship/engineering)
-"Hx" = (
-/turf/closed/wall/mineral/plastitanium,
-/area/ship/crew/dorm)
-"HG" = (
-/obj/machinery/power/shieldwallgen/atmos{
- anchored = 1;
- id = "luxembourg_cargo";
- locked = 1
- },
-/obj/structure/cable{
- icon_state = "0-4"
- },
-/obj/machinery/door/poddoor/shutters{
- dir = 4;
- id = "syndiefuck"
- },
-/turf/open/floor/plasteel/mono/dark,
-/area/ship/cargo)
-"HK" = (
-/obj/structure/rack,
-/obj/effect/turf_decal/corner/opaque/neutral/mono,
-/obj/machinery/light/directional/east,
-/turf/open/floor/plasteel/mono/dark,
-/area/ship/hallway/central)
-"HZ" = (
-/obj/structure/table,
-/obj/item/reagent_containers/glass/rag,
-/obj/machinery/door/firedoor,
-/turf/open/floor/plasteel/mono/dark,
-/area/ship/crew/canteen)
-"Id" = (
-/obj/structure/cable{
- icon_state = "1-2"
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2,
-/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4,
-/obj/structure/cable{
- icon_state = "2-8"
- },
-/turf/open/floor/carpet/red_gold,
-/area/ship/crew/dorm)
-"Ij" = (
-/obj/effect/spawner/structure/window/plasma/reinforced/plastitanium,
-/obj/docking_port/mobile{
- can_move_docking_ports = 1;
- dir = 2;
- launch_status = 0
- },
-/obj/machinery/door/poddoor/shutters{
- id = "externalshutters"
- },
-/turf/open/floor/plating,
-/area/ship/hallway/central)
-"Ip" = (
-/obj/item/toy/figure/cargotech,
-/obj/item/clothing/suit/hooded/wintercoat/cargo,
-/obj/item/stack/sheet/cardboard/fifty,
-/obj/item/hand_labeler,
-/obj/item/hand_labeler_refill,
-/obj/item/clothing/under/syndicate/donk,
-/obj/item/clothing/suit/hazardvest/donk,
-/obj/item/stack/wrapping_paper,
-/obj/item/stack/packageWrap,
-/obj/structure/railing,
-/obj/structure/closet/wall{
- dir = 8;
- icon_door = "orange_wall";
- name = "employee closet";
- pixel_x = 28
- },
-/turf/open/floor/plasteel/mono/dark,
-/area/ship/engineering)
-"Iv" = (
-/obj/effect/turf_decal/siding/blue{
- dir = 4
- },
-/obj/effect/turf_decal/siding/blue{
- dir = 8
- },
-/turf/open/floor/plasteel/dark,
-/area/ship/hallway/central)
-"IT" = (
-/obj/machinery/power/apc/auto_name/directional/east,
-/obj/structure/cable,
-/obj/effect/turf_decal/siding/blue,
-/obj/machinery/light_switch{
- dir = 8;
- pixel_x = 20;
- pixel_y = 11
- },
-/turf/open/floor/plasteel/dark,
-/area/ship/hallway/central)
-"Je" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4,
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2,
-/obj/structure/cable{
- icon_state = "1-2"
- },
-/turf/open/floor/plasteel/mono/dark,
-/area/ship/cargo)
-"Ji" = (
-/obj/structure/bed/pod,
-/obj/item/bedsheet/blue,
-/obj/structure/curtain/bounty,
-/turf/open/floor/carpet/red_gold,
-/area/ship/crew/dorm)
-"Jq" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4,
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2,
-/obj/effect/turf_decal/siding/blue/corner{
- dir = 1
- },
-/obj/effect/turf_decal/siding/blue/corner{
- dir = 4
- },
-/turf/open/floor/plasteel/dark,
-/area/ship/hallway/central)
-"Jr" = (
-/obj/effect/turf_decal/siding/blue{
- dir = 1
- },
-/obj/effect/turf_decal/siding/blue/corner,
-/turf/open/floor/plasteel/dark,
-/area/ship/hallway/central)
-"JO" = (
-/obj/structure/closet/crate/science,
-/obj/item/circuitboard/machine/chem_dispenser/drinks,
-/obj/item/circuitboard/machine/chem_dispenser/drinks,
-/obj/item/circuitboard/machine/chem_dispenser/drinks,
-/obj/item/circuitboard/machine/chem_dispenser/drinks/beer,
-/obj/item/circuitboard/machine/chem_dispenser/drinks/beer,
-/obj/item/circuitboard/machine/chem_dispenser/drinks/beer,
-/obj/item/circuitboard/machine/deep_fryer,
-/obj/item/circuitboard/machine/deep_fryer,
-/obj/item/circuitboard/machine/deep_fryer,
-/obj/item/circuitboard/machine/mechfab,
-/obj/item/circuitboard/machine/mechfab,
-/obj/item/circuitboard/machine/mechfab,
-/obj/item/circuitboard/machine/mechfab,
-/obj/item/circuitboard/machine/mechfab,
-/obj/item/circuitboard/machine/ore_redemption,
-/obj/item/circuitboard/machine/ore_redemption,
-/obj/item/circuitboard/machine/ore_redemption,
-/obj/item/circuitboard/machine/microwave,
-/obj/item/circuitboard/machine/microwave,
-/obj/item/circuitboard/machine/microwave,
-/obj/machinery/firealarm/directional/east,
-/obj/machinery/light_switch{
- pixel_x = 6;
- pixel_y = 24
- },
-/turf/open/floor/plasteel/mono/dark,
-/area/ship/storage)
-"JT" = (
-/obj/machinery/door/poddoor/shutters{
- dir = 4;
- id = "syndiefuck"
- },
-/turf/open/floor/plasteel/mono/dark,
-/area/ship/cargo)
-"JU" = (
-/obj/effect/turf_decal/corner/opaque/brown/border{
- dir = 6
- },
-/obj/machinery/suit_storage_unit/inherit/industrial,
-/obj/item/clothing/suit/space/syndicate/blue,
-/obj/item/clothing/head/helmet/space/syndicate/blue,
-/obj/item/clothing/mask/breath,
-/turf/open/floor/plasteel/mono/dark,
-/area/ship/cargo)
-"JV" = (
-/obj/effect/turf_decal/corner/opaque/brown/bordercorner{
- dir = 1
- },
-/obj/structure/cable{
- icon_state = "4-8"
- },
-/turf/open/floor/plasteel/mono/dark,
-/area/ship/cargo)
-"Ka" = (
-/turf/closed/wall/mineral/plastitanium/nodiagonal,
-/area/ship/storage)
-"Kg" = (
-/obj/effect/decal/cleanable/dirt,
-/obj/machinery/shower{
- dir = 4
- },
-/obj/structure/window/reinforced/tinted/frosted,
-/obj/structure/curtain,
-/obj/effect/turf_decal/steeldecal/steel_decals10{
- dir = 8
- },
-/obj/machinery/light_switch{
- pixel_y = 23;
- pixel_x = 11
- },
-/turf/open/floor/plasteel/patterned,
-/area/ship/crew/dorm)
-"Kk" = (
-/obj/machinery/air_sensor/atmos/toxin_tank,
-/turf/open/floor/engine/plasma,
-/area/ship/engineering)
-"Ko" = (
-/obj/structure/cable{
- icon_state = "2-8"
- },
-/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2,
-/obj/effect/decal/cleanable/dirt,
-/obj/machinery/navbeacon/wayfinding{
- codes_txt = "patrol;next_patrol=lux_lobby";
- location = "lux_warehouse"
- },
-/turf/open/floor/plasteel/patterned/cargo_one,
-/area/ship/storage)
-"KH" = (
-/obj/effect/decal/cleanable/dirt,
-/obj/machinery/vending/autodrobe/all_access{
- default_price = 0;
- extra_price = 0
- },
-/obj/machinery/firealarm/directional/south,
-/turf/open/floor/plasteel/dark,
-/area/ship/crew/dorm)
-"KX" = (
-/obj/structure/closet/crate,
-/obj/item/construction/rcd/combat,
-/obj/item/construction/rcd/combat,
-/obj/item/construction/rcd/combat,
-/obj/item/construction/rcd/combat,
-/obj/item/construction/rcd/combat,
-/obj/item/construction/rcd/combat,
-/obj/item/construction/rcd/combat,
-/obj/item/construction/rcd/combat,
-/obj/item/construction/rcd/combat,
-/obj/item/construction/rcd/combat,
-/turf/open/floor/plasteel/mono/dark,
-/area/ship/storage)
-"KZ" = (
-/obj/effect/turf_decal/siding/red,
-/obj/structure/closet/secure_closet/freezer/wall{
- dir = 1;
- name = "refrigerator";
- pixel_y = -32
- },
-/obj/item/storage/box/donkpockets/donkpocketteriyaki,
-/obj/item/storage/box/donkpockets/donkpocketteriyaki,
-/obj/item/storage/box/donkpockets/donkpocketteriyaki,
-/obj/item/storage/box/donkpockets/donkpocketteriyaki,
-/obj/item/storage/box/donkpockets/donkpocketspicy,
-/obj/item/storage/box/donkpockets/donkpocketspicy,
-/obj/item/storage/box/donkpockets/donkpocketspicy,
-/obj/item/storage/box/donkpockets/donkpocketspicy,
-/obj/item/storage/box/donkpockets/donkpockethonk,
-/obj/item/storage/box/donkpockets/donkpockethonk,
-/obj/item/storage/box/donkpockets/donkpockethonk,
-/obj/item/storage/box/donkpockets/donkpockethonk,
-/obj/item/storage/box/donkpockets,
-/obj/item/storage/box/donkpockets,
-/obj/item/storage/box/donkpockets,
-/obj/item/storage/box/donkpockets,
-/turf/open/floor/plasteel/mono/dark,
-/area/ship/crew/canteen)
-"La" = (
-/obj/effect/turf_decal/corner/opaque/blue{
- dir = 4
- },
-/obj/machinery/button/door{
- id = "cargodoors";
- pixel_y = 25
- },
-/turf/open/floor/plasteel/dark,
-/area/ship/hallway/central)
-"Lr" = (
-/obj/structure/cable{
- icon_state = "4-8"
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{
- dir = 8
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{
- dir = 4
- },
-/obj/structure/table,
-/obj/item/reagent_containers/food/drinks/drinkingglass{
- pixel_x = -4;
- pixel_y = -4
- },
-/obj/item/paper{
- desc = "A piece of paper depicting a extremely pissed up upper manager";
- default_raw_text = "YOU ARENT SUPPOSED TO BE MINING, HEAR ME!?!! YOU'RE SUPPOSED TO BE SELLING SHIT TO THE CONSUMERS YOU HEAR!! AS PUNISHMENT FOR THE LAST SHIFT, I HAVE REMOVED ALLL OF YOUR MINING TOOLS!! NOW GET BACK TO WORK!!";
- name = "angry letter from upper management"
- },
-/obj/machinery/door/firedoor,
-/turf/open/floor/plasteel/mono/dark,
-/area/ship/crew/canteen)
-"Lu" = (
-/obj/structure/chair/plastic{
- dir = 1
- },
-/turf/open/floor/carpet/red_gold,
-/area/ship/crew/dorm)
-"LU" = (
-/obj/machinery/atmospherics/components/unary/outlet_injector/atmos/air_input{
- dir = 4
- },
-/obj/structure/window/plasma/reinforced/spawner/east,
-/turf/open/floor/engine/air,
-/area/ship/engineering)
-"LV" = (
-/obj/machinery/vending/boozeomat/all_access{
- default_price = 0;
- extra_price = 0
- },
-/turf/open/floor/plasteel/mono/dark,
-/area/ship/crew/canteen)
-"LY" = (
-/obj/machinery/firealarm/directional/west,
-/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{
- dir = 8
- },
-/obj/structure/closet/crate,
-/obj/item/card/emag/limited,
-/obj/item/card/emag/limited,
-/obj/item/card/emag/limited,
-/obj/item/card/emag/limited,
-/obj/item/card/emag/limited,
-/obj/item/card/emag/limited,
-/obj/item/card/emag/limited,
-/obj/item/card/emag/limited,
-/obj/item/card/emag/limited,
-/obj/item/card/emag/limited,
-/obj/item/radio/intercom/directional/east,
-/turf/open/floor/plasteel/mono/dark,
-/area/ship/storage)
-"Mg" = (
-/obj/structure/cable{
- icon_state = "2-8"
- },
-/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer4{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer2{
- dir = 1
- },
-/obj/effect/turf_decal/corner/opaque/neutral/mono,
-/turf/open/floor/plasteel/mono/dark,
-/area/ship/crew/canteen)
-"Mi" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{
- dir = 4
- },
-/obj/effect/decal/cleanable/dirt,
-/obj/structure/table/reinforced,
-/obj/structure/window/plasma/reinforced,
-/obj/machinery/door/window/eastright,
-/obj/machinery/door/firedoor,
-/obj/machinery/door/poddoor/shutters{
- dir = 4;
- id = "cargodoors"
- },
-/turf/open/floor/plasteel/dark,
-/area/ship/cargo)
-"Mj" = (
-/obj/machinery/atmospherics/components/binary/dp_vent_pump,
-/obj/machinery/advanced_airlock_controller{
- pixel_x = -25
- },
-/turf/open/floor/plating,
-/area/ship/engineering)
-"Mx" = (
-/obj/effect/turf_decal/siding/blue{
- dir = 8
- },
-/obj/machinery/light_switch{
- dir = 1;
- pixel_x = 10;
- pixel_y = -21
- },
-/obj/machinery/firealarm/directional/south,
-/obj/effect/turf_decal/trimline/opaque/blue/filled/warning,
-/turf/open/floor/plasteel/dark,
-/area/ship/hallway/central)
-"Mz" = (
-/obj/structure/tank_dispenser/oxygen,
-/obj/effect/decal/cleanable/dirt,
-/obj/effect/turf_decal/corner/opaque/brown/border{
- dir = 9
- },
-/turf/open/floor/plasteel/mono/dark,
-/area/ship/cargo)
-"MT" = (
-/obj/effect/spawner/structure/window/plasma/reinforced/plastitanium,
-/obj/machinery/door/poddoor/shutters{
- dir = 4;
- id = "externalshutters"
- },
-/turf/open/floor/plating,
-/area/ship/cargo)
-"MU" = (
-/obj/machinery/door/window/brigdoor{
- name = "Bridge";
- req_access_txt = "41"
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{
- dir = 6
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{
- dir = 10
- },
-/turf/open/floor/carpet/red_gold,
-/area/ship/hallway/central)
-"Nr" = (
-/turf/template_noop,
-/area/template_noop)
-"NH" = (
-/obj/effect/turf_decal/siding/blue/corner,
-/obj/effect/turf_decal/corner/opaque/blue/half{
- dir = 1
- },
-/turf/open/floor/plasteel/dark,
-/area/ship/hallway/central)
-"NJ" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{
- dir = 4
- },
-/turf/open/floor/plasteel/dark,
-/area/ship/hallway/central)
-"NQ" = (
-/obj/machinery/light/directional/west,
-/obj/effect/decal/cleanable/dirt,
-/obj/structure/table,
-/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{
- dir = 4
- },
-/obj/item/storage/fancy/cigarettes/cigpack_syndicate{
- pixel_x = 6
- },
-/obj/item/lighter/greyscale{
- pixel_x = -3;
- pixel_y = 4
- },
-/turf/open/floor/carpet/red_gold,
-/area/ship/crew/dorm)
-"On" = (
-/obj/item/storage/toolbox/syndicate,
-/obj/item/storage/toolbox/syndicate,
-/obj/item/storage/toolbox/syndicate,
-/obj/item/storage/toolbox/syndicate,
-/obj/item/storage/toolbox/syndicate,
-/obj/item/storage/toolbox/syndicate,
-/obj/item/storage/toolbox/syndicate,
-/obj/item/storage/toolbox/syndicate,
-/obj/item/storage/toolbox/syndicate,
-/obj/item/storage/toolbox/syndicate,
-/obj/item/storage/toolbox/syndicate,
-/obj/structure/closet/crate,
-/turf/open/floor/plasteel/mono/dark,
-/area/ship/storage)
-"Op" = (
-/obj/effect/spawner/structure/window/plasma/reinforced/plastitanium,
-/obj/machinery/door/poddoor/shutters{
- dir = 4;
- id = "externalshutters"
- },
-/turf/open/floor/plating,
-/area/ship/crew/canteen)
-"Oq" = (
-/obj/structure/table,
-/obj/item/toy/cards/deck/syndicate,
-/turf/open/floor/carpet/red_gold,
-/area/ship/crew/dorm)
-"Oz" = (
-/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4,
-/obj/effect/turf_decal/siding/blue{
- dir = 8
- },
-/turf/open/floor/plasteel/dark,
-/area/ship/hallway/central)
-"OR" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{
- dir = 6
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{
- dir = 6
- },
-/obj/effect/decal/cleanable/oil,
-/obj/structure/cable{
- icon_state = "2-8"
- },
-/turf/open/floor/plasteel/mono/dark,
-/area/ship/cargo)
-"OY" = (
-/obj/structure/closet/crate/trashcart,
-/obj/effect/spawner/lootdrop/maintenance/eight,
-/obj/effect/turf_decal/corner/opaque/brown/border{
- dir = 9
- },
-/obj/machinery/button/shieldwallgen{
- id = "luxembourg_cargo";
- pixel_x = -10;
- pixel_y = 25
- },
-/obj/structure/cable{
- icon_state = "4-8"
- },
-/obj/machinery/button/door{
- id = "syndiefuck";
- pixel_x = -20;
- pixel_y = 26
- },
-/turf/open/floor/plasteel/mono/dark,
-/area/ship/cargo)
-"Pb" = (
-/obj/effect/decal/cleanable/dirt,
-/turf/closed/wall/mineral/plastitanium/nodiagonal,
-/area/ship/crew/dorm)
-"Ph" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4,
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2,
-/obj/structure/catwalk/over/plated_catwalk/dark,
-/obj/effect/turf_decal/number/zero{
- dir = 4
- },
-/turf/open/floor/plating,
-/area/ship/engineering)
-"Ps" = (
-/obj/machinery/light/directional/south,
-/obj/item/banner/cargo,
-/obj/effect/turf_decal/corner/opaque/brown/border{
- dir = 10
- },
-/obj/machinery/button/shieldwallgen{
- dir = 1;
- id = "luxembourg_cargo";
- pixel_x = -10;
- pixel_y = -25
- },
-/obj/structure/cable{
- icon_state = "4-8"
- },
-/obj/machinery/button/door{
- dir = 1;
- id = "syndiefuck";
- pixel_x = -20;
- pixel_y = -26
- },
-/turf/open/floor/plasteel/mono/dark,
-/area/ship/cargo)
-"PO" = (
-/obj/structure/sign/poster/contraband/syndicate_recruitment{
- pixel_x = 4;
- pixel_y = -30
- },
-/obj/effect/turf_decal/siding/blue{
- dir = 4
- },
-/obj/effect/turf_decal/trimline/opaque/blue/filled/warning,
-/turf/open/floor/plasteel/dark,
-/area/ship/hallway/central)
-"PW" = (
-/obj/structure/sign/donk{
- pixel_x = -32
- },
-/obj/structure/rack,
-/obj/effect/turf_decal/corner/opaque/neutral/mono,
-/turf/open/floor/plasteel/mono/dark,
-/area/ship/hallway/central)
-"QG" = (
-/obj/machinery/light/directional/west,
-/obj/machinery/vending/toyliberationstation,
-/obj/structure/window/plasma/reinforced,
-/turf/open/floor/plasteel/mono/dark,
-/area/ship/hallway/central)
-"QQ" = (
-/obj/structure/window/plasma/reinforced,
-/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2{
- dir = 4
- },
-/turf/open/floor/carpet/red_gold,
-/area/ship/hallway/central)
-"QT" = (
-/obj/machinery/light/directional/east,
-/obj/structure/window/plasma/reinforced,
-/obj/machinery/computer/selling_pad_control{
- dir = 8
- },
-/obj/machinery/airalarm/directional/north,
-/turf/open/floor/plasteel/mono/dark,
-/area/ship/hallway/central)
-"QU" = (
-/obj/structure/cable{
- icon_state = "1-2"
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4,
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2,
-/obj/machinery/button/door{
- id = "warehouse";
- pixel_x = 24;
- pixel_y = 21
- },
-/turf/open/floor/plasteel/patterned/cargo_one,
-/area/ship/storage)
-"Rk" = (
-/obj/structure/rack,
-/obj/effect/turf_decal/corner/opaque/neutral/mono,
-/obj/machinery/light/directional/west,
-/turf/open/floor/plasteel/mono/dark,
-/area/ship/hallway/central)
-"Ro" = (
-/obj/structure/cable{
- icon_state = "1-2"
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4,
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2,
-/obj/machinery/door/firedoor/border_only{
- dir = 1
- },
-/obj/machinery/door/firedoor/border_only,
-/obj/structure/catwalk/over/plated_catwalk/white,
-/obj/machinery/door/airlock/engineering{
- name = "Engineering"
- },
-/turf/open/floor/plasteel/tech/techmaint,
-/area/ship/engineering)
-"Rp" = (
-/turf/open/floor/carpet/red_gold,
-/area/ship/crew/dorm)
-"RH" = (
-/obj/effect/spawner/structure/window/plasma/reinforced/plastitanium,
-/obj/machinery/door/poddoor/shutters{
- id = "externalshutters"
- },
-/turf/open/floor/plating,
-/area/ship/cargo)
-"RM" = (
-/obj/effect/turf_decal/trimline/opaque/brown/filled/warning,
-/obj/structure/cable{
- icon_state = "4-8"
- },
-/turf/open/floor/plasteel/mono/dark,
-/area/ship/cargo)
-"Sn" = (
-/obj/effect/turf_decal/siding/blue,
-/obj/effect/turf_decal/siding/blue{
- dir = 1
- },
-/turf/open/floor/plasteel/dark,
-/area/ship/hallway/central)
-"SS" = (
-/obj/item/radio/headset/syndicate/alt,
-/obj/item/toy/figure/cargotech,
-/obj/item/clothing/suit/hooded/wintercoat/cargo,
-/obj/item/stack/sheet/cardboard/fifty,
-/obj/item/hand_labeler,
-/obj/item/hand_labeler_refill,
-/obj/item/clothing/under/syndicate/donk,
-/obj/item/clothing/suit/hazardvest/donk,
-/obj/item/stack/wrapping_paper,
-/obj/item/stack/packageWrap,
-/obj/structure/closet/wall{
- dir = 4;
- icon_door = "orange_wall";
- name = "employee closet";
- pixel_x = -28
- },
-/turf/open/floor/plasteel/mono/dark,
-/area/ship/engineering)
-"Tj" = (
-/obj/effect/turf_decal/siding/red,
-/obj/machinery/power/apc/auto_name/directional/south,
-/obj/structure/cable{
- icon_state = "0-4"
- },
-/obj/machinery/light_switch{
- dir = 1;
- pixel_x = 11;
- pixel_y = -16
- },
-/turf/open/floor/plasteel/mono/dark,
-/area/ship/crew/canteen)
-"Ty" = (
-/obj/machinery/light/directional/east,
-/obj/structure/closet/crate/large,
-/obj/item/mecha_parts/mecha_equipment/mining_scanner,
-/mob/living/simple_animal/bot/secbot/grievous/toy,
-/obj/effect/decal/cleanable/blood/old,
-/obj/item/hand_labeler_refill,
-/obj/item/mecha_parts/mecha_equipment/hydraulic_clamp,
-/obj/item/mecha_parts/mecha_equipment/rcd,
-/obj/item/mecha_parts/mecha_equipment/cable_layer,
-/turf/open/floor/plasteel/mono/dark,
-/area/ship/storage)
-"TB" = (
-/obj/effect/turf_decal/siding/blue{
- dir = 8
- },
-/obj/effect/turf_decal/siding/blue{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2,
-/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4,
-/turf/open/floor/plasteel/dark,
-/area/ship/hallway/central)
-"TJ" = (
-/obj/effect/spawner/structure/window/plasma/reinforced/plastitanium,
-/obj/machinery/door/poddoor/shutters{
- dir = 4;
- id = "externalshutters"
- },
-/turf/open/floor/plating,
-/area/ship/storage)
-"TP" = (
-/obj/structure/rack,
-/obj/effect/turf_decal/corner/opaque/neutral/mono,
-/turf/open/floor/plasteel/mono/dark,
-/area/ship/hallway/central)
-"TY" = (
-/obj/effect/turf_decal/corner/opaque/brown/bordercorner{
- dir = 1
- },
-/turf/open/floor/plasteel/mono/dark,
-/area/ship/cargo)
-"Ud" = (
-/obj/effect/turf_decal/siding/blue,
-/turf/open/floor/plasteel/dark,
-/area/ship/hallway/central)
-"Uk" = (
-/turf/closed/wall/mineral/plastitanium,
-/area/ship/storage)
-"Uo" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2,
-/obj/machinery/atmospherics/components/binary/volume_pump,
-/obj/structure/catwalk/over/plated_catwalk,
-/turf/open/floor/plating,
-/area/ship/engineering)
-"Uu" = (
-/obj/structure/cable{
- icon_state = "1-2"
- },
-/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer4{
- dir = 1
- },
-/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer2{
- dir = 4
- },
-/turf/open/floor/plasteel/patterned/cargo_one,
-/area/ship/storage)
-"Uw" = (
-/obj/structure/toilet{
- dir = 4
- },
-/obj/structure/curtain,
-/obj/machinery/airalarm/directional/south,
-/turf/open/floor/plasteel/patterned,
-/area/ship/crew/dorm)
-"UE" = (
-/turf/open/floor/plating,
-/area/ship/engineering)
-"UI" = (
-/obj/effect/turf_decal/corner/opaque/neutral/mono,
-/turf/open/floor/plasteel/mono/dark,
-/area/ship/crew/canteen)
-"UO" = (
-/obj/machinery/atmospherics/pipe/layer_manifold,
-/turf/closed/wall/mineral/plastitanium/nodiagonal,
-/area/ship/engineering)
-"Va" = (
-/obj/structure/cable{
- icon_state = "1-8"
- },
-/obj/structure/cable{
- icon_state = "1-4"
- },
-/obj/machinery/atmospherics/pipe/simple/orange/visible{
- dir = 4
- },
-/obj/structure/cable{
- icon_state = "4-8"
- },
-/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer4{
- dir = 8
- },
-/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer2{
- dir = 4
- },
-/obj/structure/catwalk/over/plated_catwalk,
-/turf/open/floor/plating,
-/area/ship/engineering)
-"Vb" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4,
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2,
-/obj/effect/turf_decal/trimline/opaque/blue/filled/warning,
-/turf/open/floor/plasteel/dark,
-/area/ship/hallway/central)
-"Vi" = (
-/obj/structure/cable{
- icon_state = "2-4"
- },
-/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer2,
-/obj/effect/turf_decal/industrial/traffic{
- dir = 8
- },
-/turf/open/floor/plasteel/dark,
-/area/ship/crew/dorm)
-"Vn" = (
-/obj/effect/decal/cleanable/dirt,
-/obj/effect/decal/cleanable/dirt,
-/obj/effect/turf_decal/corner/opaque/brown/border{
- dir = 4
- },
-/turf/open/floor/plasteel/mono/dark,
-/area/ship/cargo)
-"Vs" = (
-/obj/machinery/atmospherics/components/binary/volume_pump,
-/obj/structure/catwalk/over/plated_catwalk,
-/turf/open/floor/plating,
-/area/ship/engineering)
-"VG" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4,
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2,
-/obj/effect/decal/cleanable/dirt,
-/obj/structure/catwalk/over/plated_catwalk/dark,
-/obj/effect/turf_decal/number/two{
- dir = 4
- },
-/turf/open/floor/plating,
-/area/ship/engineering)
-"VR" = (
-/turf/closed/wall/r_wall/syndicate/nodiagonal,
-/area/ship/engineering)
-"VS" = (
-/obj/structure/closet/crate,
-/obj/item/stack/sheet/metal/fifty,
-/obj/item/stack/sheet/glass/fifty,
-/obj/item/stack/sheet/plastitaniumglass{
- amount = 20
- },
-/obj/item/stack/sheet/mineral/plastitanium{
- amount = 20
- },
-/obj/item/stack/sheet/metal/fifty,
-/obj/item/stack/sheet/glass/fifty,
-/obj/effect/decal/cleanable/dirt,
-/obj/item/hand_labeler_refill,
-/obj/item/stack/sheet/mineral/wood/fifty,
-/turf/open/floor/plasteel/mono/dark,
-/area/ship/storage)
-"Wh" = (
-/obj/structure/cable{
- icon_state = "1-2"
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4,
-/obj/effect/turf_decal/trimline/opaque/orange/filled/warning,
-/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer2{
- dir = 8
- },
-/turf/open/floor/plasteel/patterned,
-/area/ship/crew/dorm)
-"Wt" = (
-/obj/machinery/smartfridge/bloodbank/preloaded,
-/turf/closed/wall/mineral/plastitanium/nodiagonal,
-/area/ship/storage)
-"WB" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer2,
-/obj/effect/turf_decal/siding/blue{
- dir = 4
- },
-/turf/open/floor/plasteel/dark,
-/area/ship/hallway/central)
-"WE" = (
-/turf/closed/wall/mineral/plastitanium/nodiagonal,
-/area/ship/hallway/central)
-"WQ" = (
-/obj/machinery/firealarm/directional/east,
-/obj/machinery/suit_storage_unit/inherit{
- req_access_txt = "41"
- },
-/obj/item/clothing/suit/space/syndicate,
-/obj/item/clothing/head/helmet/space/syndicate,
-/obj/item/clothing/mask/breath,
-/turf/open/floor/plasteel/mono/dark,
-/area/ship/engineering)
-"WU" = (
-/obj/effect/turf_decal/siding/blue{
- dir = 8
- },
-/obj/effect/turf_decal/siding/blue{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/manifold4w/supply/hidden/layer4,
-/obj/machinery/atmospherics/pipe/manifold4w/scrubbers/hidden/layer2,
-/turf/open/floor/plasteel/dark,
-/area/ship/hallway/central)
-"Xf" = (
-/obj/machinery/power/terminal{
- dir = 8
- },
-/obj/machinery/power/terminal{
- dir = 4
- },
-/obj/structure/cable/yellow,
-/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4,
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2,
-/obj/machinery/door/firedoor/border_only,
-/obj/machinery/door/firedoor/border_only{
- dir = 1
- },
-/obj/machinery/navbeacon/wayfinding{
- codes_txt = "patrol;next_patrol=lux_warehouse";
- location = "lux_engine"
- },
-/turf/open/floor/plasteel/tech/techmaint,
-/area/ship/engineering)
-"Xw" = (
-/obj/machinery/washing_machine,
-/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{
- dir = 8
- },
-/obj/machinery/light/small/directional/north,
-/turf/open/floor/plasteel/patterned,
-/area/ship/crew/dorm)
-"XM" = (
-/obj/structure/cable{
- icon_state = "1-4"
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{
- dir = 4
- },
-/obj/effect/decal/cleanable/dirt,
-/obj/machinery/portable_atmospherics/pump,
-/turf/open/floor/plasteel/tech/techmaint,
-/area/ship/engineering)
-"XS" = (
-/obj/machinery/atmospherics/components/unary/shuttle/heater{
- dir = 1
- },
-/obj/structure/window/reinforced/spawner,
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2,
-/obj/machinery/door/poddoor/shutters{
- id = "externalshutters"
- },
-/turf/open/floor/plasteel/tech/techmaint,
-/area/ship/engineering)
-"Yd" = (
-/obj/structure/cable{
- icon_state = "4-8"
- },
-/obj/machinery/atmospherics/pipe/manifold/orange/visible{
- dir = 1
- },
-/obj/effect/decal/cleanable/dirt,
-/obj/structure/catwalk/over/plated_catwalk/white,
-/obj/structure/cable{
- icon_state = "1-8"
- },
-/turf/open/floor/plating,
-/area/ship/engineering)
-"Yq" = (
-/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer4{
- dir = 8
- },
-/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer2{
- dir = 4
- },
-/obj/effect/turf_decal/siding/blue{
- dir = 8
- },
-/obj/effect/turf_decal/siding/blue{
- dir = 4
- },
-/turf/open/floor/plasteel/dark,
-/area/ship/hallway/central)
-"YE" = (
-/obj/structure/window/plasma/reinforced,
-/obj/machinery/atmospherics/components/unary/vent_pump/on/layer4{
- dir = 8
- },
-/obj/item/radio/intercom/directional/east{
- pixel_y = 37
- },
-/turf/open/floor/carpet/red_gold,
-/area/ship/hallway/central)
-"YI" = (
-/turf/closed/wall/mineral/plastitanium/nodiagonal,
-/area/ship/crew/canteen)
-"YK" = (
-/obj/machinery/airalarm/directional/west,
-/obj/item/clothing/head/collectable/chef,
-/obj/item/clothing/head/collectable/paper,
-/obj/item/clothing/head/collectable/tophat,
-/obj/item/clothing/head/collectable/captain,
-/obj/item/clothing/head/collectable/beret,
-/obj/item/clothing/head/collectable/welding,
-/obj/item/clothing/head/collectable/flatcap,
-/obj/item/clothing/head/collectable/pirate,
-/obj/item/clothing/head/collectable/kitty,
-/obj/item/clothing/head/collectable/rabbitears,
-/obj/item/clothing/head/collectable/wizard,
-/obj/item/clothing/head/collectable/hardhat,
-/obj/item/clothing/head/collectable/HoS,
-/obj/item/clothing/head/collectable/HoP,
-/obj/item/clothing/head/collectable/thunderdome,
-/obj/item/clothing/head/collectable/swat,
-/obj/item/clothing/head/collectable/slime,
-/obj/item/clothing/head/collectable/police,
-/obj/item/clothing/head/collectable/xenom,
-/obj/item/clothing/head/collectable/petehat,
-/obj/structure/closet/crate,
-/turf/open/floor/plasteel/mono/dark,
-/area/ship/storage)
-"YL" = (
-/obj/structure/chair/plastic{
- dir = 4
- },
-/obj/effect/turf_decal/siding/red{
- dir = 8
- },
-/obj/effect/turf_decal/corner/opaque/neutral/border{
- dir = 4
- },
-/turf/open/floor/plasteel/mono/dark,
-/area/ship/hallway/central)
-"YO" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{
- dir = 5
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{
- dir = 5
- },
-/turf/open/floor/plasteel/patterned/cargo_one,
-/area/ship/storage)
-"YZ" = (
-/obj/structure/closet/secure{
- icon_state = "eng_secure";
- name = "GEC Engineer's locker"
- },
-/obj/item/clothing/gloves/color/yellow,
-/obj/item/pipe_dispenser,
-/obj/item/clothing/glasses/meson/engine,
-/obj/item/clothing/suit/toggle/hazard,
-/obj/item/clothing/head/beret/eng/hazard,
-/obj/item/clothing/head/beret/eng,
-/obj/item/holosign_creator/engineering,
-/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer4{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{
- dir = 8
- },
-/obj/item/clothing/under/syndicate/gec,
-/obj/item/clothing/under/syndicate/gec,
-/obj/item/stack/tape/industrial/pro,
-/obj/machinery/power/apc/auto_name/directional/north,
-/obj/structure/cable{
- icon_state = "0-2"
- },
-/obj/machinery/light_switch{
- pixel_y = 23;
- pixel_x = 11
- },
-/turf/open/floor/plasteel/tech/techmaint,
-/area/ship/engineering)
-"Zm" = (
-/obj/structure/cable{
- icon_state = "4-8"
- },
-/obj/machinery/atmospherics/pipe/manifold/orange/visible{
- dir = 1
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{
- dir = 9
- },
-/obj/structure/catwalk/over/plated_catwalk,
-/turf/open/floor/plating,
-/area/ship/engineering)
-"ZV" = (
-/obj/structure/cable{
- icon_state = "1-4"
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{
- dir = 5
- },
-/obj/structure/catwalk/over/plated_catwalk,
-/obj/machinery/atmospherics/components/unary/portables_connector{
- dir = 8
- },
-/turf/open/floor/plating,
-/area/ship/engineering)
-
-(1,1,1) = {"
-Nr
-Nr
-Nr
-Nr
-Nr
-Nr
-Nr
-Nr
-Nr
-GD
-Nr
-Nr
-Nr
-Nr
-Nr
-Nr
-Nr
-Nr
-Nr
-Nr
-Nr
-Nr
-Nr
-Nr
-Nr
-Nr
-Nr
-"}
-(2,1,1) = {"
-Nr
-Nr
-Nr
-Nr
-Nr
-Nr
-hs
-HG
-JT
-JT
-JT
-it
-Ka
-Nr
-Nr
-Nr
-Nr
-Nr
-Nr
-Nr
-Nr
-Nr
-Nr
-Nr
-Nr
-Nr
-Nr
-"}
-(3,1,1) = {"
-Nr
-Nr
-Nr
-Nr
-Bw
-MT
-hs
-OY
-hX
-hX
-fB
-Ps
-Ka
-TJ
-TJ
-Uk
-Nr
-Nr
-Nr
-Nr
-pt
-VR
-pt
-Nr
-Nr
-Nr
-Nr
-"}
-(4,1,1) = {"
-Nr
-Nr
-Nr
-Bw
-hs
-Mz
-qh
-JV
-AL
-hi
-CC
-RM
-vb
-VS
-qV
-Wt
-TJ
-Uk
-Nr
-Uk
-VR
-qe
-VR
-pt
-Nr
-Nr
-Nr
-"}
-(5,1,1) = {"
-Nr
-Nr
-hs
-hs
-bB
-TY
-CC
-OR
-gf
-Je
-wP
-fy
-lQ
-QU
-kI
-iF
-vT
-Ka
-TJ
-Ka
-VR
-qR
-jK
-VR
-Nr
-Nr
-Nr
-"}
-(6,1,1) = {"
-Nr
-Nr
-RH
-sV
-yh
-BZ
-Vn
-Ee
-EG
-hu
-uX
-JU
-Ka
-JO
-iO
-Fj
-YO
-YK
-ks
-On
-vp
-rV
-LU
-VR
-pt
-Nr
-Nr
-"}
-(7,1,1) = {"
-Nr
-Nr
-hs
-hs
-hs
-ga
-ug
-Mi
-tV
-hs
-hs
-hs
-Ka
-Ka
-Ty
-Ko
-Uu
-lg
-hm
-rU
-Ro
-uo
-ZV
-mK
-vp
-pt
-Nr
-"}
-(8,1,1) = {"
-Nr
-Nr
-Nr
-WE
-WE
-La
-aB
-NJ
-Ud
-TP
-Rk
-PW
-cI
-Ka
-Ka
-KX
-LY
-cq
-pd
-ke
-vp
-dC
-GG
-Uo
-XS
-iR
-hd
-"}
-(9,1,1) = {"
-tU
-WE
-kZ
-WE
-QG
-NH
-wd
-WB
-tO
-Iv
-Iv
-Iv
-yf
-DG
-Ka
-Ka
-Ka
-Ka
-Ka
-Ka
-vp
-gj
-Zm
-Vs
-vz
-sh
-Nr
-"}
-(10,1,1) = {"
-WE
-WE
-Ej
-bi
-QQ
-xa
-dp
-bV
-Sn
-TP
-TP
-jv
-pL
-Mx
-vp
-fo
-SS
-EZ
-mm
-tx
-pR
-XM
-ql
-pJ
-vp
-vp
-vp
-"}
-(11,1,1) = {"
-Ij
-Ga
-dA
-jr
-MU
-rh
-TB
-WU
-yX
-gC
-gC
-Yq
-Jq
-Vb
-dL
-VG
-Ph
-DJ
-mE
-yQ
-Xf
-CM
-Va
-dM
-AE
-Mj
-qP
-"}
-(12,1,1) = {"
-WE
-WE
-jH
-fv
-YE
-xa
-dp
-dH
-Sn
-TP
-TP
-DE
-Jr
-PO
-vp
-WQ
-xt
-cB
-Ip
-ul
-pR
-lb
-Gr
-eD
-na
-UO
-Er
-"}
-(13,1,1) = {"
-vw
-WE
-kZ
-WE
-QT
-bp
-Oz
-vf
-lK
-ym
-cs
-eX
-CI
-DG
-EO
-EO
-EO
-EO
-EO
-EO
-vp
-CW
-lW
-lt
-vz
-sh
-Nr
-"}
-(14,1,1) = {"
-Nr
-Nr
-Nr
-WE
-WE
-YL
-YL
-qO
-xc
-tH
-IT
-HK
-zc
-EO
-EO
-BX
-if
-EO
-Kg
-Uw
-vp
-YZ
-Yd
-lt
-vz
-sh
-UE
-"}
-(15,1,1) = {"
-Nr
-Nr
-YI
-YI
-YI
-qf
-HZ
-Lr
-Dw
-rq
-YI
-EO
-EO
-EO
-nz
-Vi
-sI
-Ai
-FV
-Wh
-eL
-iZ
-bt
-CT
-vp
-pt
-Nr
-"}
-(16,1,1) = {"
-Nr
-Nr
-ow
-YI
-yd
-UI
-UI
-Fq
-UI
-Tj
-YI
-Ji
-NQ
-BM
-zW
-bN
-aK
-Pb
-Xw
-eF
-vp
-uK
-wT
-VR
-pt
-Nr
-Nr
-"}
-(17,1,1) = {"
-Nr
-Nr
-Bt
-YI
-wN
-UI
-rG
-Mg
-Dq
-CV
-Da
-cb
-aD
-Id
-rm
-xw
-KH
-EO
-mi
-EO
-VR
-EW
-Kk
-VR
-Nr
-Nr
-Nr
-"}
-(18,1,1) = {"
-Nr
-Nr
-Nr
-Bt
-YI
-uB
-kE
-sF
-UI
-KZ
-YI
-Rp
-DW
-Oq
-Lu
-EO
-mi
-Hx
-Nr
-Hx
-VR
-sk
-VR
-pt
-Nr
-Nr
-Nr
-"}
-(19,1,1) = {"
-Nr
-Nr
-Nr
-Nr
-Bt
-Op
-YI
-fn
-LV
-DA
-YI
-tF
-EO
-mi
-mi
-Hx
-Nr
-Nr
-Nr
-Nr
-pt
-VR
-pt
-Nr
-Nr
-Nr
-Nr
-"}
-(20,1,1) = {"
-Nr
-Nr
-Nr
-Nr
-Nr
-Nr
-YI
-YI
-Op
-YI
-YI
-EO
-EO
-Nr
-Nr
-Nr
-Nr
-Nr
-Nr
-Nr
-Nr
-Nr
-Nr
-Nr
-Nr
-Nr
-Nr
-"}
diff --git a/_maps/shuttles/syndicate/syndicate_twinkleshine.dmm b/_maps/shuttles/syndicate/syndicate_twinkleshine.dmm
index 7914b314998c..4b6183391ff1 100644
--- a/_maps/shuttles/syndicate/syndicate_twinkleshine.dmm
+++ b/_maps/shuttles/syndicate/syndicate_twinkleshine.dmm
@@ -37,19 +37,29 @@
/obj/structure/catwalk/over/plated_catwalk/dark,
/obj/machinery/light/directional/east,
/turf/open/floor/plating,
-/area/ship/hallway/central)
+/area/ship/hallway/aft)
"aj" = (
-/obj/machinery/atmospherics/pipe/manifold/purple/visible,
-/turf/open/floor/plating,
+/obj/machinery/atmospherics/pipe/simple/purple/visible,
+/obj/machinery/power/terminal{
+ dir = 8
+ },
+/obj/structure/cable/yellow{
+ icon_state = "0-4"
+ },
+/obj/effect/turf_decal/techfloor/orange{
+ dir = 8
+ },
+/turf/open/floor/plasteel/tech/grid,
/area/ship/engineering/atmospherics)
"ak" = (
-/obj/effect/turf_decal/corner/opaque/syndiered/three_quarters{
- dir = 8
+/obj/effect/turf_decal/corner/opaque/syndiered{
+ dir = 4
+ },
+/obj/effect/turf_decal/borderfloorblack{
+ dir = 10
},
-/obj/machinery/light/directional/north,
-/obj/machinery/vending/cola/random,
/turf/open/floor/plasteel/tech,
-/area/ship/hallway/central)
+/area/ship/hallway/starboard)
"al" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2,
/obj/structure/cable/yellow{
@@ -64,23 +74,18 @@
/turf/open/floor/plasteel/mono/dark,
/area/ship/medical)
"aA" = (
-/obj/effect/turf_decal/corner/transparent/bar/diagonal,
-/obj/structure/table/wood,
-/obj/item/reagent_containers/food/snacks/syndicake{
- pixel_y = 10;
- pixel_x = 3
+/obj/machinery/shieldgen{
+ anchored = 1;
+ req_access = list(150)
},
-/obj/item/reagent_containers/food/drinks/beer{
- pixel_x = -10;
- pixel_y = 5
+/obj/effect/turf_decal/corner/opaque/syndiered/bordercee{
+ dir = 8
},
-/obj/item/reagent_containers/food/drinks/beer{
- pixel_x = -3;
- pixel_y = 3
+/obj/effect/turf_decal/spline/fancy/opaque/black{
+ dir = 1
},
-/obj/machinery/firealarm/directional/south,
-/turf/open/floor/plasteel,
-/area/ship/crew/dorm)
+/turf/open/floor/mineral/plastitanium,
+/area/ship/bridge)
"aD" = (
/obj/structure/sign/poster/contraband/m90{
icon_state = "poster-m90";
@@ -92,14 +97,34 @@
/obj/effect/turf_decal/spline/fancy/opaque/syndiered{
dir = 9
},
-/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2,
-/obj/structure/cable/yellow{
- icon_state = "1-2"
+/obj/structure/closet/secure_closet{
+ anchored = 1;
+ icon_state = "syndicate";
+ name = "lieutenant locker";
+ req_access = list(3,150)
},
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{
- dir = 1
+/obj/item/clothing/under/syndicate/ngr/officer,
+/obj/item/clothing/suit/armor/vest/capcarapace/ngr_captain,
+/obj/item/clothing/head/ngrcap,
+/obj/item/clothing/shoes/combat,
+/obj/item/megaphone/sec{
+ name = "syndicate megaphone"
},
-/turf/open/floor/mineral/plastitanium/red,
+/obj/item/gun/ballistic/automatic/pistol/no_mag,
+/obj/item/clothing/head/HoS/beret/syndicate,
+/obj/item/radio/headset/syndicate/alt/leader,
+/obj/item/clothing/gloves/krav_maga/combatglovesplus,
+/obj/item/ammo_box/magazine/m10mm/ap,
+/obj/item/ammo_box/magazine/m10mm/ap,
+/obj/item/clothing/suit/armor/hos/trenchcoat,
+/obj/machinery/button/door{
+ pixel_x = 9;
+ pixel_y = 25;
+ id = "twinkle_armory";
+ name = "Armory Access";
+ req_access = list(3,150)
+ },
+/turf/open/floor/mineral/plastitanium,
/area/ship/security)
"aE" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2,
@@ -110,31 +135,44 @@
/turf/open/floor/plating,
/area/ship/engineering/atmospherics)
"aG" = (
-/obj/machinery/light/directional/east,
-/obj/structure/reagent_dispensers/fueltank,
-/turf/open/floor/plating,
-/area/ship/engineering/atmospherics)
+/obj/structure/closet/secure_closet/wall{
+ dir = 8;
+ pixel_x = 28
+ },
+/obj/item/kitchen/knife,
+/obj/item/cutting_board,
+/obj/item/clothing/under/suit/waiter/syndicate,
+/obj/item/clothing/suit/hazardvest/donk,
+/obj/item/clothing/under/syndicate/donk,
+/obj/item/clothing/shoes/sneakers/black,
+/obj/item/radio/headset/syndicate{
+ keyslot = null
+ },
+/obj/item/reagent_containers/food/drinks/shaker,
+/turf/open/floor/carpet/red,
+/area/ship/crew/canteen)
"aX" = (
-/obj/effect/turf_decal/corner/opaque/syndiered/full,
-/obj/effect/turf_decal/syndicateemblem/middle/middle{
+/obj/effect/turf_decal/syndicateemblem/middle/right{
dir = 8
},
/obj/structure/cable/yellow{
icon_state = "1-2"
},
-/obj/machinery/holopad/emergency/command,
-/obj/effect/decal/cleanable/dirt/dust,
-/turf/open/floor/mineral/plastitanium,
+/obj/effect/turf_decal/syndicateemblem/bottom/middle,
+/turf/open/floor/mineral/plastitanium/red,
/area/ship/bridge)
"bd" = (
-/obj/effect/turf_decal/corner/opaque/syndiered/three_quarters{
- dir = 8
+/obj/effect/turf_decal/syndicateemblem/bottom/middle,
+/obj/effect/turf_decal/syndicateemblem/middle/right{
+ dir = 1
},
-/obj/effect/turf_decal/syndicateemblem/bottom/right{
+/obj/effect/turf_decal/syndicateemblem/middle/left{
+ dir = 4
+ },
+/obj/effect/turf_decal/spline/fancy/opaque/black{
dir = 8
},
-/obj/effect/decal/cleanable/dirt/dust,
-/turf/open/floor/mineral/plastitanium,
+/turf/open/floor/mineral/plastitanium/red,
/area/ship/bridge)
"bf" = (
/obj/machinery/atmospherics/pipe/manifold/orange/visible{
@@ -184,17 +222,17 @@
},
/turf/open/floor/plating,
/area/ship/engineering/atmospherics)
-"bv" = (
-/obj/structure/bed,
-/obj/structure/curtain/cloth/fancy{
- name = "blood-red curtains"
- },
-/obj/item/bedsheet/black,
-/obj/machinery/light_switch{
- pixel_x = 8;
- pixel_y = 23
+"br" = (
+/obj/effect/turf_decal/syndicateemblem/middle/middle,
+/obj/effect/turf_decal/spline/fancy/opaque/black{
+ dir = 8
},
-/turf/open/floor/carpet/nanoweave/red,
+/turf/open/floor/mineral/plastitanium/red,
+/area/ship/bridge)
+"bv" = (
+/obj/structure/dresser,
+/obj/effect/turf_decal/corner/transparent/bar/diagonal,
+/turf/open/floor/plasteel,
/area/ship/crew/dorm)
"bH" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2,
@@ -218,13 +256,9 @@
/turf/open/floor/plasteel/tech/grid,
/area/ship/bridge)
"bL" = (
-/obj/machinery/light_switch{
- dir = 8;
- pixel_x = 20;
- pixel_y = 11
- },
-/turf/template_noop,
-/area/template_noop)
+/obj/structure/table/reinforced,
+/turf/open/floor/mineral/plastitanium,
+/area/ship/bridge)
"bM" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{
dir = 8
@@ -246,40 +280,28 @@
/turf/open/floor/plasteel/dark,
/area/ship/medical)
"bQ" = (
-/obj/effect/turf_decal/corner/opaque/orange{
- dir = 10
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{
- dir = 5
+/obj/effect/turf_decal/corner/opaque/syndiered/bordercorner,
+/obj/machinery/light/directional/north,
+/obj/machinery/turretid{
+ pixel_y = 32;
+ req_access = null;
+ req_access_txt = "150"
},
-/obj/structure/closet/secure_closet/miner{
- req_access = list(150,10);
- populate = 0
+/obj/effect/turf_decal/spline/fancy/opaque/black/corner,
+/obj/effect/turf_decal/corner/opaque/syndiered/bordercorner{
+ dir = 4
},
-/obj/item/clothing/under/syndicate/gorlex,
-/obj/item/clothing/suit/space/syndicate/black/orange,
-/obj/item/clothing/head/helmet/space/syndicate/black/orange,
-/obj/item/gun/energy/kinetic_accelerator,
-/obj/item/flashlight/seclite,
-/obj/item/storage/belt/mining/alt,
-/obj/item/stack/sheet/mineral/sandbags,
-/obj/item/storage/bag/ore,
-/obj/item/shovel,
-/turf/open/floor/plasteel/dark,
-/area/ship/engineering)
+/turf/open/floor/mineral/plastitanium,
+/area/ship/bridge)
"bR" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{
- dir = 9
- },
-/obj/structure/catwalk/over/plated_catwalk/dark,
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{
- dir = 9
- },
-/obj/structure/cable/yellow{
- icon_state = "1-8"
+/obj/effect/turf_decal/corner/opaque/syndiered/three_quarters,
+/obj/machinery/light/directional/south,
+/obj/machinery/vending/snack/random,
+/obj/effect/turf_decal/borderfloorblack{
+ dir = 1
},
-/turf/open/floor/plating,
-/area/ship/hallway/central)
+/turf/open/floor/plasteel/tech,
+/area/ship/hallway/port)
"bU" = (
/obj/structure/cable/yellow{
icon_state = "2-8"
@@ -287,22 +309,15 @@
/turf/open/floor/engine,
/area/ship/engineering/engine)
"bV" = (
-/obj/effect/turf_decal/corner/opaque/orange/three_quarters{
- dir = 1
- },
-/obj/item/clothing/under/syndicate/gec,
-/obj/item/clothing/shoes/magboots/syndie,
-/obj/item/clothing/head/helmet/space/syndicate/black/engie,
-/obj/item/clothing/suit/space/syndicate/black/engie,
-/obj/structure/closet/secure_closet/engineering_personal{
- req_access = list(150,10)
- },
-/obj/item/pipe_dispenser,
-/obj/structure/sign/poster/contraband/gec{
- pixel_y = -32
+/obj/machinery/light/directional/south,
+/obj/machinery/airalarm/directional/south,
+/obj/structure/bed,
+/obj/structure/curtain/cloth/fancy{
+ name = "blood-red curtains"
},
-/turf/open/floor/plasteel/dark,
-/area/ship/engineering)
+/obj/item/bedsheet/black,
+/turf/open/floor/carpet/nanoweave/red,
+/area/ship/crew/dorm)
"bY" = (
/obj/effect/turf_decal/trimline/opaque/syndiered/warning{
dir = 1
@@ -311,21 +326,10 @@
/turf/open/floor/plasteel/dark,
/area/ship/engineering/atmospherics)
"cd" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{
- dir = 8
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{
- dir = 8
- },
-/obj/structure/cable/yellow{
- icon_state = "4-8"
- },
-/obj/structure/catwalk/over/plated_catwalk/dark,
-/obj/machinery/camera/autoname{
- dir = 10
- },
-/turf/open/floor/plating,
-/area/ship/hallway/central)
+/obj/machinery/light/directional/east,
+/obj/effect/turf_decal/steeldecal/steel_decals3,
+/turf/open/floor/mineral/plastitanium/red,
+/area/ship/security)
"ch" = (
/obj/machinery/atmospherics/pipe/simple/purple/visible,
/turf/closed/wall/r_wall/syndicate/nodiagonal{
@@ -333,21 +337,47 @@
},
/area/ship/engineering/communications)
"cj" = (
-/obj/effect/decal/cleanable/dirt/dust,
-/obj/effect/turf_decal/corner/opaque/syndiered/border{
- dir = 4
+/obj/structure/closet,
+/obj/machinery/light/small/directional/east,
+/obj/item/clothing/mask/gas/syndicate/voicechanger,
+/obj/item/clothing/mask/gas/syndicate/voicechanger,
+/obj/item/clothing/mask/gas/syndicate/voicechanger,
+/obj/item/flashlight/seclite,
+/obj/item/flashlight/seclite,
+/obj/item/flashlight/seclite,
+/obj/item/radio/headset/syndicate{
+ keyslot = null
},
-/obj/effect/turf_decal/corner/opaque/syndiered{
- dir = 8
+/obj/item/radio/headset/syndicate{
+ keyslot = null
},
-/obj/effect/turf_decal/spline/fancy/opaque/black{
+/obj/item/radio/headset/syndicate{
+ keyslot = null
+ },
+/obj/item/radio/headset/syndicate{
+ keyslot = null
+ },
+/obj/item/radio/headset/syndicate{
+ keyslot = null
+ },
+/obj/item/radio/headset/syndicate{
+ keyslot = null
+ },
+/obj/item/radio,
+/obj/item/radio,
+/obj/item/radio,
+/obj/item/radio,
+/obj/item/radio,
+/obj/item/radio,
+/obj/effect/turf_decal/techfloor{
dir = 4
},
-/turf/open/floor/mineral/plastitanium,
-/area/ship/bridge)
+/turf/open/floor/plasteel/tech/grid,
+/area/ship/crew/cryo)
"ck" = (
/obj/machinery/chem_heater,
/obj/effect/turf_decal/corner/opaque/orange/full,
+/obj/effect/turf_decal/steeldecal/steel_decals_central1,
/turf/open/floor/plasteel/dark,
/area/ship/medical)
"cp" = (
@@ -368,7 +398,7 @@
},
/obj/structure/catwalk/over/plated_catwalk/dark,
/turf/open/floor/plating,
-/area/ship/hallway/central)
+/area/ship/hallway/aft)
"cw" = (
/obj/effect/turf_decal/siding/thinplating/dark{
dir = 1
@@ -383,17 +413,36 @@
/turf/open/floor/plasteel/dark,
/area/ship/engineering/atmospherics)
"cC" = (
-/obj/machinery/vending/coffee,
/obj/effect/turf_decal/corner/opaque/syndiered{
dir = 10
},
+/obj/item/canvas/twentythreeXtwentythree{
+ name = "Battleplan Board";
+ desc = "Remember, no plan survives the battle.";
+ pixel_y = 32
+ },
+/obj/structure/table,
+/obj/machinery/fax{
+ pixel_y = 5
+ },
/turf/open/floor/plasteel/tech,
/area/ship/crew/office)
"cD" = (
-/obj/machinery/holopad/emergency/bar,
-/obj/effect/decal/cleanable/dirt/dust,
-/turf/open/floor/plasteel,
-/area/ship/crew/canteen)
+/obj/structure/cable/yellow{
+ icon_state = "6-8"
+ },
+/obj/effect/turf_decal/spline/fancy/opaque/syndiered{
+ dir = 9
+ },
+/turf/open/floor/mineral/plastitanium/red,
+/area/ship/security/armory)
+"cI" = (
+/obj/effect/turf_decal/steeldecal/steel_decals10,
+/obj/effect/turf_decal/steeldecal/steel_decals10{
+ dir = 4
+ },
+/turf/open/floor/mineral/plastitanium,
+/area/ship/bridge)
"cJ" = (
/obj/effect/turf_decal/siding/thinplating/dark{
dir = 1
@@ -411,20 +460,35 @@
/turf/open/floor/plasteel/dark,
/area/ship/engineering/atmospherics)
"cL" = (
-/obj/machinery/atmospherics/pipe/simple/cyan/visible{
- dir = 6
+/obj/machinery/atmospherics/pipe/simple/purple/visible{
+ dir = 9
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2,
/obj/structure/cable/yellow{
icon_state = "1-2"
},
-/obj/structure/cable/yellow{
- icon_state = "1-8"
- },
/obj/effect/decal/cleanable/dirt/dust,
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4,
-/turf/open/floor/plating,
+/obj/effect/turf_decal/corner_techfloor_grid/full{
+ dir = 8
+ },
+/obj/effect/turf_decal/techfloor/orange/corner{
+ dir = 1
+ },
+/turf/open/floor/pod/dark,
/area/ship/engineering/atmospherics)
+"cT" = (
+/obj/effect/turf_decal/corner/opaque/syndiered{
+ dir = 10
+ },
+/obj/effect/decal/cleanable/dirt/dust,
+/obj/machinery/power/apc/auto_name/directional/south,
+/obj/structure/cable/yellow,
+/obj/effect/turf_decal/borderfloorblack{
+ dir = 1
+ },
+/turf/open/floor/plasteel/tech,
+/area/ship/hallway/port)
"cW" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{
dir = 8
@@ -432,34 +496,43 @@
/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{
dir = 8
},
-/obj/machinery/light/directional/south,
-/obj/structure/cable/yellow{
- icon_state = "4-8"
+/obj/effect/turf_decal/trimline/opaque/orange/filled/warning,
+/obj/effect/turf_decal/trimline/opaque/orange/filled/warning{
+ dir = 1
},
-/obj/structure/catwalk/over/plated_catwalk/dark,
-/turf/open/floor/plating,
-/area/ship/hallway/central)
-"cX" = (
-/obj/structure/cable/yellow{
- icon_state = "4-8"
+/obj/machinery/door/airlock/engineering{
+ req_access = list(150,10);
+ dir = 4;
+ name = "Engineering Access"
},
-/obj/effect/turf_decal/spline/fancy/opaque/syndiered{
- dir = 5
+/obj/effect/mapping_helpers/airlock/cyclelink_helper{
+ dir = 8
+ },
+/turf/open/floor/engine,
+/area/ship/engineering/engine)
+"cX" = (
+/obj/machinery/light/directional/north,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{
+ dir = 6
},
+/obj/structure/catwalk/over/plated_catwalk/dark,
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{
- dir = 4
+ dir = 6
},
-/turf/open/floor/mineral/plastitanium/red,
-/area/ship/security)
+/obj/structure/cable/yellow{
+ icon_state = "2-4"
+ },
+/turf/open/floor/plating,
+/area/ship/hallway/port)
"da" = (
-/obj/effect/turf_decal/spline/fancy/opaque/syndiered{
- dir = 10
+/obj/machinery/suit_storage_unit/syndicate,
+/obj/structure/window/reinforced{
+ dir = 1
},
-/turf/open/floor/mineral/plastitanium/red,
+/turf/open/floor/mineral/plastitanium,
/area/ship/security)
"db" = (
/obj/machinery/door/airlock/atmos/glass{
- name = "Atmospherics";
req_one_access_txt = "150";
req_access = list(150,10);
dir = 4
@@ -484,49 +557,30 @@
/turf/open/floor/pod/dark,
/area/ship/cargo)
"dk" = (
-/obj/effect/turf_decal/corner/opaque/syndiered/full,
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4,
-/obj/structure/cable/yellow{
- icon_state = "1-2"
+/obj/effect/turf_decal/corner/opaque/syndiered{
+ dir = 5
},
-/obj/effect/decal/cleanable/dirt/dust,
-/turf/open/floor/mineral/plastitanium,
-/area/ship/bridge)
+/turf/open/floor/plasteel/tech,
+/area/ship/hallway/starboard)
"dl" = (
-/obj/machinery/light/directional/north,
/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{
- dir = 6
+ dir = 9
},
/obj/structure/catwalk/over/plated_catwalk/dark,
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{
- dir = 6
+ dir = 9
},
/obj/structure/cable/yellow{
- icon_state = "2-4"
+ icon_state = "1-8"
},
/turf/open/floor/plating,
-/area/ship/hallway/central)
+/area/ship/hallway/port)
"dm" = (
-/obj/structure/closet/secure_closet{
- anchored = 1;
- icon_state = "hos";
- name = "Captain's Locker";
- req_access = list(151)
- },
-/obj/item/areaeditor/shuttle,
-/obj/item/clothing/under/syndicate/officer,
-/obj/item/clothing/suit/armor/vest/capcarapace/syndicate,
-/obj/item/clothing/head/HoS/syndicate,
-/obj/item/codespeak_manual/unlimited,
-/obj/item/storage/belt/sabre,
-/obj/item/shield/riot/tele,
-/obj/item/storage/lockbox/medal,
-/obj/item/ammo_box/a357,
-/obj/item/ammo_box/a357,
+/obj/structure/rack,
/obj/machinery/light/directional/north,
-/obj/item/card/id/syndicate_command/captain_id,
-/turf/open/floor/carpet/nanoweave/red,
-/area/ship/crew/dorm/dormtwo)
+/obj/item/gun/energy/ionrifle/carbine,
+/turf/open/floor/mineral/plastitanium,
+/area/ship/security/armory)
"do" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{
dir = 8
@@ -540,29 +594,28 @@
/turf/open/floor/plasteel/dark,
/area/ship/bridge)
"dp" = (
-/obj/machinery/door/airlock/public/glass,
-/obj/effect/turf_decal/corner/opaque/syndiered/border{
- dir = 1
+/obj/effect/turf_decal/industrial/warning,
+/obj/structure/cable/yellow{
+ icon_state = "1-2"
},
-/obj/machinery/door/firedoor/border_only,
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4,
-/obj/machinery/door/firedoor/border_only{
- dir = 1
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{
+ dir = 10
},
-/turf/open/floor/plasteel/tech,
-/area/ship/crew/canteen)
+/turf/open/floor/pod/dark,
+/area/ship/cargo)
"dq" = (
/obj/structure/table/reinforced,
-/obj/machinery/door/window/westright,
-/obj/machinery/door/window/eastright{
- req_access = list(3,150)
+/obj/machinery/computer/secure_data/laptop{
+ dir = 8;
+ pixel_y = 6;
+ pixel_x = 1
},
-/obj/machinery/recharger,
+/obj/machinery/door/window/brigdoor/eastright,
/obj/machinery/door/firedoor/border_only{
- dir = 8
+ dir = 4
},
/obj/machinery/door/firedoor/border_only{
- dir = 4
+ dir = 8
},
/turf/open/floor/mineral/plastitanium,
/area/ship/security)
@@ -572,40 +625,38 @@
},
/area/ship/medical)
"dD" = (
-/obj/effect/turf_decal/corner/opaque/syndiered/border,
-/obj/effect/turf_decal/corner/opaque/syndiered/border{
- dir = 1
- },
-/obj/machinery/nuclearbomb/beer{
- desc = "It's an old, decommissioned bomb, previously used by Nuclear Operatives during the Corporate War. It seems to have a tap drilled in.";
- name = "\improper nuclear fission explosive"
- },
-/turf/open/floor/plasteel,
+/obj/machinery/vending/boozeomat/syndicate_access,
+/turf/open/floor/carpet/red,
/area/ship/crew/canteen)
"dE" = (
-/obj/structure/cable/yellow{
- icon_state = "4-8"
- },
-/obj/machinery/holopad/emergency/medical,
-/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{
+/obj/effect/turf_decal/siding/thinplating/dark{
dir = 8
},
-/obj/effect/turf_decal/trimline/opaque/syndiered/filled/line,
/turf/open/floor/plasteel/dark,
-/area/ship/medical)
+/area/ship/security)
"dH" = (
-/obj/structure/table/reinforced,
-/obj/machinery/chem_dispenser/drinks/beer,
/obj/machinery/light/directional/north,
-/turf/open/floor/wood,
-/area/ship/crew/canteen)
-"dL" = (
-/obj/effect/turf_decal/corner/opaque/syndiered{
- dir = 9
+/obj/structure/rack,
+/obj/item/clothing/shoes/sneakers/orange,
+/obj/item/clothing/shoes/sneakers/orange,
+/obj/item/clothing/shoes/sneakers/orange,
+/obj/item/clothing/shoes/sneakers/orange,
+/obj/item/clothing/shoes/sneakers/orange,
+/obj/item/clothing/under/rank/prisoner/skirt,
+/obj/item/clothing/under/rank/prisoner/skirt,
+/obj/item/clothing/under/rank/prisoner,
+/obj/item/clothing/under/rank/prisoner,
+/obj/effect/turf_decal/siding/thinplating/dark{
+ dir = 5
},
-/obj/machinery/light/directional/west,
/obj/effect/decal/cleanable/dirt/dust,
-/turf/open/floor/mineral/plastitanium,
+/turf/open/floor/plasteel/dark,
+/area/ship/security)
+"dL" = (
+/obj/effect/turf_decal/spline/fancy/opaque/black{
+ dir = 8
+ },
+/turf/open/floor/mineral/plastitanium/red,
/area/ship/bridge)
"dO" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4,
@@ -616,12 +667,11 @@
/obj/structure/catwalk/over/plated_catwalk/dark,
/obj/machinery/firealarm/directional/east,
/turf/open/floor/plating,
-/area/ship/hallway/central)
+/area/ship/hallway/aft)
"dP" = (
/obj/structure/sign/poster/contraband/tools{
pixel_y = 32
},
-/obj/effect/decal/cleanable/dirt/dust,
/obj/machinery/modular_computer/console/preset/engineering,
/turf/open/floor/plasteel/tech,
/area/ship/engineering/atmospherics)
@@ -631,11 +681,8 @@
/area/ship/engineering/atmospherics)
"dU" = (
/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2,
-/obj/structure/cable/yellow{
- icon_state = "1-2"
- },
-/obj/effect/decal/cleanable/dirt/dust,
-/turf/open/floor/plasteel,
+/obj/machinery/light/directional/east,
+/turf/open/floor/wood,
/area/ship/crew/canteen)
"dV" = (
/obj/machinery/stasis,
@@ -651,10 +698,6 @@
/turf/open/floor/plasteel/mono/dark,
/area/ship/medical)
"ea" = (
-/obj/machinery/door/firedoor/border_only,
-/obj/machinery/door/firedoor/border_only{
- dir = 1
- },
/obj/effect/turf_decal/industrial/warning{
dir = 1
},
@@ -664,22 +707,36 @@
/obj/structure/cable/yellow{
icon_state = "1-2"
},
+/obj/machinery/door/firedoor,
/turf/open/floor/plasteel/mono/dark,
-/area/ship/hallway/central)
+/area/ship/hallway/aft)
+"ec" = (
+/obj/structure/closet/crate/bin,
+/turf/open/floor/plasteel/tech,
+/area/ship/hallway/starboard)
"eg" = (
-/obj/machinery/atmospherics/pipe/simple/purple/visible,
-/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{
+ dir = 6
+ },
/obj/structure/cable/yellow{
- icon_state = "1-2"
+ icon_state = "2-4"
},
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4,
-/obj/machinery/button/door{
- dir = 4;
- pixel_x = -25;
- name = "Engine Shutters";
- id = "twinkle_engines"
+/obj/machinery/power/terminal{
+ dir = 8
},
-/turf/open/floor/plating,
+/obj/structure/cable/yellow{
+ icon_state = "0-4"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{
+ dir = 6
+ },
+/obj/machinery/atmospherics/pipe/simple/purple/visible{
+ dir = 1
+ },
+/obj/effect/turf_decal/techfloor/orange{
+ dir = 8
+ },
+/turf/open/floor/plasteel/tech/grid,
/area/ship/engineering/atmospherics)
"en" = (
/obj/effect/turf_decal/corner/opaque/syndiered{
@@ -696,24 +753,24 @@
/obj/structure/cable/yellow{
icon_state = "1-2"
},
-/obj/machinery/door/airlock/hatch{
- name = "Bridge";
- req_access = list(150)
- },
+/obj/machinery/door/airlock/grunge,
/turf/open/floor/mineral/plastitanium,
/area/ship/bridge)
"ep" = (
-/obj/effect/turf_decal/industrial/warning{
- dir = 10
+/obj/structure/cable/yellow{
+ icon_state = "4-8"
},
-/obj/effect/decal/cleanable/dirt/dust,
-/obj/structure/rack,
-/obj/item/clothing/head/helmet/space/syndicate,
-/obj/item/clothing/head/helmet/space/syndicate,
-/obj/item/clothing/suit/space/syndicate,
-/obj/item/clothing/suit/space/syndicate,
-/turf/open/floor/pod/dark,
-/area/ship/cargo)
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{
+ dir = 8
+ },
+/obj/effect/turf_decal/siding/thinplating/dark{
+ dir = 1
+ },
+/turf/open/floor/plasteel/dark,
+/area/ship/security)
"er" = (
/obj/effect/decal/cleanable/dirt/dust,
/turf/open/floor/engine,
@@ -742,24 +799,45 @@
},
/area/ship/medical)
"eF" = (
-/obj/effect/turf_decal/corner/opaque/syndiered{
- dir = 10
+/obj/structure/table/wood,
+/obj/item/storage/fancy/cigarettes/cigars/havana{
+ pixel_x = 4;
+ pixel_y = 2
},
-/obj/machinery/vending/cigarette/syndicate,
-/turf/open/floor/plasteel/tech,
-/area/ship/hallway/central)
-"eL" = (
-/obj/structure/chair/stool{
- dir = 8
+/obj/item/lighter{
+ pixel_x = -10;
+ pixel_y = -2
},
-/obj/effect/turf_decal/corner/opaque/syndiered{
- dir = 5
+/obj/item/clothing/mask/cigarette/cigar{
+ pixel_x = -4
+ },
+/obj/machinery/power/apc/auto_name/directional/west,
+/obj/structure/cable/yellow{
+ icon_state = "0-2"
+ },
+/obj/item/toy/plush/moth/punished{
+ pixel_x = 7;
+ pixel_y = 11
+ },
+/turf/open/floor/carpet/nanoweave/red,
+/area/ship/crew/dorm/dormtwo)
+"eL" = (
+/obj/structure/chair/stool{
+ dir = 8
+ },
+/obj/effect/turf_decal/corner/opaque/syndiered{
+ dir = 5
},
/turf/open/floor/plasteel/dark,
/area/ship/bridge)
+"eN" = (
+/obj/effect/turf_decal/spline/fancy/opaque/syndiered,
+/obj/structure/closet/crate/bin,
+/turf/open/floor/plasteel/dark,
+/area/ship/security)
"eQ" = (
-/obj/effect/decal/cleanable/dirt/dust,
-/turf/open/floor/plating,
+/obj/effect/spawner/lootdrop/maintenance,
+/turf/open/floor/pod/dark,
/area/ship/engineering/atmospherics)
"eR" = (
/obj/structure/grille,
@@ -771,27 +849,31 @@
/obj/effect/turf_decal/trimline/opaque/orange/line{
dir = 1
},
-/obj/structure/extinguisher_cabinet/directional/south,
+/obj/machinery/vending/medical/syndicate_access,
/turf/open/floor/plasteel/dark,
/area/ship/medical)
"fm" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{
- dir = 10
+ dir = 5
},
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{
- dir = 10
+ dir = 5
},
/obj/structure/cable/yellow{
- icon_state = "2-8"
+ icon_state = "1-4"
},
/obj/structure/catwalk/over/plated_catwalk/dark,
+/obj/machinery/light/directional/south,
/turf/open/floor/plating,
-/area/ship/hallway/central)
+/area/ship/hallway/starboard)
"fn" = (
-/obj/machinery/cryopod{
+/obj/machinery/cryopod/syndicate{
dir = 8
},
-/obj/machinery/light/directional/north,
+/obj/machinery/computer/cryopod/directional/south,
+/obj/effect/turf_decal/techfloor{
+ dir = 6
+ },
/turf/open/floor/plasteel/tech/grid,
/area/ship/crew/cryo)
"fz" = (
@@ -819,37 +901,55 @@
/turf/open/floor/engine,
/area/ship/engineering/engine)
"fJ" = (
-/obj/effect/turf_decal/spline/fancy/opaque/black{
- dir = 1
+/obj/structure/closet/secure_closet/security{
+ populate = 0;
+ icon_state = "syndicate";
+ name = "operative's locker"
},
-/obj/structure/reagent_dispensers/water_cooler,
-/obj/effect/turf_decal/spline/fancy/opaque/syndiered{
- dir = 5
+/obj/item/clothing/suit/armor/vest/syndie,
+/obj/item/clothing/head/helmet/operator,
+/obj/item/gun/ballistic/automatic/pistol/no_mag,
+/obj/item/ammo_box/magazine/m10mm,
+/obj/item/ammo_box/magazine/m10mm,
+/obj/item/storage/belt/security/webbing{
+ name = "syndicate webbing";
+ desc = "Unique and versatile chest rig, can hold syndicate gear."
},
-/obj/machinery/light_switch{
- pixel_y = 22
+/obj/item/radio/headset/syndicate/alt{
+ keyslot = null
},
-/turf/open/floor/mineral/plastitanium/red,
+/obj/item/clothing/shoes/combat,
+/obj/item/clothing/gloves/color/black,
+/obj/machinery/light/directional/east,
+/obj/item/flashlight/seclite,
+/obj/item/kitchen/knife/combat,
+/turf/open/floor/mineral/plastitanium,
/area/ship/security)
"fK" = (
-/obj/structure/table,
-/obj/item/paper_bin{
- pixel_y = 3
- },
-/obj/item/pen{
- pixel_y = 3
- },
-/turf/open/floor/mineral/plastitanium,
+/obj/machinery/light/directional/south,
+/turf/open/floor/mineral/plastitanium/red,
/area/ship/security)
"fN" = (
-/obj/structure/window/reinforced/spawner,
-/obj/effect/turf_decal/corner/opaque/white/diagonal,
-/obj/structure/window/reinforced/spawner{
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{
+ dir = 8
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{
+ dir = 8
+ },
+/obj/effect/turf_decal/trimline/opaque/orange/filled/warning{
+ dir = 1
+ },
+/obj/effect/turf_decal/trimline/opaque/orange/filled/warning,
+/obj/machinery/door/airlock/engineering{
+ req_access = list(150,10);
+ dir = 4;
+ name = "Engineering Access"
+ },
+/obj/effect/mapping_helpers/airlock/cyclelink_helper{
dir = 4
},
-/obj/machinery/vending/dinnerware,
-/turf/open/floor/plasteel,
-/area/ship/crew/canteen)
+/turf/open/floor/engine,
+/area/ship/engineering/engine)
"fO" = (
/obj/structure/railing,
/obj/structure/railing{
@@ -861,13 +961,11 @@
/turf/open/floor/plating,
/area/ship/external/dark)
"fQ" = (
-/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4,
-/obj/structure/cable/yellow{
- icon_state = "1-2"
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{
+ dir = 5
},
-/obj/effect/decal/cleanable/dirt/dust,
-/turf/open/floor/pod/dark,
-/area/ship/cargo)
+/turf/open/floor/wood,
+/area/ship/crew/canteen)
"fT" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{
dir = 6
@@ -883,7 +981,6 @@
/area/ship/medical)
"fV" = (
/obj/machinery/door/airlock/atmos/glass{
- name = "Atmospherics";
req_one_access_txt = "150";
dir = 4
},
@@ -899,13 +996,20 @@
/turf/open/floor/plasteel/dark,
/area/ship/engineering/atmospherics)
"fX" = (
-/obj/machinery/suit_storage_unit/syndicate,
-/obj/effect/turf_decal/box/white/corners{
- dir = 4
+/obj/structure/bed/double,
+/obj/item/bedsheet/double/black,
+/obj/item/paper{
+ name = "concealed note";
+ icon_state = "scrap";
+ color = "#505050";
+ desc = "This note is crumpled and torn.";
+ default_raw_text = "ever since the war ended some eighteen years ago, the syndicate has been at odds with ourselves. our branches' ideals and personal goals are dividing the syndicate more and more.
tensions keep rising on the frontier sectors, where it's less likely that people will get caught sabotaging or hindering each other, and you, presumably, have just been given captainship of a vessel full of members who all hate each other.
to put it bluntly, you're in deep. this melting pot of ideologies, at its worst, is going to tear your leadership apart. you're going to need to keep tensions low on this two decade old warship so it doesn't all go to shit.
keep track of where every member comes from:
-you are, most likely, from the aclf
-the lieutenant is an officer from the new gorlex republic
-the medics come from cybersun
-the engineers are from the gec
-the operatives are a mix of the 2nd battlegroup and the aclf
-the bartender is from donk
-the miner is from suns
-deck assistants are a wildcard, not contracted from anyone in specific"
},
-/obj/effect/turf_decal/box/white/corners,
-/turf/open/floor/mineral/plastitanium,
-/area/ship/security)
+/obj/structure/curtain/cloth/fancy{
+ name = "blood-red curtains"
+ },
+/turf/open/floor/carpet/red,
+/area/ship/crew/dorm/dormtwo)
"gh" = (
/obj/machinery/door/airlock/external{
req_access = list(150)
@@ -913,33 +1017,17 @@
/turf/open/floor/plasteel/dark,
/area/ship/engineering/atmospherics)
"gi" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{
- dir = 8
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{
- dir = 8
- },
-/obj/structure/cable/yellow{
- icon_state = "4-8"
- },
-/obj/effect/decal/cleanable/dirt/dust,
/obj/effect/turf_decal/corner/opaque/syndiered{
- dir = 5
+ dir = 10
},
/turf/open/floor/plasteel/tech,
-/area/ship/hallway/central)
+/area/ship/hallway/starboard)
"gk" = (
-/obj/structure/cable/yellow{
- icon_state = "1-2"
- },
/obj/effect/turf_decal/spline/fancy/opaque/syndiered{
- dir = 8
- },
-/obj/machinery/door/poddoor{
- id = "twinkle_armory"
+ dir = 6
},
/turf/open/floor/mineral/plastitanium/red,
-/area/ship/security/armory)
+/area/ship/security)
"gm" = (
/obj/effect/turf_decal/industrial/warning,
/obj/structure/cable{
@@ -964,41 +1052,30 @@
/turf/open/floor/plasteel/dark,
/area/ship/medical)
"gv" = (
-/obj/machinery/atmospherics/pipe/simple/cyan/visible,
+/obj/machinery/atmospherics/components/trinary/mixer/airmix/flipped/inverse{
+ dir = 1
+ },
/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2,
/obj/structure/cable/yellow{
icon_state = "1-2"
},
-/obj/effect/decal/cleanable/dirt/dust,
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4,
/obj/structure/cable/yellow{
icon_state = "2-8"
},
-/turf/open/floor/plating,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4,
+/turf/open/floor/pod/dark,
/area/ship/engineering/atmospherics)
"gz" = (
-/obj/machinery/computer/cryopod/directional/north{
- pixel_y = 26
+/obj/structure/cable/yellow{
+ icon_state = "1-2"
},
-/obj/structure/closet/wall{
- dir = 4;
- pixel_x = -28;
- name = "gear closet"
+/obj/effect/turf_decal/industrial/warning{
+ dir = 4
},
-/obj/item/radio/headset/syndicate/alt,
-/obj/item/radio/headset/syndicate/alt,
-/obj/item/radio/headset/syndicate/alt,
-/obj/item/flashlight/seclite,
-/obj/item/flashlight/seclite,
-/obj/item/flashlight/seclite,
-/obj/item/radio/headset/syndicate,
-/obj/item/radio/headset/syndicate,
-/obj/item/radio/headset/syndicate,
-/obj/item/radio/off,
-/obj/item/radio/off,
-/obj/item/radio/off,
-/obj/item/radio/off,
-/turf/open/floor/plasteel/tech/grid,
+/obj/effect/turf_decal/industrial/warning{
+ dir = 8
+ },
+/turf/open/floor/plasteel/telecomms_floor,
/area/ship/crew/cryo)
"gC" = (
/obj/effect/turf_decal/corner/opaque/orange{
@@ -1009,37 +1086,47 @@
/area/ship/engineering/engine)
"gE" = (
/obj/effect/turf_decal/industrial/warning{
- dir = 5
+ dir = 4
},
-/obj/machinery/power/apc/auto_name/directional/east,
-/obj/structure/cable/yellow{
- icon_state = "0-8"
+/obj/effect/turf_decal/box/corners{
+ dir = 1
},
-/obj/structure/closet/crate{
- name = "Mining Crate"
+/obj/effect/turf_decal/box/corners{
+ dir = 8
+ },
+/obj/machinery/light/directional/east,
+/obj/structure/closet/secure_closet/miner{
+ req_access = list(150, 48);
+ populate = 0
},
-/obj/item/pickaxe/mini,
-/obj/item/pickaxe/mini,
-/obj/item/pickaxe/mini,
-/obj/item/storage/bag/ore,
-/obj/item/storage/bag/ore,
/obj/item/storage/bag/ore,
/obj/item/mining_scanner,
/obj/item/mining_scanner,
-/obj/item/mining_scanner,
-/obj/machinery/light_switch{
- pixel_x = 8;
- pixel_y = 23
+/obj/item/pickaxe/mini,
+/obj/item/storage/belt/mining/alt,
+/obj/item/flashlight/seclite,
+/obj/item/radio/headset/syndicate{
+ keyslot = null
},
+/obj/item/clothing/under/syndicate/suns/workerjumpsuit,
+/obj/item/clothing/head/safety_helmet/suns,
+/obj/item/clothing/suit/toggle/suns/workervest,
+/obj/item/clothing/gloves/suns,
/turf/open/floor/pod/dark,
/area/ship/cargo)
"gI" = (
-/obj/effect/turf_decal/corner/opaque/syndiered{
- dir = 5
+/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{
+ dir = 10
},
-/obj/machinery/vending/coffee,
-/turf/open/floor/plasteel/tech,
-/area/ship/hallway/central)
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{
+ dir = 10
+ },
+/obj/structure/cable/yellow{
+ icon_state = "2-8"
+ },
+/obj/structure/catwalk/over/plated_catwalk/dark,
+/turf/open/floor/plating,
+/area/ship/hallway/starboard)
"gL" = (
/obj/effect/turf_decal/corner/opaque/syndiered{
dir = 6
@@ -1047,6 +1134,9 @@
/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{
dir = 1
},
+/obj/structure/chair{
+ dir = 1
+ },
/turf/open/floor/mineral/plastitanium,
/area/ship/crew/office)
"gU" = (
@@ -1054,21 +1144,9 @@
/turf/open/floor/engine,
/area/ship/engineering/engine)
"gW" = (
-/obj/machinery/door/firedoor/border_only,
-/obj/effect/turf_decal/industrial/warning{
- dir = 1
- },
-/obj/effect/turf_decal/industrial/warning,
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4,
-/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2,
-/obj/structure/cable/yellow{
- icon_state = "1-2"
- },
-/obj/machinery/door/firedoor/border_only{
- dir = 1
- },
-/turf/open/floor/plasteel/mono/dark,
-/area/ship/hallway/central)
+/obj/effect/decal/cleanable/dirt/dust,
+/turf/open/floor/mineral/plastitanium/red,
+/area/ship/security)
"gX" = (
/obj/machinery/door/airlock/hatch{
name = "Custodial Closet";
@@ -1083,18 +1161,27 @@
/obj/structure/cable/yellow{
icon_state = "4-8"
},
+/obj/machinery/door/firedoor/border_only{
+ dir = 4
+ },
+/obj/machinery/door/firedoor/border_only{
+ dir = 8
+ },
/turf/open/floor/plasteel/dark,
/area/ship/crew/janitor)
"gZ" = (
-/obj/effect/turf_decal/corner/opaque/syndiered/border{
- dir = 4
+/obj/effect/turf_decal/corner/transparent/bar/diagonal,
+/obj/machinery/power/apc/auto_name/directional/west,
+/obj/structure/cable/yellow{
+ icon_state = "0-4"
},
-/obj/machinery/light/directional/east,
-/obj/effect/turf_decal/corner/opaque/syndiered/border{
- dir = 8
+/obj/machinery/light_switch{
+ dir = 4;
+ pixel_x = -20;
+ pixel_y = 12
},
/turf/open/floor/plasteel,
-/area/ship/crew/canteen)
+/area/ship/crew/dorm)
"hb" = (
/obj/machinery/computer/operating,
/obj/effect/turf_decal/trimline/opaque/syndiered/filled/line{
@@ -1103,86 +1190,36 @@
/turf/open/floor/plasteel/mono/white,
/area/ship/medical/surgery)
"hd" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{
- dir = 8
+/obj/effect/turf_decal/corner/opaque/syndiered{
+ dir = 10
},
+/obj/machinery/light/directional/south,
+/obj/effect/decal/cleanable/dirt/dust,
+/turf/open/floor/plasteel/tech,
+/area/ship/hallway/port)
+"hr" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4,
/obj/structure/cable/yellow{
- icon_state = "4-8"
+ icon_state = "1-2"
},
-/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{
+/obj/structure/catwalk/over/plated_catwalk/dark,
+/turf/open/floor/plating,
+/area/ship/hallway/port)
+"ht" = (
+/obj/machinery/atmospherics/pipe/simple/orange/visible,
+/turf/open/floor/engine,
+/area/ship/engineering/engine)
+"hw" = (
+/obj/effect/decal/cleanable/dirt/dust,
+/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{
dir = 8
},
-/obj/effect/turf_decal/corner/opaque/syndiered{
- dir = 10
- },
-/turf/open/floor/plasteel/tech,
-/area/ship/hallway/central)
-"hj" = (
-/obj/item/hypospray/mkii/CMO/combat{
- pixel_x = -8;
- pixel_y = 6
- },
-/obj/item/reagent_containers/glass/bottle/vial/large{
- pixel_y = 4;
- pixel_x = 7
- },
-/obj/item/reagent_containers/glass/bottle/vial/large{
- pixel_y = 4;
- pixel_x = 7
- },
-/obj/item/reagent_containers/glass/bottle/vial/large{
- pixel_y = 4;
- pixel_x = 7
- },
-/obj/item/reagent_containers/glass/bottle/vial/large{
- pixel_y = 4;
- pixel_x = 7
- },
-/obj/structure/sign/poster/contraband/mothpill{
- pixel_x = 32
- },
-/obj/structure/table/glass,
-/obj/effect/turf_decal/trimline/opaque/orange/line{
- dir = 6
- },
-/turf/open/floor/plasteel/dark,
-/area/ship/medical)
-"hr" = (
-/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{
- dir = 1
- },
-/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{
- dir = 1
- },
-/obj/structure/cable/yellow{
- icon_state = "4-8"
- },
-/obj/structure/cable/yellow{
- icon_state = "2-8"
- },
-/obj/structure/catwalk/over/plated_catwalk/dark,
-/turf/open/floor/plating,
-/area/ship/hallway/central)
-"ht" = (
-/obj/machinery/atmospherics/pipe/simple/orange/visible,
-/turf/open/floor/engine,
-/area/ship/engineering/engine)
-"hw" = (
-/obj/effect/decal/cleanable/dirt/dust,
-/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{
- dir = 8
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{
- dir = 8
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{
+ dir = 8
},
/turf/open/floor/plasteel/tech/grid,
/area/ship/bridge)
-"hE" = (
-/obj/structure/table/wood/reinforced,
-/obj/item/paper_bin,
-/obj/item/pen/fourcolor,
-/turf/open/floor/carpet/red,
-/area/ship/crew/office)
"hN" = (
/obj/effect/turf_decal/corner/opaque/orange{
dir = 5
@@ -1196,14 +1233,17 @@
/turf/open/floor/engine,
/area/ship/engineering/engine)
"hP" = (
-/obj/effect/turf_decal/corner/opaque/syndiered/three_quarters,
-/obj/machinery/light/directional/south,
-/obj/machinery/vending/snack/random,
-/turf/open/floor/plasteel/tech,
-/area/ship/hallway/central)
+/obj/item/soap/syndie,
+/obj/structure/curtain,
+/obj/machinery/shower{
+ pixel_y = 19
+ },
+/obj/effect/turf_decal/techfloor/hole,
+/obj/effect/turf_decal/techfloor/hole/right,
+/turf/open/floor/plasteel/patterned/brushed,
+/area/ship/crew/dorm)
"hR" = (
/obj/machinery/door/airlock/hatch{
- name = "Mech Launcher #2";
req_access = list(150);
dir = 4
},
@@ -1213,47 +1253,26 @@
/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{
dir = 8
},
+/obj/machinery/door/firedoor/border_only{
+ dir = 4
+ },
+/obj/machinery/door/firedoor/border_only{
+ dir = 8
+ },
/turf/open/floor/plasteel/tech/grid,
/area/ship/bridge)
"hS" = (
-/obj/structure/table,
-/obj/item/storage/box/emps{
- pixel_x = -5;
- pixel_y = 10
- },
-/obj/item/storage/box/flashbangs{
- pixel_y = 10;
- pixel_x = 5
- },
-/obj/item/suppressor/specialoffer{
- pixel_y = 6;
- pixel_x = -8
- },
-/obj/item/suppressor/specialoffer{
- pixel_y = -1;
- pixel_x = -8
- },
-/obj/item/stock_parts/cell/gun{
- pixel_y = 1;
- pixel_x = 9
- },
-/obj/item/stock_parts/cell/gun{
- pixel_y = 1;
- pixel_x = 9
- },
-/obj/item/stock_parts/cell/gun{
- pixel_y = 1;
- pixel_x = 9
+/obj/structure/closet/crate/bin,
+/obj/effect/turf_decal/corner/opaque/syndiered{
+ dir = 10
},
-/turf/open/floor/mineral/plastitanium,
-/area/ship/security/armory)
+/turf/open/floor/plasteel/tech,
+/area/ship/hallway/starboard)
"hU" = (
-/obj/effect/turf_decal/corner/opaque/syndiered/full,
-/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4,
/obj/structure/cable/yellow{
icon_state = "1-2"
},
-/obj/effect/decal/cleanable/dirt/dust,
/turf/open/floor/mineral/plastitanium,
/area/ship/bridge)
"hW" = (
@@ -1267,38 +1286,60 @@
/turf/open/floor/plasteel/white,
/area/ship/medical/surgery)
"hY" = (
-/obj/structure/table,
-/obj/item/storage/fancy/donut_box{
- name = "suspicious donut box"
+/obj/effect/turf_decal/corner/transparent/bar/diagonal,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{
+ dir = 6
},
-/turf/open/floor/mineral/plastitanium,
-/area/ship/security)
+/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{
+ dir = 6
+ },
+/obj/structure/cable/yellow{
+ icon_state = "2-4"
+ },
+/obj/structure/cable/yellow{
+ icon_state = "2-8"
+ },
+/turf/open/floor/plasteel,
+/area/ship/crew/dorm)
"hZ" = (
/obj/machinery/atmospherics/pipe/simple/cyan/visible,
-/obj/machinery/light/directional/east,
/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2,
/obj/structure/cable/yellow{
icon_state = "1-2"
},
+/obj/machinery/atmospherics/pipe/simple/purple/visible{
+ dir = 4
+ },
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4,
-/turf/open/floor/plating,
+/obj/structure/cable/yellow{
+ icon_state = "1-8"
+ },
+/turf/open/floor/pod/dark,
/area/ship/engineering/atmospherics)
"ia" = (
-/obj/effect/turf_decal/trimline/opaque/syndiered/warning{
+/obj/effect/turf_decal/siding/thinplating/dark{
+ dir = 8
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4,
+/obj/structure/cable/yellow{
+ icon_state = "1-2"
+ },
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{
dir = 4
},
-/turf/open/floor/mineral/plastitanium,
-/area/ship/security)
+/turf/open/floor/plasteel/dark,
+/area/ship/engineering/atmospherics)
"ie" = (
-/obj/effect/turf_decal/corner/opaque/syndiered/full,
-/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{
- dir = 1
+/obj/effect/turf_decal/syndicateemblem/middle/left{
+ dir = 8
},
/obj/structure/cable/yellow{
icon_state = "1-2"
},
-/obj/effect/decal/cleanable/dirt/dust,
-/turf/open/floor/mineral/plastitanium,
+/obj/effect/turf_decal/syndicateemblem/bottom/middle{
+ dir = 1
+ },
+/turf/open/floor/mineral/plastitanium/red,
/area/ship/bridge)
"ig" = (
/obj/effect/turf_decal/industrial/warning{
@@ -1317,23 +1358,39 @@
/turf/open/floor/engine,
/area/ship/engineering/engine)
"ih" = (
-/obj/structure/table/wood,
-/obj/machinery/jukebox/boombox{
- pixel_x = -10
+/obj/effect/turf_decal/siding/wood{
+ dir = 1
},
-/obj/machinery/door/firedoor/border_only,
-/obj/item/clothing/head/chefhat{
- pixel_x = 7
+/obj/structure/chair/stool/bar{
+ dir = 1
},
/turf/open/floor/wood,
/area/ship/crew/canteen)
"ii" = (
-/obj/machinery/vending/medical/syndicate_access,
/obj/effect/turf_decal/corner/opaque/syndiered/full,
+/obj/structure/closet/secure_closet/medical3{
+ req_access = list(150, 5);
+ icon_state = "tac";
+ populate = 0
+ },
+/obj/item/clothing/under/rank/medical/doctor/red,
+/obj/item/clothing/suit/longcoat/roboblack{
+ name = "syndicate medic's black longcoat"
+ },
+/obj/item/clothing/under/syndicate/medic/skirt,
+/obj/item/clothing/under/syndicate/medic,
+/obj/item/clothing/head/helmet/medical,
+/obj/item/clothing/suit/armor/vest/marine/trauma,
+/obj/item/storage/belt/medical,
+/obj/item/storage/belt/medical/webbing,
+/obj/item/clothing/gloves/color/latex/nitrile/evil,
+/obj/item/clothing/shoes/sneakers/white,
+/obj/item/radio/headset/syndicate{
+ keyslot = null
+ },
/turf/open/floor/plasteel/dark,
/area/ship/medical)
"im" = (
-/obj/structure/chair/comfy/black,
/turf/open/floor/mineral/plastitanium,
/area/ship/crew/office)
"ip" = (
@@ -1349,8 +1406,11 @@
desc = "A poster that details the dangerously unsafe power generation methods of most ships.";
pixel_x = -32
},
+/obj/effect/turf_decal/borderfloorblack{
+ dir = 4
+ },
/turf/open/floor/plasteel/tech,
-/area/ship/hallway/central)
+/area/ship/hallway/aft)
"ir" = (
/obj/effect/turf_decal/corner/opaque/syndiered{
dir = 9
@@ -1358,18 +1418,11 @@
/turf/open/floor/mineral/plastitanium,
/area/ship/crew/office)
"iu" = (
-/obj/structure/cable/yellow{
- icon_state = "2-8"
- },
-/obj/structure/closet/emcloset,
-/obj/effect/spawner/lootdrop/maintenance/four,
-/obj/item/reagent_containers/food/snacks/burger/red{
- name = "suspicious red burger";
- desc = "A suspicious looking burger.";
- color = "#730622"
+/obj/effect/turf_decal/siding/wood{
+ dir = 4
},
-/turf/open/floor/plating,
-/area/ship/engineering/atmospherics)
+/turf/open/floor/wood,
+/area/ship/crew/canteen)
"iz" = (
/obj/machinery/atmospherics/pipe/simple/purple/visible{
dir = 4
@@ -1400,19 +1453,27 @@
/area/ship/engineering/engine)
"iC" = (
/obj/machinery/atmospherics/pipe/manifold/purple/visible{
- dir = 4
+ dir = 8
},
-/turf/open/floor/plating,
+/obj/machinery/power/terminal{
+ dir = 8
+ },
+/obj/structure/cable/yellow{
+ icon_state = "0-4"
+ },
+/obj/effect/turf_decal/techfloor/orange{
+ dir = 8
+ },
+/turf/open/floor/plasteel/tech/grid,
/area/ship/engineering/atmospherics)
"iG" = (
-/obj/machinery/power/apc/auto_name/directional/east,
/obj/structure/cable/yellow{
- icon_state = "0-2"
+ icon_state = "1-8"
},
-/turf/open/floor/plasteel/tech/grid,
-/area/ship/crew/cryo)
+/obj/effect/turf_decal/techfloor/orange,
+/turf/open/floor/pod/dark,
+/area/ship/engineering/atmospherics)
"iI" = (
-/obj/effect/decal/cleanable/dirt/dust,
/turf/open/floor/plasteel/tech,
/area/ship/engineering/atmospherics)
"iJ" = (
@@ -1432,31 +1493,37 @@
/turf/open/floor/plating,
/area/ship/engineering/atmospherics)
"iK" = (
-/obj/machinery/mech_bay_recharge_port,
/obj/effect/turf_decal/techfloor{
dir = 1
},
/obj/effect/turf_decal/corner/opaque/syndiered/half,
-/turf/open/floor/plasteel/tech/grid,
-/area/ship/bridge)
-"iL" = (
-/obj/effect/turf_decal/industrial/warning{
- dir = 4
+/obj/effect/decal/cleanable/garbage{
+ pixel_x = 16;
+ pixel_y = 2
},
-/obj/effect/turf_decal/industrial/warning{
- dir = 8
+/obj/item/stack/ore/salvage/scrapmetal{
+ pixel_x = -1;
+ pixel_y = -13
},
-/obj/machinery/door/firedoor/border_only{
- dir = 4
+/obj/item/stack/ore/salvage/scrapbluespace{
+ pixel_x = -5;
+ pixel_y = 7
},
-/obj/machinery/door/firedoor/border_only{
- dir = 8
+/turf/open/floor/plasteel/tech/grid,
+/area/ship/bridge)
+"iL" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2,
+/obj/machinery/atmospherics/pipe/simple/cyan/visible,
+/obj/structure/cable/yellow{
+ icon_state = "1-2"
},
-/obj/structure/sign/poster/contraband/space_up{
- pixel_y = -32
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4,
+/obj/machinery/door/airlock/engineering{
+ dir = 1;
+ req_access = list(150,10)
},
-/turf/open/floor/plasteel/mono/dark,
-/area/ship/hallway/central)
+/turf/open/floor/plasteel/telecomms_floor,
+/area/ship/engineering/communications)
"iV" = (
/obj/machinery/light/directional/north,
/obj/structure/table,
@@ -1543,42 +1610,34 @@
/obj/structure/cable/yellow{
icon_state = "1-4"
},
-/turf/open/floor/plasteel/tech,
-/area/ship/hallway/central)
-"jr" = (
-/obj/machinery/computer/atmos_control/tank/nitrogen_tank{
+/obj/effect/turf_decal/borderfloorblack{
dir = 8
},
-/obj/machinery/atmospherics/pipe/layer_manifold/visible{
- dir = 8
+/turf/open/floor/plasteel/tech,
+/area/ship/hallway/aft)
+"jo" = (
+/obj/effect/turf_decal/siding/wood{
+ dir = 4
},
-/turf/open/floor/plating,
+/obj/machinery/door/window,
+/obj/machinery/door/firedoor/border_only,
+/turf/open/floor/wood,
+/area/ship/crew/canteen)
+"jr" = (
+/obj/machinery/atmospherics/components/binary/volume_pump{
+ dir = 8
+ },
+/turf/open/floor/pod/dark,
/area/ship/engineering/atmospherics)
"jv" = (
-/obj/item/storage/bag/chemistry,
-/obj/item/reagent_containers/glass/beaker/large,
-/obj/item/reagent_containers/glass/beaker/large,
-/obj/item/reagent_containers/glass/beaker,
-/obj/item/reagent_containers/glass/beaker,
-/obj/structure/closet/wall/orange{
- name = "Chemical Closet";
- pixel_y = 28
- },
-/obj/structure/sign/warning/chemdiamond{
- pixel_x = 30
- },
-/obj/item/clothing/glasses/sunglasses/chemical,
-/obj/structure/table/glass,
-/obj/effect/turf_decal/trimline/opaque/orange/line{
+/turf/open/floor/mineral/plastitanium,
+/area/ship/bridge)
+"jx" = (
+/obj/effect/turf_decal/spline/fancy/opaque/syndiered{
dir = 5
},
-/turf/open/floor/plasteel/dark,
-/area/ship/medical)
-"jx" = (
-/obj/effect/turf_decal/corner/opaque/white/diagonal,
-/obj/structure/extinguisher_cabinet/directional/west,
-/turf/open/floor/plasteel,
-/area/ship/crew/canteen)
+/turf/open/floor/mineral/plastitanium/red,
+/area/ship/security/armory)
"jz" = (
/obj/effect/turf_decal/trimline/opaque/syndiered/filled/line,
/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{
@@ -1587,27 +1646,15 @@
/turf/open/floor/plasteel/white,
/area/ship/medical/surgery)
"jA" = (
-/obj/machinery/door/airlock/hatch{
- name = "Engineering Office";
- dir = 4
- },
-/obj/effect/turf_decal/spline/fancy/opaque/black{
- dir = 9
- },
-/obj/machinery/door/firedoor/border_only{
- dir = 8
- },
-/obj/machinery/door/firedoor/border_only{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{
- dir = 4
+/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2,
+/obj/structure/cable/yellow{
+ icon_state = "1-8"
},
/obj/structure/cable/yellow{
- icon_state = "4-8"
+ icon_state = "1-2"
},
-/turf/open/floor/mineral/plastitanium/red,
-/area/ship/security)
+/turf/open/floor/mineral/plastitanium,
+/area/ship/bridge)
"jG" = (
/obj/effect/decal/cleanable/oil/slippery,
/obj/effect/decal/cleanable/dirt/dust,
@@ -1619,10 +1666,6 @@
"jH" = (
/obj/structure/grille,
/obj/structure/window/plasma/reinforced/plastitanium,
-/obj/machinery/door/poddoor/shutters{
- id = "twinkle_armory";
- dir = 4
- },
/turf/open/floor/plating,
/area/ship/security/armory)
"jJ" = (
@@ -1647,6 +1690,22 @@
/obj/item/bedsheet/medical,
/turf/open/floor/plasteel/dark,
/area/ship/medical)
+"jO" = (
+/obj/structure/table/reinforced,
+/obj/item/folder/syndicate/red{
+ pixel_x = -8;
+ pixel_y = 6
+ },
+/obj/item/folder/syndicate/blue{
+ pixel_x = 6;
+ pixel_y = 4
+ },
+/obj/item/folder/red{
+ pixel_x = -4
+ },
+/obj/machinery/light/directional/west,
+/turf/open/floor/mineral/plastitanium,
+/area/ship/bridge)
"jT" = (
/obj/structure/sign/syndicate,
/turf/closed/wall/r_wall/syndicate/nodiagonal{
@@ -1670,27 +1729,39 @@
/turf/open/floor/engine,
/area/ship/engineering/engine)
"ka" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{
+ dir = 8
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{
+ dir = 8
+ },
+/obj/structure/cable/yellow{
+ icon_state = "4-8"
+ },
/obj/effect/turf_decal/corner/opaque/syndiered{
- dir = 5
+ dir = 10
},
-/obj/machinery/light_switch{
- dir = 8;
- pixel_x = 20;
- pixel_y = 0
+/obj/machinery/camera/autoname{
+ dir = 10
},
/turf/open/floor/plasteel/tech,
-/area/ship/hallway/central)
+/area/ship/hallway/starboard)
"kc" = (
-/obj/machinery/suit_storage_unit/syndicate,
-/obj/effect/turf_decal/box/white/corners{
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{
dir = 8
},
-/obj/effect/turf_decal/box/white/corners{
- dir = 1
+/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{
+ dir = 8
},
-/obj/machinery/light/directional/south,
-/turf/open/floor/mineral/plastitanium,
-/area/ship/security)
+/obj/structure/cable/yellow{
+ icon_state = "4-8"
+ },
+/obj/effect/decal/cleanable/dirt/dust,
+/obj/effect/turf_decal/corner/opaque/syndiered{
+ dir = 5
+ },
+/turf/open/floor/plasteel/tech,
+/area/ship/hallway/port)
"kd" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4,
/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2,
@@ -1699,72 +1770,87 @@
},
/obj/structure/catwalk/over/plated_catwalk/dark,
/turf/open/floor/plating,
-/area/ship/hallway/central)
+/area/ship/hallway/aft)
"ke" = (
/obj/effect/turf_decal/industrial/warning,
/obj/machinery/light/directional/south,
/turf/open/floor/engine,
/area/ship/engineering/engine)
"kf" = (
-/obj/effect/turf_decal/corner/opaque/syndiered{
- dir = 10
+/obj/effect/turf_decal/siding/thinplating/dark{
+ dir = 1
},
-/obj/machinery/light/directional/south,
-/obj/effect/decal/cleanable/dirt/dust,
-/turf/open/floor/plasteel/tech,
-/area/ship/hallway/central)
+/turf/open/floor/plasteel/dark,
+/area/ship/security)
"kl" = (
-/obj/structure/catwalk/over/plated_catwalk/dark,
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{
- dir = 5
+/obj/machinery/light/directional/north,
+/obj/structure/closet/secure_closet{
+ anchored = 1;
+ icon_state = "hos";
+ name = "Captain's Locker";
+ req_access = list(150, 20)
},
-/obj/structure/cable/yellow{
- icon_state = "1-4"
+/obj/item/card/id/syndicate_command/captain_id,
+/obj/item/storage/lockbox/medal,
+/obj/item/codespeak_manual{
+ charges = 2
},
-/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{
- dir = 5
+/obj/item/gun/ballistic/revolver,
+/obj/item/megaphone/sec{
+ name = "syndicate megaphone"
},
-/turf/open/floor/plating,
-/area/ship/hallway/central)
+/obj/item/radio/headset/syndicate/captain,
+/obj/item/clothing/gloves/combat,
+/obj/item/clothing/shoes/combat,
+/obj/item/clothing/suit/armor/vest/capcarapace/syndicate,
+/obj/item/clothing/under/syndicate/ngr/officer,
+/obj/item/clothing/head/HoS/syndicate,
+/obj/item/ammo_box/a357,
+/obj/item/ammo_box/a357,
+/obj/item/ammo_box/a357,
+/turf/open/floor/carpet/nanoweave/red,
+/area/ship/crew/dorm/dormtwo)
"ky" = (
-/obj/machinery/atmospherics/pipe/simple/cyan/visible{
- dir = 4
- },
-/obj/machinery/computer/atmos_control/tank/air_tank{
- dir = 8
- },
-/turf/open/floor/plating,
+/obj/machinery/portable_atmospherics/canister/toxins,
+/obj/machinery/light/directional/east,
+/turf/open/floor/pod/dark,
/area/ship/engineering/atmospherics)
"kE" = (
-/obj/effect/turf_decal/corner/opaque/syndiered{
- dir = 9
+/obj/effect/turf_decal/syndicateemblem/top/right,
+/obj/effect/turf_decal/spline/fancy/opaque/black{
+ dir = 8
},
-/turf/open/floor/mineral/plastitanium,
+/turf/open/floor/mineral/plastitanium/red,
/area/ship/bridge)
"kF" = (
-/obj/structure/table/wood/reinforced,
-/obj/item/folder/syndicate{
- desc = "A black folder.";
- name = "folder";
- pixel_x = 7
- },
-/obj/item/book/random{
- pixel_x = -6
- },
-/turf/open/floor/carpet/red,
+/obj/machinery/holopad/emergency/command,
+/turf/open/floor/mineral/plastitanium,
/area/ship/crew/office)
"kH" = (
-/obj/structure/rack,
-/obj/effect/turf_decal/box/white/corners{
- dir = 1
+/obj/item/clothing/suit/armor/vest/syndie,
+/obj/item/clothing/head/helmet/operator,
+/obj/item/gun/ballistic/automatic/pistol/no_mag,
+/obj/item/ammo_box/magazine/m10mm,
+/obj/item/ammo_box/magazine/m10mm,
+/obj/item/storage/belt/security/webbing{
+ name = "syndicate webbing";
+ desc = "Unique and versatile chest rig, can hold syndicate gear."
},
-/obj/effect/turf_decal/box/white/corners{
- dir = 8
+/obj/item/radio/headset/syndicate/alt{
+ keyslot = null
},
-/obj/structure/closet/emcloset/wall{
- dir = 1;
- pixel_y = -28
+/obj/item/clothing/shoes/combat,
+/obj/item/clothing/gloves/color/black,
+/obj/structure/closet/secure_closet/security{
+ populate = 0;
+ icon_state = "syndicate";
+ name = "operative's locker"
},
+/obj/machinery/light/directional/east,
+/obj/item/clothing/head/soft/black,
+/obj/item/clothing/glasses/sunglasses,
+/obj/item/flashlight/seclite,
+/obj/item/kitchen/knife/combat,
/turf/open/floor/mineral/plastitanium,
/area/ship/security)
"kJ" = (
@@ -1781,34 +1867,56 @@
/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{
dir = 8
},
+/obj/effect/turf_decal/borderfloorblack{
+ dir = 8
+ },
/turf/open/floor/plasteel/tech,
/area/ship/hallway/central)
"kR" = (
-/obj/effect/turf_decal/corner/opaque/syndiered{
- dir = 5
+/obj/structure/cable/yellow{
+ icon_state = "4-8"
},
-/obj/machinery/newscaster/directional/north{
- pixel_y = 32
+/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{
+ dir = 8
},
-/turf/open/floor/plasteel/tech,
-/area/ship/hallway/central)
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{
+ dir = 8
+ },
+/obj/structure/catwalk/over/plated_catwalk/dark,
+/turf/open/floor/plating,
+/area/ship/hallway/starboard)
"kT" = (
-/obj/effect/decal/cleanable/dirt/dust,
-/obj/machinery/light/directional/north,
-/obj/effect/turf_decal/corner/opaque/syndiered{
- dir = 5
+/obj/effect/turf_decal/spline/fancy/opaque/black{
+ dir = 9
},
-/turf/open/floor/plasteel/tech,
-/area/ship/hallway/central)
-"kV" = (
-/obj/effect/turf_decal/corner/opaque/syndiered/three_quarters{
- dir = 1
+/obj/machinery/door/firedoor/border_only{
+ dir = 8
},
-/obj/effect/turf_decal/syndicateemblem/top/left{
+/obj/machinery/door/firedoor/border_only{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{
+ dir = 4
+ },
+/obj/structure/cable/yellow{
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{
dir = 8
},
-/obj/effect/decal/cleanable/dirt/dust,
+/obj/machinery/door/airlock/hatch{
+ dir = 4
+ },
/turf/open/floor/mineral/plastitanium,
+/area/ship/security)
+"kV" = (
+/obj/effect/turf_decal/syndicateemblem/top/middle{
+ dir = 8
+ },
+/obj/effect/turf_decal/spline/fancy/opaque/black{
+ dir = 4
+ },
+/turf/open/floor/mineral/plastitanium/red,
/area/ship/bridge)
"kX" = (
/obj/structure/sign/syndicate,
@@ -1817,24 +1925,19 @@
},
/area/ship/bridge)
"lg" = (
-/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{
- dir = 4
- },
-/obj/structure/cable/yellow{
- icon_state = "1-2"
+/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{
+ dir = 5
},
-/obj/structure/cable/yellow{
- icon_state = "1-8"
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{
+ dir = 5
},
+/obj/machinery/light/directional/west,
/obj/structure/cable/yellow{
- icon_state = "2-8"
+ icon_state = "1-4"
},
/obj/structure/catwalk/over/plated_catwalk/dark,
/turf/open/floor/plating,
-/area/ship/hallway/central)
+/area/ship/hallway/starboard)
"lj" = (
/obj/machinery/atmospherics/components/binary/dp_vent_pump/high_volume/layer4,
/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2,
@@ -1845,16 +1948,20 @@
/turf/open/floor/plasteel/dark,
/area/ship/engineering/atmospherics)
"ln" = (
-/obj/effect/turf_decal/spline/fancy/opaque/syndiered/corner{
- dir = 1
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2,
-/obj/structure/cable/yellow{
- icon_state = "1-8"
+/obj/effect/turf_decal/corner/transparent/bar/diagonal,
+/obj/structure/table/wood,
+/obj/item/reagent_containers/food/snacks/syndicake{
+ pixel_y = 10;
+ pixel_x = 3
},
-/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4,
-/turf/open/floor/mineral/plastitanium/red,
-/area/ship/security)
+/obj/structure/sign/poster/official/no_erp{
+ pixel_y = 32
+ },
+/obj/item/toy/cards/deck/syndicate{
+ pixel_x = -7
+ },
+/turf/open/floor/plasteel,
+/area/ship/crew/dorm)
"lo" = (
/obj/machinery/power/shieldwallgen/atmos{
anchored = 1;
@@ -1872,44 +1979,53 @@
/turf/open/floor/plating,
/area/ship/cargo)
"lq" = (
-/obj/structure/closet/secure_closet/freezer/kitchen/wall{
- dir = 8;
- pixel_x = 28
+/obj/structure/extinguisher_cabinet/directional/north,
+/obj/effect/turf_decal/syndicateemblem/bottom/middle{
+ dir = 1
},
-/obj/item/clothing/under/suit/waiter/syndicate,
-/obj/item/circuitboard/machine/deep_fryer,
-/obj/item/circuitboard/machine/gibber,
-/obj/item/cutting_board,
-/turf/open/floor/wood,
-/area/ship/crew/canteen)
+/obj/structure/cable/yellow{
+ icon_state = "4-8"
+ },
+/obj/effect/turf_decal/spline/fancy/opaque/black{
+ dir = 8
+ },
+/turf/open/floor/mineral/plastitanium/red,
+/area/ship/bridge)
"lv" = (
-/obj/effect/spawner/lootdrop/maintenance,
-/turf/open/floor/plating,
+/obj/machinery/atmospherics/pipe/layer_manifold/visible{
+ dir = 8
+ },
+/turf/open/floor/pod/dark,
/area/ship/engineering/atmospherics)
"lw" = (
-/obj/effect/turf_decal/corner/opaque/syndiered{
- dir = 10
+/obj/machinery/door/airlock/atmos/glass{
+ req_one_access_txt = "150";
+ req_access = list(150,10);
+ dir = 4
},
-/turf/open/floor/plasteel/tech,
-/area/ship/hallway/central)
+/obj/structure/cable/yellow{
+ icon_state = "4-10"
+ },
+/obj/effect/turf_decal/techfloor/orange/corner{
+ dir = 1
+ },
+/turf/open/floor/plating,
+/area/ship/engineering/atmospherics)
"lx" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{
dir = 8
},
-/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{
- dir = 8
- },
/obj/structure/cable/yellow{
icon_state = "4-8"
},
-/obj/effect/turf_decal/corner/opaque/syndiered{
- dir = 10
+/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{
+ dir = 8
},
-/obj/machinery/camera/autoname{
+/obj/effect/turf_decal/corner/opaque/syndiered{
dir = 10
},
/turf/open/floor/plasteel/tech,
-/area/ship/hallway/central)
+/area/ship/hallway/starboard)
"lF" = (
/obj/machinery/atmospherics/pipe/manifold/orange/visible{
dir = 8
@@ -1923,24 +2039,14 @@
/turf/open/floor/engine,
/area/ship/engineering/engine)
"lG" = (
-/obj/machinery/light/directional/south,
-/obj/structure/table/reinforced,
-/obj/item/folder/syndicate/red{
- pixel_x = -8;
- pixel_y = 6
- },
-/obj/item/folder/syndicate/blue{
- pixel_x = 6;
- pixel_y = 4
- },
-/obj/item/folder/red{
- pixel_x = -4
- },
-/obj/effect/turf_decal/corner/opaque/syndiered{
+/obj/machinery/cryopod/syndicate{
dir = 4
},
-/turf/open/floor/mineral/plastitanium,
-/area/ship/bridge)
+/obj/effect/turf_decal/techfloor{
+ dir = 10
+ },
+/turf/open/floor/plasteel/tech/grid,
+/area/ship/crew/cryo)
"lI" = (
/obj/effect/turf_decal/industrial/caution{
dir = 8
@@ -1948,58 +2054,56 @@
/turf/open/floor/engine,
/area/ship/engineering/engine)
"lO" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2,
-/obj/machinery/atmospherics/components/binary/dp_vent_pump/high_volume/layer4{
- dir = 1
+/obj/effect/turf_decal/trimline/opaque/syndiered/warning,
+/obj/machinery/atmospherics/pipe/layer_manifold,
+/obj/machinery/advanced_airlock_controller{
+ pixel_x = 25
},
/turf/open/floor/plasteel/dark,
-/area/ship/hallway/central)
+/area/ship/hallway/starboard)
"lT" = (
-/obj/effect/turf_decal/spline/fancy/opaque/black{
+/obj/effect/turf_decal/corner/opaque/syndiered{
+ dir = 10
+ },
+/obj/effect/turf_decal/borderfloorblack{
dir = 1
},
-/obj/effect/turf_decal/spline/fancy/opaque/syndiered{
- dir = 9
+/turf/open/floor/plasteel/tech,
+/area/ship/hallway/port)
+"lY" = (
+/obj/structure/cable/yellow{
+ icon_state = "4-9"
},
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{
- dir = 4
+ dir = 8
},
-/obj/structure/cable/yellow{
- icon_state = "4-8"
+/obj/structure/chair/stool/bar{
+ dir = 1
},
-/turf/open/floor/mineral/plastitanium/red,
-/area/ship/security)
-"lY" = (
-/obj/structure/table/reinforced,
-/obj/machinery/reagentgrinder/constructed,
/turf/open/floor/wood,
/area/ship/crew/canteen)
"ma" = (
-/obj/effect/turf_decal/corner/opaque/syndiered/border,
-/obj/machinery/computer/slot_machine,
+/obj/structure/cable/yellow{
+ icon_state = "4-8"
+ },
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{
- dir = 5
+ dir = 8
},
-/obj/effect/turf_decal/corner/opaque/syndiered/border{
+/obj/structure/chair/stool/bar{
dir = 1
},
-/turf/open/floor/plasteel,
+/turf/open/floor/wood,
/area/ship/crew/canteen)
"ml" = (
-/obj/effect/turf_decal/corner/opaque/syndiered/border,
-/obj/item/kirbyplants/random,
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{
- dir = 8
+/obj/structure/cable/yellow{
+ icon_state = "4-8"
},
-/obj/effect/turf_decal/corner/opaque/syndiered/border{
- dir = 1
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{
+ dir = 10
},
-/turf/open/floor/plasteel,
+/turf/open/floor/wood,
/area/ship/crew/canteen)
"mm" = (
-/obj/structure/chair{
- dir = 4
- },
/obj/structure/noticeboard{
dir = 4;
pixel_x = -32
@@ -2007,13 +2111,19 @@
/obj/effect/turf_decal/corner/opaque/syndiered{
dir = 9
},
+/obj/structure/chair{
+ dir = 1
+ },
/turf/open/floor/mineral/plastitanium,
/area/ship/crew/office)
"mo" = (
-/obj/machinery/atmospherics/pipe/layer_manifold/visible{
+/obj/machinery/atmospherics/pipe/simple/cyan/visible{
+ dir = 4
+ },
+/obj/machinery/computer/atmos_control/tank/air_tank{
dir = 8
},
-/turf/open/floor/plating,
+/turf/open/floor/pod/dark,
/area/ship/engineering/atmospherics)
"mp" = (
/turf/template_noop,
@@ -2047,26 +2157,44 @@
/turf/open/floor/engine/n2,
/area/ship/engineering/atmospherics)
"mx" = (
-/obj/effect/turf_decal/corner/opaque/syndiered/full,
-/obj/effect/turf_decal/syndicateemblem/top/middle{
+/obj/effect/turf_decal/syndicateemblem/top/right{
dir = 8
},
-/obj/effect/decal/cleanable/dirt/dust,
-/turf/open/floor/mineral/plastitanium,
+/obj/effect/turf_decal/syndicateemblem/middle/right{
+ dir = 4
+ },
+/obj/effect/turf_decal/syndicateemblem/middle/left{
+ dir = 1
+ },
+/obj/effect/turf_decal/spline/fancy/opaque/black{
+ dir = 4
+ },
+/turf/open/floor/mineral/plastitanium/red,
/area/ship/bridge)
"mB" = (
-/obj/machinery/newscaster/directional/west,
-/obj/effect/turf_decal/spline/fancy/opaque/black/corner{
- dir = 4
+/obj/machinery/light/directional/west,
+/obj/machinery/computer/camera_advanced{
+ dir = 4;
+ icon_state = "computer-right";
+ icon_keyboard = "syndie_key"
},
-/obj/effect/turf_decal/trimline/opaque/syndiered/warning{
- dir = 5
+/obj/effect/turf_decal/corner/opaque/syndiered/half{
+ dir = 8
},
/turf/open/floor/mineral/plastitanium,
-/area/ship/security)
+/area/ship/bridge)
"mG" = (
+/obj/effect/turf_decal/corner/opaque/syndiered{
+ dir = 10
+ },
+/turf/open/floor/plasteel/tech,
+/area/ship/hallway/port)
+"mO" = (
+/obj/structure/cable/yellow{
+ icon_state = "1-4"
+ },
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{
- dir = 8
+ dir = 4
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{
dir = 8
@@ -2074,20 +2202,11 @@
/obj/structure/cable/yellow{
icon_state = "4-8"
},
-/obj/structure/catwalk/over/plated_catwalk/dark,
-/obj/machinery/camera/autoname,
-/turf/open/floor/plating,
-/area/ship/hallway/central)
-"mO" = (
-/obj/effect/turf_decal/corner/opaque/syndiered/border{
+/obj/effect/turf_decal/siding/thinplating/dark{
dir = 1
},
-/obj/structure/cable/yellow{
- icon_state = "4-8"
- },
-/obj/effect/turf_decal/corner/opaque/syndiered/border,
-/turf/open/floor/plasteel,
-/area/ship/crew/canteen)
+/turf/open/floor/plasteel/dark,
+/area/ship/security)
"mS" = (
/obj/structure/cable/yellow{
icon_state = "4-8"
@@ -2219,42 +2338,63 @@
/obj/machinery/atmospherics/pipe/simple/purple/visible{
dir = 1
},
-/turf/open/floor/plating,
+/obj/item/trash/pistachios,
+/obj/effect/decal/cleanable/dirt/dust,
+/obj/machinery/power/apc/auto_name/directional/west,
+/obj/structure/cable/yellow{
+ icon_state = "0-4"
+ },
+/obj/machinery/light_switch{
+ dir = 4;
+ pixel_x = -20;
+ pixel_y = 12
+ },
+/obj/effect/turf_decal/techfloor/orange{
+ dir = 8
+ },
+/turf/open/floor/plasteel/tech/grid,
/area/ship/engineering/atmospherics)
"nr" = (
-/obj/machinery/suit_storage_unit/syndicate,
-/obj/effect/turf_decal/box/white/corners{
- dir = 1
+/obj/structure/table,
+/obj/item/storage/box/zipties{
+ pixel_x = -5;
+ pixel_y = 11
},
-/obj/effect/turf_decal/box/white/corners{
- dir = 8
+/obj/item/reagent_containers/food/drinks/coffee{
+ pixel_x = 8;
+ pixel_y = 3
},
+/obj/machinery/light/directional/west,
/turf/open/floor/mineral/plastitanium,
/area/ship/security)
"nt" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{
+/obj/effect/turf_decal/spline/fancy/opaque/syndiered{
dir = 8
},
-/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{
- dir = 8
+/obj/machinery/suit_storage_unit/syndicate{
+ suit_type = /obj/item/clothing/suit/space/hardsuit/syndi/sbg;
+ name = "lieutenant's suit storage unit"
},
-/obj/structure/cable/yellow{
- icon_state = "4-8"
+/turf/open/floor/mineral/plastitanium,
+/area/ship/security)
+"nw" = (
+/obj/effect/turf_decal/techfloor,
+/obj/effect/turf_decal/corner/opaque/syndiered/half{
+ dir = 1
},
-/obj/structure/catwalk/over/plated_catwalk/dark,
-/obj/structure/extinguisher_cabinet/directional/south,
-/turf/open/floor/plating,
-/area/ship/hallway/central)
-"nE" = (
-/obj/effect/turf_decal/corner/opaque/syndiered/border{
- dir = 10
+/obj/item/rack_parts{
+ pixel_x = -6;
+ pixel_y = 11
},
-/obj/effect/turf_decal/corner/opaque/syndiered/bordercorner{
- dir = 4
+/turf/open/floor/plasteel/tech/grid,
+/area/ship/bridge)
+"nE" = (
+/obj/effect/turf_decal/corner/opaque/syndiered,
+/obj/effect/turf_decal/borderfloorblack{
+ dir = 9
},
-/obj/machinery/vending/toyliberationstation,
-/turf/open/floor/plasteel,
-/area/ship/crew/canteen)
+/turf/open/floor/plasteel/tech,
+/area/ship/hallway/port)
"nS" = (
/obj/structure/bed,
/obj/item/bedsheet/medical,
@@ -2264,42 +2404,49 @@
/turf/open/floor/plasteel/mono/dark,
/area/ship/medical)
"oc" = (
-/obj/effect/turf_decal/spline/fancy/opaque/syndiered{
- dir = 8
+/obj/structure/table,
+/obj/item/clothing/head/warden/drill{
+ name = "lieutenant's campaign hat";
+ desc = "A special armored campaign hat with the Syndicate insignia emblazoned on it. Uses reinforced fabric to offer sufficient protection.";
+ pixel_x = 2;
+ pixel_y = -7
},
-/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2,
-/obj/structure/cable/yellow{
- icon_state = "1-2"
+/obj/item/reagent_containers/food/snacks/donut/choco{
+ pixel_x = 3;
+ pixel_y = 7
},
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{
- dir = 1
+/obj/item/reagent_containers/food/drinks/coffee{
+ pixel_x = -7;
+ pixel_y = 6
},
-/turf/open/floor/mineral/plastitanium/red,
+/obj/effect/turf_decal/spline/fancy/opaque/syndiered{
+ dir = 10
+ },
+/turf/open/floor/mineral/plastitanium,
/area/ship/security)
"oi" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{
- dir = 8
+/obj/effect/turf_decal/corner/opaque/syndiered{
+ dir = 10
},
-/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{
- dir = 8
+/obj/structure/closet/firecloset/wall{
+ dir = 1;
+ pixel_y = -28
},
-/obj/structure/cable/yellow{
- icon_state = "4-8"
+/obj/effect/turf_decal/borderfloorblack{
+ dir = 1
},
-/obj/structure/catwalk/over/plated_catwalk/dark,
-/turf/open/floor/plating,
-/area/ship/hallway/central)
+/turf/open/floor/plasteel/tech,
+/area/ship/hallway/port)
"oj" = (
-/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2,
-/obj/structure/catwalk/over/plated_catwalk/dark,
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{
- dir = 8
+/obj/effect/turf_decal/corner/opaque/syndiered{
+ dir = 10
},
-/obj/structure/cable/yellow{
- icon_state = "4-8"
+/obj/machinery/vending/cigarette/syndicate,
+/obj/effect/turf_decal/borderfloorblack{
+ dir = 1
},
-/turf/open/floor/plating,
-/area/ship/hallway/central)
+/turf/open/floor/plasteel/tech,
+/area/ship/hallway/port)
"on" = (
/obj/effect/turf_decal/spline/fancy/opaque/syndiered{
dir = 4
@@ -2316,41 +2463,21 @@
/turf/open/floor/mineral/plastitanium/red,
/area/ship/security)
"ox" = (
-/obj/structure/cable/yellow{
- icon_state = "4-8"
- },
-/obj/structure/catwalk/over/plated_catwalk/dark,
-/obj/structure/cable/yellow{
- icon_state = "2-8"
- },
-/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{
- dir = 1
- },
-/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{
- dir = 1
- },
-/turf/open/floor/plating,
-/area/ship/hallway/central)
+/obj/structure/table/reinforced,
+/obj/item/paper_bin/carbon,
+/obj/item/pen/fountain,
+/turf/open/floor/mineral/plastitanium,
+/area/ship/bridge)
"oB" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{
- dir = 8
+/obj/effect/turf_decal/corner/opaque/syndiered{
+ dir = 6
},
-/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{
+/obj/effect/turf_decal/borderfloorblack{
dir = 8
},
-/obj/effect/turf_decal/trimline/opaque/orange/filled/warning{
- dir = 1
- },
-/obj/effect/turf_decal/trimline/opaque/orange/filled/warning,
-/obj/machinery/door/airlock/external{
- req_access = list(150,10);
- dir = 4
- },
-/obj/effect/mapping_helpers/airlock/cyclelink_helper{
- dir = 4
- },
-/turf/open/floor/engine,
-/area/ship/engineering/engine)
+/obj/machinery/firealarm/directional/east,
+/turf/open/floor/plasteel/tech,
+/area/ship/hallway/central)
"oC" = (
/obj/effect/turf_decal/corner/opaque/orange{
dir = 6
@@ -2370,21 +2497,16 @@
/turf/open/floor/plasteel/dark,
/area/ship/engineering)
"oD" = (
-/obj/effect/turf_decal/corner/opaque/syndiered/full,
/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2,
-/obj/structure/cable/yellow{
- icon_state = "1-8"
- },
/obj/structure/cable/yellow{
icon_state = "1-2"
},
/turf/open/floor/mineral/plastitanium,
/area/ship/bridge)
"oG" = (
-/obj/effect/turf_decal/spline/fancy/opaque/syndiered{
- dir = 4
+/obj/machinery/door/airlock/grunge{
+ req_access = list(3,150)
},
-/obj/machinery/firealarm/directional/east,
/turf/open/floor/mineral/plastitanium/red,
/area/ship/security)
"oJ" = (
@@ -2394,6 +2516,9 @@
/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{
dir = 1
},
+/obj/structure/chair{
+ dir = 1
+ },
/turf/open/floor/mineral/plastitanium,
/area/ship/crew/office)
"oL" = (
@@ -2414,7 +2539,6 @@
/turf/open/floor/plasteel/dark,
/area/ship/medical)
"oM" = (
-/obj/structure/table,
/obj/machinery/button/massdriver{
pixel_x = 23;
dir = 8;
@@ -2433,6 +2557,10 @@
/obj/machinery/camera/autoname{
dir = 10
},
+/obj/structure/table_frame{
+ pixel_y = 2;
+ pixel_x = -3
+ },
/turf/open/floor/plasteel/tech/grid,
/area/ship/bridge)
"oP" = (
@@ -2453,16 +2581,13 @@
/turf/open/floor/engine,
/area/ship/engineering/engine)
"oX" = (
-/obj/machinery/door/firedoor/border_only,
-/obj/machinery/door/firedoor/border_only{
- dir = 1
- },
/obj/effect/turf_decal/industrial/warning{
dir = 1
},
/obj/effect/turf_decal/industrial/warning,
+/obj/machinery/door/firedoor,
/turf/open/floor/plasteel/mono/dark,
-/area/ship/hallway/central)
+/area/ship/hallway/aft)
"pc" = (
/obj/effect/turf_decal/industrial/warning{
dir = 1
@@ -2473,7 +2598,6 @@
/turf/open/floor/engine,
/area/ship/engineering/engine)
"ph" = (
-/obj/effect/decal/cleanable/dirt/dust,
/obj/structure/table,
/obj/item/modular_computer/tablet/preset/advanced{
pixel_x = 8
@@ -2485,52 +2609,47 @@
/turf/open/floor/plasteel/tech,
/area/ship/engineering/atmospherics)
"pj" = (
-/obj/machinery/door/window/southright,
-/obj/effect/turf_decal/corner/opaque/white/diagonal,
-/turf/open/floor/plasteel,
+/obj/effect/turf_decal/siding/wood/corner{
+ dir = 4
+ },
+/obj/machinery/firealarm/directional/west,
+/turf/open/floor/wood,
/area/ship/crew/canteen)
"pl" = (
-/obj/machinery/computer/mech_bay_power_console,
/obj/effect/turf_decal/techfloor{
dir = 1
},
/obj/effect/turf_decal/corner/opaque/syndiered/half,
+/obj/structure/salvageable/computer,
/turf/open/floor/plasteel/tech/grid,
/area/ship/bridge)
"pm" = (
-/obj/structure/filingcabinet/double,
/obj/effect/turf_decal/corner/opaque/syndiered{
dir = 10
},
/obj/structure/sign/poster/contraband/ss13{
pixel_y = 32
},
+/obj/structure/table,
+/obj/item/megaphone{
+ pixel_y = 4;
+ pixel_x = 3
+ },
/turf/open/floor/plasteel/tech,
/area/ship/crew/office)
"pp" = (
/obj/effect/turf_decal/trimline/opaque/syndiered/filled/line,
/turf/open/floor/plasteel/white,
/area/ship/medical/surgery)
-"pr" = (
-/obj/effect/decal/cleanable/dirt/dust,
-/obj/structure/railing{
- dir = 9
- },
-/obj/effect/turf_decal/corner/opaque/syndiered/half{
- dir = 8
- },
-/turf/open/floor/mineral/plastitanium,
-/area/ship/bridge)
"ps" = (
-/obj/structure/bed,
-/obj/structure/sign/poster/contraband/smoke{
- pixel_y = 32
+/obj/effect/turf_decal/corner/transparent/bar/diagonal,
+/obj/structure/cable/yellow{
+ icon_state = "1-8"
},
-/obj/structure/curtain/cloth/fancy{
- name = "blood-red curtains"
+/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{
+ dir = 8
},
-/obj/item/bedsheet/black,
-/turf/open/floor/carpet/nanoweave/red,
+/turf/open/floor/plasteel,
/area/ship/crew/dorm)
"pt" = (
/obj/machinery/atmospherics/pipe/manifold/green/visible{
@@ -2566,17 +2685,15 @@
/turf/open/floor/mineral/plastitanium,
/area/ship/bridge)
"pw" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2,
-/obj/machinery/atmospherics/pipe/simple/cyan/visible,
-/obj/structure/cable/yellow{
- icon_state = "1-2"
+/obj/machinery/light/directional/north,
+/obj/structure/chair/office/dark{
+ dir = 4
},
-/obj/structure/cable/yellow{
- icon_state = "2-8"
+/obj/effect/turf_decal/spline/fancy/opaque/syndiered{
+ dir = 5
},
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4,
-/turf/open/floor/plating,
-/area/ship/engineering/atmospherics)
+/turf/open/floor/mineral/plastitanium/red,
+/area/ship/security)
"pB" = (
/obj/machinery/power/terminal{
dir = 1
@@ -2590,25 +2707,36 @@
/turf/open/floor/plasteel/dark,
/area/ship/engineering)
"pD" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{
- dir = 10
+/obj/item/kirbyplants/random,
+/obj/machinery/light/directional/west,
+/obj/structure/sign/poster/official/moth/smokey{
+ pixel_y = 32
},
-/turf/open/floor/mineral/plastitanium,
-/area/ship/security)
+/obj/effect/turf_decal/corner/opaque/syndiered{
+ dir = 5
+ },
+/obj/effect/turf_decal/borderfloorblack,
+/turf/open/floor/plasteel/tech,
+/area/ship/hallway/port)
"pE" = (
-/obj/machinery/button/door{
- pixel_x = -25;
- pixel_y = 10;
- dir = 4;
- id = "twinkle_armory";
- name = "Armory Access";
- req_access = list(3,150)
+/obj/effect/turf_decal/industrial/warning{
+ dir = 4
},
-/obj/effect/turf_decal/spline/fancy/opaque/syndiered{
- dir = 10
+/obj/effect/turf_decal/industrial/warning{
+ dir = 8
},
-/turf/open/floor/mineral/plastitanium/red,
-/area/ship/security)
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{
+ dir = 8
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{
+ dir = 8
+ },
+/obj/structure/cable/yellow{
+ icon_state = "4-8"
+ },
+/obj/machinery/door/firedoor,
+/turf/open/floor/plasteel/mono/dark,
+/area/ship/hallway/port)
"pF" = (
/obj/machinery/atmospherics/components/unary/outlet_injector/on,
/obj/effect/turf_decal/industrial/warning{
@@ -2620,59 +2748,82 @@
/obj/effect/turf_decal/industrial/warning{
dir = 8
},
-/obj/structure/closet/crate,
-/obj/effect/spawner/lootdrop/maintenance/eight,
-/obj/machinery/airalarm/directional/west,
-/obj/item/circuitboard/machine/autolathe,
-/obj/item/stock_parts/manipulator,
-/obj/item/stock_parts/matter_bin,
-/obj/item/stock_parts/matter_bin,
-/obj/item/stock_parts/matter_bin,
-/obj/item/stack/sheet/glass,
+/obj/machinery/light/directional/west,
/turf/open/floor/pod/dark,
/area/ship/cargo)
"pI" = (
-/obj/effect/turf_decal/corner/opaque/syndiered/three_quarters,
-/obj/effect/turf_decal/syndicateemblem/bottom/left{
+/obj/effect/turf_decal/syndicateemblem/bottom/middle{
dir = 8
},
-/obj/effect/decal/cleanable/dirt/dust,
-/turf/open/floor/mineral/plastitanium,
+/obj/effect/turf_decal/spline/fancy/opaque/black{
+ dir = 8
+ },
+/turf/open/floor/mineral/plastitanium/red,
/area/ship/bridge)
"pL" = (
-/obj/effect/turf_decal/spline/fancy/opaque/syndiered{
- dir = 9
+/obj/machinery/atmospherics/pipe/simple/purple/visible{
+ dir = 1
},
-/obj/machinery/camera/autoname,
-/turf/open/floor/mineral/plastitanium/red,
-/area/ship/security)
+/obj/effect/turf_decal/techfloor/orange{
+ dir = 8
+ },
+/turf/open/floor/plasteel/tech/grid,
+/area/ship/engineering/atmospherics)
"pN" = (
-/obj/machinery/suit_storage_unit/syndicate,
-/obj/effect/turf_decal/box/white/corners{
- dir = 4
+/obj/structure/closet/secure_closet/security{
+ populate = 0;
+ icon_state = "syndicate";
+ name = "operative's locker"
},
-/obj/effect/turf_decal/box/white/corners,
-/obj/machinery/camera/autoname{
- dir = 10
+/obj/item/clothing/suit/armor/vest/syndie,
+/obj/item/clothing/head/helmet/operator,
+/obj/item/gun/ballistic/automatic/pistol/no_mag,
+/obj/item/ammo_box/magazine/m10mm,
+/obj/item/ammo_box/magazine/m10mm,
+/obj/item/storage/belt/security/webbing{
+ name = "syndicate webbing";
+ desc = "Unique and versatile chest rig, can hold syndicate gear."
+ },
+/obj/item/radio/headset/syndicate/alt{
+ keyslot = null
},
+/obj/item/clothing/shoes/combat,
+/obj/item/clothing/gloves/color/black,
+/obj/machinery/light/directional/west,
+/obj/item/flashlight/seclite,
+/obj/item/kitchen/knife/combat,
/turf/open/floor/mineral/plastitanium,
/area/ship/security)
"pO" = (
-/obj/effect/turf_decal/corner/opaque/syndiered{
- dir = 10
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{
+ dir = 8
},
-/obj/effect/decal/cleanable/dirt/dust,
-/turf/open/floor/plasteel/tech,
-/area/ship/hallway/central)
-"pR" = (
-/obj/effect/turf_decal/spline/fancy/opaque/syndiered{
- dir = 4
+/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{
+ dir = 8
},
-/obj/structure/sign/poster/contraband/stechkin{
- pixel_x = 32
+/obj/structure/cable/yellow{
+ icon_state = "4-8"
},
-/turf/open/floor/mineral/plastitanium/red,
-/area/ship/security)
+/obj/structure/catwalk/over/plated_catwalk/dark,
+/obj/structure/extinguisher_cabinet/directional/north,
+/turf/open/floor/plating,
+/area/ship/hallway/port)
+"pR" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4,
+/obj/structure/cable/yellow{
+ icon_state = "1-2"
+ },
+/obj/item/kirbyplants{
+ icon_state = "plant-21";
+ pixel_x = -8
+ },
+/obj/structure/catwalk/over/plated_catwalk/dark,
+/obj/structure/cable/yellow{
+ icon_state = "2-4"
+ },
+/turf/open/floor/plating,
+/area/ship/hallway/central)
"pU" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2,
/obj/structure/cable/yellow{
@@ -2682,6 +2833,7 @@
/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{
dir = 8
},
+/obj/machinery/light/directional/west,
/turf/open/floor/plating,
/area/ship/hallway/central)
"qb" = (
@@ -2698,15 +2850,10 @@
/turf/open/floor/engine,
/area/ship/engineering/engine)
"ql" = (
-/obj/machinery/advanced_airlock_controller{
- pixel_x = 25
- },
-/obj/effect/turf_decal/trimline/opaque/syndiered/warning{
- dir = 1
- },
-/obj/machinery/atmospherics/pipe/layer_manifold,
+/obj/machinery/atmospherics/components/binary/dp_vent_pump/high_volume/layer4,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2,
/turf/open/floor/plasteel/dark,
-/area/ship/hallway/central)
+/area/ship/hallway/port)
"qo" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2,
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4,
@@ -2716,29 +2863,14 @@
/turf/open/floor/plasteel/tech/grid,
/area/ship/engineering/engine)
"qp" = (
-/obj/effect/turf_decal/industrial/warning{
- dir = 4
- },
-/obj/effect/turf_decal/industrial/warning{
- dir = 8
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{
- dir = 8
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{
- dir = 8
- },
-/obj/machinery/door/firedoor/border_only{
- dir = 8
- },
-/obj/machinery/door/firedoor/border_only{
- dir = 4
- },
-/obj/structure/cable/yellow{
- icon_state = "4-8"
+/obj/effect/decal/cleanable/dirt/dust,
+/obj/machinery/light/directional/north,
+/obj/effect/turf_decal/corner/opaque/syndiered{
+ dir = 5
},
-/turf/open/floor/plasteel/mono/dark,
-/area/ship/hallway/central)
+/obj/effect/turf_decal/borderfloorblack,
+/turf/open/floor/plasteel/tech,
+/area/ship/hallway/starboard)
"qr" = (
/obj/structure/cable{
icon_state = "1-2"
@@ -2770,20 +2902,17 @@
/turf/open/floor/plating,
/area/ship/engineering/atmospherics)
"qA" = (
-/obj/effect/turf_decal/corner/opaque/syndiered/border{
- dir = 9
- },
/obj/machinery/power/apc/auto_name/directional/west,
-/obj/structure/cable/yellow{
- icon_state = "0-4"
- },
-/obj/effect/turf_decal/corner/opaque/syndiered/bordercorner,
/obj/machinery/light_switch{
dir = 4;
pixel_x = -20;
pixel_y = 12
},
-/turf/open/floor/plasteel,
+/obj/structure/cable/yellow{
+ icon_state = "0-2"
+ },
+/obj/effect/turf_decal/steeldecal/steel_decals_central7,
+/turf/open/floor/wood,
/area/ship/crew/canteen)
"qF" = (
/obj/structure/table,
@@ -2791,7 +2920,7 @@
pixel_y = 4;
pixel_x = -5
},
-/obj/item/book/manual/wiki/tcomms{
+/obj/item/book/manual/wiki/engineering{
pixel_x = 9;
pixel_y = 3
},
@@ -2817,17 +2946,16 @@
/turf/open/floor/plasteel/dark,
/area/ship/engineering)
"qL" = (
-/obj/structure/bed,
-/obj/item/toy/plush/among{
- color = "#730622";
- name = "suspicious amoung pequeño";
- desc = "Get out of my head!"
+/obj/structure/toilet{
+ dir = 8
},
-/obj/machinery/flasher{
- pixel_y = -23;
- id = "twinkle_flash2"
+/obj/structure/catwalk/over/plated_catwalk/dark,
+/obj/structure/sink{
+ pixel_y = -11;
+ pixel_x = -9;
+ dir = 1
},
-/turf/open/floor/mineral/plastitanium,
+/turf/open/floor/plating,
/area/ship/security)
"qM" = (
/obj/machinery/door/airlock/external{
@@ -2843,17 +2971,37 @@
/turf/open/floor/plasteel/dark,
/area/ship/engineering/atmospherics)
"qN" = (
-/obj/machinery/photocopier,
/obj/machinery/light/directional/north,
/obj/effect/turf_decal/corner/opaque/syndiered{
dir = 10
},
+/obj/structure/table,
+/obj/item/paper_bin{
+ pixel_y = 5
+ },
+/obj/item/pen/fourcolor{
+ pixel_y = 5
+ },
/turf/open/floor/plasteel/tech,
/area/ship/crew/office)
"qP" = (
-/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4,
-/obj/effect/decal/cleanable/dirt/dust,
-/turf/open/floor/plasteel,
+/obj/machinery/light/directional/north,
+/obj/item/kitchen/rollingpin,
+/obj/item/reagent_containers/food/condiment/sugar,
+/obj/item/reagent_containers/food/condiment/sugar,
+/obj/structure/closet/secure_closet/freezer/kitchen,
+/obj/item/storage/fancy/egg_box,
+/obj/item/storage/fancy/egg_box,
+/obj/item/reagent_containers/food/condiment/flour,
+/obj/item/reagent_containers/food/condiment/flour,
+/obj/item/reagent_containers/food/condiment/flour,
+/obj/item/storage/box/ingredients/carnivore,
+/obj/item/storage/box/ingredients/vegetarian,
+/obj/item/reagent_containers/food/condiment/milk,
+/obj/item/reagent_containers/food/condiment/milk,
+/obj/effect/spawner/lootdrop/donkpockets,
+/obj/effect/spawner/lootdrop/donkpockets,
+/turf/open/floor/carpet/red,
/area/ship/crew/canteen)
"qQ" = (
/obj/machinery/telecomms/broadcaster/preset_right{
@@ -2866,7 +3014,6 @@
dir = 1
},
/obj/machinery/firealarm/directional/north,
-/obj/effect/decal/cleanable/dirt/dust,
/obj/machinery/light_switch{
pixel_y = 22;
pixel_x = -12
@@ -2883,23 +3030,23 @@
/obj/effect/turf_decal/corner/opaque/syndiered{
dir = 6
},
-/obj/machinery/holopad/emergency/command,
/turf/open/floor/mineral/plastitanium,
/area/ship/crew/office)
"qY" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{
- dir = 8
+/obj/effect/turf_decal/corner/opaque/syndiered{
+ dir = 10
},
-/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{
- dir = 8
+/obj/effect/decal/cleanable/dirt/dust,
+/obj/machinery/light_switch{
+ dir = 1;
+ pixel_x = -13;
+ pixel_y = -20
},
-/obj/structure/cable/yellow{
- icon_state = "4-8"
+/obj/effect/turf_decal/borderfloorblack{
+ dir = 1
},
-/obj/structure/catwalk/over/plated_catwalk/dark,
-/obj/structure/extinguisher_cabinet/directional/north,
-/turf/open/floor/plating,
-/area/ship/hallway/central)
+/turf/open/floor/plasteel/tech,
+/area/ship/hallway/port)
"ra" = (
/obj/effect/turf_decal/industrial/warning{
dir = 1
@@ -2925,7 +3072,6 @@
/area/ship/engineering/engine)
"rd" = (
/obj/machinery/door/airlock/engineering{
- name = "Engineer Room";
req_access = list(150,10)
},
/obj/effect/turf_decal/corner/opaque/orange/full,
@@ -2960,12 +3106,14 @@
/turf/open/floor/plasteel/dark,
/area/ship/medical)
"ru" = (
-/obj/effect/turf_decal/corner/opaque/syndiered{
- dir = 10
+/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4,
+/obj/structure/cable/yellow{
+ icon_state = "1-2"
},
-/obj/structure/extinguisher_cabinet/directional/south,
-/turf/open/floor/plasteel/tech,
-/area/ship/hallway/central)
+/obj/structure/catwalk/over/plated_catwalk/dark,
+/turf/open/floor/plating,
+/area/ship/hallway/starboard)
"rQ" = (
/obj/machinery/atmospherics/pipe/manifold/orange/visible{
dir = 8
@@ -2983,48 +3131,46 @@
/turf/open/floor/plasteel/elevatorshaft,
/area/ship/bridge)
"sc" = (
-/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{
- dir = 1
+/obj/structure/railing{
+ dir = 9
+ },
+/obj/effect/turf_decal/corner/opaque/syndiered/half{
+ dir = 8
},
/turf/open/floor/mineral/plastitanium,
-/area/ship/security)
+/area/ship/bridge)
"sd" = (
-/obj/machinery/door/firedoor/border_only,
-/obj/effect/turf_decal/industrial/warning{
- dir = 1
- },
-/obj/effect/turf_decal/industrial/warning,
-/obj/machinery/door/firedoor/border_only{
- dir = 1
- },
-/turf/open/floor/plasteel/mono/dark,
-/area/ship/hallway/central)
+/obj/effect/turf_decal/spline/fancy/opaque/syndiered,
+/obj/effect/decal/cleanable/dirt/dust,
+/turf/open/floor/plasteel/dark,
+/area/ship/security)
"sf" = (
-/obj/structure/table/reinforced,
-/obj/machinery/chem_dispenser/drinks,
-/turf/open/floor/wood,
+/turf/open/floor/carpet/red,
/area/ship/crew/canteen)
"si" = (
-/obj/effect/turf_decal/spline/fancy/opaque/syndiered{
- dir = 8
+/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2,
+/obj/machinery/atmospherics/pipe/simple/cyan/visible,
+/obj/structure/cable/yellow{
+ icon_state = "1-2"
},
-/obj/effect/turf_decal/spline/fancy/opaque/syndiered{
- dir = 1
+/obj/structure/sign/poster/official/moth/piping{
+ desc = "This informational poster uses Safety Moth(TM) to tell atmospheric technicians correct types of piping to be used. Proper pipe placement prevents poor performance! It's signed by 'AspEv'.";
+ pixel_x = 32
},
-/obj/structure/cable/yellow{
- icon_state = "6-8"
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4,
+/obj/machinery/door/airlock/engineering{
+ req_access = list(150,10)
},
-/turf/open/floor/mineral/plastitanium/red,
-/area/ship/security/armory)
+/turf/open/floor/plasteel/telecomms_floor,
+/area/ship/engineering/communications)
"sj" = (
-/obj/machinery/atmospherics/pipe/simple/purple/visible,
-/obj/machinery/power/terminal{
- dir = 8
+/obj/machinery/atmospherics/pipe/manifold/purple/visible{
+ dir = 4
},
-/obj/structure/cable/yellow{
- icon_state = "0-4"
+/obj/effect/turf_decal/techfloor/orange{
+ dir = 8
},
-/turf/open/floor/plating,
+/turf/open/floor/plasteel/tech/grid,
/area/ship/engineering/atmospherics)
"sk" = (
/obj/effect/turf_decal/industrial/warning{
@@ -3080,23 +3226,8 @@
dir = 5
},
/obj/effect/turf_decal/trimline/opaque/syndiered/corner,
-/obj/machinery/light/directional/east,
-/obj/structure/sign/poster/solgov/suns{
- pixel_x = 32
- },
/turf/open/floor/plasteel/dark,
/area/ship/medical)
-"sz" = (
-/obj/effect/turf_decal/industrial/warning{
- dir = 1
- },
-/obj/effect/turf_decal/industrial/warning,
-/obj/machinery/door/firedoor/border_only,
-/obj/machinery/door/firedoor/border_only{
- dir = 1
- },
-/turf/open/floor/plasteel/mono/dark,
-/area/ship/hallway/central)
"sC" = (
/obj/machinery/atmospherics/pipe/simple/orange/visible,
/obj/machinery/computer/atmos_control/tank/toxin_tank{
@@ -3123,10 +3254,14 @@
/turf/open/floor/plasteel/dark,
/area/ship/engineering)
"sG" = (
-/obj/machinery/light/directional/north,
-/obj/machinery/vending/security/marine/syndicate,
-/turf/open/floor/mineral/plastitanium,
-/area/ship/security/armory)
+/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2,
+/obj/structure/cable/yellow{
+ icon_state = "1-2"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4,
+/obj/machinery/light/directional/east,
+/turf/open/floor/mineral/plastitanium/red,
+/area/ship/security)
"sI" = (
/obj/machinery/atmospherics/pipe/manifold/orange/visible{
dir = 8
@@ -3170,26 +3305,27 @@
/turf/open/floor/plasteel/mono/dark,
/area/ship/engineering/engine)
"sY" = (
-/obj/machinery/portable_atmospherics/canister/toxins,
-/obj/machinery/light/directional/east,
-/turf/open/floor/plating,
+/obj/machinery/computer/atmos_control/tank/nitrogen_tank{
+ dir = 8
+ },
+/obj/machinery/atmospherics/pipe/layer_manifold/visible{
+ dir = 8
+ },
+/turf/open/floor/pod/dark,
/area/ship/engineering/atmospherics)
"tg" = (
-/obj/machinery/door/airlock/medical/glass{
- name = "Medbay";
- req_one_access_txt = "150";
- req_access = list(150);
- dir = 4
- },
-/obj/effect/turf_decal/corner/opaque/syndiered/full,
-/obj/machinery/door/firedoor/border_only{
- dir = 4
+/obj/machinery/atmospherics/pipe/simple/cyan/visible,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2,
+/obj/structure/cable/yellow{
+ icon_state = "1-2"
},
-/obj/machinery/door/firedoor/border_only{
- dir = 8
+/obj/effect/decal/cleanable/dirt/dust,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4,
+/obj/structure/cable/yellow{
+ icon_state = "2-8"
},
-/turf/open/floor/plasteel/dark,
-/area/ship/medical)
+/turf/open/floor/pod/dark,
+/area/ship/engineering/atmospherics)
"th" = (
/obj/effect/turf_decal/industrial/caution{
dir = 4
@@ -3210,40 +3346,26 @@
/turf/open/floor/engine,
/area/ship/engineering/engine)
"tl" = (
-/obj/machinery/atmospherics/components/binary/volume_pump{
- dir = 8
- },
-/turf/open/floor/plating,
+/turf/open/floor/pod/dark,
/area/ship/engineering/atmospherics)
"tn" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{
- dir = 5
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{
- dir = 5
- },
-/obj/machinery/light/directional/west,
-/obj/structure/cable/yellow{
- icon_state = "1-4"
+/obj/item/kirbyplants/random,
+/obj/effect/turf_decal/corner/opaque/syndiered{
+ dir = 10
},
-/obj/structure/catwalk/over/plated_catwalk/dark,
-/turf/open/floor/plating,
-/area/ship/hallway/central)
+/turf/open/floor/plasteel/tech,
+/area/ship/hallway/starboard)
"tp" = (
-/obj/structure/toilet/secret{
- secret_type = "/obj/item/toy/plush/moth";
- dir = 4
- },
-/turf/open/floor/mineral/plastitanium,
-/area/ship/security)
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4,
+/turf/open/floor/pod/light,
+/area/ship/cargo)
"tr" = (
-/obj/effect/decal/cleanable/dirt/dust,
-/obj/structure/railing{
- dir = 10;
- layer = 3.1
+/obj/effect/turf_decal/corner/opaque/syndiered/border{
+ dir = 1
},
-/obj/effect/turf_decal/corner/opaque/syndiered/half{
- dir = 8
+/obj/effect/turf_decal/corner/opaque/syndiered/border,
+/obj/effect/turf_decal/spline/fancy/opaque/black{
+ dir = 1
},
/turf/open/floor/mineral/plastitanium,
/area/ship/bridge)
@@ -3260,22 +3382,20 @@
/turf/open/floor/engine/air,
/area/ship/engineering/atmospherics)
"tH" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{
- dir = 8
- },
-/obj/structure/cable/yellow{
- icon_state = "4-8"
+/obj/effect/turf_decal/corner/opaque/syndiered{
+ dir = 10
},
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{
- dir = 8
+/obj/effect/decal/cleanable/dirt/dust,
+/obj/machinery/airalarm/directional/south,
+/obj/effect/turf_decal/borderfloorblack{
+ dir = 1
},
-/obj/structure/catwalk/over/plated_catwalk/dark,
-/turf/open/floor/plating,
-/area/ship/hallway/central)
+/turf/open/floor/plasteel/tech,
+/area/ship/hallway/port)
"tS" = (
-/obj/effect/decal/cleanable/dirt/dust,
-/obj/structure/chair/comfy/shuttle{
- dir = 4
+/obj/structure/railing{
+ dir = 10;
+ layer = 3.1
},
/obj/effect/turf_decal/corner/opaque/syndiered/half{
dir = 8
@@ -3283,30 +3403,34 @@
/turf/open/floor/mineral/plastitanium,
/area/ship/bridge)
"tU" = (
-/obj/structure/table/wood,
-/obj/item/reagent_containers/food/drinks/shaker,
-/obj/machinery/door/firedoor/border_only,
-/turf/open/floor/wood,
-/area/ship/crew/canteen)
+/obj/machinery/atmospherics/pipe/manifold/purple/visible{
+ dir = 1
+ },
+/obj/item/trash/candy,
+/obj/effect/turf_decal/techfloor/orange{
+ dir = 9
+ },
+/turf/open/floor/plasteel/tech/grid,
+/area/ship/engineering/atmospherics)
"tY" = (
-/obj/effect/turf_decal/corner/opaque/syndiered{
+/obj/structure/catwalk/over/plated_catwalk/dark,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{
dir = 5
},
/obj/structure/cable/yellow{
- icon_state = "1-2"
+ icon_state = "1-4"
},
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4,
-/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2,
-/turf/open/floor/plasteel/tech,
-/area/ship/hallway/central)
-"tZ" = (
-/obj/effect/turf_decal/corner/opaque/syndiered{
- dir = 10
+/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{
+ dir = 5
},
-/obj/effect/turf_decal/corner/opaque/syndiered{
+/turf/open/floor/plating,
+/area/ship/hallway/starboard)
+"tZ" = (
+/obj/effect/turf_decal/syndicateemblem/bottom/middle,
+/obj/effect/turf_decal/spline/fancy/opaque/black{
dir = 4
},
-/turf/open/floor/mineral/plastitanium,
+/turf/open/floor/mineral/plastitanium/red,
/area/ship/bridge)
"ug" = (
/obj/structure/rack,
@@ -3344,7 +3468,7 @@
/mob/living/simple_animal/hostile/carp/cayenne{
name = "Cayenne II";
desc = "A descendant from the legendary Cayenne, a failed Syndicate experiment in weaponized space carp.";
- faction = list("PlayerSyndicate")
+ faction = list("playerSyndicate")
},
/obj/item/toy/nuke,
/obj/effect/turf_decal/corner/opaque/syndiered/border,
@@ -3357,8 +3481,8 @@
/area/ship/bridge)
"uE" = (
/obj/machinery/door/airlock/hatch{
- name = "Captain's Quarters";
- req_access = list(151);
+ name = "Captain Quarters";
+ req_access = list(150, 20);
dir = 4
},
/obj/structure/cable/yellow{
@@ -3370,8 +3494,23 @@
/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{
dir = 4
},
+/obj/machinery/door/firedoor/border_only{
+ dir = 8
+ },
+/obj/machinery/door/firedoor/border_only{
+ dir = 4
+ },
/turf/open/floor/carpet/nanoweave/red,
/area/ship/crew/dorm/dormtwo)
+"uH" = (
+/obj/structure/sign/directions/engineering{
+ pixel_y = 5;
+ dir = 8
+ },
+/turf/closed/wall/r_wall/syndicate/nodiagonal{
+ rad_insulation = 0
+ },
+/area/ship/crew/dorm/dormtwo)
"uK" = (
/obj/effect/turf_decal/trimline/opaque/syndiered/filled/line{
dir = 1
@@ -3392,39 +3531,31 @@
/area/ship/engineering/communications)
"uX" = (
/obj/machinery/door/airlock/medical/glass{
- name = "Medbay";
req_one_access_txt = "150";
req_access = list(150);
dir = 4
},
-/obj/machinery/door/firedoor/border_only{
- dir = 8
- },
+/obj/effect/turf_decal/corner/opaque/syndiered/full,
/obj/machinery/door/firedoor/border_only{
dir = 4
},
-/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{
- dir = 8
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{
+/obj/machinery/door/firedoor/border_only{
dir = 8
},
-/obj/structure/cable/yellow{
- icon_state = "4-8"
+/obj/effect/mapping_helpers/airlock/unres{
+ dir = 4
},
-/obj/effect/turf_decal/corner/opaque/syndiered/full,
/turf/open/floor/plasteel/dark,
/area/ship/medical)
"uY" = (
-/obj/machinery/atmospherics/pipe/simple/purple/visible,
-/obj/machinery/power/terminal{
- dir = 8
- },
-/obj/structure/cable/yellow{
- icon_state = "0-4"
+/obj/machinery/atmospherics/pipe/manifold/purple/visible{
+ dir = 4
},
/obj/effect/decal/cleanable/dirt/dust,
-/turf/open/floor/plating,
+/obj/effect/turf_decal/techfloor/orange{
+ dir = 8
+ },
+/turf/open/floor/plasteel/tech/grid,
/area/ship/engineering/atmospherics)
"vd" = (
/obj/machinery/porta_turret/ship/syndicate/heavy{
@@ -3445,10 +3576,18 @@
/turf/open/floor/plasteel/mono/dark,
/area/ship/medical)
"vn" = (
-/obj/structure/tank_dispenser/oxygen,
-/obj/machinery/light/directional/south,
-/turf/open/floor/mineral/plastitanium,
-/area/ship/security)
+/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2,
+/obj/effect/turf_decal/industrial/warning,
+/obj/effect/turf_decal/industrial/warning{
+ dir = 1
+ },
+/obj/machinery/door/firedoor/border_only,
+/obj/machinery/door/firedoor/border_only{
+ dir = 1
+ },
+/obj/machinery/door/airlock/grunge,
+/turf/open/floor/pod/dark,
+/area/ship/cargo)
"vz" = (
/turf/closed/wall/r_wall/syndicate/nodiagonal{
rad_insulation = 0
@@ -3469,16 +3608,24 @@
/obj/structure/cable/yellow{
icon_state = "1-2"
},
-/obj/machinery/door/airlock/hatch{
- name = "Bridge";
- req_access = list(150)
- },
+/obj/machinery/door/airlock/grunge,
/turf/open/floor/mineral/plastitanium,
/area/ship/bridge)
"vE" = (
-/obj/machinery/suit_storage_unit/syndicate,
-/turf/open/floor/mineral/plastitanium,
-/area/ship/security)
+/obj/structure/cable/yellow{
+ icon_state = "4-8"
+ },
+/obj/effect/decal/cleanable/dirt/dust,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{
+ dir = 8
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{
+ dir = 8
+ },
+/obj/structure/catwalk/over/plated_catwalk/dark,
+/obj/machinery/firealarm/directional/south,
+/turf/open/floor/plating,
+/area/ship/hallway/starboard)
"vJ" = (
/obj/structure/cable{
icon_state = "1-2"
@@ -3490,16 +3637,21 @@
/turf/open/floor/plating,
/area/ship/engineering/engine)
"vL" = (
-/obj/effect/turf_decal/corner/opaque/syndiered{
- dir = 6
+/obj/structure/chair/comfy/shuttle{
+ dir = 8
+ },
+/obj/item/toy/plush/moth{
+ name = "lieutenant moth plushie";
+ desc = "A plushie depicting an adorable mothperson, featuring realistic mothperson agony sounds every time you hug it. They seem to be hiding something."
+ },
+/obj/effect/turf_decal/steeldecal/steel_decals10,
+/obj/effect/turf_decal/steeldecal/steel_decals10{
+ dir = 4
},
/turf/open/floor/mineral/plastitanium,
/area/ship/bridge)
"vO" = (
-/obj/effect/turf_decal/corner/opaque/syndiered/full,
-/obj/effect/turf_decal/syndicateemblem/middle/right{
- dir = 8
- },
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4,
/obj/structure/cable/yellow{
icon_state = "1-2"
},
@@ -3537,19 +3689,15 @@
/obj/effect/turf_decal/corner/opaque/syndiered{
dir = 5
},
+/obj/structure/closet/crate/bin,
/turf/open/floor/plasteel/tech,
/area/ship/crew/office)
"wb" = (
-/obj/effect/turf_decal/corner/opaque/syndiered/full,
-/obj/structure/chair/comfy/shuttle{
- dir = 8
- },
-/obj/item/toy/plush/moth{
- name = "lieutenant moth plushie";
- desc = "A plushie depicting an adorable mothperson, featuring realistic mothperson agony sounds every time you hug it. They seem to be hiding something."
- },
-/turf/open/floor/mineral/plastitanium,
-/area/ship/bridge)
+/obj/structure/table/reinforced,
+/obj/machinery/chem_dispenser/drinks/beer,
+/obj/machinery/light/directional/north,
+/turf/open/floor/carpet/red,
+/area/ship/crew/canteen)
"wg" = (
/obj/structure/cable/yellow{
icon_state = "2-9"
@@ -3558,13 +3706,13 @@
/turf/open/floor/mineral/plastitanium/red,
/area/ship/security/armory)
"wh" = (
-/obj/machinery/door/poddoor{
- id = "twinkle_external"
+/obj/effect/turf_decal/corner/opaque/syndiered{
+ dir = 5
},
-/obj/structure/grille,
-/obj/structure/window/plasma/reinforced/plastitanium,
-/turf/open/floor/plating,
-/area/ship/security)
+/obj/effect/decal/cleanable/dirt/dust,
+/obj/effect/turf_decal/borderfloorblack,
+/turf/open/floor/plasteel/tech,
+/area/ship/hallway/starboard)
"wi" = (
/obj/effect/turf_decal/industrial/warning,
/obj/structure/cable{
@@ -3582,31 +3730,52 @@
/turf/open/floor/engine,
/area/ship/engineering/engine)
"wm" = (
-/turf/open/floor/plating,
+/obj/effect/decal/cleanable/dirt/dust,
+/obj/machinery/airalarm/directional/east,
+/turf/open/floor/pod/dark,
/area/ship/engineering/atmospherics)
"wr" = (
-/obj/effect/turf_decal/corner/opaque/syndiered{
- dir = 9
+/obj/machinery/airalarm/directional/south,
+/obj/effect/turf_decal/syndicateemblem/middle/left{
+ dir = 4
},
-/obj/machinery/light/directional/west,
-/turf/open/floor/mineral/plastitanium,
+/obj/effect/turf_decal/syndicateemblem/bottom/middle,
+/obj/effect/turf_decal/spline/fancy/opaque/black{
+ dir = 8
+ },
+/turf/open/floor/mineral/plastitanium/red,
/area/ship/bridge)
"wu" = (
/obj/effect/turf_decal/corner/opaque/syndiered{
dir = 6
},
-/obj/machinery/camera/autoname{
- dir = 9
+/obj/machinery/power/apc/auto_name/directional/east,
+/obj/structure/cable/yellow{
+ icon_state = "0-8"
+ },
+/obj/effect/turf_decal/borderfloorblack{
+ dir = 8
},
/turf/open/floor/plasteel/tech,
/area/ship/hallway/central)
+"wx" = (
+/obj/effect/turf_decal/steeldecal/steel_decals4,
+/turf/open/floor/mineral/plastitanium/red,
+/area/ship/security)
"wz" = (
-/obj/structure/table/wood,
-/obj/effect/spawner/lootdrop/donkpockets,
-/obj/effect/spawner/lootdrop/donkpockets,
-/obj/machinery/door/firedoor/border_only,
-/turf/open/floor/wood,
-/area/ship/crew/canteen)
+/obj/machinery/door/airlock/atmos/glass{
+ req_one_access_txt = "150";
+ req_access = list(150,10);
+ dir = 8
+ },
+/obj/structure/cable/yellow{
+ icon_state = "4-8"
+ },
+/obj/effect/turf_decal/techfloor/orange/corner{
+ dir = 8
+ },
+/turf/open/floor/plating,
+/area/ship/engineering/atmospherics)
"wA" = (
/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4,
/obj/effect/decal/cleanable/dirt/dust,
@@ -3634,7 +3803,6 @@
dir = 8
},
/obj/machinery/door/airlock/atmos/glass{
- name = "Atmospherics";
req_one_access_txt = "150";
dir = 4
},
@@ -3696,55 +3864,26 @@
/turf/open/floor/plasteel/dark,
/area/ship/engineering)
"wR" = (
-/obj/item/gun/energy/ionrifle,
-/obj/structure/rack,
-/obj/item/storage/backpack/duffelbag/syndie/x4,
-/obj/item/card/emag,
-/obj/structure/window/reinforced{
- dir = 8
- },
-/obj/structure/window/reinforced,
-/obj/machinery/door/window/westleft{
- dir = 1;
- req_access = list(3,150)
+/obj/effect/turf_decal/corner/opaque/syndiered{
+ dir = 5
},
-/obj/structure/window/reinforced{
- dir = 4
- },
-/obj/item/grenade/frag,
-/obj/item/grenade/frag,
-/obj/item/grenade/frag,
-/obj/item/grenade/frag,
-/obj/item/ammo_casing/caseless/rocket,
-/obj/item/ammo_casing/caseless/rocket,
-/obj/item/ammo_casing/caseless/rocket/hedp,
-/obj/item/ammo_casing/caseless/rocket/hedp,
-/obj/item/ammo_box/a12g,
-/obj/item/ammo_box/a12g,
-/obj/item/ammo_box/a12g,
-/obj/item/gun/ballistic/rocketlauncher,
-/obj/item/gun/ballistic/automatic/ebr,
-/obj/item/gun/ballistic/automatic/ebr{
- pixel_x = -6;
- pixel_y = -3
- },
-/turf/open/floor/mineral/plastitanium,
-/area/ship/security/armory)
-"wV" = (
-/obj/machinery/door/firedoor/border_only{
+/obj/machinery/light/directional/north,
+/turf/open/floor/plasteel/tech,
+/area/ship/hallway/starboard)
+"wV" = (
+/obj/machinery/door/firedoor/border_only{
dir = 4
},
/obj/machinery/door/firedoor/border_only{
dir = 8
},
/obj/effect/turf_decal/corner/opaque/syndiered/full,
-/obj/machinery/door/airlock/hatch{
- name = "Briefing";
- dir = 4
- },
/obj/structure/cable/yellow{
icon_state = "4-8"
},
+/obj/machinery/door/airlock/grunge{
+ dir = 4
+ },
/turf/open/floor/plasteel/tech,
/area/ship/crew/office)
"wZ" = (
@@ -3768,8 +3907,11 @@
dir = 9
},
/obj/machinery/light/directional/west,
+/obj/effect/turf_decal/borderfloorblack{
+ dir = 4
+ },
/turf/open/floor/plasteel/tech,
-/area/ship/hallway/central)
+/area/ship/hallway/aft)
"xc" = (
/obj/effect/turf_decal/techfloor,
/obj/effect/turf_decal/corner/opaque/syndiered/half{
@@ -3787,34 +3929,32 @@
/obj/structure/extinguisher_cabinet/directional/south,
/turf/open/floor/plasteel/tech/grid,
/area/ship/bridge)
-"xe" = (
-/obj/structure/toilet/secret{
- secret_type = "/obj/item/toy/plush/moth";
- dir = 4
- },
-/obj/structure/sign/poster/contraband/punch_shit{
- pixel_y = 32
+"xg" = (
+/obj/effect/turf_decal/syndicateemblem/bottom/left{
+ dir = 8
},
-/obj/effect/turf_decal/spline/fancy/opaque/syndiered{
- dir = 10
+/obj/effect/turf_decal/syndicateemblem/middle/right{
+ dir = 8
},
-/turf/open/floor/mineral/plastitanium/red,
-/area/ship/security)
-"xg" = (
-/obj/effect/decal/cleanable/dirt/dust,
-/obj/effect/turf_decal/corner/opaque/syndiered{
- dir = 5
+/obj/effect/turf_decal/syndicateemblem/middle/right{
+ dir = 1
},
-/obj/effect/turf_decal/corner/opaque/syndiered{
+/obj/effect/turf_decal/spline/fancy/opaque/black{
dir = 8
},
-/turf/open/floor/mineral/plastitanium,
+/turf/open/floor/mineral/plastitanium/red,
/area/ship/bridge)
"xh" = (
-/obj/machinery/atmospherics/pipe/simple/purple/visible{
- dir = 10
+/obj/machinery/power/terminal{
+ dir = 8
},
-/turf/open/floor/plating,
+/obj/structure/cable/yellow{
+ icon_state = "0-4"
+ },
+/obj/effect/turf_decal/techfloor/orange{
+ dir = 9
+ },
+/turf/open/floor/plasteel/tech/grid,
/area/ship/engineering/atmospherics)
"xj" = (
/turf/closed/wall/r_wall/syndicate/nodiagonal{
@@ -3886,27 +4026,28 @@
/obj/structure/cable/yellow{
icon_state = "1-2"
},
-/obj/machinery/atmospherics/pipe/simple/purple/visible{
- dir = 4
- },
+/obj/effect/decal/cleanable/dirt/dust,
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4,
/obj/structure/cable/yellow{
icon_state = "1-8"
},
-/turf/open/floor/plating,
+/turf/open/floor/pod/dark,
/area/ship/engineering/atmospherics)
"xz" = (
-/obj/machinery/flasher{
- pixel_y = -23;
- id = "twinkle_flash1"
+/obj/effect/turf_decal/corner/opaque/syndiered{
+ dir = 5
},
-/turf/open/floor/mineral/plastitanium,
-/area/ship/security)
+/obj/machinery/newscaster/directional/north{
+ pixel_y = 32
+ },
+/obj/effect/turf_decal/borderfloorblack,
+/turf/open/floor/plasteel/tech,
+/area/ship/hallway/starboard)
"xB" = (
/turf/closed/wall/r_wall/syndicate/nodiagonal{
rad_insulation = 0
},
-/area/ship/hallway/central)
+/area/ship/hallway/starboard)
"xH" = (
/obj/machinery/door/poddoor{
id = "twinkle_rightmassdriver";
@@ -3918,8 +4059,11 @@
/obj/effect/turf_decal/corner/opaque/syndiered{
dir = 9
},
+/obj/effect/turf_decal/borderfloorblack{
+ dir = 4
+ },
/turf/open/floor/plasteel/tech,
-/area/ship/hallway/central)
+/area/ship/hallway/aft)
"xW" = (
/obj/machinery/light/small/directional/east,
/obj/effect/turf_decal/trimline/opaque/syndiered/warning{
@@ -3940,7 +4084,6 @@
/area/template_noop)
"ya" = (
/obj/machinery/door/airlock/engineering/glass{
- name = "Laser Room";
req_access = list(150,10);
dir = 8
},
@@ -3979,18 +4122,15 @@
/turf/open/floor/plasteel/dark,
/area/ship/bridge)
"yn" = (
-/obj/effect/decal/cleanable/dirt/dust,
-/obj/machinery/camera/autoname{
- dir = 10
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{
- dir = 5
+/obj/machinery/advanced_airlock_controller{
+ pixel_x = 25
},
-/obj/structure/cable/yellow{
- icon_state = "1-4"
+/obj/effect/turf_decal/trimline/opaque/syndiered/warning{
+ dir = 1
},
+/obj/machinery/atmospherics/pipe/layer_manifold,
/turf/open/floor/plasteel/dark,
-/area/ship/engineering/atmospherics)
+/area/ship/hallway/port)
"yr" = (
/obj/machinery/atmospherics/components/unary/portables_connector/visible{
dir = 8
@@ -4009,15 +4149,19 @@
/turf/open/floor/engine,
/area/ship/engineering/engine)
"yz" = (
-/obj/effect/turf_decal/industrial/warning{
- dir = 1
+/obj/structure/cable/yellow{
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{
+ dir = 8
},
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4,
/obj/structure/cable/yellow{
- icon_state = "1-2"
+ icon_state = "1-8"
},
-/turf/open/floor/plasteel/mono/dark,
-/area/ship/hallway/central)
+/obj/structure/catwalk/over/plated_catwalk/dark,
+/turf/open/floor/plating,
+/area/ship/hallway/port)
"yB" = (
/obj/effect/turf_decal/industrial/warning,
/obj/structure/cable{
@@ -4030,17 +4174,11 @@
/turf/open/floor/engine,
/area/ship/engineering/engine)
"yF" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{
- dir = 8
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{
- dir = 8
- },
/obj/effect/turf_decal/industrial/warning{
dir = 8
},
/turf/open/floor/plasteel/mono/dark,
-/area/ship/hallway/central)
+/area/ship/hallway/port)
"yI" = (
/obj/effect/decal/cleanable/dirt/dust,
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{
@@ -4061,49 +4199,47 @@
/turf/open/floor/carpet/nanoweave/red,
/area/ship/crew/dorm/dormtwo)
"yN" = (
-/obj/structure/sign/poster/contraband/syndicate_recruitment{
- pixel_x = -32
+/obj/structure/table,
+/obj/machinery/recharger{
+ pixel_y = -11
+ },
+/obj/item/radio/intercom/table{
+ dir = 8;
+ pixel_x = -5;
+ pixel_y = 3
},
/turf/open/floor/mineral/plastitanium,
/area/ship/security)
"yO" = (
-/obj/structure/closet/wall{
- dir = 4;
- pixel_x = -28;
- name = "uniform closet"
+/obj/machinery/door/airlock/grunge,
+/obj/structure/cable/yellow{
+ icon_state = "1-2"
},
-/obj/item/clothing/under/syndicate/aclfgrunt,
-/obj/item/clothing/under/syndicate/aclfgrunt,
-/obj/item/clothing/under/syndicate/skirt,
-/obj/item/clothing/under/syndicate/skirt,
-/obj/item/clothing/under/syndicate/skirt,
-/obj/item/clothing/under/syndicate/skirt,
-/obj/item/clothing/under/syndicate,
-/obj/item/clothing/under/syndicate,
-/obj/item/clothing/under/syndicate,
-/obj/item/clothing/under/syndicate,
-/obj/item/storage/backpack/duffelbag/syndie,
-/obj/item/storage/backpack/duffelbag/syndie,
-/obj/item/storage/backpack,
-/obj/item/storage/backpack,
-/obj/item/storage/backpack/satchel,
-/obj/item/storage/backpack/satchel,
-/obj/item/clothing/shoes/combat,
-/obj/item/clothing/shoes/combat,
-/obj/item/clothing/shoes/combat,
-/obj/item/clothing/shoes/combat,
-/turf/open/floor/plasteel/tech/grid,
+/obj/effect/turf_decal/techfloor,
+/obj/effect/turf_decal/industrial/warning/corner{
+ dir = 4
+ },
+/obj/effect/turf_decal/industrial/warning/corner{
+ dir = 1
+ },
+/obj/machinery/door/firedoor/border_only{
+ dir = 1
+ },
+/obj/machinery/door/firedoor/border_only,
+/turf/open/floor/plasteel/telecomms_floor,
/area/ship/crew/cryo)
"yP" = (
-/obj/item/soap/syndie,
-/obj/structure/curtain,
-/obj/machinery/shower{
- pixel_y = 19
+/obj/structure/cable/yellow{
+ icon_state = "4-8"
},
-/obj/effect/turf_decal/techfloor/hole,
-/obj/effect/turf_decal/techfloor/hole/right,
-/turf/open/floor/plasteel/dark,
-/area/ship/crew/dorm)
+/obj/effect/decal/cleanable/dirt/dust,
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2,
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4,
+/obj/effect/turf_decal/industrial/warning{
+ dir = 1
+ },
+/turf/open/floor/plasteel/tech,
+/area/ship/hallway/port)
"yX" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{
dir = 8
@@ -4117,6 +4253,9 @@
/obj/effect/turf_decal/corner/opaque/syndiered{
dir = 6
},
+/obj/effect/turf_decal/borderfloorblack{
+ dir = 8
+ },
/turf/open/floor/plasteel/tech,
/area/ship/hallway/central)
"zc" = (
@@ -4141,32 +4280,22 @@
/turf/open/floor/mineral/plastitanium,
/area/ship/bridge)
"zi" = (
-/obj/machinery/atmospherics/pipe/simple/cyan/visible{
- dir = 5
- },
+/obj/machinery/atmospherics/pipe/simple/cyan/visible,
/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2,
/obj/structure/cable/yellow{
icon_state = "1-2"
},
-/obj/structure/cable/yellow{
- icon_state = "2-8"
- },
/obj/effect/decal/cleanable/dirt/dust,
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4,
-/turf/open/floor/plating,
+/turf/open/floor/pod/dark,
/area/ship/engineering/atmospherics)
"zk" = (
-/obj/effect/turf_decal/trimline/opaque/syndiered/warning,
-/obj/machinery/atmospherics/pipe/layer_manifold,
-/obj/machinery/advanced_airlock_controller{
- pixel_x = 25
+/obj/machinery/door/airlock/external{
+ req_access = list(150)
},
/turf/open/floor/plasteel/dark,
-/area/ship/hallway/central)
+/area/ship/hallway/starboard)
"zp" = (
-/obj/structure/sign/poster/contraband/random{
- pixel_x = -32
- },
/obj/effect/turf_decal/corner/opaque/syndiered/half{
dir = 8
},
@@ -4177,49 +4306,59 @@
/turf/open/floor/mineral/plastitanium,
/area/ship/bridge)
"zr" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{
+ dir = 8
+ },
+/obj/structure/cable/yellow{
+ icon_state = "4-8"
+ },
/obj/effect/decal/cleanable/dirt/dust,
-/obj/machinery/airalarm/directional/east,
-/turf/open/floor/plating,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{
+ dir = 8
+ },
+/obj/structure/cable/yellow{
+ icon_state = "1-4"
+ },
+/turf/open/floor/pod/dark,
/area/ship/engineering/atmospherics)
"zs" = (
/obj/machinery/atmospherics/pipe/simple/purple/visible{
- dir = 1
+ dir = 10
+ },
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{
+ dir = 8
},
-/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2,
/obj/structure/cable/yellow{
icon_state = "1-2"
},
-/obj/effect/decal/cleanable/dirt/dust,
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4,
-/obj/machinery/button/door{
- dir = 4;
- pixel_x = -25;
- name = "Engine Shutters";
- id = "twinkle_engines"
+/obj/effect/turf_decal/corner_techfloor_grid/full,
+/obj/effect/turf_decal/techfloor/orange/corner{
+ dir = 8
},
-/turf/open/floor/plating,
+/turf/open/floor/pod/dark,
/area/ship/engineering/atmospherics)
"zy" = (
-/obj/effect/turf_decal/corner/opaque/syndiered{
- dir = 9
+/obj/effect/turf_decal/syndicateemblem/bottom/middle{
+ dir = 1
},
-/obj/effect/decal/cleanable/dirt/dust,
-/turf/open/floor/mineral/plastitanium,
+/obj/effect/turf_decal/syndicateemblem/middle/right{
+ dir = 4
+ },
+/obj/effect/turf_decal/syndicateemblem/middle/left{
+ dir = 1
+ },
+/obj/effect/turf_decal/spline/fancy/opaque/black{
+ dir = 8
+ },
+/turf/open/floor/mineral/plastitanium/red,
/area/ship/bridge)
"zG" = (
/obj/effect/turf_decal/trimline/opaque/syndiered/filled/line{
dir = 1
},
/obj/machinery/light/directional/north,
-/obj/structure/table/reinforced,
-/obj/item/storage/backpack/duffelbag/syndie/surgery{
- pixel_y = 4;
- pixel_x = -6
- },
-/obj/item/reagent_containers/medigel/sterilizine{
- pixel_x = 9;
- pixel_y = 1
- },
+/obj/structure/table/optable,
/turf/open/floor/plasteel/white,
/area/ship/medical/surgery)
"zH" = (
@@ -4245,6 +4384,9 @@
dir = 8
},
/obj/effect/decal/cleanable/oil/streak,
+/obj/structure/fluff/broken_flooring{
+ icon_state = "plating"
+ },
/turf/open/floor/plasteel/tech/grid,
/area/ship/bridge)
"zK" = (
@@ -4256,35 +4398,18 @@
/area/ship/engineering)
"zO" = (
/obj/effect/turf_decal/corner/opaque/syndiered{
- dir = 10
- },
-/obj/structure/closet/firecloset/wall{
- dir = 1;
- pixel_y = -28
+ dir = 5
},
+/obj/structure/closet/emcloset/anchored,
+/obj/effect/turf_decal/borderfloorblack,
/turf/open/floor/plasteel/tech,
-/area/ship/hallway/central)
-"zP" = (
-/obj/effect/turf_decal/corner/opaque/syndiered/border{
- dir = 6
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{
+/area/ship/hallway/starboard)
+"zQ" = (
+/obj/effect/turf_decal/industrial/warning{
dir = 10
},
-/obj/structure/sign/poster/official/moth{
- pixel_x = 32
- },
-/obj/effect/turf_decal/corner/opaque/syndiered/bordercorner{
- dir = 1
- },
-/turf/open/floor/plasteel,
-/area/ship/crew/canteen)
-"zQ" = (
-/obj/effect/turf_decal/industrial/warning{
- dir = 10
- },
-/obj/structure/cable/yellow{
- icon_state = "1-8"
+/obj/structure/cable/yellow{
+ icon_state = "1-8"
},
/obj/structure/cable/yellow{
icon_state = "1-5"
@@ -4305,18 +4430,31 @@
},
/area/ship/medical)
"zZ" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{
- dir = 5
+/obj/effect/turf_decal/corner/opaque/orange/three_quarters{
+ dir = 1
},
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{
- dir = 5
+/obj/item/clothing/under/syndicate/gec,
+/obj/item/clothing/shoes/magboots/syndie,
+/obj/item/clothing/head/helmet/space/syndicate/black/engie,
+/obj/item/clothing/suit/space/syndicate/black/engie,
+/obj/structure/closet/secure_closet/engineering_personal{
+ req_access = list(150,10);
+ populate = 0
},
-/obj/structure/cable/yellow{
- icon_state = "1-4"
+/obj/item/pipe_dispenser,
+/obj/structure/sign/poster/contraband/gec{
+ pixel_y = -32
},
-/obj/structure/catwalk/over/plated_catwalk/dark,
-/turf/open/floor/plating,
-/area/ship/hallway/central)
+/obj/item/storage/belt/utility/syndicate,
+/obj/item/clothing/under/syndicate/gec,
+/obj/item/clothing/glasses/meson/engine,
+/obj/item/clothing/suit/hazardvest,
+/obj/item/clothing/gloves/color/yellow,
+/obj/item/clothing/head/hardhat/red{
+ name = "hard hat"
+ },
+/turf/open/floor/plasteel/dark,
+/area/ship/engineering)
"Af" = (
/obj/machinery/atmospherics/components/unary/vent_pump/siphon/atmos/oxygen_output{
dir = 8
@@ -4363,6 +4501,11 @@
/obj/effect/turf_decal/corner/opaque/syndiered/half{
dir = 4
},
+/obj/item/radio/intercom/wideband/table{
+ dir = 4;
+ pixel_x = 6;
+ pixel_y = 1
+ },
/turf/open/floor/mineral/plastitanium,
/area/ship/bridge)
"Ap" = (
@@ -4372,20 +4515,34 @@
/turf/open/floor/plasteel/dark,
/area/ship/medical)
"Aq" = (
-/obj/machinery/atmospherics/pipe/manifold/purple/visible{
- dir = 4
+/obj/machinery/atmospherics/pipe/simple/purple/visible,
+/obj/machinery/power/terminal{
+ dir = 8
+ },
+/obj/structure/cable/yellow{
+ icon_state = "0-4"
},
/obj/effect/decal/cleanable/dirt/dust,
-/turf/open/floor/plating,
+/obj/effect/turf_decal/techfloor/orange{
+ dir = 9
+ },
+/turf/open/floor/plasteel/tech/grid,
/area/ship/engineering/atmospherics)
"At" = (
-/obj/effect/turf_decal/corner/opaque/syndiered{
- dir = 10
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{
+ dir = 9
},
-/obj/effect/decal/cleanable/dirt/dust,
-/obj/machinery/airalarm/directional/south,
-/turf/open/floor/plasteel/tech,
-/area/ship/hallway/central)
+/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{
+ dir = 9
+ },
+/obj/structure/cable/yellow{
+ icon_state = "1-8"
+ },
+/obj/effect/turf_decal/siding/thinplating/dark{
+ dir = 1
+ },
+/turf/open/floor/plasteel/dark,
+/area/ship/security)
"Ax" = (
/obj/structure/cable/yellow{
icon_state = "1-2"
@@ -4402,8 +4559,11 @@
/obj/structure/cable/yellow{
icon_state = "1-4"
},
+/obj/effect/turf_decal/borderfloorblack{
+ dir = 8
+ },
/turf/open/floor/plasteel/tech,
-/area/ship/hallway/central)
+/area/ship/hallway/aft)
"Ay" = (
/obj/effect/turf_decal/corner/opaque/orange{
dir = 10
@@ -4418,26 +4578,31 @@
/turf/open/floor/engine/n2,
/area/ship/engineering/atmospherics)
"AK" = (
-/obj/effect/turf_decal/spline/fancy/opaque/syndiered{
- dir = 6
+/obj/effect/turf_decal/corner/opaque/syndiered{
+ dir = 5
},
-/turf/open/floor/mineral/plastitanium/red,
-/area/ship/security)
+/obj/structure/extinguisher_cabinet/directional/north,
+/obj/effect/turf_decal/borderfloorblack,
+/turf/open/floor/plasteel/tech,
+/area/ship/hallway/starboard)
"AL" = (
-/obj/effect/mapping_helpers/airlock/cyclelink_helper{
- dir = 8
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2,
+/obj/structure/cable/yellow{
+ icon_state = "4-8"
},
-/obj/machinery/door/airlock/engineering/glass/critical{
- name = "Supermatter";
- req_access = list(150,10);
- dir = 4
+/obj/structure/cable/yellow{
+ icon_state = "1-8"
},
-/turf/open/floor/engine,
-/area/ship/engineering/engine)
-"AQ" = (
-/obj/structure/chair{
- dir = 4
+/obj/effect/turf_decal/borderfloorblack,
+/obj/effect/turf_decal/corner/opaque/syndiered{
+ dir = 5
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{
+ dir = 8
},
+/turf/open/floor/plating,
+/area/ship/hallway/port)
+"AQ" = (
/obj/effect/turf_decal/corner/opaque/syndiered{
dir = 9
},
@@ -4447,6 +4612,9 @@
/obj/machinery/camera/autoname{
dir = 5
},
+/obj/structure/chair{
+ dir = 1
+ },
/turf/open/floor/mineral/plastitanium,
/area/ship/crew/office)
"AW" = (
@@ -4456,42 +4624,90 @@
/turf/open/floor/pod/dark,
/area/ship/cargo)
"Bc" = (
-/obj/effect/turf_decal/corner/opaque/syndiered/full,
-/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2,
+/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{
+ dir = 1
+ },
/obj/structure/cable/yellow{
icon_state = "1-2"
},
-/obj/effect/decal/cleanable/dirt/dust,
/turf/open/floor/mineral/plastitanium,
/area/ship/bridge)
+"Bi" = (
+/obj/effect/turf_decal/syndicateemblem/middle/middle{
+ dir = 1
+ },
+/obj/effect/turf_decal/spline/fancy/opaque/black{
+ dir = 8
+ },
+/turf/open/floor/mineral/plastitanium/red,
+/area/ship/bridge)
"Bj" = (
/turf/closed/wall/r_wall/syndicate/nodiagonal{
rad_insulation = 0
},
/area/ship/security)
-"Bq" = (
-/obj/structure/chair/stool/bar{
- dir = 1
+"Bn" = (
+/obj/structure/closet/secure_closet/security{
+ populate = 0;
+ icon_state = "syndicate";
+ name = "operative's locker"
},
-/obj/effect/turf_decal/corner/opaque/syndiered/border{
- dir = 5
+/obj/item/clothing/suit/armor/vest/syndie,
+/obj/item/clothing/head/helmet/operator,
+/obj/item/gun/ballistic/automatic/pistol/no_mag,
+/obj/item/ammo_box/magazine/m10mm,
+/obj/item/ammo_box/magazine/m10mm,
+/obj/item/storage/belt/security/webbing{
+ name = "syndicate webbing";
+ desc = "Unique and versatile chest rig, can hold syndicate gear."
+ },
+/obj/item/radio/headset/syndicate/alt{
+ keyslot = null
},
+/obj/item/clothing/shoes/combat,
+/obj/item/clothing/gloves/color/black,
+/obj/machinery/light/directional/east,
+/obj/item/clothing/head/beret/black,
+/obj/item/flashlight/seclite,
+/obj/item/kitchen/knife/combat,
+/turf/open/floor/mineral/plastitanium,
+/area/ship/security)
+"Bq" = (
+/obj/structure/rack,
/obj/machinery/camera/autoname{
- dir = 8
+ dir = 6
},
-/obj/effect/turf_decal/corner/opaque/syndiered/bordercorner{
- dir = 8
+/obj/item/ammo_box/magazine/sniper_rounds{
+ pixel_x = 9;
+ pixel_y = 4
},
-/turf/open/floor/plasteel,
-/area/ship/crew/canteen)
+/obj/item/ammo_box/magazine/sniper_rounds{
+ pixel_x = 6;
+ pixel_y = 1
+ },
+/obj/item/gun/ballistic/automatic/sniper_rifle/syndicate{
+ spawnwithmagazine = 0;
+ pixel_x = -3;
+ pixel_y = 6
+ },
+/turf/open/floor/mineral/plastitanium,
+/area/ship/security/armory)
"Bs" = (
-/obj/machinery/light/directional/south,
-/obj/effect/turf_decal/corner/opaque/syndiered{
- dir = 10
+/obj/effect/turf_decal/industrial/warning{
+ dir = 1
},
-/obj/effect/decal/cleanable/dirt/dust,
-/turf/open/floor/plasteel/tech,
-/area/ship/hallway/central)
+/obj/effect/turf_decal/industrial/warning,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4,
+/obj/structure/cable/yellow{
+ icon_state = "1-2"
+ },
+/obj/machinery/door/firedoor/border_only,
+/obj/machinery/door/firedoor/border_only{
+ dir = 1
+ },
+/obj/machinery/door/airlock/grunge,
+/turf/open/floor/pod/dark,
+/area/ship/cargo)
"Bw" = (
/turf/closed/wall/r_wall/syndicate/nodiagonal{
rad_insulation = 0
@@ -4514,49 +4730,40 @@
/turf/open/floor/plasteel/dark,
/area/ship/engineering/atmospherics)
"BG" = (
+/obj/effect/turf_decal/corner/opaque/syndiered{
+ dir = 5
+ },
/obj/structure/cable/yellow{
- icon_state = "4-8"
+ icon_state = "1-2"
},
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2,
+/obj/effect/turf_decal/borderfloorblack,
+/turf/open/floor/plasteel/tech,
+/area/ship/hallway/starboard)
+"BK" = (
+/obj/structure/bed,
+/obj/effect/decal/cleanable/dirt/dust,
+/turf/open/floor/mineral/plastitanium/red,
+/area/ship/security)
+"BL" = (
/obj/structure/sign/poster/contraband/c20r{
pixel_y = 32
},
-/obj/effect/turf_decal/spline/fancy/opaque/black{
- dir = 1
- },
-/obj/structure/rack,
-/obj/effect/turf_decal/spline/fancy/opaque/syndiered{
- dir = 9
- },
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{
dir = 4
},
-/turf/open/floor/mineral/plastitanium/red,
-/area/ship/security)
-"BK" = (
-/obj/effect/turf_decal/industrial/warning{
- dir = 1
- },
-/obj/effect/turf_decal/industrial/warning,
-/obj/machinery/door/firedoor/border_only{
- dir = 1
+/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{
+ dir = 8
},
-/obj/machinery/door/firedoor/border_only,
-/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2,
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4,
/obj/structure/cable/yellow{
- icon_state = "1-2"
- },
-/turf/open/floor/plasteel/mono/dark,
-/area/ship/hallway/central)
-"BL" = (
-/obj/machinery/light/directional/north,
-/obj/effect/turf_decal/spline/fancy/opaque/syndiered{
- dir = 6
+ icon_state = "4-8"
},
-/obj/machinery/camera/autoname{
- dir = 6
+/obj/effect/turf_decal/siding/thinplating/dark{
+ dir = 1
},
-/turf/open/floor/mineral/plastitanium/red,
+/obj/effect/decal/cleanable/dirt/dust,
+/turf/open/floor/plasteel/dark,
/area/ship/security)
"BM" = (
/obj/machinery/atmospherics/pipe/manifold/green/visible{
@@ -4578,14 +4785,29 @@
dir = 4;
pixel_x = -28
},
+/obj/effect/turf_decal/borderfloorblack{
+ dir = 4
+ },
/turf/open/floor/plasteel/tech,
-/area/ship/hallway/central)
+/area/ship/hallway/aft)
"BS" = (
/obj/machinery/atmospherics/components/unary/outlet_injector/atmos/toxin_input{
dir = 4
},
/turf/open/floor/engine/plasma,
/area/ship/engineering/atmospherics)
+"BT" = (
+/obj/structure/sign/directions/security{
+ pixel_y = -4
+ },
+/obj/structure/sign/directions/engineering{
+ pixel_y = 5;
+ dir = 8
+ },
+/turf/closed/wall/r_wall/syndicate/nodiagonal{
+ rad_insulation = 0
+ },
+/area/ship/crew/office)
"BU" = (
/obj/effect/turf_decal/corner/opaque/syndiered{
dir = 5
@@ -4618,8 +4840,12 @@
/area/ship/engineering/engine)
"Cj" = (
/obj/structure/table/wood,
-/obj/item/paper_bin/carbon,
-/obj/item/pen/edagger,
+/obj/item/paper_bin/carbon{
+ pixel_x = -8
+ },
+/obj/item/pen/edagger{
+ pixel_x = -9
+ },
/obj/item/storage/secure/safe/intel{
pixel_x = -32;
dir = 8
@@ -4628,6 +4854,14 @@
/obj/structure/cable/yellow{
icon_state = "1-2"
},
+/obj/item/paper{
+ pixel_x = 6;
+ pixel_y = 5;
+ name = "README - notice to the captain";
+ default_raw_text = "Dear Admiral,
Congratulations on being chosen to lead one of our top-of-the-line Twinkleshine Battle Cruisers. Your leadership and efforts have been hereby noted, and your name will share space with the titles of many other great Syndicate officers.
This vessel is staffed with workers from every branch of the Syndicate. Please take the time to familiarize yourself with the ship's features and crew, and make sure to maintain positive relationships with your crew.