diff --git a/.github/workflows/ci_suite.yml b/.github/workflows/ci_suite.yml
index 47f8b1df9941..915b6021e98c 100644
--- a/.github/workflows/ci_suite.yml
+++ b/.github/workflows/ci_suite.yml
@@ -11,7 +11,7 @@ on:
- master
jobs:
run_linters:
- if: "!contains(github.event.head_commit.message, '[ci skip]')"
+ if: ${{ ! contains(github.event.head_commit.message, '[ci skip]') }}
name: Run Linters
runs-on: ubuntu-22.04
steps:
@@ -70,6 +70,7 @@ jobs:
~/dreamchecker > ${GITHUB_WORKSPACE}/output-annotations.txt 2>&1
- name: Annotate Lints
+ if: always()
uses: yogstation13/DreamAnnotate@v2
with:
outputFile: output-annotations.txt
@@ -83,7 +84,7 @@ jobs:
cat check_regex_output.txt
compile_all_maps:
- if: "!contains(github.event.head_commit.message, '[ci skip]')"
+ if: ${{ ! contains(github.event.head_commit.message, '[ci skip]') }}
name: Compile Maps
runs-on: ubuntu-latest
steps:
@@ -105,7 +106,7 @@ jobs:
tools/build/build --ci dm -DCIBUILDING -DCITESTING -DALL_MAPS -DFULL_INIT
run_all_tests:
- if: "!contains(github.event.head_commit.message, '[ci skip]')"
+ if: ${{ ! contains(github.event.head_commit.message, '[ci skip]') }}
name: Integration Tests
strategy:
fail-fast: false
@@ -135,7 +136,7 @@ jobs:
# minor: ${{ matrix.minor }}
test_windows:
- if: "!contains(github.event.head_commit.message, '[ci skip]')"
+ if: ${{ ! contains(github.event.head_commit.message, '[ci skip]') }}
name: Windows Build
runs-on: windows-latest
steps:
diff --git a/_maps/RandomRuins/BeachRuins/beach_fishing_hut.dmm b/_maps/RandomRuins/BeachRuins/beach_fishing_hut.dmm
index ed6c353d26d7..ea1a18b11c4b 100644
--- a/_maps/RandomRuins/BeachRuins/beach_fishing_hut.dmm
+++ b/_maps/RandomRuins/BeachRuins/beach_fishing_hut.dmm
@@ -203,7 +203,6 @@
"kj" = (
/obj/structure/closet/cabinet,
/obj/item/pneumatic_cannon/speargun,
-/obj/item/storage/backpack/magspear_quiver,
/obj/item/melee/knife/hunting,
/turf/open/floor/wood,
/area/ruin/beach)
@@ -1051,7 +1050,6 @@
"PB" = (
/obj/structure/closet/cabinet,
/obj/item/pneumatic_cannon/speargun,
-/obj/item/storage/backpack/magspear_quiver,
/obj/item/melee/knife/hunting,
/obj/machinery/light/small/directional/east{
light_color = "#d8b1b1"
diff --git a/_maps/RandomRuins/BeachRuins/beach_float_resort.dmm b/_maps/RandomRuins/BeachRuins/beach_float_resort.dmm
index bf43f3ee9f94..b2c39404d641 100644
--- a/_maps/RandomRuins/BeachRuins/beach_float_resort.dmm
+++ b/_maps/RandomRuins/BeachRuins/beach_float_resort.dmm
@@ -1314,10 +1314,10 @@
/area/ruin/beach/float_resort)
"Ja" = (
/obj/structure/table/wood,
-/obj/item/reagent_containers/food/condiment/ketchup{
+/obj/item/reagent_containers/condiment/ketchup{
pixel_y = 18
},
-/obj/item/reagent_containers/food/condiment/mayonnaise{
+/obj/item/reagent_containers/condiment/mayonnaise{
pixel_x = -8;
pixel_y = 16
},
diff --git a/_maps/RandomRuins/IceRuins/icemoon_underground_abandoned_village.dmm b/_maps/RandomRuins/IceRuins/icemoon_underground_abandoned_village.dmm
index d26f9458a943..29710e094f64 100644
--- a/_maps/RandomRuins/IceRuins/icemoon_underground_abandoned_village.dmm
+++ b/_maps/RandomRuins/IceRuins/icemoon_underground_abandoned_village.dmm
@@ -242,9 +242,9 @@
/obj/item/reagent_containers/food/snacks/fishmeat/carp,
/obj/item/reagent_containers/food/snacks/fishmeat/carp,
/obj/item/reagent_containers/food/snacks/fishmeat/carp,
-/obj/item/reagent_containers/food/condiment/pack/ketchup,
-/obj/item/reagent_containers/food/condiment/pack/ketchup,
-/obj/item/reagent_containers/food/condiment/pack/ketchup,
+/obj/item/reagent_containers/condiment/pack/ketchup,
+/obj/item/reagent_containers/condiment/pack/ketchup,
+/obj/item/reagent_containers/condiment/pack/ketchup,
/obj/effect/turf_decal/corner/opaque/black{
dir = 1
},
diff --git a/_maps/RandomRuins/JungleRuins/jungle_cavecrew.dmm b/_maps/RandomRuins/JungleRuins/jungle_cavecrew.dmm
index dec4c65755f9..d40ca2c82b27 100644
--- a/_maps/RandomRuins/JungleRuins/jungle_cavecrew.dmm
+++ b/_maps/RandomRuins/JungleRuins/jungle_cavecrew.dmm
@@ -1034,7 +1034,7 @@
/obj/item/reagent_containers/food/snacks/rationpack,
/obj/item/reagent_containers/food/snacks/rationpack,
/obj/item/reagent_containers/food/snacks/rationpack,
-/obj/item/reagent_containers/food/condiment/enzyme{
+/obj/item/reagent_containers/condiment/enzyme{
pixel_x = -8;
pixel_y = 5
},
@@ -1509,10 +1509,6 @@
},
/area/ruin/jungle/cavecrew/dormitories)
"sJ" = (
-/obj/item/clothing/head/crown/fancy{
- pixel_y = 9;
- pixel_x = 6
- },
/obj/structure/table/reinforced{
color = "#c1b6a5"
},
diff --git a/_maps/RandomRuins/JungleRuins/jungle_interceptor.dmm b/_maps/RandomRuins/JungleRuins/jungle_interceptor.dmm
index 057b0cbdbe8f..aab9b566f78e 100644
--- a/_maps/RandomRuins/JungleRuins/jungle_interceptor.dmm
+++ b/_maps/RandomRuins/JungleRuins/jungle_interceptor.dmm
@@ -41,7 +41,7 @@
dir = 5
},
/obj/item/stack/cable_coil/cut/green,
-/obj/item/reagent_containers/food/condiment/peppermill,
+/obj/item/reagent_containers/condiment/peppermill,
/turf/open/floor/plating/rust,
/area/ruin/jungle/interceptor/starhall)
"au" = (
@@ -992,9 +992,9 @@
/obj/structure/closet/wall/directional/east,
/obj/item/reagent_containers/food/snacks/meat/slab/monkey,
/obj/item/reagent_containers/food/snacks/meat/slab/monkey,
-/obj/item/reagent_containers/food/condiment/sugar,
-/obj/item/reagent_containers/food/condiment/flour,
-/obj/item/reagent_containers/food/condiment/rice,
+/obj/item/reagent_containers/condiment/sugar,
+/obj/item/reagent_containers/condiment/flour,
+/obj/item/reagent_containers/condiment/rice,
/turf/open/floor/plasteel/tech/techmaint,
/area/ruin/jungle/interceptor/starhall)
"hO" = (
@@ -2887,7 +2887,7 @@
icon_state = "1-2"
},
/obj/effect/decal/cleanable/dirt/dust,
-/obj/item/reagent_containers/food/condiment/saltshaker{
+/obj/item/reagent_containers/condiment/saltshaker{
pixel_x = 5;
pixel_y = 5
},
diff --git a/_maps/RandomRuins/JungleRuins/jungle_paradise.dmm b/_maps/RandomRuins/JungleRuins/jungle_paradise.dmm
index 39d17f372342..47455933ec16 100644
--- a/_maps/RandomRuins/JungleRuins/jungle_paradise.dmm
+++ b/_maps/RandomRuins/JungleRuins/jungle_paradise.dmm
@@ -1465,19 +1465,19 @@
pixel_x = 9
},
/obj/structure/table/reinforced,
-/obj/item/reagent_containers/food/condiment/enzyme{
+/obj/item/reagent_containers/condiment/enzyme{
pixel_x = -3;
pixel_y = 6
},
/obj/item/reagent_containers/glass/beaker{
pixel_x = -2
},
-/obj/item/reagent_containers/food/condiment/peppermill{
+/obj/item/reagent_containers/condiment/peppermill{
desc = "Often used to flavor food or make people sneeze. Fashionably moved to the left side of the table.";
pixel_x = -8;
pixel_y = 2
},
-/obj/item/reagent_containers/food/condiment/saltshaker{
+/obj/item/reagent_containers/condiment/saltshaker{
desc = "Salt. From space oceans, presumably. A staple of modern medicine.";
pixel_x = -8;
pixel_y = 12
@@ -5181,7 +5181,7 @@
pixel_x = 7;
pixel_y = 6
},
-/obj/structure/fireaxecabinet{
+/obj/structure/cabinet/fireaxe{
pixel_y = 28
},
/turf/open/floor/mineral/titanium,
diff --git a/_maps/RandomRuins/LavaRuins/lavaland_abandonedlisteningpost.dmm b/_maps/RandomRuins/LavaRuins/lavaland_abandonedlisteningpost.dmm
index 483580cf70dd..8cc99b4a591a 100644
--- a/_maps/RandomRuins/LavaRuins/lavaland_abandonedlisteningpost.dmm
+++ b/_maps/RandomRuins/LavaRuins/lavaland_abandonedlisteningpost.dmm
@@ -2100,11 +2100,11 @@
pixel_y = 29;
pixel_x = -2
},
-/obj/item/reagent_containers/food/condiment/saltshaker{
+/obj/item/reagent_containers/condiment/saltshaker{
pixel_y = 17;
pixel_x = -3
},
-/obj/item/reagent_containers/food/condiment/peppermill{
+/obj/item/reagent_containers/condiment/peppermill{
pixel_y = 17;
pixel_x = 4
},
@@ -2549,7 +2549,7 @@
pixel_y = 7;
pixel_x = -9
},
-/obj/item/reagent_containers/food/condiment/bbqsauce{
+/obj/item/reagent_containers/condiment/bbqsauce{
pixel_y = 6;
pixel_x = 7
},
diff --git a/_maps/RandomRuins/LavaRuins/lavaland_crashed_starwalker.dmm b/_maps/RandomRuins/LavaRuins/lavaland_crashed_starwalker.dmm
index f9be78af5b89..4d63ae26b5bb 100644
--- a/_maps/RandomRuins/LavaRuins/lavaland_crashed_starwalker.dmm
+++ b/_maps/RandomRuins/LavaRuins/lavaland_crashed_starwalker.dmm
@@ -3133,7 +3133,7 @@
/obj/structure/closet/secure_closet/freezer/kitchen/wall{
pixel_y = 29
},
-/obj/item/reagent_containers/food/condiment/rice,
+/obj/item/reagent_containers/condiment/rice,
/obj/effect/decal/cleanable/dirt,
/turf/open/floor/plasteel,
/area/ruin/unpowered/crashed_starwalker)
diff --git a/_maps/RandomRuins/LavaRuins/lavaland_surface_elephant_graveyard.dmm b/_maps/RandomRuins/LavaRuins/lavaland_surface_elephant_graveyard.dmm
deleted file mode 100644
index 911b6cf6f4e5..000000000000
--- a/_maps/RandomRuins/LavaRuins/lavaland_surface_elephant_graveyard.dmm
+++ /dev/null
@@ -1,1788 +0,0 @@
-//MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE
-"aa" = (
-/turf/template_noop,
-/area/template_noop)
-"ab" = (
-/turf/closed/mineral/volcanic/lava_land_surface,
-/area/overmap_encounter/planetoid/cave/explored)
-"ac" = (
-/turf/closed/mineral/volcanic/lava_land_surface,
-/area/ruin/unpowered/elephant_graveyard)
-"ad" = (
-/obj/effect/decal/cleanable/cobweb,
-/obj/structure/closet/crate/grave/loot/lead_researcher,
-/obj/effect/decal/cleanable/blood/gibs/old,
-/obj/effect/mob_spawn/human/skeleton,
-/turf/open/floor/plating/asteroid/basalt/wasteland,
-/area/ruin/unpowered/elephant_graveyard)
-"ae" = (
-/turf/open/floor/plating/asteroid/basalt/wasteland,
-/area/ruin/unpowered/elephant_graveyard)
-"af" = (
-/obj/effect/decal/cleanable/blood/drip,
-/turf/open/floor/plating/asteroid/basalt/wasteland,
-/area/ruin/unpowered/elephant_graveyard)
-"ag" = (
-/obj/effect/decal/cleanable/vomit,
-/obj/item/shovel,
-/turf/open/floor/plating/asteroid/basalt/wasteland,
-/area/ruin/unpowered/elephant_graveyard)
-"ah" = (
-/obj/effect/decal/cleanable/blood/old,
-/turf/open/floor/plating/asteroid/basalt/wasteland,
-/area/ruin/unpowered/elephant_graveyard)
-"ai" = (
-/obj/effect/decal/cleanable/blood/tracks{
- dir = 4
- },
-/turf/open/floor/plating/asteroid/basalt/wasteland,
-/area/ruin/unpowered/elephant_graveyard)
-"aj" = (
-/obj/effect/decal/cleanable/blood/tracks{
- dir = 4
- },
-/obj/item/paper/fluff/ruins/elephant_graveyard/final_message,
-/turf/open/floor/plating/asteroid/basalt/wasteland,
-/area/ruin/unpowered/elephant_graveyard)
-"ak" = (
-/turf/open/floor/plating/asteroid/basalt/wasteland{
- icon_state = "wasteland_dug"
- },
-/area/ruin/unpowered/elephant_graveyard)
-"al" = (
-/obj/structure/table,
-/obj/item/clipboard,
-/obj/structure/cable{
- icon_state = "1-2"
- },
-/turf/open/floor/plating/asteroid/basalt/wasteland,
-/area/ruin/unpowered/elephant_graveyard)
-"an" = (
-/obj/item/reagent_containers/food/snacks/deadmouse,
-/obj/item/assembly/mousetrap,
-/turf/open/floor/plating/asteroid/basalt/wasteland{
- icon_state = "wasteland_dug"
- },
-/area/ruin/unpowered/elephant_graveyard)
-"ao" = (
-/obj/structure/statue/bone/skull/half,
-/turf/open/floor/plating/asteroid/basalt/wasteland,
-/area/ruin/unpowered/elephant_graveyard)
-"ap" = (
-/obj/structure/statue/bone/skull/half{
- dir = 1
- },
-/turf/open/floor/plating/asteroid/basalt/wasteland,
-/area/ruin/unpowered/elephant_graveyard)
-"ar" = (
-/obj/structure/flora/rock,
-/turf/open/floor/plating/asteroid/basalt/wasteland,
-/area/ruin/unpowered/elephant_graveyard)
-"at" = (
-/turf/closed/mineral/strong/wasteland,
-/area/overmap_encounter/planetoid/cave/explored)
-"av" = (
-/obj/structure/barricade/wooden/crude,
-/obj/effect/decal/cleanable/blood/splatter,
-/turf/open/floor/plating/asteroid/basalt/wasteland,
-/area/ruin/unpowered/elephant_graveyard)
-"ax" = (
-/obj/structure/statue/bone/rib{
- dir = 1
- },
-/turf/open/floor/plating/asteroid/basalt/wasteland,
-/area/ruin/unpowered/elephant_graveyard)
-"ay" = (
-/obj/structure/statue/bone/rib,
-/turf/open/floor/plating/asteroid/basalt/wasteland,
-/area/ruin/unpowered/elephant_graveyard)
-"az" = (
-/obj/structure/table,
-/obj/item/pen,
-/obj/item/pen,
-/obj/item/pen,
-/turf/open/floor/plating/asteroid/basalt/wasteland,
-/area/ruin/unpowered/elephant_graveyard)
-"aA" = (
-/turf/closed/wall,
-/area/ruin/unpowered/elephant_graveyard)
-"aB" = (
-/obj/item/chair,
-/turf/open/floor/plating/asteroid/basalt/wasteland,
-/area/ruin/unpowered/elephant_graveyard)
-"aC" = (
-/obj/effect/decal/remains/human,
-/turf/open/floor/plating/asteroid/basalt/wasteland,
-/area/ruin/unpowered/elephant_graveyard)
-"aE" = (
-/obj/effect/decal/cleanable/dirt/dust,
-/turf/open/floor/plating/asteroid/basalt/wasteland,
-/area/ruin/unpowered/elephant_graveyard)
-"aG" = (
-/obj/structure/table,
-/obj/effect/spawner/lootdrop/glowstick,
-/turf/open/floor/plating/asteroid/basalt/wasteland,
-/area/ruin/unpowered/elephant_graveyard)
-"aH" = (
-/turf/closed/wall/mineral/titanium,
-/area/ruin/powered/graveyard_shuttle)
-"aI" = (
-/obj/effect/spawner/structure/window/shuttle,
-/obj/structure/grille,
-/turf/open/floor/plating/asteroid/basalt/lava_land_surface,
-/area/ruin/powered/graveyard_shuttle)
-"aK" = (
-/obj/item/cigbutt,
-/turf/open/floor/plating/asteroid/basalt/wasteland,
-/area/ruin/unpowered/elephant_graveyard)
-"aL" = (
-/obj/machinery/power/floodlight,
-/obj/structure/cable,
-/turf/open/floor/plating/asteroid/basalt/wasteland,
-/area/ruin/unpowered/elephant_graveyard)
-"aM" = (
-/obj/structure/table,
-/obj/item/clothing/gloves/color/black,
-/turf/open/floor/plating/asteroid/basalt/wasteland,
-/area/ruin/unpowered/elephant_graveyard)
-"aN" = (
-/turf/closed/wall/mineral/titanium/nodiagonal,
-/area/ruin/powered/graveyard_shuttle)
-"aO" = (
-/obj/effect/decal/cleanable/glass,
-/obj/machinery/computer,
-/turf/open/floor/mineral/titanium/white,
-/area/ruin/powered/graveyard_shuttle)
-"aP" = (
-/obj/structure/bed,
-/obj/item/flashlight/lantern,
-/turf/open/floor/plating/asteroid/basalt/wasteland,
-/area/ruin/unpowered/elephant_graveyard)
-"aR" = (
-/obj/structure/table,
-/obj/item/taperecorder,
-/turf/open/floor/plating/asteroid/basalt/wasteland,
-/area/ruin/unpowered/elephant_graveyard)
-"aS" = (
-/obj/structure/table,
-/obj/item/tape/random,
-/obj/item/tape/random,
-/turf/open/floor/plating/asteroid/basalt/wasteland,
-/area/ruin/unpowered/elephant_graveyard)
-"aT" = (
-/obj/structure/closet/crate/bin,
-/obj/item/trash/candle,
-/obj/item/trash/can/food/beans,
-/obj/item/trash/can,
-/obj/effect/decal/cleanable/dirt/dust,
-/obj/item/cigbutt,
-/turf/open/floor/plating/asteroid/basalt/wasteland,
-/area/ruin/unpowered/elephant_graveyard)
-"aU" = (
-/obj/structure/bed,
-/obj/item/bedsheet/brown,
-/turf/open/floor/plating/asteroid/basalt/wasteland,
-/area/ruin/unpowered/elephant_graveyard)
-"aV" = (
-/obj/structure/bed,
-/obj/item/bedsheet/brown,
-/obj/effect/decal/cleanable/dirt/dust,
-/turf/open/floor/plating/asteroid/basalt/wasteland,
-/area/ruin/unpowered/elephant_graveyard)
-"aW" = (
-/obj/structure/filingcabinet/chestdrawer,
-/obj/item/clothing/mask/gas/explorer/folded,
-/turf/open/floor/mineral/titanium/white,
-/area/ruin/powered/graveyard_shuttle)
-"aX" = (
-/obj/structure/reagent_dispensers/fueltank,
-/turf/open/floor/plating/asteroid/basalt/wasteland,
-/area/ruin/unpowered/elephant_graveyard)
-"aY" = (
-/obj/structure/sign/warning/nosmoking/circle,
-/turf/closed/wall,
-/area/ruin/unpowered/elephant_graveyard)
-"aZ" = (
-/obj/item/organ/brain,
-/turf/open/floor/plating/asteroid/basalt/wasteland,
-/area/ruin/unpowered/elephant_graveyard)
-"ba" = (
-/obj/structure/headpike/bone,
-/turf/open/floor/plating/asteroid/basalt/wasteland,
-/area/ruin/unpowered/elephant_graveyard)
-"bb" = (
-/obj/effect/decal/cleanable/oil/streak,
-/obj/effect/decal/cleanable/glass,
-/turf/open/floor/plating/asteroid/basalt/wasteland,
-/area/ruin/unpowered/elephant_graveyard)
-"bc" = (
-/obj/structure/sign/poster/ripped,
-/turf/closed/wall,
-/area/ruin/unpowered/elephant_graveyard)
-"bd" = (
-/obj/item/organ/heart,
-/obj/item/organ/eyes,
-/obj/item/organ/ears,
-/obj/effect/decal/cleanable/blood/gibs/old,
-/turf/open/floor/plating/asteroid/basalt/wasteland,
-/area/ruin/unpowered/elephant_graveyard)
-"be" = (
-/obj/item/organ/lungs,
-/obj/item/organ/liver,
-/obj/effect/decal/cleanable/blood/old,
-/turf/open/floor/plating/asteroid/basalt/wasteland,
-/area/ruin/unpowered/elephant_graveyard)
-"bf" = (
-/turf/closed/mineral/strong/wasteland,
-/area/ruin/unpowered/elephant_graveyard)
-"bg" = (
-/obj/structure/sign/warning/securearea,
-/turf/closed/wall/mineral/titanium,
-/area/ruin/powered/graveyard_shuttle)
-"bh" = (
-/obj/effect/decal/cleanable/oil,
-/obj/structure/chair/office/light,
-/turf/open/floor/mineral/titanium/white,
-/area/ruin/powered/graveyard_shuttle)
-"bi" = (
-/obj/effect/turf_decal/industrial/hatch,
-/turf/open/floor/circuit/off,
-/area/ruin/powered/graveyard_shuttle)
-"bj" = (
-/obj/structure/barricade/wooden,
-/obj/structure/mineral_door/wood,
-/turf/open/floor/plating/asteroid/basalt/wasteland,
-/area/ruin/unpowered/elephant_graveyard)
-"bk" = (
-/obj/item/melee/knife/bone,
-/obj/item/organ/tongue,
-/obj/effect/decal/cleanable/blood/old,
-/turf/open/floor/plating/asteroid/basalt/wasteland,
-/area/ruin/unpowered/elephant_graveyard)
-"bl" = (
-/obj/effect/decal/cleanable/shreds,
-/turf/open/floor/plating/asteroid/basalt/wasteland,
-/area/ruin/unpowered/elephant_graveyard)
-"bm" = (
-/obj/structure/closet/wardrobe/curator,
-/turf/open/floor/plating/asteroid/basalt/wasteland,
-/area/ruin/unpowered/elephant_graveyard)
-"bn" = (
-/obj/structure/sink/oil_well,
-/turf/open/floor/plating/asteroid/basalt/wasteland,
-/area/ruin/unpowered/elephant_graveyard)
-"bo" = (
-/obj/item/stack/medical/gauze/improvised,
-/obj/effect/decal/cleanable/dirt/dust,
-/turf/open/floor/plating/asteroid/basalt/wasteland,
-/area/ruin/unpowered/elephant_graveyard)
-"bp" = (
-/turf/open/floor/mineral/titanium/white,
-/area/ruin/powered/graveyard_shuttle)
-"bq" = (
-/obj/machinery/iv_drip,
-/turf/open/floor/mineral/titanium/white,
-/area/ruin/powered/graveyard_shuttle)
-"br" = (
-/obj/structure/sign/warning/nosmoking/circle,
-/turf/closed/wall/mineral/titanium,
-/area/ruin/powered/graveyard_shuttle)
-"bs" = (
-/obj/structure/fence/door,
-/turf/open/floor/plating/asteroid/basalt/wasteland,
-/area/ruin/unpowered/elephant_graveyard)
-"bt" = (
-/obj/structure/table,
-/turf/closed/mineral/strong/wasteland,
-/area/ruin/unpowered/elephant_graveyard)
-"bu" = (
-/obj/structure/bed,
-/obj/item/trash/pistachios,
-/obj/item/trash/chips,
-/obj/item/bedsheet/brown,
-/obj/effect/decal/cleanable/dirt/dust,
-/turf/open/floor/plating/asteroid/basalt/wasteland,
-/area/ruin/unpowered/elephant_graveyard)
-"bv" = (
-/obj/effect/decal/remains/human,
-/obj/item/clothing/mask/bandana/green,
-/turf/open/floor/plating/asteroid/basalt/wasteland,
-/area/ruin/unpowered/elephant_graveyard)
-"bx" = (
-/obj/machinery/power/port_gen/pacman,
-/obj/structure/cable,
-/turf/open/floor/plating/asteroid/basalt/wasteland,
-/area/ruin/unpowered/elephant_graveyard)
-"by" = (
-/obj/structure/closet/emcloset,
-/obj/item/light/bulb,
-/obj/effect/turf_decal/box/white,
-/turf/open/floor/mineral/titanium/purple,
-/area/ruin/powered/graveyard_shuttle)
-"bz" = (
-/obj/item/paper/crumpled/muddy/fluff/elephant_graveyard/mutiny,
-/obj/item/cigbutt,
-/obj/item/cigbutt,
-/turf/open/floor/plating/asteroid/basalt/wasteland,
-/area/ruin/unpowered/elephant_graveyard)
-"bA" = (
-/obj/machinery/suit_storage_unit/mining/eva,
-/obj/effect/turf_decal/box/white,
-/turf/open/floor/mineral/titanium/purple,
-/area/ruin/powered/graveyard_shuttle)
-"bB" = (
-/obj/effect/decal/cleanable/dirt,
-/turf/open/floor/plating/asteroid/basalt/wasteland,
-/area/ruin/unpowered/elephant_graveyard)
-"bC" = (
-/obj/structure/barricade/sandbags,
-/turf/open/floor/plating/asteroid/basalt/wasteland,
-/area/ruin/unpowered/elephant_graveyard)
-"bD" = (
-/turf/open/floor/plating/asteroid/basalt/lava_land_surface,
-/area/ruin/unpowered/elephant_graveyard)
-"bE" = (
-/obj/structure/shuttle/engine/heater,
-/obj/structure/window{
- dir = 1
- },
-/obj/effect/decal/cleanable/cobweb/cobweb2,
-/turf/open/floor/mineral/titanium/purple,
-/area/ruin/powered/graveyard_shuttle)
-"bF" = (
-/obj/effect/decal/cleanable/dirt,
-/turf/open/floor/plating/asteroid/basalt/lava_land_surface,
-/area/ruin/unpowered/elephant_graveyard)
-"bG" = (
-/obj/effect/decal/remains/human,
-/obj/item/tank/internals/emergency_oxygen/empty,
-/obj/effect/decal/cleanable/blood/old,
-/turf/open/floor/plating/asteroid/basalt/wasteland,
-/area/ruin/unpowered/elephant_graveyard)
-"bH" = (
-/obj/item/paper/fluff/ruins/elephant_graveyard,
-/turf/open/floor/plating/asteroid/basalt/lava_land_surface,
-/area/overmap_encounter/planetoid/cave/explored)
-"bI" = (
-/obj/structure/shuttle/engine/propulsion,
-/turf/open/floor/plating/asteroid/basalt/lava_land_surface,
-/area/ruin/powered/graveyard_shuttle)
-"bJ" = (
-/obj/structure/sign/warning/xeno_mining,
-/turf/closed/wall,
-/area/ruin/unpowered/elephant_graveyard)
-"bK" = (
-/obj/structure/sign/warning/explosives,
-/turf/closed/wall,
-/area/ruin/unpowered/elephant_graveyard)
-"bL" = (
-/obj/effect/decal/cleanable/blood/gibs/old,
-/obj/effect/decal/cleanable/blood/splatter,
-/turf/open/floor/plating/asteroid/basalt/wasteland,
-/area/ruin/unpowered/elephant_graveyard)
-"bM" = (
-/obj/item/storage/fancy/cigarettes/cigpack_mindbreaker,
-/obj/structure/closet/crate/grave/loot,
-/turf/open/floor/plating/asteroid/basalt/wasteland,
-/area/ruin/unpowered/elephant_graveyard)
-"bN" = (
-/obj/structure/sign/warning/securearea,
-/turf/closed/mineral/strong/wasteland,
-/area/ruin/unpowered/elephant_graveyard)
-"bO" = (
-/obj/item/paper/fluff/ruins/elephant_graveyard,
-/turf/open/floor/plating/asteroid/basalt/wasteland,
-/area/ruin/unpowered/elephant_graveyard)
-"bP" = (
-/obj/structure/barricade/wooden/crude,
-/obj/item/paper/fluff/ruins/elephant_graveyard,
-/turf/open/floor/plating/asteroid/basalt/lava_land_surface,
-/area/ruin/unpowered/elephant_graveyard)
-"bQ" = (
-/obj/structure/filingcabinet/chestdrawer,
-/obj/effect/decal/cleanable/cobweb,
-/obj/item/paper/fluff/ruins/elephant_graveyard/hypothesis,
-/obj/effect/decal/cleanable/dirt/dust,
-/turf/open/floor/mineral/titanium/white,
-/area/ruin/powered/graveyard_shuttle)
-"bR" = (
-/obj/effect/decal/cleanable/generic,
-/obj/item/cigbutt,
-/turf/open/floor/plating/asteroid/basalt/wasteland,
-/area/ruin/unpowered/elephant_graveyard)
-"bS" = (
-/obj/effect/decal/cleanable/oil/slippery,
-/obj/machinery/rnd/destructive_analyzer,
-/turf/open/floor/mineral/titanium/white,
-/area/ruin/powered/graveyard_shuttle)
-"bT" = (
-/obj/structure/barricade/wooden,
-/obj/item/paper/fluff/ruins/elephant_graveyard,
-/turf/open/floor/plating/asteroid/basalt/wasteland,
-/area/ruin/unpowered/elephant_graveyard)
-"bU" = (
-/obj/item/light/bulb/broken,
-/obj/effect/decal/cleanable/dirt/dust,
-/turf/open/floor/mineral/titanium/white,
-/area/ruin/powered/graveyard_shuttle)
-"bV" = (
-/obj/effect/decal/cleanable/dirt,
-/turf/closed/mineral/volcanic/lava_land_surface,
-/area/ruin/unpowered/elephant_graveyard)
-"bW" = (
-/obj/effect/decal/cleanable/glass,
-/obj/effect/decal/cleanable/dirt/dust,
-/obj/machinery/door/airlock/shuttle{
- name = "Archaeology Shuttle Airlock"
- },
-/turf/open/floor/mineral/titanium/purple,
-/area/ruin/powered/graveyard_shuttle)
-"bX" = (
-/obj/effect/decal/remains/human,
-/obj/effect/decal/cleanable/dirt/dust,
-/obj/item/clothing/head/fedora/curator,
-/obj/item/clothing/suit/armor/curator,
-/turf/open/floor/mineral/titanium/white,
-/area/ruin/powered/graveyard_shuttle)
-"bY" = (
-/obj/effect/decal/cleanable/dirt/dust,
-/obj/item/cigbutt,
-/turf/open/floor/plating/asteroid/basalt/wasteland,
-/area/ruin/unpowered/elephant_graveyard)
-"bZ" = (
-/turf/open/floor/plating/asteroid/basalt/lava_land_surface,
-/area/overmap_encounter/planetoid/cave/explored)
-"ca" = (
-/obj/structure/table,
-/obj/item/storage/firstaid/o2,
-/turf/open/floor/plating/asteroid/basalt/wasteland,
-/area/ruin/unpowered/elephant_graveyard)
-"cc" = (
-/obj/effect/decal/remains/human,
-/obj/effect/decal/cleanable/blood/old,
-/obj/effect/decal/cleanable/shreds,
-/turf/open/floor/plating/asteroid/basalt/wasteland,
-/area/ruin/unpowered/elephant_graveyard)
-"cd" = (
-/obj/item/trash/can,
-/obj/structure/bedsheetbin/empty,
-/obj/structure/table,
-/turf/open/floor/plating/asteroid/basalt/wasteland,
-/area/ruin/unpowered/elephant_graveyard)
-"ce" = (
-/obj/structure/stone_tile/slab/cracked,
-/obj/effect/decal/cleanable/dirt/dust,
-/turf/open/floor/plating/asteroid/basalt/wasteland,
-/area/ruin/unpowered/elephant_graveyard)
-"cf" = (
-/obj/structure/bed,
-/obj/item/wirecutters,
-/turf/open/floor/plating/asteroid/basalt/wasteland,
-/area/ruin/unpowered/elephant_graveyard)
-"cg" = (
-/obj/structure/stone_tile/center/cracked,
-/turf/open/floor/plating/asteroid/basalt/wasteland,
-/area/ruin/unpowered/elephant_graveyard)
-"ch" = (
-/obj/effect/decal/remains/human,
-/obj/item/restraints/handcuffs/cable/zipties/used,
-/turf/open/floor/plating/asteroid/basalt/wasteland,
-/area/ruin/unpowered/elephant_graveyard)
-"ci" = (
-/obj/structure/stone_tile/surrounding_tile,
-/turf/open/floor/plating/asteroid/basalt/wasteland{
- icon_state = "wasteland_dug"
- },
-/area/ruin/unpowered/elephant_graveyard)
-"cj" = (
-/obj/structure/stone_tile/block/cracked,
-/turf/open/floor/plating/asteroid/basalt/wasteland,
-/area/ruin/unpowered/elephant_graveyard)
-"ck" = (
-/obj/structure/reagent_dispensers/water_cooler,
-/turf/open/floor/plating/asteroid/basalt/wasteland,
-/area/ruin/unpowered/elephant_graveyard)
-"cl" = (
-/obj/structure/closet/crate/grave/loot,
-/obj/effect/mob_spawn/human/skeleton,
-/turf/open/floor/plating/asteroid/basalt/wasteland,
-/area/ruin/unpowered/elephant_graveyard)
-"cm" = (
-/obj/structure/table/optable,
-/obj/item/storage/backpack/explorer,
-/obj/item/reagent_containers/food/drinks/soda_cans/cola,
-/obj/item/restraints/handcuffs/cable/zipties/used,
-/turf/open/floor/mineral/titanium/white,
-/area/ruin/powered/graveyard_shuttle)
-"cn" = (
-/obj/structure/stone_tile/cracked,
-/turf/open/floor/plating/asteroid/basalt/wasteland,
-/area/ruin/unpowered/elephant_graveyard)
-"co" = (
-/obj/effect/decal/cleanable/blood/drip,
-/obj/structure/stone_tile/cracked,
-/turf/open/floor/plating/asteroid/basalt/wasteland,
-/area/ruin/unpowered/elephant_graveyard)
-"cq" = (
-/obj/structure/stone_tile/block/cracked{
- dir = 4
- },
-/turf/open/floor/plating/asteroid/basalt/wasteland,
-/area/ruin/unpowered/elephant_graveyard)
-"cr" = (
-/obj/structure/bonfire/prelit,
-/obj/effect/decal/cleanable/ash,
-/obj/item/organ/tail/lizard,
-/obj/effect/decal/cleanable/blood/old,
-/obj/structure/stone_tile/slab/cracked,
-/turf/open/floor/plating/asteroid/basalt/wasteland,
-/area/ruin/unpowered/elephant_graveyard)
-"cs" = (
-/obj/structure/ore_box,
-/turf/open/floor/plating/asteroid/basalt/wasteland,
-/area/ruin/unpowered/elephant_graveyard)
-"ct" = (
-/obj/structure/stone_tile,
-/turf/open/floor/plating/asteroid/basalt/wasteland,
-/area/ruin/unpowered/elephant_graveyard)
-"cu" = (
-/obj/structure/stone_tile{
- dir = 8
- },
-/turf/open/floor/plating/asteroid/basalt/wasteland,
-/area/ruin/unpowered/elephant_graveyard)
-"cv" = (
-/obj/effect/decal/cleanable/dirt/dust,
-/turf/open/floor/mineral/titanium/white,
-/area/ruin/powered/graveyard_shuttle)
-"cw" = (
-/obj/structure/closet/crate/grave/loot,
-/obj/effect/decal/cleanable/dirt/dust,
-/obj/effect/mob_spawn/human/skeleton,
-/turf/open/floor/plating/asteroid/basalt/wasteland,
-/area/ruin/unpowered/elephant_graveyard)
-"cx" = (
-/obj/item/light/bulb/broken,
-/obj/effect/turf_decal/industrial/stand_clear/white,
-/obj/effect/decal/cleanable/dirt/dust,
-/turf/open/floor/mineral/titanium/purple,
-/area/ruin/powered/graveyard_shuttle)
-"cz" = (
-/obj/structure/stone_tile,
-/obj/effect/decal/cleanable/dirt/dust,
-/turf/open/floor/plating/asteroid/basalt/wasteland,
-/area/ruin/unpowered/elephant_graveyard)
-"fy" = (
-/obj/structure/table,
-/obj/item/paper_bin,
-/obj/structure/cable{
- icon_state = "1-2"
- },
-/turf/open/floor/plating/asteroid/basalt/wasteland,
-/area/ruin/unpowered/elephant_graveyard)
-"lO" = (
-/obj/structure/cable{
- icon_state = "4-8"
- },
-/turf/open/floor/plating/asteroid/basalt/wasteland,
-/area/ruin/unpowered/elephant_graveyard)
-"oR" = (
-/obj/item/reagent_containers/glass/bottle/frostoil{
- desc = "A small bottle. Contains cold sauce. There's a label on here: APPLY ON SEVERE BURNS.";
- volume = 10
- },
-/obj/structure/cable{
- icon_state = "2-4"
- },
-/turf/open/floor/plating/asteroid/basalt/wasteland,
-/area/ruin/unpowered/elephant_graveyard)
-"rb" = (
-/obj/structure/rack,
-/obj/item/shovel,
-/obj/item/wrench,
-/obj/structure/cable{
- icon_state = "1-8"
- },
-/turf/open/floor/plating/asteroid/basalt/wasteland,
-/area/ruin/unpowered/elephant_graveyard)
-"vS" = (
-/obj/structure/cable{
- icon_state = "1-2"
- },
-/turf/open/floor/plating/asteroid/basalt/wasteland,
-/area/ruin/unpowered/elephant_graveyard)
-"Bi" = (
-/obj/structure/cable{
- icon_state = "1-8"
- },
-/turf/open/floor/plating/asteroid/basalt/wasteland,
-/area/ruin/unpowered/elephant_graveyard)
-"BF" = (
-/obj/structure/flora/rock,
-/obj/item/pickaxe{
- layer = 2.5;
- pixel_x = -8;
- pixel_y = 5
- },
-/obj/structure/cable{
- icon_state = "1-2"
- },
-/turf/open/floor/plating/asteroid/basalt/wasteland,
-/area/ruin/unpowered/elephant_graveyard)
-"Gb" = (
-/obj/structure/cable{
- icon_state = "2-4"
- },
-/turf/open/floor/plating/asteroid/basalt/wasteland,
-/area/ruin/unpowered/elephant_graveyard)
-"GT" = (
-/obj/item/reagent_containers/food/snacks/deadmouse,
-/obj/item/assembly/mousetrap,
-/obj/structure/cable{
- icon_state = "1-8"
- },
-/turf/open/floor/plating/asteroid/basalt/wasteland,
-/area/ruin/unpowered/elephant_graveyard)
-"GY" = (
-/obj/machinery/power/floodlight,
-/obj/structure/cable{
- icon_state = "0-4"
- },
-/turf/open/floor/plating/asteroid/basalt/wasteland,
-/area/ruin/unpowered/elephant_graveyard)
-"Hq" = (
-/obj/structure/table,
-/obj/item/reagent_containers/glass/bottle/plasma{
- volume = 25
- },
-/obj/structure/cable{
- icon_state = "4-8"
- },
-/turf/open/floor/plating/asteroid/basalt/wasteland,
-/area/ruin/unpowered/elephant_graveyard)
-"MV" = (
-/obj/effect/decal/cleanable/dirt/dust,
-/obj/structure/cable{
- icon_state = "1-8"
- },
-/turf/open/floor/plating/asteroid/basalt/wasteland,
-/area/ruin/unpowered/elephant_graveyard)
-"NJ" = (
-/obj/structure/cable{
- icon_state = "2-4"
- },
-/obj/structure/cable{
- icon_state = "4-8"
- },
-/turf/open/floor/plating/asteroid/basalt/wasteland,
-/area/ruin/unpowered/elephant_graveyard)
-"Qk" = (
-/obj/structure/cable{
- icon_state = "2-8"
- },
-/turf/open/floor/plating/asteroid/basalt/wasteland,
-/area/ruin/unpowered/elephant_graveyard)
-"QG" = (
-/obj/structure/table,
-/obj/item/paper/crumpled/muddy/fluff/elephant_graveyard/rnd_notes,
-/obj/structure/cable{
- icon_state = "4-8"
- },
-/turf/open/floor/plating/asteroid/basalt/wasteland,
-/area/ruin/unpowered/elephant_graveyard)
-"QZ" = (
-/obj/structure/cable{
- icon_state = "1-4"
- },
-/turf/open/floor/plating/asteroid/basalt/wasteland,
-/area/ruin/unpowered/elephant_graveyard)
-"WG" = (
-/obj/structure/table,
-/obj/machinery/power/floodlight,
-/obj/structure/cable{
- icon_state = "2-8"
- },
-/turf/open/floor/plating/asteroid/basalt/wasteland,
-/area/ruin/unpowered/elephant_graveyard)
-"XX" = (
-/obj/structure/table,
-/obj/item/t_scanner/adv_mining_scanner/lesser,
-/obj/structure/cable{
- icon_state = "1-4"
- },
-/turf/open/floor/plating/asteroid/basalt/wasteland,
-/area/ruin/unpowered/elephant_graveyard)
-
-(1,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(2,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ab
-ab
-ab
-at
-ab
-ab
-ab
-ac
-ac
-ac
-ac
-bf
-ac
-ab
-ab
-ab
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(3,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ab
-ab
-bf
-bf
-bf
-bf
-bf
-ac
-ac
-ac
-ac
-bf
-bf
-bf
-ac
-ac
-ab
-ab
-ab
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(4,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ab
-ab
-bf
-bf
-aT
-bR
-bf
-bf
-bf
-ac
-bf
-bf
-bf
-bf
-bf
-bf
-bf
-ac
-ac
-ab
-ab
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-"}
-(5,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-ab
-ab
-ab
-bf
-bf
-bf
-bz
-aK
-bY
-ae
-bf
-bf
-bf
-cs
-aE
-bJ
-bf
-bf
-bf
-ac
-ac
-ac
-ab
-ab
-ab
-aa
-aa
-aa
-aa
-aa
-"}
-(6,1,1) = {"
-aa
-aa
-aa
-aa
-ab
-ab
-bf
-bf
-bf
-bf
-aA
-bc
-aA
-aY
-ae
-bv
-ae
-cl
-ae
-ae
-aC
-bs
-bO
-ae
-ae
-ac
-ac
-ac
-ac
-ab
-ab
-ab
-aa
-aa
-aa
-"}
-(7,1,1) = {"
-aa
-aa
-aa
-aa
-ab
-bf
-bf
-bf
-oR
-vS
-vS
-vS
-aL
-ae
-ae
-ak
-ae
-ae
-ae
-ae
-bK
-bf
-bf
-bf
-ae
-ac
-ac
-ac
-ac
-ac
-ac
-ab
-ab
-aa
-aa
-"}
-(8,1,1) = {"
-aa
-aa
-ab
-ab
-ab
-bf
-bf
-Gb
-Bi
-ar
-ae
-ae
-ae
-ar
-aZ
-ae
-ba
-ae
-ba
-ae
-ae
-ae
-ae
-bf
-ae
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ab
-ab
-aa
-"}
-(9,1,1) = {"
-aa
-ab
-ab
-bf
-bf
-bf
-Gb
-Bi
-ak
-ae
-aE
-ae
-ae
-ae
-ba
-ae
-af
-ae
-ae
-ae
-ba
-ae
-ak
-bf
-ae
-ae
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-aa
-"}
-(10,1,1) = {"
-ab
-ab
-bf
-bf
-bf
-Gb
-MV
-ae
-ae
-ae
-ae
-cl
-ae
-ae
-ae
-co
-bd
-bk
-ae
-ae
-ae
-ae
-aE
-bf
-bf
-ae
-ae
-ac
-ac
-ac
-ac
-bG
-bM
-ac
-ac
-"}
-(11,1,1) = {"
-at
-bf
-bf
-bf
-bf
-lO
-ae
-ae
-ao
-ae
-ax
-ax
-ax
-ax
-ae
-ae
-be
-cr
-ae
-cz
-ae
-ae
-bn
-cw
-bf
-bf
-bB
-ac
-ac
-ac
-ac
-bL
-ae
-ae
-ac
-"}
-(12,1,1) = {"
-at
-bf
-bf
-bf
-bf
-lO
-cl
-ae
-ae
-ae
-ae
-ci
-cj
-ce
-ae
-cj
-ae
-cq
-ae
-ae
-cu
-ae
-ae
-ae
-bf
-bf
-bC
-ac
-ac
-ac
-ac
-ac
-ac
-bD
-ac
-"}
-(13,1,1) = {"
-bf
-ad
-ae
-bf
-cl
-lO
-ae
-ae
-ae
-ae
-cg
-ae
-ak
-ak
-cn
-ae
-cq
-ae
-ct
-ar
-ae
-cl
-ae
-ae
-bf
-bf
-ae
-ac
-ac
-ac
-ac
-ac
-ac
-ae
-ac
-"}
-(14,1,1) = {"
-bf
-aj
-ae
-bf
-ae
-lO
-aE
-ae
-ap
-ae
-ay
-ay
-ay
-ay
-ae
-ae
-ak
-ae
-ae
-bn
-ae
-ae
-aE
-GY
-bf
-cl
-bB
-ae
-ac
-ac
-ac
-ac
-ac
-ae
-ac
-"}
-(15,1,1) = {"
-bf
-ai
-ag
-bf
-an
-lO
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-ae
-cw
-ae
-ae
-ae
-ae
-ae
-lO
-bf
-ac
-ae
-ae
-bB
-ac
-ac
-ac
-ac
-bD
-ac
-"}
-(16,1,1) = {"
-bf
-ai
-bf
-bf
-bf
-Qk
-vS
-QZ
-ae
-ae
-aE
-ae
-ar
-ae
-ba
-ae
-ae
-ae
-ae
-ae
-ba
-ae
-ae
-lO
-bf
-ac
-ac
-ae
-ae
-bB
-ac
-ac
-ac
-bB
-bP
-"}
-(17,1,1) = {"
-bf
-ae
-af
-bf
-bf
-aE
-bf
-Qk
-BF
-XX
-az
-aG
-aM
-aR
-ae
-ae
-ba
-ae
-ba
-ae
-ae
-aE
-cl
-lO
-bf
-bf
-ac
-ac
-ae
-bD
-ac
-ac
-ac
-bF
-bT
-"}
-(18,1,1) = {"
-at
-bf
-ah
-bf
-bf
-af
-bf
-ae
-ae
-QG
-aB
-ae
-ae
-aS
-ae
-ae
-aE
-ae
-ae
-ae
-ae
-ae
-ae
-NJ
-bx
-bf
-ac
-ac
-ac
-ae
-bB
-bB
-bF
-bB
-bP
-"}
-(19,1,1) = {"
-ab
-bf
-af
-av
-af
-ae
-bf
-ae
-bt
-Hq
-ch
-ae
-ae
-ca
-ae
-Gb
-vS
-vS
-vS
-vS
-vS
-vS
-vS
-GT
-bf
-bf
-ac
-ac
-ac
-ac
-bF
-bB
-bV
-ac
-ac
-"}
-(20,1,1) = {"
-aa
-at
-bf
-bf
-bf
-bf
-bf
-bj
-bf
-WG
-al
-fy
-vS
-vS
-vS
-rb
-bf
-ac
-bm
-ae
-bn
-bf
-bf
-bf
-bf
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-"}
-(21,1,1) = {"
-aa
-aa
-ab
-ac
-ac
-bf
-aU
-aE
-bf
-bf
-bf
-bf
-ck
-aX
-ae
-bf
-bf
-bf
-bf
-bf
-bf
-bf
-bf
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ab
-ab
-"}
-(22,1,1) = {"
-aa
-aa
-ab
-ab
-ac
-bf
-aU
-ae
-bl
-cd
-bf
-bf
-bf
-bN
-ae
-bf
-bf
-bf
-bf
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ac
-ab
-ab
-ab
-ab
-ab
-ab
-bZ
-bZ
-"}
-(23,1,1) = {"
-aa
-aa
-aa
-ab
-ab
-bf
-aV
-bl
-aE
-bu
-bf
-bf
-bf
-bf
-bb
-bf
-bf
-bf
-bf
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-bZ
-bZ
-bZ
-bH
-bZ
-bZ
-bZ
-ab
-"}
-(24,1,1) = {"
-aa
-aa
-aa
-aa
-ab
-at
-aP
-bo
-cc
-cf
-bf
-aH
-aH
-bg
-bW
-bg
-aH
-aH
-aH
-bH
-bZ
-bZ
-bZ
-bZ
-bZ
-bZ
-bZ
-bZ
-bZ
-bZ
-bZ
-bZ
-ab
-ab
-ab
-"}
-(25,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-at
-bf
-bf
-bf
-bf
-aH
-aN
-bQ
-bh
-cv
-bU
-by
-aH
-aH
-bI
-bZ
-bZ
-bZ
-bZ
-bZ
-bZ
-bZ
-bZ
-bZ
-ab
-ab
-ab
-ab
-ab
-ab
-"}
-(26,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-ab
-ab
-ab
-ab
-ab
-aI
-aO
-bX
-bi
-bp
-bi
-cx
-bE
-aH
-bI
-bZ
-bZ
-bZ
-bZ
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-"}
-(27,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-ab
-ab
-ab
-ab
-aH
-aN
-aW
-cm
-bq
-bS
-bA
-aH
-aH
-bI
-bZ
-bZ
-bZ
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-aa
-"}
-(28,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ab
-ab
-ab
-ab
-aH
-aH
-aH
-br
-aH
-aH
-aH
-aH
-bZ
-bZ
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-aa
-aa
-"}
-(29,1,1) = {"
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-aa
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-ab
-aa
-aa
-aa
-aa
-aa
-"}
diff --git a/_maps/RandomRuins/LavaRuins/lavaland_surface_lava_canyon.dmm b/_maps/RandomRuins/LavaRuins/lavaland_surface_lava_canyon.dmm
index a5547c39e8fd..92fa7dfb9203 100644
--- a/_maps/RandomRuins/LavaRuins/lavaland_surface_lava_canyon.dmm
+++ b/_maps/RandomRuins/LavaRuins/lavaland_surface_lava_canyon.dmm
@@ -150,10 +150,6 @@
pixel_x = -5;
pixel_y = 12
},
-/obj/item/clothing/head/witchunter{
- pixel_y = 13;
- pixel_x = -5
- },
/obj/effect/decal/cleanable/blood/old,
/turf/open/floor/plating/asteroid/basalt/lava_land_surface/lit,
/area/overmap_encounter/planetoid/lava/explored)
diff --git a/_maps/RandomRuins/LavaRuins/lavaland_surface_wrecked_factory.dmm b/_maps/RandomRuins/LavaRuins/lavaland_surface_wrecked_factory.dmm
index c4a3a0397508..fda16098a148 100644
--- a/_maps/RandomRuins/LavaRuins/lavaland_surface_wrecked_factory.dmm
+++ b/_maps/RandomRuins/LavaRuins/lavaland_surface_wrecked_factory.dmm
@@ -705,11 +705,11 @@
/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/condiment/flour,
-/obj/item/reagent_containers/food/condiment/rice,
+/obj/item/reagent_containers/condiment/flour,
+/obj/item/reagent_containers/condiment/rice,
/obj/item/storage/fancy/egg_box,
-/obj/item/reagent_containers/food/condiment/soymilk,
-/obj/item/reagent_containers/food/condiment/milk,
+/obj/item/reagent_containers/condiment/soymilk,
+/obj/item/reagent_containers/condiment/milk,
/obj/item/storage/box/ingredients/vegetarian,
/turf/open/floor/wood,
/area/ruin/lavaland/factory/adminstrative)
@@ -1578,11 +1578,11 @@
/obj/effect/turf_decal/corner/opaque/bar,
/obj/machinery/light/directional/east,
/obj/item/storage/box/ingredients/vegetarian,
-/obj/item/reagent_containers/food/condiment/milk,
-/obj/item/reagent_containers/food/condiment/soymilk,
+/obj/item/reagent_containers/condiment/milk,
+/obj/item/reagent_containers/condiment/soymilk,
/obj/item/storage/fancy/egg_box,
-/obj/item/reagent_containers/food/condiment/flour,
-/obj/item/reagent_containers/food/condiment/rice,
+/obj/item/reagent_containers/condiment/flour,
+/obj/item/reagent_containers/condiment/rice,
/obj/item/reagent_containers/food/snacks/meat/slab,
/obj/item/reagent_containers/food/snacks/meat/slab,
/obj/item/reagent_containers/food/snacks/meat/slab,
diff --git a/_maps/RandomRuins/ReebeRuins/reebe_floating_island.dmm b/_maps/RandomRuins/ReebeRuins/reebe_floating_island.dmm
index 2313a8e91d96..d1d0cc588c9a 100644
--- a/_maps/RandomRuins/ReebeRuins/reebe_floating_island.dmm
+++ b/_maps/RandomRuins/ReebeRuins/reebe_floating_island.dmm
@@ -28,9 +28,7 @@
/obj/item/ammo_casing/caseless/arrow/bronze,
/obj/item/ammo_casing/caseless/arrow/bronze,
/obj/item/ammo_casing/caseless/arrow/bronze,
-/obj/item/clothing/suit/bronze,
/obj/item/clothing/head/bronze,
-/obj/item/clothing/shoes/bronze,
/mob/living/simple_animal/hostile/asteroid/goliath/beast/ancient/crystal,
/turf/open/floor/bronze,
/area/ruin/reebe)
diff --git a/_maps/RandomRuins/RockRuins/rockplanet_budgetcuts.dmm b/_maps/RandomRuins/RockRuins/rockplanet_budgetcuts.dmm
index b837eff979f7..ef9240170e41 100644
--- a/_maps/RandomRuins/RockRuins/rockplanet_budgetcuts.dmm
+++ b/_maps/RandomRuins/RockRuins/rockplanet_budgetcuts.dmm
@@ -47,7 +47,7 @@
/obj/machinery/reagentgrinder{
pixel_y = 5
},
-/obj/item/reagent_containers/food/condiment/enzyme{
+/obj/item/reagent_containers/condiment/enzyme{
pixel_x = -2;
pixel_y = 6
},
@@ -517,7 +517,7 @@
pixel_x = -1;
pixel_y = 3
},
-/obj/item/reagent_containers/food/condiment/sugar{
+/obj/item/reagent_containers/condiment/sugar{
pixel_x = 5;
pixel_y = 5
},
@@ -769,12 +769,12 @@
"mO" = (
/obj/structure/table/reinforced,
/obj/machinery/door/firedoor,
-/obj/item/reagent_containers/food/condiment/peppermill{
+/obj/item/reagent_containers/condiment/peppermill{
desc = "Often used to flavor food or make people sneeze. Fashionably moved to the left side of the table.";
pixel_x = -8;
pixel_y = 2
},
-/obj/item/reagent_containers/food/condiment/saltshaker{
+/obj/item/reagent_containers/condiment/saltshaker{
desc = "Salt. From space oceans, presumably. A staple of modern medicine.";
pixel_x = -8;
pixel_y = 12
diff --git a/_maps/RandomRuins/RockRuins/rockplanet_distillery.dmm b/_maps/RandomRuins/RockRuins/rockplanet_distillery.dmm
index d05a8c37f071..2fd3caa4c42f 100644
--- a/_maps/RandomRuins/RockRuins/rockplanet_distillery.dmm
+++ b/_maps/RandomRuins/RockRuins/rockplanet_distillery.dmm
@@ -49,7 +49,7 @@
/obj/structure/catwalk/over,
/obj/effect/decal/cleanable/dirt/dust,
/obj/structure/table/glass,
-/obj/item/reagent_containers/food/condiment/sugar{
+/obj/item/reagent_containers/condiment/sugar{
pixel_y = 13;
pixel_x = -2;
layer = 2.8
@@ -65,7 +65,7 @@
pixel_y = 6;
layer = 2.8
},
-/obj/item/reagent_containers/food/condiment/enzyme{
+/obj/item/reagent_containers/condiment/enzyme{
pixel_y = 10;
pixel_x = 10
},
@@ -296,8 +296,8 @@
/obj/effect/turf_decal/industrial/outline/red,
/obj/item/reagent_containers/food/snacks/grown/corn,
/obj/item/reagent_containers/food/snacks/grown/corn,
-/obj/item/reagent_containers/food/condiment/sugar,
-/obj/item/reagent_containers/food/condiment/sugar,
+/obj/item/reagent_containers/condiment/sugar,
+/obj/item/reagent_containers/condiment/sugar,
/obj/item/reagent_containers/food/snacks/grown/corn{
pixel_y = 3
},
@@ -1250,33 +1250,33 @@
"om" = (
/obj/structure/catwalk/over,
/obj/structure/closet/crate/hydroponics,
-/obj/item/reagent_containers/food/condiment/enzyme{
+/obj/item/reagent_containers/condiment/enzyme{
pixel_y = 8;
pixel_x = -8
},
-/obj/item/reagent_containers/food/condiment/enzyme{
+/obj/item/reagent_containers/condiment/enzyme{
pixel_y = 8;
pixel_x = -8
},
-/obj/item/reagent_containers/food/condiment/enzyme{
+/obj/item/reagent_containers/condiment/enzyme{
pixel_y = 8
},
-/obj/item/reagent_containers/food/condiment/enzyme{
+/obj/item/reagent_containers/condiment/enzyme{
pixel_y = 8
},
-/obj/item/reagent_containers/food/condiment/enzyme{
+/obj/item/reagent_containers/condiment/enzyme{
pixel_y = 8
},
-/obj/item/reagent_containers/food/condiment/enzyme{
+/obj/item/reagent_containers/condiment/enzyme{
pixel_x = -8
},
-/obj/item/reagent_containers/food/condiment/enzyme{
+/obj/item/reagent_containers/condiment/enzyme{
pixel_x = -8
},
-/obj/item/reagent_containers/food/condiment/enzyme{
+/obj/item/reagent_containers/condiment/enzyme{
pixel_x = 8
},
-/obj/item/reagent_containers/food/condiment/enzyme{
+/obj/item/reagent_containers/condiment/enzyme{
pixel_x = 8
},
/turf/open/floor/plating/rockplanet/lit,
@@ -2140,12 +2140,12 @@
/obj/effect/decal/cleanable/dirt/dust,
/obj/effect/decal/cleanable/cobweb/cobweb2,
/obj/structure/rack,
-/obj/item/reagent_containers/food/condiment/sugar{
+/obj/item/reagent_containers/condiment/sugar{
pixel_y = 13;
pixel_x = -2;
layer = 2.8
},
-/obj/item/reagent_containers/food/condiment/sugar{
+/obj/item/reagent_containers/condiment/sugar{
pixel_y = 7;
pixel_x = -2;
layer = 2.8
@@ -2897,10 +2897,10 @@
/obj/item/seeds/corn,
/obj/item/seeds/corn,
/obj/item/seeds/corn,
-/obj/item/reagent_containers/food/condiment/enzyme{
+/obj/item/reagent_containers/condiment/enzyme{
pixel_x = -8
},
-/obj/item/reagent_containers/food/condiment/enzyme,
+/obj/item/reagent_containers/condiment/enzyme,
/obj/item/reagent_containers/food/snacks/grown/corn{
pixel_y = 4
},
diff --git a/_maps/RandomRuins/RockRuins/rockplanet_shippingdock.dmm b/_maps/RandomRuins/RockRuins/rockplanet_shippingdock.dmm
index 342b1422b80f..3394913e2d2d 100644
--- a/_maps/RandomRuins/RockRuins/rockplanet_shippingdock.dmm
+++ b/_maps/RandomRuins/RockRuins/rockplanet_shippingdock.dmm
@@ -4356,7 +4356,6 @@
/obj/structure/window/reinforced{
dir = 1
},
-/obj/effect/spawner/bundle/costume/marisawizard,
/turf/open/floor/plasteel/mono/white,
/area/ruin/rockplanet/shippingdockwarehouse)
"Kt" = (
diff --git a/_maps/RandomRuins/SandRuins/whitesands_surface_camp_combination.dmm b/_maps/RandomRuins/SandRuins/whitesands_surface_camp_combination.dmm
index d6238dcf237b..b903fd3cce78 100644
--- a/_maps/RandomRuins/SandRuins/whitesands_surface_camp_combination.dmm
+++ b/_maps/RandomRuins/SandRuins/whitesands_surface_camp_combination.dmm
@@ -400,7 +400,6 @@
/area/ruin)
"nZ" = (
/obj/structure/table,
-/obj/item/clothing/glasses/meson/gar,
/turf/open/floor/concrete,
/area/ruin)
"ox" = (
diff --git a/_maps/RandomRuins/SpaceRuins/astraeus.dmm b/_maps/RandomRuins/SpaceRuins/astraeus.dmm
index 655aff67aa1c..2c62420cef30 100644
--- a/_maps/RandomRuins/SpaceRuins/astraeus.dmm
+++ b/_maps/RandomRuins/SpaceRuins/astraeus.dmm
@@ -1710,10 +1710,6 @@
/turf/closed/wall/r_wall,
/area/ruin/space/has_grav/astraeus/munitions)
"TS" = (
-/obj/item/clothing/shoes/clown_shoes{
- pixel_x = -3;
- pixel_y = 12
- },
/obj/machinery/airalarm/directional/south,
/obj/item/storage/crayons{
pixel_y = -6
diff --git a/_maps/RandomRuins/SpaceRuins/singularity_lab.dmm b/_maps/RandomRuins/SpaceRuins/singularity_lab.dmm
index 99ccda138d00..afec0282e917 100644
--- a/_maps/RandomRuins/SpaceRuins/singularity_lab.dmm
+++ b/_maps/RandomRuins/SpaceRuins/singularity_lab.dmm
@@ -7373,7 +7373,6 @@
name = "Prototype Storage"
},
/obj/item/gun/energy/laser/captain,
-/obj/item/clothing/shoes/wheelys,
/obj/structure/sign/poster/retro/lasergun_new{
pixel_y = 32
},
@@ -8625,13 +8624,13 @@
/turf/open/floor/plasteel/grimy,
/area/ruin/space/has_grav/singularitylab/lab)
"HU" = (
-/obj/structure/fireaxecabinet{
- pixel_y = 32
- },
/obj/structure/sign/warning/incident{
pixel_x = -32
},
/obj/effect/decal/cleanable/cobweb,
+/obj/structure/cabinet/fireaxe{
+ pixel_y = 28
+ },
/turf/open/floor/plasteel/dark,
/area/ruin/space/has_grav/singularitylab/engineering)
"HW" = (
diff --git a/_maps/RandomRuins/SpaceRuins/spacemall.dmm b/_maps/RandomRuins/SpaceRuins/spacemall.dmm
index 251b40fb4443..db3f30c15f76 100644
--- a/_maps/RandomRuins/SpaceRuins/spacemall.dmm
+++ b/_maps/RandomRuins/SpaceRuins/spacemall.dmm
@@ -1268,9 +1268,6 @@
/area/ruin/space/has_grav/spacemall/dorms)
"eO" = (
/obj/effect/turf_decal/corner/opaque/blue/half,
-/obj/item/clothing/suit/whitedress,
-/obj/item/clothing/suit/whitedress,
-/obj/item/clothing/suit/whitedress,
/obj/item/clothing/under/dress/blacktango{
pixel_y = 3
},
@@ -1430,10 +1427,10 @@
name = "Kiosk Shutters";
dir = 4
},
-/obj/item/reagent_containers/food/condiment/sugar{
+/obj/item/reagent_containers/condiment/sugar{
pixel_y = 5
},
-/obj/item/reagent_containers/food/condiment/sugar,
+/obj/item/reagent_containers/condiment/sugar,
/obj/structure/closet/wall/directional/north,
/obj/item/spacecash/bundle/c100,
/turf/open/floor/plasteel/dark,
@@ -2212,10 +2209,10 @@
"iE" = (
/obj/effect/turf_decal/corner/transparent/black/diagonal,
/obj/structure/table/reinforced,
-/obj/item/reagent_containers/food/condiment/saltshaker{
+/obj/item/reagent_containers/condiment/saltshaker{
pixel_x = 4
},
-/obj/item/reagent_containers/food/condiment/peppermill{
+/obj/item/reagent_containers/condiment/peppermill{
pixel_x = -4
},
/obj/machinery/door/poddoor/shutters{
@@ -2804,12 +2801,7 @@
/area/ruin/space/has_grav/spacemall)
"kC" = (
/obj/structure/rack,
-/obj/item/clothing/head/goatpelt,
-/obj/item/clothing/head/hardhat/reindeer,
/obj/item/clothing/head/collectable/chef,
-/obj/item/clothing/head/collectable/HoP,
-/obj/item/clothing/head/collectable/rabbitears,
-/obj/item/clothing/head/witchunter,
/obj/item/clothing/neck/cloak/trans,
/obj/item/clothing/neck/cloak/cap,
/obj/item/clothing/neck/beads,
@@ -3478,10 +3470,10 @@
/area/ruin/space/has_grav/spacemall)
"ns" = (
/obj/effect/turf_decal/corner/transparent/black/diagonal,
-/obj/item/reagent_containers/food/condiment/sugar{
+/obj/item/reagent_containers/condiment/sugar{
pixel_y = -5
},
-/obj/item/reagent_containers/food/condiment/flour,
+/obj/item/reagent_containers/condiment/flour,
/obj/structure/table,
/turf/open/floor/plasteel/white,
/area/ruin/space/has_grav/spacemall/dorms)
@@ -4310,8 +4302,6 @@
/obj/item/clothing/glasses/heat{
pixel_y = -6
},
-/obj/item/clothing/glasses/sunglasses/gar/supergar,
-/obj/item/clothing/glasses/monocle,
/obj/item/clothing/glasses/sunglasses,
/obj/item/clothing/glasses/sunglasses,
/obj/item/clothing/glasses/sunglasses,
@@ -5966,15 +5956,15 @@
pixel_x = -30;
dir = 4
},
-/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/sugar,
-/obj/item/reagent_containers/food/condiment/sugar,
-/obj/item/reagent_containers/food/condiment/sugar,
-/obj/item/reagent_containers/food/condiment/rice,
-/obj/item/reagent_containers/food/condiment/rice,
-/obj/item/reagent_containers/food/condiment/rice,
+/obj/item/reagent_containers/condiment/flour,
+/obj/item/reagent_containers/condiment/flour,
+/obj/item/reagent_containers/condiment/flour,
+/obj/item/reagent_containers/condiment/sugar,
+/obj/item/reagent_containers/condiment/sugar,
+/obj/item/reagent_containers/condiment/sugar,
+/obj/item/reagent_containers/condiment/rice,
+/obj/item/reagent_containers/condiment/rice,
+/obj/item/reagent_containers/condiment/rice,
/obj/structure/table,
/turf/open/floor/plasteel/white,
/area/ruin/space/has_grav/spacemall/dorms)
@@ -9805,10 +9795,6 @@
pixel_y = 5;
pixel_x = 2
},
-/obj/item/clothing/head/spacepolice{
- pixel_y = -3;
- pixel_x = 4
- },
/turf/open/floor/plasteel,
/area/ruin/space/has_grav/spacemall/dorms)
"Li" = (
diff --git a/_maps/RandomRuins/WasteRuins/wasteplanet_yard.dmm b/_maps/RandomRuins/WasteRuins/wasteplanet_yard.dmm
new file mode 100644
index 000000000000..60325851692d
--- /dev/null
+++ b/_maps/RandomRuins/WasteRuins/wasteplanet_yard.dmm
@@ -0,0 +1,6367 @@
+//MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE
+"ah" = (
+/obj/structure/cable{
+ icon_state = "0-4"
+ },
+/obj/structure/bed{
+ dir = 4
+ },
+/obj/item/bedsheet/green{
+ dir = 4
+ },
+/obj/structure/curtain/cloth/grey,
+/obj/machinery/light/small/broken/directional/north,
+/turf/open/floor/plasteel/wasteplanet,
+/area/ruin/wasteplanet/wasteplanet_shipbreaking/ship)
+"aj" = (
+/obj/item/trash/sosjerky{
+ pixel_x = 2;
+ pixel_y = -15
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/obj/item/trash/raisins{
+ pixel_x = 11;
+ pixel_y = -13
+ },
+/turf/open/floor/plasteel/dark/wasteplanet,
+/area/ruin/wasteplanet/wasteplanet_shipbreaking/canteen)
+"al" = (
+/obj/effect/turf_decal/corner/transparent/lime/border{
+ dir = 5
+ },
+/turf/open/floor/plasteel/dark/wasteplanet,
+/area/ruin/wasteplanet/wasteplanet_shipbreaking/ship)
+"ar" = (
+/obj/structure/closet/secure_closet/freezer/fridge,
+/obj/item/storage/firstaid/radiation,
+/obj/item/storage/cans/sixbeer,
+/obj/effect/turf_decal/corner/transparent/neutral/mono,
+/obj/effect/turf_decal/corner/transparent/blue/border{
+ dir = 10
+ },
+/turf/open/floor/plasteel/wasteplanet,
+/area/ruin/wasteplanet/wasteplanet_shipbreaking/canteen)
+"aw" = (
+/obj/structure/cable{
+ icon_state = "1-8"
+ },
+/turf/open/floor/plasteel/wasteplanet,
+/area/ruin/wasteplanet/wasteplanet_shipbreaking/ship)
+"aH" = (
+/obj/machinery/light/dim/directional/north,
+/turf/open/floor/plating/wasteplanet/rust,
+/area/ruin/wasteplanet/wasteplanet_shipbreaking/canteen)
+"aI" = (
+/obj/structure/table/wood,
+/turf/open/floor/plasteel/dark/wasteplanet,
+/area/ruin/wasteplanet/wasteplanet_shipbreaking/canteen)
+"aL" = (
+/obj/structure/table,
+/obj/item/soap,
+/obj/effect/turf_decal/corner/transparent/neutral/mono,
+/turf/open/floor/plasteel/wasteplanet,
+/area/ruin/wasteplanet/wasteplanet_shipbreaking/dorms)
+"aM" = (
+/obj/effect/turf_decal/industrial/traffic{
+ dir = 1
+ },
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on{
+ dir = 4
+ },
+/turf/open/floor/plating/wasteplanet,
+/area/ruin/wasteplanet/wasteplanet_shipbreaking/bay)
+"aQ" = (
+/obj/structure/rack,
+/obj/item/clothing/glasses/welding,
+/obj/item/weldingtool/hugetank/empty,
+/turf/open/floor/plasteel/dark/wasteplanet,
+/area/ruin/wasteplanet/wasteplanet_shipbreaking/bay)
+"aV" = (
+/obj/effect/turf_decal/corner/transparent/orange{
+ dir = 5
+ },
+/obj/structure/chair,
+/turf/open/floor/plasteel/wasteplanet,
+/area/ruin/wasteplanet/wasteplanet_shipbreaking/canteen)
+"ba" = (
+/obj/structure/cable/yellow{
+ icon_state = "2-4"
+ },
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
+ dir = 8
+ },
+/obj/structure/catwalk/over/plated_catwalk,
+/turf/open/floor/plating/wasteplanet,
+/area/ruin/wasteplanet/wasteplanet_shipbreaking/canteen)
+"bc" = (
+/obj/effect/turf_decal/industrial/hatch/orange,
+/obj/structure/closet/crate/secure/loot,
+/obj/effect/mob_spawn/human/corpse/charredskeleton,
+/obj/effect/decal/cleanable/blood/old,
+/turf/open/floor/plasteel/dark/wasteplanet,
+/area/ruin/wasteplanet/wasteplanet_shipbreaking/bay)
+"bf" = (
+/obj/structure/table,
+/obj/item/flashlight/lamp,
+/obj/machinery/light/small/directional/east,
+/obj/item/reagent_containers/food/snacks/chewable/bubblegum/nicotine{
+ pixel_x = -8;
+ pixel_y = 11
+ },
+/turf/open/floor/plasteel/wasteplanet,
+/area/ruin/wasteplanet/wasteplanet_shipbreaking/dorms)
+"bi" = (
+/obj/structure/crate_shelf,
+/obj/structure/closet/crate,
+/obj/item/grenade/chem_grenade/cleaner,
+/obj/item/grenade/chem_grenade/cleaner{
+ pixel_x = 6
+ },
+/turf/open/floor/plasteel/dark/wasteplanet,
+/area/ruin/wasteplanet/wasteplanet_shipbreaking/canteen)
+"bp" = (
+/obj/structure/chair/office{
+ dir = 8
+ },
+/obj/item/gps{
+ gpstag = "Distress Signal"
+ },
+/obj/effect/mob_spawn/human/corpse/charredskeleton,
+/obj/effect/decal/cleanable/blood/old,
+/obj/item/screwdriver/power,
+/turf/open/floor/plasteel/dark/wasteplanet,
+/area/ruin/wasteplanet/wasteplanet_shipbreaking/canteen)
+"bq" = (
+/obj/effect/turf_decal/corner/transparent/orange{
+ dir = 6
+ },
+/turf/open/floor/plasteel/wasteplanet,
+/area/ruin/wasteplanet/wasteplanet_shipbreaking/dorms)
+"bu" = (
+/obj/structure/table,
+/obj/structure/reagent_dispensers/beerkeg,
+/turf/open/floor/plasteel/dark/wasteplanet,
+/area/ruin/wasteplanet/wasteplanet_shipbreaking/canteen)
+"bA" = (
+/obj/structure/closet/crate{
+ name = "ration 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/turf_decal/industrial/hatch/yellow,
+/obj/effect/spawner/lootdrop/ration,
+/obj/effect/spawner/lootdrop/ration,
+/obj/effect/spawner/lootdrop/ration,
+/obj/effect/spawner/lootdrop/ration,
+/turf/open/floor/plasteel/wasteplanet,
+/area/ruin/wasteplanet/wasteplanet_shipbreaking/ship)
+"bB" = (
+/mob/living/simple_animal/hostile/hivebot/wasteplanet,
+/turf/open/floor/plating/wasteplanet/rust,
+/area/ruin/wasteplanet/wasteplanet_shipbreaking/bay)
+"bD" = (
+/obj/effect/turf_decal/corner/transparent/orange{
+ dir = 9
+ },
+/turf/open/floor/plasteel/wasteplanet,
+/area/ruin/wasteplanet/wasteplanet_shipbreaking/dorms)
+"bF" = (
+/obj/structure/closet,
+/obj/structure/sign/poster/contraband/gec{
+ pixel_x = -28
+ },
+/obj/item/clothing/under/rank/engineering/engineer/hazard,
+/obj/item/clothing/head/hardhat/orange,
+/obj/item/clothing/shoes/workboots,
+/obj/item/spacecash/bundle/smallrand,
+/turf/open/floor/plasteel/wasteplanet,
+/area/ruin/wasteplanet/wasteplanet_shipbreaking/dorms)
+"bO" = (
+/obj/structure/cable/yellow{
+ icon_state = "1-2"
+ },
+/obj/effect/turf_decal/corner/transparent/blue{
+ dir = 10
+ },
+/turf/open/floor/plasteel/dark/wasteplanet,
+/area/ruin/wasteplanet/wasteplanet_shipbreaking/canteen)
+"bS" = (
+/obj/effect/turf_decal/industrial/hatch/orange,
+/obj/item/storage/belt/utility,
+/obj/item/storage/belt/utility,
+/obj/item/storage/belt/utility,
+/obj/item/weldingtool/largetank,
+/obj/item/weldingtool/largetank,
+/obj/item/weldingtool/largetank,
+/obj/structure/closet/crate/engineering,
+/turf/open/floor/plasteel/dark/wasteplanet,
+/area/ruin/wasteplanet/wasteplanet_shipbreaking/bay)
+"bU" = (
+/obj/structure/grille,
+/obj/structure/window/reinforced/fulltile,
+/turf/open/floor/plating/wasteplanet,
+/area/ruin/wasteplanet/wasteplanet_shipbreaking/bay)
+"bZ" = (
+/obj/effect/turf_decal/industrial/hatch/orange,
+/obj/structure/closet/crate/secure/loot,
+/obj/item/crowbar/power,
+/turf/open/floor/plasteel/dark/wasteplanet,
+/area/ruin/wasteplanet/wasteplanet_shipbreaking/bay)
+"cd" = (
+/obj/effect/turf_decal/industrial/hatch/orange,
+/obj/item/stack/sheet/mineral/plasma/twenty,
+/obj/structure/closet/crate/secure/plasma,
+/turf/open/floor/plasteel/dark/wasteplanet,
+/area/ruin/wasteplanet/wasteplanet_shipbreaking/bay)
+"cg" = (
+/obj/structure/fence/post,
+/turf/open/floor/plating/wasteplanet/lit,
+/area/ruin/wasteplanet)
+"cj" = (
+/obj/machinery/atmospherics/components/unary/passive_vent{
+ dir = 8
+ },
+/turf/open/floor/plating/asteroid/wasteplanet/lit,
+/area/ruin/wasteplanet)
+"cp" = (
+/obj/structure/closet/wall/directional/south,
+/obj/item/clothing/shoes/sneakers/black,
+/obj/item/clothing/neck/cloak/qm,
+/obj/item/clothing/head/beret/qm,
+/obj/item/clothing/under/rank/cargo/qm,
+/turf/open/floor/plasteel/wasteplanet,
+/area/ruin/wasteplanet/wasteplanet_shipbreaking/dorms)
+"cv" = (
+/obj/item/kirbyplants/dead,
+/obj/effect/turf_decal/corner/transparent/orange{
+ dir = 5
+ },
+/turf/open/floor/plasteel/wasteplanet,
+/area/ruin/wasteplanet/wasteplanet_shipbreaking/canteen)
+"cx" = (
+/obj/machinery/door/airlock/external,
+/obj/effect/turf_decal/industrial/traffic/fulltile,
+/obj/structure/cable/yellow{
+ icon_state = "1-2"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/obj/machinery/door/firedoor/closed,
+/turf/open/floor/plating/wasteplanet,
+/area/ruin/wasteplanet/wasteplanet_shipbreaking/bay)
+"cz" = (
+/obj/effect/mob_spawn/human/corpse/charredskeleton,
+/obj/effect/decal/cleanable/blood/old,
+/obj/structure/cable/yellow{
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/obj/structure/catwalk/over/plated_catwalk,
+/turf/open/floor/plating/wasteplanet,
+/area/ruin/wasteplanet/wasteplanet_shipbreaking/canteen)
+"cA" = (
+/obj/structure/grille/broken,
+/obj/item/shard,
+/obj/structure/curtain/cloth/grey,
+/obj/effect/decal/cleanable/glass,
+/turf/open/floor/plating/wasteplanet,
+/area/ruin/wasteplanet/wasteplanet_shipbreaking/dorms)
+"cF" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/obj/effect/turf_decal/corner/transparent/blue{
+ dir = 9
+ },
+/turf/open/floor/plasteel/dark/wasteplanet,
+/area/ruin/wasteplanet/wasteplanet_shipbreaking/canteen)
+"cI" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 5
+ },
+/obj/effect/turf_decal/corner/transparent/blue{
+ dir = 6
+ },
+/turf/open/floor/plasteel/dark/wasteplanet,
+/area/ruin/wasteplanet/wasteplanet_shipbreaking/canteen)
+"cP" = (
+/mob/living/simple_animal/hostile/hivebot/wasteplanet/strong,
+/obj/effect/decal/cleanable/blood/old,
+/obj/effect/mob_spawn/human/corpse/charredskeleton,
+/obj/item/wrench/combat,
+/turf/open/floor/plasteel/wasteplanet,
+/area/ruin/wasteplanet/wasteplanet_shipbreaking/dorms)
+"dd" = (
+/obj/effect/turf_decal/corner/transparent/orange{
+ dir = 9
+ },
+/obj/effect/decal/cleanable/garbage{
+ pixel_x = -6;
+ pixel_y = 10
+ },
+/turf/open/floor/plasteel/wasteplanet,
+/area/ruin/wasteplanet/wasteplanet_shipbreaking/dorms)
+"de" = (
+/obj/effect/turf_decal/industrial/warning/dust,
+/turf/open/floor/plating/wasteplanet/lit,
+/area/ruin/wasteplanet)
+"df" = (
+/obj/effect/turf_decal/industrial/hatch/red,
+/turf/open/floor/plating/wasteplanet/lit,
+/area/ruin/wasteplanet)
+"dn" = (
+/obj/machinery/shower{
+ pixel_y = 19
+ },
+/obj/structure/curtain,
+/obj/item/soap/nanotrasen,
+/turf/open/floor/plasteel/dark/wasteplanet,
+/area/ruin/wasteplanet/wasteplanet_shipbreaking/ship)
+"dv" = (
+/obj/effect/turf_decal/industrial/traffic,
+/obj/structure/cable/yellow{
+ icon_state = "4-8"
+ },
+/turf/open/floor/plasteel/dark/wasteplanet,
+/area/ruin/wasteplanet/wasteplanet_shipbreaking/bay)
+"dw" = (
+/obj/effect/turf_decal/industrial/hatch/orange,
+/obj/structure/closet/crate/large,
+/mob/living/simple_animal/hostile/hivebot/wasteplanet,
+/turf/open/floor/plasteel/dark/wasteplanet,
+/area/ruin/wasteplanet/wasteplanet_shipbreaking/bay)
+"dI" = (
+/obj/machinery/door/airlock{
+ dir = 4
+ },
+/obj/structure/cable{
+ icon_state = "4-8"
+ },
+/obj/machinery/door/firedoor/border_only{
+ dir = 8
+ },
+/obj/machinery/door/firedoor/border_only{
+ dir = 4
+ },
+/turf/open/floor/plasteel/dark/wasteplanet,
+/area/ruin/wasteplanet/wasteplanet_shipbreaking/ship)
+"dP" = (
+/obj/structure/table/reinforced,
+/obj/item/reagent_containers/food/snacks/ration/side/white_sandwich_bread,
+/obj/item/reagent_containers/food/snacks/ration/snack/cherry_snackers{
+ pixel_x = 10;
+ pixel_y = 8
+ },
+/obj/item/trash/plate{
+ pixel_x = -13
+ },
+/obj/item/reagent_containers/food/snacks/ration/snack/sour_gummy_worms{
+ pixel_x = 1;
+ pixel_y = 7
+ },
+/turf/open/floor/plasteel/wasteplanet,
+/area/ruin/wasteplanet/wasteplanet_shipbreaking/ship)
+"dY" = (
+/obj/structure/cable{
+ icon_state = "0-4"
+ },
+/obj/structure/crate_shelf,
+/obj/machinery/light/small/broken/directional/west,
+/turf/open/floor/plasteel/wasteplanet,
+/area/ruin/wasteplanet/wasteplanet_shipbreaking/ship)
+"ek" = (
+/turf/open/floor/plasteel/wasteplanet,
+/area/ruin/wasteplanet/wasteplanet_shipbreaking/canteen)
+"et" = (
+/obj/machinery/washing_machine,
+/obj/machinery/light/small/broken/directional/east,
+/obj/effect/decal/cleanable/cobweb/cobweb2,
+/turf/open/floor/plasteel/wasteplanet,
+/area/ruin/wasteplanet/wasteplanet_shipbreaking/ship)
+"ey" = (
+/obj/effect/turf_decal/industrial/traffic{
+ dir = 1
+ },
+/turf/open/floor/plating/wasteplanet/lit,
+/area/ruin/wasteplanet)
+"eD" = (
+/obj/structure/closet/cabinet,
+/obj/item/clothing/shoes/workboots,
+/obj/item/clothing/under/rank/engineering/chief_engineer,
+/obj/item/stamp/ce,
+/obj/item/clothing/head/hardhat/weldhat/white,
+/obj/item/gun/energy/laser/retro,
+/obj/structure/sign/poster/contraband/space_cube{
+ pixel_x = 32
+ },
+/obj/item/spacecash/bundle/pocketchange,
+/turf/open/floor/plasteel/wasteplanet,
+/area/ruin/wasteplanet/wasteplanet_shipbreaking/dorms)
+"eL" = (
+/obj/structure/cable{
+ icon_state = "4-8"
+ },
+/obj/effect/turf_decal/corner/transparent/lime/border{
+ dir = 1
+ },
+/obj/effect/turf_decal/corner/transparent/lime/border,
+/turf/open/floor/plasteel/dark/wasteplanet,
+/area/ruin/wasteplanet/wasteplanet_shipbreaking/ship)
+"eN" = (
+/obj/structure/cable{
+ icon_state = "1-2"
+ },
+/obj/structure/cable,
+/obj/machinery/power/apc/auto_name/directional/east{
+ start_charge = 0
+ },
+/turf/open/floor/plasteel/dark/wasteplanet,
+/area/ruin/wasteplanet/wasteplanet_shipbreaking/ship)
+"eO" = (
+/obj/structure/railing{
+ max_integrity = 70
+ },
+/obj/effect/turf_decal/industrial/traffic/corner{
+ dir = 1
+ },
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden,
+/turf/open/floor/plasteel/wasteplanet,
+/area/ruin/wasteplanet/wasteplanet_shipbreaking/bay)
+"eS" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 6
+ },
+/turf/open/floor/plasteel/dark/wasteplanet,
+/area/ruin/wasteplanet/wasteplanet_shipbreaking/bay)
+"fe" = (
+/obj/structure/cable{
+ icon_state = "2-8"
+ },
+/turf/open/floor/plating/wasteplanet,
+/area/ruin/wasteplanet/wasteplanet_shipbreaking/bay)
+"fp" = (
+/obj/mecha/working/ripley/cargo,
+/obj/effect/turf_decal/industrial/hatch/orange,
+/turf/open/floor/plating/wasteplanet/rust/lit,
+/area/ruin/wasteplanet/wasteplanet_shipbreaking/bay)
+"fz" = (
+/obj/structure/closet/secure_closet/engineering_welding,
+/turf/open/floor/plating/wasteplanet,
+/area/ruin/wasteplanet/wasteplanet_shipbreaking/bay)
+"fA" = (
+/obj/machinery/power/terminal{
+ dir = 4
+ },
+/obj/structure/cable/yellow{
+ icon_state = "0-8"
+ },
+/turf/open/floor/plating/wasteplanet,
+/area/ruin/wasteplanet/wasteplanet_shipbreaking/ship)
+"fH" = (
+/obj/effect/turf_decal/miskilamo_small/left,
+/turf/open/floor/plasteel/dark/wasteplanet,
+/area/ruin/wasteplanet/wasteplanet_shipbreaking/canteen)
+"fP" = (
+/obj/structure/catwalk/over,
+/turf/open/floor/plating/wasteplanet/rust/lit,
+/area/ruin/wasteplanet)
+"ga" = (
+/obj/effect/turf_decal/industrial/hatch/orange,
+/obj/item/stack/cable_coil/red{
+ pixel_y = 4
+ },
+/obj/item/stack/cable_coil/orange,
+/obj/item/stack/cable_coil/yellow{
+ pixel_y = -4
+ },
+/obj/item/stack/cable_coil/cut/pink,
+/obj/structure/closet/crate/engineering/electrical,
+/turf/open/floor/plasteel/dark/wasteplanet,
+/area/ruin/wasteplanet/wasteplanet_shipbreaking/bay)
+"gb" = (
+/obj/structure/chair/stool/bar{
+ dir = 8;
+ pixel_x = -8
+ },
+/turf/open/floor/plasteel/dark/wasteplanet,
+/area/ruin/wasteplanet/wasteplanet_shipbreaking/canteen)
+"ge" = (
+/obj/structure/table,
+/obj/item/flashlight/lamp,
+/obj/machinery/light/small/directional/west,
+/turf/open/floor/plasteel/wasteplanet,
+/area/ruin/wasteplanet/wasteplanet_shipbreaking/dorms)
+"gg" = (
+/turf/closed/mineral/random/wasteplanet,
+/area/ruin/wasteplanet)
+"gk" = (
+/obj/structure/cable{
+ icon_state = "1-2"
+ },
+/obj/machinery/light/small/broken/directional/east,
+/turf/open/floor/plasteel/dark/wasteplanet,
+/area/ruin/wasteplanet/wasteplanet_shipbreaking/ship)
+"gs" = (
+/turf/closed/wall,
+/area/ruin/wasteplanet/wasteplanet_shipbreaking/bay)
+"gx" = (
+/obj/structure/sign/warning/docking{
+ pixel_y = 32
+ },
+/obj/effect/turf_decal/industrial/warning/dust{
+ dir = 9
+ },
+/turf/open/floor/plating/wasteplanet/lit,
+/area/ruin/wasteplanet)
+"gF" = (
+/obj/structure/closet,
+/obj/item/clothing/shoes/workboots,
+/obj/item/clothing/under/rank/engineering/engineer/hazard,
+/obj/item/clothing/head/hardhat,
+/obj/item/trash/chips,
+/obj/structure/sign/poster/contraband/hacking_guide{
+ pixel_x = 28
+ },
+/turf/open/floor/plasteel/wasteplanet,
+/area/ruin/wasteplanet/wasteplanet_shipbreaking/dorms)
+"gH" = (
+/obj/effect/decal/cleanable/oil/slippery,
+/obj/effect/decal/cleanable/robot_debris/up,
+/turf/open/floor/plating/wasteplanet/lit,
+/area/ruin/wasteplanet)
+"gO" = (
+/obj/structure/grille,
+/obj/structure/window/reinforced/fulltile,
+/turf/open/floor/plating/wasteplanet,
+/area/ruin/wasteplanet/wasteplanet_shipbreaking/canteen)
+"gP" = (
+/obj/machinery/light/directional/north,
+/turf/open/floor/plasteel/dark/wasteplanet,
+/area/ruin/wasteplanet/wasteplanet_shipbreaking/canteen)
+"gV" = (
+/obj/structure/chair/comfy/shuttle{
+ dir = 4
+ },
+/obj/item/clothing/shoes/workboots,
+/obj/effect/decal/cleanable/blood/old,
+/obj/effect/turf_decal/corner/transparent/lime/border{
+ dir = 1
+ },
+/turf/open/floor/plasteel/wasteplanet,
+/area/ruin/wasteplanet/wasteplanet_shipbreaking/ship)
+"hn" = (
+/obj/structure/railing{
+ max_integrity = 70
+ },
+/obj/structure/cable/yellow{
+ icon_state = "1-8"
+ },
+/obj/structure/cable/yellow{
+ icon_state = "1-4"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 5
+ },
+/turf/open/floor/plasteel/wasteplanet,
+/area/ruin/wasteplanet/wasteplanet_shipbreaking/bay)
+"hr" = (
+/obj/effect/turf_decal/industrial/warning{
+ dir = 1
+ },
+/obj/effect/decal/cleanable/blood/tracks{
+ dir = 1
+ },
+/obj/effect/turf_decal/corner/transparent/lime/border{
+ dir = 8
+ },
+/turf/open/floor/plasteel/dark/wasteplanet,
+/area/ruin/wasteplanet/wasteplanet_shipbreaking/ship)
+"hs" = (
+/obj/structure/sign/warning/nosmoking{
+ pixel_x = 28
+ },
+/obj/structure/cable/yellow{
+ icon_state = "1-2"
+ },
+/obj/effect/turf_decal/corner/transparent/orange{
+ dir = 6
+ },
+/turf/open/floor/plasteel/dark/wasteplanet,
+/area/ruin/wasteplanet/wasteplanet_shipbreaking/bay)
+"ht" = (
+/obj/structure/bed,
+/obj/item/bedsheet/brown,
+/turf/open/floor/plasteel/wasteplanet,
+/area/ruin/wasteplanet/wasteplanet_shipbreaking/dorms)
+"hA" = (
+/obj/machinery/door/airlock/external,
+/obj/effect/turf_decal/industrial/traffic/fulltile,
+/obj/structure/cable/yellow{
+ icon_state = "1-2"
+ },
+/obj/machinery/door/firedoor,
+/obj/effect/mapping_helpers/airlock/locked,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plating/wasteplanet,
+/area/ruin/wasteplanet/wasteplanet_shipbreaking/bay)
+"hG" = (
+/obj/structure/toilet{
+ dir = 8;
+ pixel_x = 4
+ },
+/obj/effect/turf_decal/corner/transparent/neutral/mono,
+/turf/open/floor/plasteel/wasteplanet,
+/area/ruin/wasteplanet/wasteplanet_shipbreaking/dorms)
+"hH" = (
+/obj/effect/turf_decal/miskilamo_small,
+/turf/open/floor/plating/wasteplanet/lit,
+/area/ruin/wasteplanet)
+"hJ" = (
+/obj/structure/railing{
+ max_integrity = 70
+ },
+/obj/structure/cable/yellow{
+ icon_state = "1-4"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 9
+ },
+/turf/open/floor/plasteel/wasteplanet,
+/area/ruin/wasteplanet/wasteplanet_shipbreaking/bay)
+"hK" = (
+/obj/machinery/shower{
+ pixel_y = 19
+ },
+/obj/structure/curtain,
+/obj/structure/catwalk/over/plated_catwalk/white,
+/turf/open/floor/plating/wasteplanet,
+/area/ruin/wasteplanet/wasteplanet_shipbreaking/dorms)
+"hO" = (
+/obj/machinery/vending/coffee,
+/obj/machinery/light/directional/south,
+/turf/open/floor/plasteel/dark/wasteplanet,
+/area/ruin/wasteplanet/wasteplanet_shipbreaking/canteen)
+"hP" = (
+/obj/effect/decal/cleanable/blood/tracks{
+ dir = 1
+ },
+/obj/structure/cable/yellow{
+ icon_state = "2-8"
+ },
+/obj/effect/turf_decal/industrial/warning/dust/corner{
+ dir = 8
+ },
+/obj/effect/turf_decal/industrial/warning/dust/corner,
+/turf/open/floor/plating/wasteplanet/lit,
+/area/ruin/wasteplanet)
+"hW" = (
+/obj/effect/decal/cleanable/blood/tracks{
+ dir = 8
+ },
+/turf/open/floor/plating/wasteplanet/lit,
+/area/ruin/wasteplanet)
+"hY" = (
+/obj/structure/grille/broken,
+/obj/item/shard,
+/obj/effect/decal/cleanable/glass,
+/turf/open/floor/plating/wasteplanet/lit,
+/area/ruin/wasteplanet/wasteplanet_shipbreaking/dorms)
+"il" = (
+/obj/structure/cable{
+ icon_state = "2-5"
+ },
+/obj/structure/cable{
+ icon_state = "2-9"
+ },
+/obj/effect/turf_decal/industrial/warning{
+ dir = 1
+ },
+/turf/open/floor/plasteel/dark/wasteplanet,
+/area/ruin/wasteplanet/wasteplanet_shipbreaking/ship)
+"in" = (
+/obj/machinery/door/airlock{
+ dir = 4
+ },
+/obj/effect/decal/cleanable/blood/tracks{
+ dir = 4
+ },
+/obj/machinery/door/firedoor/border_only{
+ dir = 4
+ },
+/obj/machinery/door/firedoor/border_only{
+ dir = 8
+ },
+/turf/open/floor/plasteel/wasteplanet,
+/area/ruin/wasteplanet/wasteplanet_shipbreaking/ship)
+"is" = (
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
+ dir = 8
+ },
+/turf/open/floor/plasteel/dark/wasteplanet,
+/area/ruin/wasteplanet/wasteplanet_shipbreaking/bay)
+"ix" = (
+/obj/effect/turf_decal/corner/transparent/blue{
+ dir = 9
+ },
+/turf/open/floor/plasteel/dark/wasteplanet,
+/area/ruin/wasteplanet/wasteplanet_shipbreaking/canteen)
+"iB" = (
+/obj/machinery/light/directional/east,
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on,
+/turf/open/floor/plasteel/dark/wasteplanet,
+/area/ruin/wasteplanet/wasteplanet_shipbreaking/canteen)
+"iD" = (
+/obj/structure/grille/broken,
+/obj/item/shard,
+/obj/machinery/door/firedoor/window,
+/turf/open/floor/plating/wasteplanet,
+/area/ruin/wasteplanet/wasteplanet_shipbreaking/bay)
+"iF" = (
+/obj/structure/cable/yellow{
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/pipe/manifold4w/scrubbers/hidden,
+/obj/structure/catwalk/over/plated_catwalk,
+/turf/open/floor/plating/wasteplanet,
+/area/ruin/wasteplanet/wasteplanet_shipbreaking/dorms)
+"iJ" = (
+/obj/structure/cable/yellow{
+ icon_state = "1-2"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/obj/effect/turf_decal/corner/transparent/orange{
+ dir = 8
+ },
+/turf/open/floor/plasteel/wasteplanet,
+/area/ruin/wasteplanet/wasteplanet_shipbreaking/dorms)
+"iK" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plasteel/dark/wasteplanet,
+/area/ruin/wasteplanet/wasteplanet_shipbreaking/bay)
+"iR" = (
+/obj/effect/turf_decal/industrial/warning{
+ dir = 1
+ },
+/obj/effect/turf_decal/corner/transparent/lime/border{
+ dir = 4
+ },
+/turf/open/floor/plasteel/dark/wasteplanet,
+/area/ruin/wasteplanet/wasteplanet_shipbreaking/ship)
+"iW" = (
+/obj/structure/closet/secure_closet/engineering_electrical,
+/turf/open/floor/plating/wasteplanet,
+/area/ruin/wasteplanet/wasteplanet_shipbreaking/bay)
+"jd" = (
+/obj/effect/turf_decal/miskilamo_small/right,
+/turf/open/floor/plasteel/dark/wasteplanet,
+/area/ruin/wasteplanet/wasteplanet_shipbreaking/canteen)
+"je" = (
+/obj/effect/turf_decal/industrial/traffic{
+ dir = 1
+ },
+/obj/effect/turf_decal/industrial/caution,
+/obj/structure/cable/yellow{
+ icon_state = "1-2"
+ },
+/obj/structure/cable/yellow{
+ icon_state = "1-4"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plating/wasteplanet/lit,
+/area/ruin/wasteplanet)
+"jh" = (
+/obj/structure/chair{
+ dir = 8
+ },
+/obj/effect/turf_decal/corner/transparent/blue{
+ dir = 6
+ },
+/turf/open/floor/plasteel/dark/wasteplanet,
+/area/ruin/wasteplanet/wasteplanet_shipbreaking/canteen)
+"jo" = (
+/obj/effect/decal/cleanable/cobweb/cobweb2,
+/obj/effect/turf_decal/corner/transparent/neutral/mono,
+/obj/effect/turf_decal/corner/transparent/blue/border{
+ dir = 5
+ },
+/turf/open/floor/plasteel/wasteplanet,
+/area/ruin/wasteplanet/wasteplanet_shipbreaking/canteen)
+"jq" = (
+/obj/effect/turf_decal/corner/transparent/orange{
+ dir = 10
+ },
+/turf/open/floor/plasteel/wasteplanet,
+/area/ruin/wasteplanet/wasteplanet_shipbreaking/dorms)
+"jt" = (
+/turf/open/floor/plating/wasteplanet/rust/lit,
+/area/ruin/wasteplanet)
+"jy" = (
+/obj/effect/turf_decal/industrial/hatch/orange,
+/turf/open/floor/plating/wasteplanet/lit,
+/area/ruin/wasteplanet)
+"jC" = (
+/obj/machinery/microwave,
+/obj/item/clothing/head/chefhat{
+ pixel_y = 13
+ },
+/obj/structure/table,
+/obj/effect/decal/cleanable/food/flour,
+/obj/item/reagent_containers/food/snacks/badrecipe,
+/obj/effect/decal/cleanable/cobweb/cobweb2,
+/obj/effect/turf_decal/corner/transparent/neutral/diagonal,
+/turf/open/floor/plasteel/dark/wasteplanet,
+/area/ruin/wasteplanet/wasteplanet_shipbreaking/canteen)
+"jI" = (
+/obj/effect/turf_decal/industrial/traffic,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 9
+ },
+/turf/open/floor/plasteel/dark/wasteplanet,
+/area/ruin/wasteplanet/wasteplanet_shipbreaking/bay)
+"jT" = (
+/obj/structure/closet/crate/bin,
+/obj/item/trash/can,
+/obj/item/trash/candy,
+/obj/effect/turf_decal/corner/transparent/orange{
+ dir = 10
+ },
+/turf/open/floor/plasteel/wasteplanet,
+/area/ruin/wasteplanet/wasteplanet_shipbreaking/canteen)
+"jY" = (
+/obj/structure/cable{
+ icon_state = "1-2"
+ },
+/obj/machinery/airalarm/directional/east,
+/turf/open/floor/plasteel/dark/wasteplanet,
+/area/ruin/wasteplanet/wasteplanet_shipbreaking/ship)
+"kc" = (
+/obj/effect/decal/cleanable/blood/tracks{
+ dir = 4
+ },
+/turf/open/floor/plasteel/wasteplanet,
+/area/ruin/wasteplanet/wasteplanet_shipbreaking/ship)
+"kd" = (
+/obj/machinery/door/airlock/external,
+/obj/effect/turf_decal/industrial/traffic/fulltile,
+/obj/machinery/door/firedoor/closed,
+/turf/open/floor/plating/wasteplanet,
+/area/ruin/wasteplanet/wasteplanet_shipbreaking/bay)
+"ke" = (
+/obj/structure/cable/yellow{
+ icon_state = "1-2"
+ },
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on{
+ dir = 1
+ },
+/turf/open/floor/plating/wasteplanet,
+/area/ruin/wasteplanet/wasteplanet_shipbreaking/bay)
+"ki" = (
+/obj/effect/turf_decal/industrial/traffic{
+ dir = 1
+ },
+/obj/structure/cable/yellow{
+ icon_state = "4-8"
+ },
+/turf/open/floor/plating/wasteplanet/lit,
+/area/ruin/wasteplanet)
+"kn" = (
+/obj/structure/railing{
+ dir = 1
+ },
+/obj/structure/cable/yellow{
+ icon_state = "1-2"
+ },
+/obj/item/multitool{
+ pixel_y = -5;
+ pixel_x = 11
+ },
+/obj/item/screwdriver{
+ pixel_x = -7
+ },
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
+ dir = 1
+ },
+/obj/effect/decal/cleanable/blood/old,
+/turf/open/floor/plasteel/wasteplanet,
+/area/ruin/wasteplanet/wasteplanet_shipbreaking/canteen)
+"ks" = (
+/obj/structure/mirror{
+ pixel_x = -28
+ },
+/obj/structure/sink{
+ dir = 4;
+ pixel_x = -13
+ },
+/obj/effect/turf_decal/corner/transparent/neutral/mono,
+/turf/open/floor/plasteel/wasteplanet,
+/area/ruin/wasteplanet/wasteplanet_shipbreaking/dorms)
+"kw" = (
+/obj/structure/chair/plastic,
+/turf/open/floor/plasteel/wasteplanet,
+/area/ruin/wasteplanet/wasteplanet_shipbreaking/ship)
+"kD" = (
+/obj/effect/turf_decal/industrial/hatch/red,
+/obj/structure/closet/crate/secure/loot,
+/obj/item/circuitboard/machine/grounding_rod,
+/obj/item/circuitboard/machine/grounding_rod,
+/obj/item/circuitboard/machine/grounding_rod,
+/obj/item/circuitboard/machine/grounding_rod,
+/obj/item/stack/sheet/metal/twenty,
+/turf/open/floor/plasteel/dark/wasteplanet,
+/area/ruin/wasteplanet/wasteplanet_shipbreaking/bay)
+"kH" = (
+/obj/structure/table,
+/obj/item/flashlight/lamp{
+ pixel_y = 12;
+ pixel_x = -8
+ },
+/obj/machinery/light/small/directional/east,
+/obj/item/screwdriver{
+ pixel_x = -7
+ },
+/obj/item/stack/cable_coil/cut/red,
+/turf/open/floor/plasteel/wasteplanet,
+/area/ruin/wasteplanet/wasteplanet_shipbreaking/dorms)
+"kJ" = (
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on{
+ dir = 4
+ },
+/turf/open/floor/plating/wasteplanet,
+/area/ruin/wasteplanet/wasteplanet_shipbreaking/bay)
+"kM" = (
+/obj/structure/chair/office{
+ dir = 1
+ },
+/turf/open/floor/plasteel/wasteplanet,
+/area/ruin/wasteplanet/wasteplanet_shipbreaking/dorms)
+"kP" = (
+/mob/living/simple_animal/hostile/hivebot/wasteplanet/ranged,
+/obj/structure/railing{
+ dir = 4
+ },
+/turf/open/floor/plasteel/wasteplanet,
+/area/ruin/wasteplanet/wasteplanet_shipbreaking/dorms)
+"kS" = (
+/obj/structure/cable/yellow{
+ icon_state = "1-2"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/obj/effect/turf_decal/corner/transparent/orange{
+ dir = 10
+ },
+/turf/open/floor/plasteel/wasteplanet,
+/area/ruin/wasteplanet/wasteplanet_shipbreaking/canteen)
+"kW" = (
+/obj/structure/cable/yellow{
+ icon_state = "1-2"
+ },
+/obj/machinery/firealarm/directional/east,
+/obj/effect/turf_decal/corner/transparent/orange{
+ dir = 6
+ },
+/turf/open/floor/plasteel/dark/wasteplanet,
+/area/ruin/wasteplanet/wasteplanet_shipbreaking/bay)
+"kY" = (
+/obj/effect/turf_decal/corner/transparent/orange{
+ dir = 5
+ },
+/turf/open/floor/plasteel/wasteplanet,
+/area/ruin/wasteplanet/wasteplanet_shipbreaking/canteen)
+"kZ" = (
+/obj/item/storage/toolbox/drone,
+/turf/open/floor/plating/wasteplanet/lit,
+/area/ruin/wasteplanet)
+"lb" = (
+/obj/structure/cable{
+ icon_state = "1-2"
+ },
+/obj/machinery/light/small/broken/directional/east,
+/obj/structure/extinguisher_cabinet/directional/west,
+/turf/open/floor/plasteel/dark/wasteplanet,
+/area/ruin/wasteplanet/wasteplanet_shipbreaking/ship)
+"le" = (
+/obj/structure/railing{
+ max_integrity = 70
+ },
+/obj/structure/cable/yellow{
+ icon_state = "0-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/obj/machinery/power/apc/auto_name/directional/north{
+ start_charge = 0
+ },
+/turf/open/floor/plasteel/wasteplanet,
+/area/ruin/wasteplanet/wasteplanet_shipbreaking/bay)
+"lf" = (
+/obj/item/stack/ore/salvage/scrapmetal,
+/obj/item/stack/ore/salvage/scrapuranium,
+/obj/structure/catwalk/over,
+/turf/open/floor/plating/wasteplanet/lit,
+/area/ruin/wasteplanet)
+"lq" = (
+/obj/structure/cable/yellow{
+ icon_state = "1-2"
+ },
+/obj/machinery/firealarm/directional/west,
+/obj/effect/turf_decal/corner/transparent/orange{
+ dir = 9
+ },
+/turf/open/floor/plasteel/dark/wasteplanet,
+/area/ruin/wasteplanet/wasteplanet_shipbreaking/bay)
+"lx" = (
+/turf/open/floor/plasteel/wasteplanet,
+/area/ruin/wasteplanet/wasteplanet_shipbreaking/dorms)
+"lB" = (
+/obj/structure/marker_beacon{
+ picked_color = "Lime"
+ },
+/turf/open/floor/plating/wasteplanet/lit,
+/area/ruin/wasteplanet)
+"lG" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/plating/wasteplanet/lit,
+/area/ruin/wasteplanet)
+"lO" = (
+/obj/structure/cable/yellow{
+ icon_state = "1-2"
+ },
+/obj/machinery/atmospherics/pipe/manifold4w/scrubbers/hidden,
+/turf/open/floor/plating/wasteplanet,
+/area/ruin/wasteplanet/wasteplanet_shipbreaking/bay)
+"lT" = (
+/obj/structure/closet/crate/secure/loot,
+/obj/item/clothing/suit/space/nasavoid,
+/obj/item/clothing/head/helmet/space/nasavoid,
+/obj/item/tank/jetpack/void,
+/turf/open/floor/plating/wasteplanet/rust/lit,
+/area/ruin/wasteplanet)
+"lV" = (
+/obj/structure/window/reinforced{
+ dir = 8
+ },
+/turf/open/floor/plasteel/dark/wasteplanet,
+/area/ruin/wasteplanet/wasteplanet_shipbreaking/ship)
+"lW" = (
+/obj/structure/chair{
+ dir = 4
+ },
+/obj/machinery/airalarm/directional/north,
+/turf/open/floor/plasteel/dark/wasteplanet,
+/area/ruin/wasteplanet/wasteplanet_shipbreaking/canteen)
+"lY" = (
+/obj/structure/cable{
+ icon_state = "1-8"
+ },
+/turf/open/floor/plating/wasteplanet,
+/area/ruin/wasteplanet/wasteplanet_shipbreaking/bay)
+"mi" = (
+/obj/structure/cable{
+ icon_state = "2-4"
+ },
+/obj/structure/cable{
+ icon_state = "2-8"
+ },
+/obj/effect/decal/cleanable/blood/tracks,
+/obj/effect/turf_decal/corner/transparent/lime/border{
+ dir = 8
+ },
+/obj/effect/turf_decal/corner/transparent/lime/bordercorner,
+/turf/open/floor/plasteel/dark/wasteplanet,
+/area/ruin/wasteplanet/wasteplanet_shipbreaking/ship)
+"mq" = (
+/obj/structure/fence/door,
+/turf/open/floor/plating/wasteplanet/lit,
+/area/ruin/wasteplanet/wasteplanet_shipbreaking/bay)
+"mA" = (
+/obj/structure/cable/yellow{
+ icon_state = "2-4"
+ },
+/obj/effect/turf_decal/industrial/warning/dust/corner,
+/obj/effect/turf_decal/industrial/warning/dust/corner{
+ dir = 8
+ },
+/turf/open/floor/plating/wasteplanet/lit,
+/area/ruin/wasteplanet)
+"mG" = (
+/obj/machinery/suit_storage_unit/open,
+/obj/effect/turf_decal/industrial/hatch/orange,
+/obj/effect/turf_decal/industrial/traffic/corner{
+ dir = 8
+ },
+/turf/open/floor/plasteel/dark/wasteplanet,
+/area/ruin/wasteplanet/wasteplanet_shipbreaking/bay)
+"mK" = (
+/obj/structure/fence/post{
+ dir = 4
+ },
+/turf/open/floor/plating/wasteplanet/lit,
+/area/ruin/wasteplanet)
+"mS" = (
+/obj/effect/turf_decal/industrial/hatch/orange,
+/turf/open/floor/plasteel/dark/wasteplanet,
+/area/ruin/wasteplanet/wasteplanet_shipbreaking/bay)
+"mU" = (
+/obj/machinery/door/airlock{
+ dir = 4
+ },
+/obj/effect/mapping_helpers/airlock/locked,
+/turf/open/floor/plasteel/wasteplanet,
+/area/ruin/wasteplanet/wasteplanet_shipbreaking/dorms)
+"mZ" = (
+/obj/structure/fence,
+/obj/effect/turf_decal/industrial/warning/dust{
+ dir = 8
+ },
+/turf/open/floor/plating/wasteplanet/lit,
+/area/ruin/wasteplanet)
+"nd" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/dark/wasteplanet,
+/area/ruin/wasteplanet/wasteplanet_shipbreaking/bay)
+"ne" = (
+/obj/effect/turf_decal/industrial/traffic{
+ dir = 1
+ },
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on{
+ dir = 8
+ },
+/turf/open/floor/plating/wasteplanet,
+/area/ruin/wasteplanet/wasteplanet_shipbreaking/bay)
+"nf" = (
+/obj/structure/cable{
+ icon_state = "1-4"
+ },
+/obj/structure/cable{
+ icon_state = "1-2"
+ },
+/turf/open/floor/plasteel/dark/wasteplanet,
+/area/ruin/wasteplanet/wasteplanet_shipbreaking/ship)
+"ng" = (
+/obj/structure/table_frame,
+/obj/item/stack/ore/salvage/scrapmetal,
+/obj/item/wirecutters,
+/obj/item/screwdriver{
+ pixel_x = 7;
+ pixel_y = -8
+ },
+/obj/machinery/light/small/directional/north,
+/obj/effect/turf_decal/corner/transparent/blue{
+ dir = 5
+ },
+/turf/open/floor/plasteel/dark/wasteplanet,
+/area/ruin/wasteplanet/wasteplanet_shipbreaking/dorms)
+"ni" = (
+/obj/structure/bed{
+ dir = 4
+ },
+/obj/item/bedsheet/green{
+ dir = 4
+ },
+/obj/structure/curtain/cloth/grey,
+/turf/open/floor/plasteel/wasteplanet,
+/area/ruin/wasteplanet/wasteplanet_shipbreaking/ship)
+"nr" = (
+/obj/machinery/power/terminal{
+ dir = 8
+ },
+/obj/structure/cable{
+ icon_state = "0-4"
+ },
+/turf/open/floor/plating/wasteplanet/rust,
+/area/ruin/wasteplanet/wasteplanet_shipbreaking/ship)
+"nx" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/obj/effect/turf_decal/corner/transparent/blue{
+ dir = 6
+ },
+/turf/open/floor/plasteel/dark/wasteplanet,
+/area/ruin/wasteplanet/wasteplanet_shipbreaking/canteen)
+"nH" = (
+/obj/machinery/door/airlock/command,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plasteel/wasteplanet,
+/area/ruin/wasteplanet/wasteplanet_shipbreaking/canteen)
+"nJ" = (
+/obj/structure/cable/yellow,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/obj/machinery/power/apc/auto_name/directional/west{
+ start_charge = 0
+ },
+/obj/effect/turf_decal/corner/transparent/orange{
+ dir = 9
+ },
+/turf/open/floor/plasteel/wasteplanet,
+/area/ruin/wasteplanet/wasteplanet_shipbreaking/dorms)
+"nL" = (
+/obj/structure/railing{
+ max_integrity = 70
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/stairs{
+ dir = 8
+ },
+/area/ruin/wasteplanet/wasteplanet_shipbreaking/bay)
+"nP" = (
+/obj/structure/chair/comfy/shuttle{
+ dir = 4
+ },
+/obj/effect/turf_decal/corner/transparent/lime/border,
+/turf/open/floor/plasteel/wasteplanet,
+/area/ruin/wasteplanet/wasteplanet_shipbreaking/ship)
+"nV" = (
+/obj/effect/decal/cleanable/blood/old,
+/obj/structure/closet/crate/coffin,
+/obj/effect/mob_spawn/human/corpse/charredskeleton,
+/turf/open/floor/plating/wasteplanet/rust/lit,
+/area/ruin/wasteplanet)
+"nZ" = (
+/obj/machinery/door/airlock{
+ dir = 4
+ },
+/obj/effect/turf_decal/corner/transparent/neutral/mono,
+/turf/open/floor/plasteel/wasteplanet,
+/area/ruin/wasteplanet/wasteplanet_shipbreaking/dorms)
+"oe" = (
+/obj/machinery/power/terminal{
+ dir = 8
+ },
+/obj/structure/cable{
+ icon_state = "0-4"
+ },
+/turf/open/floor/plating/wasteplanet,
+/area/ruin/wasteplanet/wasteplanet_shipbreaking/ship)
+"oh" = (
+/obj/structure/cable{
+ icon_state = "1-8"
+ },
+/obj/effect/decal/cleanable/blood/tracks{
+ dir = 10
+ },
+/obj/effect/turf_decal/corner/transparent/lime/border{
+ dir = 8
+ },
+/obj/effect/turf_decal/corner/transparent/lime/border{
+ dir = 4
+ },
+/turf/open/floor/plasteel/dark/wasteplanet,
+/area/ruin/wasteplanet/wasteplanet_shipbreaking/ship)
+"ok" = (
+/obj/effect/turf_decal/corner/transparent/orange{
+ dir = 10
+ },
+/turf/open/floor/plasteel/wasteplanet,
+/area/ruin/wasteplanet/wasteplanet_shipbreaking/canteen)
+"os" = (
+/obj/effect/turf_decal/corner/transparent/lime/border{
+ dir = 6
+ },
+/turf/open/floor/plasteel/dark/wasteplanet,
+/area/ruin/wasteplanet/wasteplanet_shipbreaking/ship)
+"ov" = (
+/obj/structure/fence,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/obj/effect/turf_decal/industrial/warning/dust{
+ dir = 4
+ },
+/turf/open/floor/plating/wasteplanet/lit,
+/area/ruin/wasteplanet)
+"oz" = (
+/obj/item/kirbyplants/dead,
+/obj/effect/turf_decal/corner/transparent/lime/border{
+ dir = 6
+ },
+/turf/open/floor/plasteel/dark/wasteplanet,
+/area/ruin/wasteplanet/wasteplanet_shipbreaking/ship)
+"oA" = (
+/obj/effect/turf_decal/industrial/traffic,
+/obj/effect/turf_decal/industrial/caution{
+ dir = 1
+ },
+/obj/structure/cable/yellow{
+ icon_state = "2-4"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 10
+ },
+/turf/open/floor/plasteel/dark/wasteplanet,
+/area/ruin/wasteplanet/wasteplanet_shipbreaking/bay)
+"oJ" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/obj/effect/turf_decal/corner/transparent/neutral/diagonal,
+/turf/open/floor/plasteel/dark/wasteplanet,
+/area/ruin/wasteplanet/wasteplanet_shipbreaking/canteen)
+"oK" = (
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on,
+/obj/effect/turf_decal/corner/transparent/orange{
+ dir = 5
+ },
+/turf/open/floor/plasteel/wasteplanet,
+/area/ruin/wasteplanet/wasteplanet_shipbreaking/canteen)
+"oS" = (
+/obj/effect/decal/cleanable/blood/drip,
+/obj/effect/turf_decal/corner/transparent/blue{
+ dir = 10
+ },
+/turf/open/floor/plasteel/dark/wasteplanet,
+/area/ruin/wasteplanet/wasteplanet_shipbreaking/canteen)
+"oT" = (
+/obj/structure/fence{
+ dir = 8
+ },
+/turf/open/floor/plating/wasteplanet/lit,
+/area/ruin/wasteplanet/wasteplanet_shipbreaking/bay)
+"oW" = (
+/obj/machinery/hydroponics/constructable,
+/obj/machinery/light/directional/east,
+/obj/effect/decal/cleanable/cobweb/cobweb2,
+/obj/item/seeds/potato,
+/turf/open/floor/plasteel/dark/wasteplanet,
+/area/ruin/wasteplanet/wasteplanet_shipbreaking/ship)
+"pb" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/obj/effect/turf_decal/corner/transparent/orange{
+ dir = 9
+ },
+/turf/open/floor/plasteel/wasteplanet,
+/area/ruin/wasteplanet/wasteplanet_shipbreaking/dorms)
+"pd" = (
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/dark/wasteplanet,
+/area/ruin/wasteplanet/wasteplanet_shipbreaking/bay)
+"ph" = (
+/obj/structure/railing{
+ max_integrity = 70
+ },
+/obj/structure/cable/yellow{
+ icon_state = "4-8"
+ },
+/turf/open/floor/plasteel/stairs{
+ dir = 4
+ },
+/area/ruin/wasteplanet/wasteplanet_shipbreaking/bay)
+"pj" = (
+/turf/closed/wall,
+/area/ruin/wasteplanet)
+"pr" = (
+/obj/effect/turf_decal/industrial/traffic,
+/turf/open/floor/plating/wasteplanet,
+/area/ruin/wasteplanet/wasteplanet_shipbreaking/bay)
+"pt" = (
+/mob/living/simple_animal/hostile/hivebot/wasteplanet/strong,
+/obj/structure/sign/warning/docking{
+ pixel_x = 32
+ },
+/turf/open/floor/plasteel/wasteplanet,
+/area/ruin/wasteplanet/wasteplanet_shipbreaking/ship)
+"pu" = (
+/obj/structure/cable/yellow{
+ icon_state = "1-4"
+ },
+/obj/effect/turf_decal/industrial/warning/dust/corner{
+ dir = 4
+ },
+/obj/effect/turf_decal/industrial/warning/dust/corner{
+ dir = 1
+ },
+/turf/open/floor/plating/wasteplanet/lit,
+/area/ruin/wasteplanet)
+"px" = (
+/turf/closed/wall/mineral/titanium/nodiagonal,
+/area/ruin/wasteplanet/wasteplanet_shipbreaking/ship)
+"pz" = (
+/obj/structure/table/reinforced,
+/obj/item/paper_bin{
+ pixel_x = -6
+ },
+/obj/item/folder/yellow{
+ pixel_x = 8
+ },
+/obj/item/pen/fountain{
+ pixel_x = -6;
+ pixel_y = 1
+ },
+/turf/open/floor/plasteel/wasteplanet,
+/area/ruin/wasteplanet/wasteplanet_shipbreaking/ship)
+"pB" = (
+/obj/structure/cable/yellow{
+ icon_state = "1-2"
+ },
+/turf/open/floor/plating/wasteplanet/rust/lit,
+/area/ruin/wasteplanet)
+"pF" = (
+/obj/structure/chair/stool/bar{
+ dir = 8;
+ pixel_x = -8
+ },
+/obj/structure/cable/yellow{
+ icon_state = "0-4"
+ },
+/obj/machinery/power/apc/auto_name/directional/north{
+ start_charge = 0
+ },
+/turf/open/floor/plasteel/dark/wasteplanet,
+/area/ruin/wasteplanet/wasteplanet_shipbreaking/canteen)
+"pG" = (
+/obj/machinery/mech_bay_recharge_port{
+ dir = 2
+ },
+/turf/open/floor/plating/wasteplanet/lit,
+/area/ruin/wasteplanet/wasteplanet_shipbreaking/bay)
+"pJ" = (
+/obj/effect/turf_decal/industrial/traffic/corner{
+ dir = 8
+ },
+/obj/structure/cable/yellow{
+ icon_state = "1-8"
+ },
+/obj/machinery/light/directional/south,
+/obj/effect/turf_decal/corner/transparent/orange{
+ dir = 6
+ },
+/turf/open/floor/plasteel/dark/wasteplanet,
+/area/ruin/wasteplanet/wasteplanet_shipbreaking/bay)
+"pK" = (
+/obj/machinery/light/dim/directional/east,
+/obj/effect/turf_decal/corner/transparent/orange{
+ dir = 6
+ },
+/turf/open/floor/plasteel/wasteplanet,
+/area/ruin/wasteplanet/wasteplanet_shipbreaking/dorms)
+"pQ" = (
+/obj/structure/table,
+/turf/open/floor/plasteel/dark/wasteplanet,
+/area/ruin/wasteplanet/wasteplanet_shipbreaking/canteen)
+"pY" = (
+/obj/item/stack/ore/iron,
+/obj/effect/decal/cleanable/blood/gibs/down,
+/obj/item/stack/ore/salvage/scrapmetal,
+/obj/item/shard,
+/obj/effect/mob_spawn/human/corpse/charredskeleton,
+/obj/item/clothing/head/caphat/cowboy,
+/obj/structure/sign/poster/retro/smile{
+ pixel_x = -28
+ },
+/obj/machinery/light/small/broken/directional/south,
+/turf/open/floor/plasteel/wasteplanet,
+/area/ruin/wasteplanet/wasteplanet_shipbreaking/ship)
+"qd" = (
+/obj/structure/cable/yellow{
+ icon_state = "1-2"
+ },
+/turf/open/floor/plating/wasteplanet/lit,
+/area/ruin/wasteplanet)
+"qo" = (
+/obj/machinery/door/airlock,
+/obj/structure/barricade/wooden/crude,
+/obj/structure/cable/yellow{
+ icon_state = "1-2"
+ },
+/obj/effect/mapping_helpers/airlock/locked,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plasteel/wasteplanet,
+/area/ruin/wasteplanet/wasteplanet_shipbreaking/canteen)
+"qr" = (
+/obj/structure/cable/yellow{
+ icon_state = "1-2"
+ },
+/obj/effect/turf_decal/corner/transparent/orange{
+ dir = 10
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plasteel/wasteplanet,
+/area/ruin/wasteplanet/wasteplanet_shipbreaking/canteen)
+"qs" = (
+/obj/structure/cable/yellow{
+ icon_state = "1-2"
+ },
+/obj/effect/turf_decal/corner/transparent/orange{
+ dir = 9
+ },
+/obj/structure/sign/warning/nosmoking/burnt{
+ pixel_x = -28
+ },
+/turf/open/floor/plasteel/dark/wasteplanet,
+/area/ruin/wasteplanet/wasteplanet_shipbreaking/bay)
+"qt" = (
+/obj/structure/cable/yellow{
+ icon_state = "2-4"
+ },
+/obj/effect/turf_decal/corner/transparent/orange{
+ dir = 9
+ },
+/turf/open/floor/plasteel/dark/wasteplanet,
+/area/ruin/wasteplanet/wasteplanet_shipbreaking/bay)
+"qu" = (
+/obj/effect/turf_decal/corner/transparent/blue{
+ dir = 5
+ },
+/turf/open/floor/plasteel/dark/wasteplanet,
+/area/ruin/wasteplanet/wasteplanet_shipbreaking/dorms)
+"qw" = (
+/obj/machinery/vending/cola/pwr_game,
+/turf/open/floor/plasteel/wasteplanet,
+/area/ruin/wasteplanet/wasteplanet_shipbreaking/canteen)
+"qy" = (
+/obj/structure/toilet{
+ pixel_y = 11
+ },
+/turf/open/floor/plasteel/wasteplanet,
+/area/ruin/wasteplanet/wasteplanet_shipbreaking/ship)
+"qB" = (
+/obj/effect/turf_decal/industrial/hatch/red,
+/turf/open/floor/plasteel/dark/wasteplanet,
+/area/ruin/wasteplanet/wasteplanet_shipbreaking/bay)
+"qL" = (
+/turf/open/floor/plating/asteroid/wasteplanet/lit,
+/area/ruin/wasteplanet)
+"qS" = (
+/obj/structure/closet/crate{
+ name = "ration 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/machinery/light/small/broken/directional/south,
+/obj/effect/spawner/lootdrop/ration,
+/obj/effect/spawner/lootdrop/ration,
+/obj/effect/spawner/lootdrop/ration,
+/obj/effect/spawner/lootdrop/ration,
+/turf/open/floor/plasteel/wasteplanet,
+/area/ruin/wasteplanet/wasteplanet_shipbreaking/ship)
+"rd" = (
+/obj/structure/table/reinforced,
+/turf/open/floor/plasteel/dark/wasteplanet,
+/area/ruin/wasteplanet/wasteplanet_shipbreaking/ship)
+"re" = (
+/obj/machinery/light/directional/south,
+/obj/effect/turf_decal/corner/transparent/orange{
+ dir = 10
+ },
+/turf/open/floor/plasteel/dark/wasteplanet,
+/area/ruin/wasteplanet/wasteplanet_shipbreaking/bay)
+"rp" = (
+/obj/structure/cable/yellow{
+ icon_state = "1-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 5
+ },
+/turf/open/floor/plating/wasteplanet/lit,
+/area/ruin/wasteplanet)
+"rv" = (
+/obj/structure/table,
+/obj/item/paper_bin{
+ pixel_x = -6
+ },
+/obj/item/folder/yellow{
+ pixel_x = 8
+ },
+/turf/open/floor/plasteel/wasteplanet,
+/area/ruin/wasteplanet/wasteplanet_shipbreaking/dorms)
+"rw" = (
+/obj/structure/cable/yellow{
+ icon_state = "4-8"
+ },
+/obj/structure/cable/yellow{
+ icon_state = "1-8"
+ },
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden,
+/obj/structure/catwalk/over,
+/obj/structure/spawner/hivebot,
+/turf/open/floor/plating/wasteplanet,
+/area/ruin/wasteplanet/wasteplanet_shipbreaking/canteen)
+"ry" = (
+/obj/structure/fence{
+ dir = 8
+ },
+/turf/open/floor/plating/wasteplanet/lit,
+/area/ruin/wasteplanet)
+"rQ" = (
+/obj/structure/cable/yellow{
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/plating/wasteplanet,
+/area/ruin/wasteplanet/wasteplanet_shipbreaking/canteen)
+"sf" = (
+/mob/living/simple_animal/hostile/hivebot/wasteplanet,
+/turf/open/floor/plating/asteroid/wasteplanet,
+/area/ruin/wasteplanet)
+"sm" = (
+/obj/item/stack/ore/salvage/scrapmetal/five,
+/turf/open/floor/plasteel/wasteplanet,
+/area/ruin/wasteplanet/wasteplanet_shipbreaking/dorms)
+"sx" = (
+/obj/structure/railing{
+ max_integrity = 70
+ },
+/obj/machinery/airalarm/directional/north,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/wasteplanet,
+/area/ruin/wasteplanet/wasteplanet_shipbreaking/bay)
+"sz" = (
+/obj/structure/cable{
+ icon_state = "0-2"
+ },
+/obj/machinery/power/smes,
+/turf/open/floor/plating/wasteplanet,
+/area/ruin/wasteplanet/wasteplanet_shipbreaking/ship)
+"sB" = (
+/obj/structure/cable/yellow{
+ icon_state = "1-4"
+ },
+/turf/open/floor/plating/wasteplanet,
+/area/ruin/wasteplanet/wasteplanet_shipbreaking/bay)
+"sF" = (
+/obj/machinery/door/airlock{
+ dir = 4
+ },
+/turf/open/floor/plasteel/dark/wasteplanet,
+/area/ruin/wasteplanet/wasteplanet_shipbreaking/canteen)
+"sK" = (
+/obj/structure/girder,
+/turf/open/floor/plating/wasteplanet/lit,
+/area/ruin/wasteplanet/wasteplanet_shipbreaking/ship)
+"sL" = (
+/obj/machinery/ntnet_relay,
+/turf/open/floor/plasteel/dark/wasteplanet,
+/area/ruin/wasteplanet/wasteplanet_shipbreaking/canteen)
+"sO" = (
+/obj/structure/fence/door,
+/obj/structure/cable/yellow{
+ icon_state = "1-2"
+ },
+/obj/effect/turf_decal/industrial/warning/dust{
+ dir = 4
+ },
+/obj/effect/turf_decal/industrial/warning/dust{
+ dir = 8
+ },
+/turf/open/floor/plating/wasteplanet/lit,
+/area/ruin/wasteplanet)
+"sT" = (
+/obj/structure/cable/yellow{
+ icon_state = "2-8"
+ },
+/obj/structure/sign/poster/contraband/space_cola{
+ pixel_y = 32
+ },
+/turf/open/floor/plasteel/dark/wasteplanet,
+/area/ruin/wasteplanet/wasteplanet_shipbreaking/canteen)
+"ta" = (
+/obj/machinery/door/airlock{
+ dir = 4
+ },
+/obj/effect/mapping_helpers/airlock/locked,
+/obj/effect/turf_decal/corner/transparent/neutral/mono,
+/turf/open/floor/plasteel/wasteplanet,
+/area/ruin/wasteplanet/wasteplanet_shipbreaking/dorms)
+"td" = (
+/obj/structure/fence,
+/turf/open/floor/plating/wasteplanet/lit,
+/area/ruin/wasteplanet)
+"tn" = (
+/turf/template_noop,
+/area/template_noop)
+"to" = (
+/obj/structure/cable{
+ icon_state = "1-2"
+ },
+/obj/effect/decal/cleanable/blood/tracks{
+ dir = 1
+ },
+/obj/effect/turf_decal/corner/transparent/lime/border{
+ dir = 8
+ },
+/obj/effect/turf_decal/corner/transparent/lime/bordercorner{
+ dir = 4
+ },
+/turf/open/floor/plasteel/dark/wasteplanet,
+/area/ruin/wasteplanet/wasteplanet_shipbreaking/ship)
+"tu" = (
+/obj/structure/table,
+/obj/effect/turf_decal/corner/transparent/neutral/diagonal,
+/obj/structure/sink/kitchen{
+ dir = 4
+ },
+/obj/effect/decal/cleanable/food/flour,
+/turf/open/floor/plasteel/dark/wasteplanet,
+/area/ruin/wasteplanet/wasteplanet_shipbreaking/canteen)
+"tv" = (
+/obj/effect/turf_decal/industrial/warning/dust{
+ dir = 4
+ },
+/turf/open/floor/plating/wasteplanet/lit,
+/area/ruin/wasteplanet)
+"ty" = (
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on{
+ dir = 8
+ },
+/turf/open/floor/plating/wasteplanet,
+/area/ruin/wasteplanet/wasteplanet_shipbreaking/bay)
+"tD" = (
+/obj/structure/cable{
+ icon_state = "1-2"
+ },
+/obj/effect/decal/cleanable/blood/tracks{
+ dir = 1
+ },
+/obj/effect/turf_decal/corner/transparent/lime/border{
+ dir = 8
+ },
+/obj/effect/turf_decal/corner/transparent/lime/bordercorner,
+/turf/open/floor/plasteel/dark/wasteplanet,
+/area/ruin/wasteplanet/wasteplanet_shipbreaking/ship)
+"tK" = (
+/obj/structure/cable{
+ icon_state = "0-2"
+ },
+/obj/machinery/power/terminal{
+ dir = 1
+ },
+/turf/open/floor/plating/wasteplanet,
+/area/ruin/wasteplanet/wasteplanet_shipbreaking/bay)
+"tL" = (
+/obj/machinery/door/airlock/maintenance/external/glass,
+/obj/structure/cable/yellow{
+ icon_state = "1-2"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/obj/machinery/door/firedoor,
+/turf/open/floor/plasteel/wasteplanet,
+/area/ruin/wasteplanet/wasteplanet_shipbreaking/bay)
+"tT" = (
+/obj/structure/closet/crate/trashcart,
+/obj/item/broken_bottle,
+/obj/item/shard,
+/obj/item/reagent_containers/food/drinks/bottle/hooch,
+/turf/open/floor/plasteel/dark/wasteplanet,
+/area/ruin/wasteplanet/wasteplanet_shipbreaking/canteen)
+"tX" = (
+/obj/structure/grille,
+/obj/structure/window/reinforced/fulltile,
+/turf/open/floor/plating/wasteplanet,
+/area/ruin/wasteplanet/wasteplanet_shipbreaking/dorms)
+"tY" = (
+/obj/structure/cable{
+ icon_state = "1-8"
+ },
+/turf/open/floor/plating/wasteplanet,
+/area/ruin/wasteplanet/wasteplanet_shipbreaking/ship)
+"ul" = (
+/obj/structure/cable{
+ icon_state = "1-4"
+ },
+/obj/structure/sign/poster/contraband/engis_unite{
+ pixel_y = -28
+ },
+/turf/open/floor/plating/wasteplanet,
+/area/ruin/wasteplanet/wasteplanet_shipbreaking/bay)
+"um" = (
+/obj/structure/table,
+/obj/structure/showcase/machinery/tv{
+ name = "\improper television";
+ desc = "A mess of wires and duct tape that barely functions"
+ },
+/obj/item/toy/plush/among{
+ pixel_x = 7;
+ pixel_y = 14
+ },
+/obj/item/stack/cable_coil/cut/red{
+ pixel_y = 10
+ },
+/obj/item/kitchen/fork{
+ pixel_x = 12;
+ name = "load bearing fork"
+ },
+/obj/effect/turf_decal/corner/transparent/blue{
+ dir = 5
+ },
+/obj/item/trash/raisins{
+ pixel_x = -12;
+ pixel_y = -2
+ },
+/turf/open/floor/plasteel/dark/wasteplanet,
+/area/ruin/wasteplanet/wasteplanet_shipbreaking/dorms)
+"un" = (
+/obj/structure/rack,
+/obj/item/clothing/glasses/welding,
+/obj/item/weldingtool/hugetank/empty,
+/obj/effect/turf_decal/industrial/traffic/corner,
+/obj/machinery/light/directional/south,
+/turf/open/floor/plasteel/dark/wasteplanet,
+/area/ruin/wasteplanet/wasteplanet_shipbreaking/bay)
+"up" = (
+/obj/effect/decal/cleanable/oil/slippery,
+/obj/item/stack/ore/salvage/scrapmetal/five,
+/obj/item/stack/ore/salvage/scrapplasma,
+/obj/effect/decal/cleanable/robot_debris,
+/turf/open/floor/plating/wasteplanet/lit,
+/area/ruin/wasteplanet)
+"ut" = (
+/obj/structure/rack,
+/obj/item/clothing/glasses/welding,
+/obj/item/weldingtool/hugetank/empty,
+/obj/effect/turf_decal/industrial/traffic/corner{
+ dir = 1
+ },
+/obj/machinery/light/directional/north,
+/turf/open/floor/plasteel/dark/wasteplanet,
+/area/ruin/wasteplanet/wasteplanet_shipbreaking/bay)
+"uw" = (
+/obj/structure/chair/stool/bar{
+ dir = 1;
+ pixel_y = 12
+ },
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on,
+/obj/effect/turf_decal/corner/transparent/blue,
+/turf/open/floor/plasteel/dark/wasteplanet,
+/area/ruin/wasteplanet/wasteplanet_shipbreaking/canteen)
+"uD" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/obj/effect/turf_decal/corner/transparent/orange{
+ dir = 1
+ },
+/turf/open/floor/plasteel/wasteplanet,
+/area/ruin/wasteplanet/wasteplanet_shipbreaking/dorms)
+"uN" = (
+/obj/structure/chair/office{
+ dir = 8
+ },
+/turf/open/floor/plasteel/wasteplanet,
+/area/ruin/wasteplanet/wasteplanet_shipbreaking/dorms)
+"uU" = (
+/obj/structure/chair/comfy/orange/old/alt/directional/south,
+/obj/item/toy/plush/snakeplushie,
+/turf/open/floor/plasteel/wasteplanet,
+/area/ruin/wasteplanet/wasteplanet_shipbreaking/dorms)
+"uZ" = (
+/obj/structure/table,
+/obj/item/trash/plate,
+/obj/item/reagent_containers/food/snacks/badrecipe,
+/obj/item/reagent_containers/food/drinks/soda_cans/lunapunch{
+ pixel_y = 9;
+ pixel_x = -8
+ },
+/turf/open/floor/plasteel/dark/wasteplanet,
+/area/ruin/wasteplanet/wasteplanet_shipbreaking/canteen)
+"vb" = (
+/obj/machinery/door/airlock{
+ 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/dark/wasteplanet,
+/area/ruin/wasteplanet/wasteplanet_shipbreaking/ship)
+"vf" = (
+/obj/structure/railing{
+ max_integrity = 70
+ },
+/obj/effect/turf_decal/industrial/traffic/corner{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden,
+/turf/open/floor/plasteel/wasteplanet,
+/area/ruin/wasteplanet/wasteplanet_shipbreaking/bay)
+"vh" = (
+/obj/structure/table/wood/fancy/orange,
+/obj/item/flashlight/lamp/green,
+/obj/machinery/light/small/directional/west,
+/turf/open/floor/plasteel/wasteplanet,
+/area/ruin/wasteplanet/wasteplanet_shipbreaking/dorms)
+"vv" = (
+/obj/structure/railing{
+ max_integrity = 70
+ },
+/obj/machinery/light/directional/north,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/wasteplanet,
+/area/ruin/wasteplanet/wasteplanet_shipbreaking/bay)
+"vB" = (
+/obj/item/stack/ore/salvage/scraptitanium,
+/turf/open/floor/plating/wasteplanet/lit,
+/area/ruin/wasteplanet)
+"vC" = (
+/obj/machinery/light/directional/south,
+/turf/open/floor/plating/wasteplanet,
+/area/ruin/wasteplanet/wasteplanet_shipbreaking/bay)
+"vH" = (
+/obj/effect/turf_decal/corner/transparent/orange{
+ dir = 5
+ },
+/turf/open/floor/plasteel/wasteplanet,
+/area/ruin/wasteplanet/wasteplanet_shipbreaking/dorms)
+"vN" = (
+/obj/effect/turf_decal/industrial/hatch/yellow,
+/obj/structure/floodlight_frame,
+/obj/machinery/light/directional/west,
+/turf/open/floor/plating/wasteplanet,
+/area/ruin/wasteplanet/wasteplanet_shipbreaking/bay)
+"vU" = (
+/obj/effect/turf_decal/miskilamo_small/right,
+/turf/open/floor/plating/wasteplanet/rust/lit,
+/area/ruin/wasteplanet)
+"vV" = (
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on,
+/obj/effect/turf_decal/corner/transparent/blue{
+ dir = 8
+ },
+/turf/open/floor/plasteel/dark/wasteplanet,
+/area/ruin/wasteplanet/wasteplanet_shipbreaking/canteen)
+"vX" = (
+/obj/structure/chair{
+ dir = 4
+ },
+/turf/open/floor/plasteel/dark/wasteplanet,
+/area/ruin/wasteplanet/wasteplanet_shipbreaking/canteen)
+"vZ" = (
+/obj/structure/fence{
+ dir = 8
+ },
+/turf/open/floor/plating/wasteplanet/rust/lit,
+/area/ruin/wasteplanet)
+"wb" = (
+/obj/machinery/light/dim/directional/south,
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on{
+ dir = 1
+ },
+/obj/effect/turf_decal/corner/transparent/orange{
+ dir = 10
+ },
+/turf/open/floor/plasteel/wasteplanet,
+/area/ruin/wasteplanet/wasteplanet_shipbreaking/canteen)
+"wc" = (
+/obj/structure/closet/secure_closet/freezer/fridge,
+/obj/effect/spawner/lootdrop/ration,
+/obj/effect/spawner/lootdrop/ration,
+/obj/machinery/light/small/directional/west,
+/obj/effect/turf_decal/corner/transparent/neutral/mono,
+/obj/effect/turf_decal/corner/transparent/blue/border{
+ dir = 9
+ },
+/turf/open/floor/plasteel/wasteplanet,
+/area/ruin/wasteplanet/wasteplanet_shipbreaking/canteen)
+"wf" = (
+/obj/structure/window/reinforced/fulltile/shuttle,
+/obj/structure/grille,
+/obj/structure/curtain/cloth/grey,
+/turf/open/floor/plating/wasteplanet,
+/area/ruin/wasteplanet/wasteplanet_shipbreaking/ship)
+"wg" = (
+/obj/structure/fence/end{
+ dir = 4
+ },
+/turf/open/floor/plating/wasteplanet/lit,
+/area/ruin/wasteplanet/wasteplanet_shipbreaking/bay)
+"wr" = (
+/obj/effect/turf_decal/industrial/warning/dust{
+ dir = 8
+ },
+/turf/open/floor/plating/wasteplanet/lit,
+/area/ruin/wasteplanet)
+"wv" = (
+/obj/effect/turf_decal/industrial/traffic,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 5
+ },
+/turf/open/floor/plasteel/dark/wasteplanet,
+/area/ruin/wasteplanet/wasteplanet_shipbreaking/bay)
+"ww" = (
+/obj/effect/turf_decal/industrial/traffic/fulltile,
+/obj/structure/cable/yellow{
+ icon_state = "1-2"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/obj/machinery/door/firedoor/closed,
+/turf/open/floor/plating/wasteplanet,
+/area/ruin/wasteplanet/wasteplanet_shipbreaking/bay)
+"wZ" = (
+/obj/machinery/suit_storage_unit/independent/engineering,
+/obj/effect/turf_decal/industrial/hatch/orange,
+/obj/effect/turf_decal/industrial/traffic/corner,
+/turf/open/floor/plasteel/dark/wasteplanet,
+/area/ruin/wasteplanet/wasteplanet_shipbreaking/bay)
+"xe" = (
+/obj/effect/turf_decal/industrial/traffic{
+ dir = 1
+ },
+/obj/effect/turf_decal/industrial/caution,
+/obj/structure/cable/yellow{
+ icon_state = "1-2"
+ },
+/obj/structure/cable/yellow{
+ icon_state = "1-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plating/wasteplanet/lit,
+/area/ruin/wasteplanet)
+"xf" = (
+/obj/structure/cable/yellow{
+ icon_state = "4-8"
+ },
+/obj/effect/turf_decal/industrial/warning/dust,
+/turf/open/floor/plating/wasteplanet/lit,
+/area/ruin/wasteplanet)
+"xh" = (
+/obj/structure/cable/yellow{
+ icon_state = "1-2"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plating/wasteplanet,
+/area/ruin/wasteplanet/wasteplanet_shipbreaking/canteen)
+"xl" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 9
+ },
+/obj/effect/turf_decal/corner/transparent/blue{
+ dir = 9
+ },
+/obj/item/trash/raisins{
+ pixel_x = 15;
+ pixel_y = -2
+ },
+/turf/open/floor/plasteel/dark/wasteplanet,
+/area/ruin/wasteplanet/wasteplanet_shipbreaking/canteen)
+"xs" = (
+/obj/structure/chair/office{
+ dir = 4;
+ pixel_x = 8
+ },
+/turf/open/floor/plasteel/wasteplanet,
+/area/ruin/wasteplanet/wasteplanet_shipbreaking/dorms)
+"xO" = (
+/obj/effect/turf_decal/corner/transparent/orange,
+/turf/open/floor/plasteel/wasteplanet,
+/area/ruin/wasteplanet/wasteplanet_shipbreaking/dorms)
+"yb" = (
+/obj/effect/decal/cleanable/oil/slippery,
+/turf/open/floor/plating/wasteplanet/lit,
+/area/ruin/wasteplanet)
+"yi" = (
+/obj/structure/cable/yellow{
+ icon_state = "1-4"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 9
+ },
+/turf/open/floor/plating/wasteplanet/lit,
+/area/ruin/wasteplanet)
+"yn" = (
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
+ dir = 8
+ },
+/obj/effect/turf_decal/corner/transparent/blue{
+ dir = 9
+ },
+/turf/open/floor/plasteel/dark/wasteplanet,
+/area/ruin/wasteplanet/wasteplanet_shipbreaking/canteen)
+"yp" = (
+/obj/structure/table,
+/obj/item/storage/ration/chicken_wings_hot_sauce,
+/turf/open/floor/plasteel/dark/wasteplanet,
+/area/ruin/wasteplanet/wasteplanet_shipbreaking/canteen)
+"yr" = (
+/obj/machinery/suit_storage_unit/open,
+/obj/effect/turf_decal/industrial/hatch/orange,
+/obj/effect/turf_decal/industrial/traffic/corner{
+ dir = 1
+ },
+/obj/effect/decal/cleanable/cobweb/cobweb2,
+/turf/open/floor/plasteel/dark/wasteplanet,
+/area/ruin/wasteplanet/wasteplanet_shipbreaking/bay)
+"yz" = (
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on,
+/obj/effect/turf_decal/corner/transparent/orange{
+ dir = 5
+ },
+/turf/open/floor/plasteel/wasteplanet,
+/area/ruin/wasteplanet/wasteplanet_shipbreaking/dorms)
+"yA" = (
+/obj/structure/bed,
+/obj/item/bedsheet/grey,
+/turf/open/floor/plasteel/wasteplanet,
+/area/ruin/wasteplanet/wasteplanet_shipbreaking/dorms)
+"yC" = (
+/obj/machinery/door/airlock{
+ dir = 4
+ },
+/turf/open/floor/plasteel/wasteplanet,
+/area/ruin/wasteplanet/wasteplanet_shipbreaking/dorms)
+"yD" = (
+/obj/structure/cable/yellow{
+ icon_state = "4-8"
+ },
+/turf/open/floor/plating/wasteplanet/lit,
+/area/ruin/wasteplanet)
+"yK" = (
+/turf/closed/wall/r_wall,
+/area/ruin/wasteplanet/wasteplanet_shipbreaking/dorms)
+"yR" = (
+/obj/structure/railing{
+ max_integrity = 70
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/wasteplanet,
+/area/ruin/wasteplanet/wasteplanet_shipbreaking/bay)
+"yU" = (
+/obj/structure/sign/warning/docking{
+ pixel_y = 32
+ },
+/obj/effect/turf_decal/industrial/warning/dust{
+ dir = 5
+ },
+/turf/open/floor/plating/wasteplanet/lit,
+/area/ruin/wasteplanet)
+"zp" = (
+/obj/effect/turf_decal/industrial/hatch/orange,
+/obj/structure/reagent_dispensers/watertank,
+/turf/open/floor/plasteel/dark/wasteplanet,
+/area/ruin/wasteplanet/wasteplanet_shipbreaking/bay)
+"zt" = (
+/obj/effect/decal/cleanable/blood/tracks{
+ dir = 9
+ },
+/obj/structure/marker_beacon{
+ picked_color = "Burgundy"
+ },
+/turf/open/floor/plating/wasteplanet/lit,
+/area/ruin/wasteplanet)
+"zv" = (
+/obj/effect/turf_decal/industrial/traffic/corner,
+/obj/structure/cable/yellow{
+ icon_state = "1-4"
+ },
+/obj/machinery/light/directional/south,
+/obj/effect/turf_decal/corner/transparent/orange{
+ dir = 9
+ },
+/turf/open/floor/plasteel/dark/wasteplanet,
+/area/ruin/wasteplanet/wasteplanet_shipbreaking/bay)
+"zw" = (
+/obj/structure/cable/yellow{
+ icon_state = "4-8"
+ },
+/obj/effect/turf_decal/industrial/warning/dust{
+ dir = 1
+ },
+/turf/open/floor/plating/wasteplanet/lit,
+/area/ruin/wasteplanet)
+"zB" = (
+/obj/structure/closet,
+/obj/item/clothing/shoes/workboots,
+/obj/item/clothing/under/rank/engineering/atmospheric_technician,
+/obj/item/clothing/head/hardhat,
+/obj/item/pipe_dispenser,
+/obj/structure/sign/poster/contraband/atmosia_independence{
+ pixel_x = -28
+ },
+/turf/open/floor/plasteel/wasteplanet,
+/area/ruin/wasteplanet/wasteplanet_shipbreaking/dorms)
+"zN" = (
+/obj/structure/spawner/hivebot,
+/turf/open/floor/plasteel/dark/wasteplanet,
+/area/ruin/wasteplanet/wasteplanet_shipbreaking/dorms)
+"zP" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 10
+ },
+/turf/open/floor/plasteel/dark/wasteplanet,
+/area/ruin/wasteplanet/wasteplanet_shipbreaking/bay)
+"zQ" = (
+/obj/effect/turf_decal/corner/transparent/lime/border{
+ dir = 4
+ },
+/turf/open/floor/plasteel/wasteplanet,
+/area/ruin/wasteplanet/wasteplanet_shipbreaking/ship)
+"zZ" = (
+/obj/machinery/power/floodlight,
+/obj/effect/turf_decal/industrial/hatch/yellow,
+/obj/effect/decal/cleanable/cobweb,
+/turf/open/floor/plating/wasteplanet,
+/area/ruin/wasteplanet/wasteplanet_shipbreaking/bay)
+"Ab" = (
+/obj/effect/turf_decal/industrial/hatch/blue,
+/turf/open/floor/plating/wasteplanet/lit,
+/area/ruin/wasteplanet)
+"An" = (
+/obj/machinery/suit_storage_unit/inherit/industrial,
+/obj/item/tank/jetpack/void,
+/obj/effect/decal/cleanable/cobweb,
+/obj/item/clothing/suit/space/nasavoid{
+ name = "Old Voidsuit";
+ desc = "An old space suit that hasn't seen use in several decades."
+ },
+/obj/item/clothing/head/helmet/space/nasavoid{
+ name = "Voidsuit Helmet";
+ desc = "An old space suit helmet with a scratched visor."
+ },
+/turf/open/floor/plasteel/wasteplanet,
+/area/ruin/wasteplanet/wasteplanet_shipbreaking/ship)
+"Ap" = (
+/obj/machinery/portable_atmospherics/canister/oxygen,
+/turf/open/floor/plating/wasteplanet,
+/area/ruin/wasteplanet/wasteplanet_shipbreaking/ship)
+"Aq" = (
+/obj/machinery/light/dim/directional/east,
+/obj/effect/turf_decal/corner/transparent/blue{
+ dir = 6
+ },
+/turf/open/floor/plasteel/dark/wasteplanet,
+/area/ruin/wasteplanet/wasteplanet_shipbreaking/canteen)
+"Av" = (
+/obj/structure/bed,
+/obj/item/bedsheet/hos,
+/turf/open/floor/plasteel/wasteplanet,
+/area/ruin/wasteplanet/wasteplanet_shipbreaking/dorms)
+"AS" = (
+/obj/effect/decal/cleanable/oil/slippery,
+/obj/effect/decal/cleanable/robot_debris,
+/turf/open/floor/plating/wasteplanet/lit,
+/area/ruin/wasteplanet)
+"AZ" = (
+/obj/machinery/ltsrbt,
+/turf/open/floor/plasteel/dark/wasteplanet,
+/area/ruin/wasteplanet/wasteplanet_shipbreaking/canteen)
+"Bk" = (
+/obj/structure/cable{
+ icon_state = "4-8"
+ },
+/obj/effect/turf_decal/corner/transparent/lime/border{
+ dir = 4
+ },
+/turf/open/floor/plasteel/dark/wasteplanet,
+/area/ruin/wasteplanet/wasteplanet_shipbreaking/ship)
+"Bn" = (
+/obj/structure/cable{
+ icon_state = "4-8"
+ },
+/turf/open/floor/plating/wasteplanet,
+/area/ruin/wasteplanet/wasteplanet_shipbreaking/ship)
+"Bs" = (
+/obj/structure/table,
+/obj/effect/turf_decal/corner/transparent/neutral/diagonal,
+/obj/item/reagent_containers/food/snacks/canned/beans{
+ pixel_x = 6;
+ pixel_y = 14
+ },
+/obj/item/reagent_containers/food/snacks/canned/peaches{
+ pixel_x = -6;
+ pixel_y = 14
+ },
+/obj/item/reagent_containers/food/snacks/canned/beans{
+ pixel_x = 6;
+ pixel_y = 8
+ },
+/obj/item/reagent_containers/food/snacks/canned/beans{
+ pixel_x = 6;
+ pixel_y = 2
+ },
+/obj/item/trash/can/food/peaches{
+ pixel_x = -6;
+ pixel_y = 8
+ },
+/turf/open/floor/plasteel/dark/wasteplanet,
+/area/ruin/wasteplanet/wasteplanet_shipbreaking/canteen)
+"BJ" = (
+/obj/structure/railing{
+ dir = 4
+ },
+/turf/open/floor/plasteel/stairs{
+ dir = 1
+ },
+/area/ruin/wasteplanet/wasteplanet_shipbreaking/dorms)
+"BL" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/obj/effect/turf_decal/corner/transparent/orange{
+ dir = 5
+ },
+/turf/open/floor/plasteel/wasteplanet,
+/area/ruin/wasteplanet/wasteplanet_shipbreaking/canteen)
+"BO" = (
+/obj/machinery/vending/snack/teal,
+/obj/item/stack/tape/industrial/electrical{
+ pixel_y = 16
+ },
+/obj/effect/turf_decal/corner/transparent/blue{
+ dir = 5
+ },
+/turf/open/floor/plasteel/dark/wasteplanet,
+/area/ruin/wasteplanet/wasteplanet_shipbreaking/dorms)
+"BP" = (
+/obj/structure/chair/office{
+ dir = 4
+ },
+/turf/open/floor/plasteel/wasteplanet,
+/area/ruin/wasteplanet/wasteplanet_shipbreaking/dorms)
+"BS" = (
+/obj/machinery/suit_storage_unit/independent/engineering,
+/obj/effect/turf_decal/industrial/hatch/orange,
+/obj/structure/sign/warning/nosmoking{
+ pixel_x = -28
+ },
+/turf/open/floor/plasteel/dark/wasteplanet,
+/area/ruin/wasteplanet/wasteplanet_shipbreaking/bay)
+"BW" = (
+/obj/machinery/power/port_gen/pacman,
+/obj/effect/turf_decal/industrial/hatch/yellow,
+/obj/structure/cable{
+ icon_state = "0-4"
+ },
+/turf/open/floor/plating/wasteplanet,
+/area/ruin/wasteplanet/wasteplanet_shipbreaking/bay)
+"Cf" = (
+/obj/structure/sign/warning/docking{
+ pixel_y = -32
+ },
+/obj/effect/turf_decal/industrial/warning/dust{
+ dir = 6
+ },
+/turf/open/floor/plating/wasteplanet/lit,
+/area/ruin/wasteplanet)
+"Ci" = (
+/obj/item/chair{
+ pixel_x = -13;
+ pixel_y = -7
+ },
+/turf/open/floor/plasteel/dark/wasteplanet,
+/area/ruin/wasteplanet/wasteplanet_shipbreaking/canteen)
+"Cs" = (
+/obj/structure/fence/cut/large,
+/turf/open/floor/plating/wasteplanet/lit,
+/area/ruin/wasteplanet)
+"Cw" = (
+/turf/open/floor/plasteel/dark/wasteplanet,
+/area/ruin/wasteplanet/wasteplanet_shipbreaking/dorms)
+"Cx" = (
+/obj/machinery/computer/monitor/retro{
+ dir = 8
+ },
+/obj/effect/turf_decal/corner/transparent/lime/border,
+/turf/open/floor/plasteel/wasteplanet,
+/area/ruin/wasteplanet/wasteplanet_shipbreaking/ship)
+"CC" = (
+/obj/effect/decal/cleanable/oil/slippery,
+/obj/item/stack/ore/salvage/scrapuranium,
+/obj/item/stack/ore/salvage/scrapmetal,
+/turf/open/floor/plating/wasteplanet/lit,
+/area/ruin/wasteplanet)
+"CK" = (
+/obj/machinery/door/airlock,
+/obj/structure/cable{
+ icon_state = "1-2"
+ },
+/obj/effect/decal/cleanable/blood/tracks,
+/obj/machinery/door/firedoor/border_only,
+/obj/machinery/door/firedoor/border_only{
+ dir = 1
+ },
+/obj/effect/turf_decal/corner/transparent/lime/border{
+ dir = 8
+ },
+/obj/effect/turf_decal/corner/transparent/lime/border{
+ dir = 4
+ },
+/turf/open/floor/plasteel/dark/wasteplanet,
+/area/ruin/wasteplanet/wasteplanet_shipbreaking/ship)
+"CU" = (
+/obj/structure/cable/yellow{
+ icon_state = "2-8"
+ },
+/mob/living/simple_animal/hostile/hivebot/wasteplanet,
+/turf/open/floor/plating/wasteplanet,
+/area/ruin/wasteplanet/wasteplanet_shipbreaking/bay)
+"CV" = (
+/obj/structure/fence/cut/medium,
+/turf/open/floor/plating/wasteplanet/lit,
+/area/ruin/wasteplanet)
+"Dc" = (
+/obj/effect/turf_decal/industrial/traffic,
+/obj/effect/turf_decal/industrial/caution{
+ dir = 1
+ },
+/obj/structure/cable/yellow{
+ icon_state = "2-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 6
+ },
+/turf/open/floor/plasteel/dark/wasteplanet,
+/area/ruin/wasteplanet/wasteplanet_shipbreaking/bay)
+"De" = (
+/obj/effect/turf_decal/corner/transparent/orange{
+ dir = 10
+ },
+/turf/open/floor/plasteel/dark/wasteplanet,
+/area/ruin/wasteplanet/wasteplanet_shipbreaking/bay)
+"Dk" = (
+/obj/item/stack/ore/salvage/scraptitanium,
+/turf/open/floor/plating/wasteplanet/lit,
+/area/ruin/wasteplanet/wasteplanet_shipbreaking/ship)
+"Dp" = (
+/obj/structure/marker_beacon{
+ picked_color = "Burgundy"
+ },
+/turf/open/floor/plating/wasteplanet/lit,
+/area/ruin/wasteplanet)
+"Dz" = (
+/obj/structure/chair/stool/bar{
+ dir = 8;
+ pixel_x = -8
+ },
+/obj/effect/mob_spawn/human/corpse/charredskeleton,
+/obj/item/reagent_containers/food/drinks/drinkingglass/shotglass,
+/obj/effect/decal/cleanable/blood/old,
+/turf/open/floor/plasteel/dark/wasteplanet,
+/area/ruin/wasteplanet/wasteplanet_shipbreaking/canteen)
+"DA" = (
+/obj/effect/turf_decal/industrial/warning/dust{
+ dir = 1
+ },
+/turf/open/floor/plating/wasteplanet/lit,
+/area/ruin/wasteplanet)
+"DE" = (
+/obj/effect/turf_decal/industrial/warning/corner{
+ dir = 1
+ },
+/turf/open/floor/plasteel/wasteplanet,
+/area/ruin/wasteplanet/wasteplanet_shipbreaking/ship)
+"DJ" = (
+/obj/effect/turf_decal/corner/transparent/orange{
+ dir = 5
+ },
+/obj/structure/chair,
+/obj/item/instrument/banjo,
+/turf/open/floor/plasteel/wasteplanet,
+/area/ruin/wasteplanet/wasteplanet_shipbreaking/canteen)
+"DN" = (
+/obj/structure/rack,
+/obj/effect/turf_decal/industrial/traffic/corner{
+ dir = 4
+ },
+/obj/machinery/light/directional/north,
+/turf/open/floor/plasteel/dark/wasteplanet,
+/area/ruin/wasteplanet/wasteplanet_shipbreaking/bay)
+"Ea" = (
+/obj/structure/closet/crate/bin,
+/obj/item/trash/boritos,
+/obj/item/trash/candy,
+/obj/item/trash/candy,
+/obj/item/trash/raisins,
+/obj/item/trash/syndi_cakes,
+/obj/item/trash/sosjerky,
+/obj/item/toy/beach_ball/holoball,
+/obj/machinery/light/directional/south,
+/obj/item/trash/can,
+/obj/item/trash/can,
+/turf/open/floor/plasteel/dark/wasteplanet,
+/area/ruin/wasteplanet/wasteplanet_shipbreaking/canteen)
+"Ei" = (
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on{
+ dir = 1
+ },
+/obj/effect/turf_decal/corner/transparent/orange{
+ dir = 9
+ },
+/turf/open/floor/plasteel/wasteplanet,
+/area/ruin/wasteplanet/wasteplanet_shipbreaking/dorms)
+"El" = (
+/obj/structure/bed/double{
+ dir = 4
+ },
+/obj/item/bedsheet/double/orange{
+ dir = 1
+ },
+/turf/open/floor/plasteel/wasteplanet,
+/area/ruin/wasteplanet/wasteplanet_shipbreaking/dorms)
+"Ep" = (
+/obj/structure/table/reinforced,
+/obj/item/radio/intercom/table{
+ dir = 1
+ },
+/obj/item/reagent_containers/food/drinks/waterbottle/large/empty{
+ pixel_y = 12;
+ pixel_x = -16
+ },
+/obj/item/reagent_containers/food/drinks/waterbottle/large/empty{
+ pixel_x = -13;
+ pixel_y = 19
+ },
+/obj/item/reagent_containers/food/drinks/waterbottle/large/empty{
+ pixel_y = 4;
+ pixel_x = -14
+ },
+/obj/effect/turf_decal/corner/transparent/lime/border{
+ dir = 4
+ },
+/turf/open/floor/plasteel/wasteplanet,
+/area/ruin/wasteplanet/wasteplanet_shipbreaking/ship)
+"Er" = (
+/obj/structure/cable/yellow{
+ icon_state = "1-2"
+ },
+/obj/effect/turf_decal/miskilamo_small,
+/turf/open/floor/plasteel/dark/wasteplanet,
+/area/ruin/wasteplanet/wasteplanet_shipbreaking/canteen)
+"EH" = (
+/obj/structure/railing{
+ dir = 1
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/stairs{
+ dir = 4
+ },
+/area/ruin/wasteplanet/wasteplanet_shipbreaking/canteen)
+"EK" = (
+/obj/structure/cable/yellow{
+ icon_state = "2-8"
+ },
+/turf/open/floor/plating/wasteplanet/lit,
+/area/ruin/wasteplanet)
+"EM" = (
+/obj/structure/mecha_wreckage/ripley/firefighter,
+/obj/effect/mob_spawn/human/corpse/charredskeleton,
+/obj/effect/decal/cleanable/ash,
+/turf/open/floor/plating/wasteplanet/lit,
+/area/ruin/wasteplanet)
+"EU" = (
+/obj/effect/decal/cleanable/oil,
+/obj/structure/reagent_dispensers/fueltank,
+/turf/open/floor/plating/wasteplanet/rust,
+/area/ruin/wasteplanet/wasteplanet_shipbreaking/bay)
+"EX" = (
+/obj/structure/table/wood,
+/obj/structure/sink/chem,
+/obj/effect/turf_decal/corner/transparent/blue{
+ dir = 9
+ },
+/turf/open/floor/plasteel/dark/wasteplanet,
+/area/ruin/wasteplanet/wasteplanet_shipbreaking/canteen)
+"Fb" = (
+/obj/structure/cable/yellow{
+ icon_state = "4-8"
+ },
+/obj/structure/cable/yellow{
+ icon_state = "2-8"
+ },
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
+ dir = 1
+ },
+/obj/structure/catwalk/over/plated_catwalk,
+/turf/open/floor/plating/wasteplanet,
+/area/ruin/wasteplanet/wasteplanet_shipbreaking/canteen)
+"Ff" = (
+/obj/structure/table/wood,
+/obj/item/reagent_containers/food/drinks/bottle/absinthe,
+/obj/item/clothing/head/hardhat{
+ pixel_x = 11
+ },
+/turf/open/floor/plasteel/dark/wasteplanet,
+/area/ruin/wasteplanet/wasteplanet_shipbreaking/canteen)
+"Fh" = (
+/obj/effect/decal/cleanable/ash,
+/turf/open/floor/plating/wasteplanet/lit,
+/area/ruin/wasteplanet)
+"Fm" = (
+/obj/structure/closet/wall/directional/north,
+/obj/item/toy/figure/bartender,
+/obj/item/gun/energy/laser/retro,
+/obj/effect/turf_decal/corner/transparent/blue{
+ dir = 6
+ },
+/turf/open/floor/plasteel/dark/wasteplanet,
+/area/ruin/wasteplanet/wasteplanet_shipbreaking/canteen)
+"Fn" = (
+/obj/structure/cable/yellow{
+ icon_state = "1-2"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/obj/effect/turf_decal/corner/transparent/orange{
+ dir = 9
+ },
+/turf/open/floor/plasteel/wasteplanet,
+/area/ruin/wasteplanet/wasteplanet_shipbreaking/dorms)
+"Fq" = (
+/obj/structure/cable/yellow{
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/pipe/manifold4w/scrubbers/hidden,
+/obj/structure/catwalk/over/plated_catwalk,
+/turf/open/floor/plating/wasteplanet,
+/area/ruin/wasteplanet/wasteplanet_shipbreaking/canteen)
+"FC" = (
+/obj/machinery/door/airlock,
+/obj/effect/turf_decal/corner/transparent/neutral/mono,
+/turf/open/floor/plasteel/wasteplanet,
+/area/ruin/wasteplanet/wasteplanet_shipbreaking/canteen)
+"FG" = (
+/obj/machinery/suit_storage_unit/open,
+/obj/effect/turf_decal/industrial/hatch/orange,
+/obj/structure/sign/warning/nosmoking{
+ pixel_x = 28
+ },
+/turf/open/floor/plasteel/dark/wasteplanet,
+/area/ruin/wasteplanet/wasteplanet_shipbreaking/bay)
+"FH" = (
+/obj/structure/table,
+/obj/item/flashlight/lamp,
+/obj/item/reagent_containers/food/snacks/ration/side/beef_sticks{
+ pixel_x = 10
+ },
+/obj/item/reagent_containers/food/snacks/chips,
+/obj/machinery/light/small/directional/west,
+/turf/open/floor/plasteel/wasteplanet,
+/area/ruin/wasteplanet/wasteplanet_shipbreaking/dorms)
+"FP" = (
+/obj/machinery/light/small/directional/east,
+/obj/structure/table/wood,
+/obj/item/flashlight/lamp/green,
+/turf/open/floor/plasteel/wasteplanet,
+/area/ruin/wasteplanet/wasteplanet_shipbreaking/dorms)
+"FW" = (
+/obj/structure/cable/yellow{
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/obj/structure/catwalk/over/plated_catwalk,
+/turf/open/floor/plating/wasteplanet,
+/area/ruin/wasteplanet/wasteplanet_shipbreaking/dorms)
+"Gf" = (
+/obj/machinery/door/airlock{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/dark/wasteplanet,
+/area/ruin/wasteplanet/wasteplanet_shipbreaking/canteen)
+"Gj" = (
+/obj/structure/grille/broken,
+/obj/item/stack/rods,
+/obj/item/shard,
+/obj/effect/decal/cleanable/glass,
+/turf/open/floor/plating/wasteplanet,
+/area/ruin/wasteplanet/wasteplanet_shipbreaking/ship)
+"Gk" = (
+/obj/structure/railing{
+ max_integrity = 70
+ },
+/obj/structure/cable/yellow{
+ icon_state = "4-8"
+ },
+/turf/open/floor/plasteel/stairs{
+ dir = 8
+ },
+/area/ruin/wasteplanet/wasteplanet_shipbreaking/bay)
+"Gl" = (
+/obj/structure/cable/yellow{
+ icon_state = "1-2"
+ },
+/turf/open/floor/plating/wasteplanet,
+/area/ruin/wasteplanet/wasteplanet_shipbreaking/bay)
+"Go" = (
+/obj/structure/railing{
+ max_integrity = 70
+ },
+/obj/effect/turf_decal/industrial/traffic{
+ dir = 1
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/wasteplanet,
+/area/ruin/wasteplanet/wasteplanet_shipbreaking/bay)
+"Gq" = (
+/obj/structure/cable{
+ icon_state = "1-8"
+ },
+/obj/structure/cable{
+ icon_state = "1-2"
+ },
+/turf/open/floor/plating/wasteplanet,
+/area/ruin/wasteplanet/wasteplanet_shipbreaking/ship)
+"GK" = (
+/obj/structure/cable/yellow{
+ icon_state = "0-8"
+ },
+/obj/structure/floodlight_frame,
+/obj/item/shard,
+/obj/item/stack/cable_coil/cut/red,
+/turf/open/floor/plating/wasteplanet/lit,
+/area/ruin/wasteplanet)
+"GM" = (
+/turf/closed/wall/r_wall,
+/area/ruin/wasteplanet/wasteplanet_shipbreaking/canteen)
+"GN" = (
+/obj/structure/table,
+/obj/item/stamp/qm{
+ pixel_y = 4;
+ pixel_x = 14
+ },
+/obj/item/stamp{
+ pixel_x = 14
+ },
+/obj/item/stamp/denied{
+ pixel_y = -4;
+ pixel_x = 14
+ },
+/obj/item/paper,
+/obj/item/pen,
+/turf/open/floor/plasteel/wasteplanet,
+/area/ruin/wasteplanet/wasteplanet_shipbreaking/dorms)
+"GO" = (
+/obj/effect/turf_decal/industrial/traffic/corner{
+ dir = 8
+ },
+/obj/structure/closet/firecloset/full,
+/obj/effect/turf_decal/corner/transparent/orange{
+ dir = 6
+ },
+/turf/open/floor/plasteel/dark/wasteplanet,
+/area/ruin/wasteplanet/wasteplanet_shipbreaking/bay)
+"GV" = (
+/obj/structure/cable{
+ icon_state = "2-8"
+ },
+/obj/structure/cable{
+ icon_state = "1-2"
+ },
+/turf/open/floor/plating/wasteplanet,
+/area/ruin/wasteplanet/wasteplanet_shipbreaking/bay)
+"GX" = (
+/obj/machinery/power/smes,
+/obj/structure/cable/yellow,
+/turf/open/floor/plating/wasteplanet,
+/area/ruin/wasteplanet/wasteplanet_shipbreaking/bay)
+"Hb" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/plating/wasteplanet,
+/area/ruin/wasteplanet/wasteplanet_shipbreaking/bay)
+"Hf" = (
+/obj/item/reagent_containers/food/drinks/drinkingglass{
+ pixel_y = -4
+ },
+/obj/item/reagent_containers/food/drinks/drinkingglass{
+ pixel_y = -4;
+ pixel_x = -8
+ },
+/obj/item/reagent_containers/food/drinks/drinkingglass{
+ pixel_y = -4;
+ pixel_x = 8
+ },
+/obj/item/reagent_containers/food/drinks/drinkingglass{
+ pixel_y = 9;
+ pixel_x = 4
+ },
+/obj/item/reagent_containers/food/drinks/drinkingglass{
+ pixel_y = 9;
+ pixel_x = -4
+ },
+/obj/item/reagent_containers/food/drinks/drinkingglass{
+ pixel_y = 22
+ },
+/obj/structure/table/wood,
+/turf/open/floor/plasteel/dark/wasteplanet,
+/area/ruin/wasteplanet/wasteplanet_shipbreaking/canteen)
+"Hh" = (
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on{
+ dir = 4
+ },
+/obj/effect/turf_decal/corner/transparent/orange{
+ dir = 8
+ },
+/turf/open/floor/plasteel/dark/wasteplanet,
+/area/ruin/wasteplanet/wasteplanet_shipbreaking/bay)
+"Hm" = (
+/obj/machinery/door/airlock/engineering,
+/obj/structure/cable/yellow{
+ icon_state = "1-2"
+ },
+/obj/structure/barricade/wooden/crude,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plating/wasteplanet,
+/area/ruin/wasteplanet/wasteplanet_shipbreaking/bay)
+"Hp" = (
+/obj/effect/turf_decal/industrial/hatch/orange,
+/obj/item/stack/sheet/metal/twenty,
+/obj/item/stack/sheet/glass/twenty,
+/obj/structure/closet/crate/secure/plasma,
+/turf/open/floor/plasteel/dark/wasteplanet,
+/area/ruin/wasteplanet/wasteplanet_shipbreaking/bay)
+"HD" = (
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on{
+ dir = 8
+ },
+/obj/effect/turf_decal/corner/transparent/orange,
+/turf/open/floor/plasteel/dark/wasteplanet,
+/area/ruin/wasteplanet/wasteplanet_shipbreaking/bay)
+"HR" = (
+/obj/structure/chair/sofa/brown/left{
+ dir = 1
+ },
+/obj/effect/turf_decal/corner/transparent/blue{
+ dir = 10
+ },
+/turf/open/floor/plasteel/dark/wasteplanet,
+/area/ruin/wasteplanet/wasteplanet_shipbreaking/dorms)
+"HY" = (
+/obj/effect/decal/cleanable/blood/tracks{
+ dir = 8
+ },
+/obj/effect/turf_decal/corner/transparent/lime/border{
+ dir = 4
+ },
+/turf/open/floor/plasteel/wasteplanet,
+/area/ruin/wasteplanet/wasteplanet_shipbreaking/ship)
+"Ic" = (
+/obj/structure/fence,
+/obj/effect/turf_decal/industrial/warning/dust{
+ dir = 6
+ },
+/turf/open/floor/plating/wasteplanet/lit,
+/area/ruin/wasteplanet)
+"If" = (
+/obj/structure/marker_beacon{
+ picked_color = "Burgundy"
+ },
+/obj/effect/turf_decal/industrial/warning/dust{
+ dir = 4
+ },
+/turf/open/floor/plating/wasteplanet/lit,
+/area/ruin/wasteplanet)
+"Il" = (
+/obj/structure/table/wood/fancy/orange,
+/obj/item/toy/plush/moth/firewatch,
+/turf/open/floor/plasteel/wasteplanet,
+/area/ruin/wasteplanet/wasteplanet_shipbreaking/dorms)
+"Iq" = (
+/obj/structure/railing{
+ dir = 1
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/obj/effect/decal/cleanable/blood/drip,
+/turf/open/floor/plasteel/stairs{
+ dir = 8
+ },
+/area/ruin/wasteplanet/wasteplanet_shipbreaking/canteen)
+"IB" = (
+/turf/open/floor/plasteel/wasteplanet,
+/area/ruin/wasteplanet/wasteplanet_shipbreaking/ship)
+"IF" = (
+/obj/machinery/door/airlock/external,
+/obj/effect/turf_decal/industrial/traffic/fulltile,
+/obj/machinery/door/firedoor,
+/turf/open/floor/plating/wasteplanet,
+/area/ruin/wasteplanet/wasteplanet_shipbreaking/bay)
+"IM" = (
+/obj/structure/table/reinforced,
+/obj/machinery/cell_charger,
+/obj/effect/turf_decal/corner/transparent/lime/border{
+ dir = 4
+ },
+/turf/open/floor/plasteel/wasteplanet,
+/area/ruin/wasteplanet/wasteplanet_shipbreaking/ship)
+"IQ" = (
+/obj/item/cutting_board,
+/obj/structure/table,
+/obj/machinery/light/directional/south,
+/obj/effect/turf_decal/corner/transparent/neutral/diagonal,
+/obj/item/melee/knife/kitchen,
+/turf/open/floor/plasteel/dark/wasteplanet,
+/area/ruin/wasteplanet/wasteplanet_shipbreaking/canteen)
+"IS" = (
+/obj/item/radio/intercom/wideband/table{
+ dir = 8
+ },
+/obj/structure/table,
+/obj/effect/decal/cleanable/cobweb,
+/turf/open/floor/plasteel/dark/wasteplanet,
+/area/ruin/wasteplanet/wasteplanet_shipbreaking/canteen)
+"Je" = (
+/obj/structure/chair/stool/bar{
+ dir = 1;
+ pixel_y = 12
+ },
+/turf/open/floor/plasteel/dark/wasteplanet,
+/area/ruin/wasteplanet/wasteplanet_shipbreaking/canteen)
+"JL" = (
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on{
+ dir = 4
+ },
+/turf/open/floor/plasteel/dark/wasteplanet,
+/area/ruin/wasteplanet/wasteplanet_shipbreaking/canteen)
+"JR" = (
+/obj/structure/chair/sofa/brown/directional{
+ dir = 1
+ },
+/obj/effect/turf_decal/corner/transparent/blue{
+ dir = 10
+ },
+/turf/open/floor/plasteel/dark/wasteplanet,
+/area/ruin/wasteplanet/wasteplanet_shipbreaking/dorms)
+"JX" = (
+/obj/machinery/light/dim/directional/south,
+/obj/effect/turf_decal/corner/transparent/orange{
+ dir = 10
+ },
+/turf/open/floor/plasteel/wasteplanet,
+/area/ruin/wasteplanet/wasteplanet_shipbreaking/canteen)
+"Kc" = (
+/turf/open/floor/plating/wasteplanet/lit,
+/area/ruin/wasteplanet/wasteplanet_shipbreaking/ship)
+"Km" = (
+/obj/machinery/vending/cola/red,
+/obj/effect/turf_decal/corner/transparent/blue{
+ dir = 9
+ },
+/turf/open/floor/plasteel/dark/wasteplanet,
+/area/ruin/wasteplanet/wasteplanet_shipbreaking/canteen)
+"Kx" = (
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on{
+ dir = 8
+ },
+/obj/effect/turf_decal/corner/transparent/neutral/diagonal,
+/turf/open/floor/plasteel/dark/wasteplanet,
+/area/ruin/wasteplanet/wasteplanet_shipbreaking/canteen)
+"KG" = (
+/mob/living/simple_animal/hostile/hivebot/wasteplanet/ranged/rapid,
+/obj/structure/catwalk/over,
+/turf/open/floor/plating/wasteplanet/lit,
+/area/ruin/wasteplanet)
+"KI" = (
+/obj/structure/tank_dispenser/oxygen,
+/turf/open/floor/plasteel/wasteplanet,
+/area/ruin/wasteplanet/wasteplanet_shipbreaking/ship)
+"KM" = (
+/obj/effect/decal/cleanable/blood/tracks{
+ dir = 1
+ },
+/obj/structure/cable/yellow{
+ icon_state = "1-8"
+ },
+/obj/effect/turf_decal/industrial/warning/dust/corner{
+ dir = 1
+ },
+/obj/effect/turf_decal/industrial/warning/dust/corner{
+ dir = 4
+ },
+/turf/open/floor/plating/wasteplanet/lit,
+/area/ruin/wasteplanet)
+"KW" = (
+/turf/open/floor/plating/wasteplanet/rust,
+/area/ruin/wasteplanet/wasteplanet_shipbreaking/bay)
+"Lc" = (
+/obj/machinery/power/shieldwallgen/atmos/roundstart{
+ dir = 8
+ },
+/obj/structure/cable{
+ icon_state = "0-10"
+ },
+/turf/open/floor/plating/wasteplanet/rust,
+/area/ruin/wasteplanet/wasteplanet_shipbreaking/ship)
+"Lq" = (
+/obj/machinery/suit_storage_unit/open,
+/obj/effect/turf_decal/industrial/hatch/orange,
+/obj/effect/turf_decal/industrial/traffic/corner{
+ dir = 4
+ },
+/turf/open/floor/plasteel/dark/wasteplanet,
+/area/ruin/wasteplanet/wasteplanet_shipbreaking/bay)
+"Lu" = (
+/obj/structure/bed{
+ dir = 4
+ },
+/obj/item/bedsheet/qm{
+ dir = 1
+ },
+/turf/open/floor/plasteel/wasteplanet,
+/area/ruin/wasteplanet/wasteplanet_shipbreaking/dorms)
+"Lv" = (
+/turf/open/floor/plating/wasteplanet,
+/area/ruin/wasteplanet/wasteplanet_shipbreaking/canteen)
+"Lw" = (
+/turf/open/floor/plating/asteroid/wasteplanet,
+/area/ruin/wasteplanet)
+"LA" = (
+/obj/item/stack/sheet/plastic,
+/obj/item/stack/ore/salvage/scrapmetal/five,
+/obj/item/circuitboard/computer/shuttle/helm,
+/obj/effect/turf_decal/corner/transparent/lime/border{
+ dir = 1
+ },
+/turf/open/floor/plasteel/wasteplanet,
+/area/ruin/wasteplanet/wasteplanet_shipbreaking/ship)
+"LB" = (
+/obj/structure/catwalk/over,
+/turf/open/floor/plating/wasteplanet/lit,
+/area/ruin/wasteplanet)
+"LX" = (
+/obj/structure/cable{
+ icon_state = "0-2"
+ },
+/obj/structure/closet/wall/directional/west,
+/obj/item/gun/ballistic/revolver,
+/obj/item/clothing/suit/hooded/wintercoat/captain,
+/obj/item/storage/firstaid/o2,
+/obj/machinery/light/small/broken/directional/north,
+/turf/open/floor/plasteel/wasteplanet,
+/area/ruin/wasteplanet/wasteplanet_shipbreaking/ship)
+"Mf" = (
+/obj/structure/railing{
+ dir = 4
+ },
+/obj/effect/turf_decal/corner/transparent/orange{
+ dir = 10
+ },
+/turf/open/floor/plasteel/wasteplanet,
+/area/ruin/wasteplanet/wasteplanet_shipbreaking/dorms)
+"Mh" = (
+/turf/open/floor/plasteel/dark/wasteplanet,
+/area/ruin/wasteplanet/wasteplanet_shipbreaking/ship)
+"Mi" = (
+/turf/closed/wall/r_wall,
+/area/ruin/wasteplanet/wasteplanet_shipbreaking/bay)
+"Ml" = (
+/obj/effect/turf_decal/industrial/hatch/orange,
+/turf/open/floor/plating/wasteplanet/lit,
+/area/ruin/wasteplanet/wasteplanet_shipbreaking/bay)
+"Mm" = (
+/obj/effect/turf_decal/miskilamo_small/left,
+/turf/open/floor/plating/wasteplanet/lit,
+/area/ruin/wasteplanet)
+"Mn" = (
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on{
+ dir = 1
+ },
+/obj/effect/turf_decal/corner/transparent/orange{
+ dir = 10
+ },
+/turf/open/floor/plasteel/wasteplanet,
+/area/ruin/wasteplanet/wasteplanet_shipbreaking/dorms)
+"Mt" = (
+/obj/machinery/door/airlock/external,
+/obj/effect/turf_decal/industrial/traffic/fulltile,
+/obj/machinery/door/firedoor,
+/obj/effect/mapping_helpers/airlock/locked,
+/turf/open/floor/plating/wasteplanet,
+/area/ruin/wasteplanet/wasteplanet_shipbreaking/bay)
+"Mx" = (
+/obj/machinery/power/shieldwallgen/atmos/roundstart{
+ dir = 4
+ },
+/obj/structure/cable{
+ icon_state = "0-6"
+ },
+/obj/effect/decal/cleanable/blood/tracks,
+/turf/open/floor/plating/wasteplanet,
+/area/ruin/wasteplanet/wasteplanet_shipbreaking/ship)
+"Mz" = (
+/obj/structure/cable{
+ icon_state = "4-8"
+ },
+/obj/structure/cable{
+ icon_state = "1-8"
+ },
+/obj/structure/cable{
+ icon_state = "2-8"
+ },
+/obj/effect/decal/cleanable/blood/tracks,
+/obj/effect/turf_decal/corner/transparent/lime/bordercorner{
+ dir = 8
+ },
+/obj/effect/turf_decal/corner/transparent/lime/bordercorner{
+ dir = 1
+ },
+/obj/structure/spawner/hivebot,
+/turf/open/floor/plasteel/dark/wasteplanet,
+/area/ruin/wasteplanet/wasteplanet_shipbreaking/ship)
+"MB" = (
+/obj/machinery/door/airlock/external,
+/obj/effect/turf_decal/industrial/traffic/fulltile,
+/obj/structure/cable/yellow{
+ icon_state = "1-2"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/obj/machinery/door/firedoor,
+/turf/open/floor/plating/wasteplanet,
+/area/ruin/wasteplanet/wasteplanet_shipbreaking/bay)
+"ME" = (
+/obj/effect/turf_decal/industrial/traffic/corner{
+ dir = 4
+ },
+/obj/structure/extinguisher_cabinet/directional/north,
+/turf/open/floor/plating/wasteplanet/lit,
+/area/ruin/wasteplanet)
+"MF" = (
+/turf/closed/wall,
+/area/ruin/wasteplanet/wasteplanet_shipbreaking/canteen)
+"MJ" = (
+/obj/structure/marker_beacon{
+ picked_color = "Burgundy"
+ },
+/turf/open/floor/plating/wasteplanet/rust/lit,
+/area/ruin/wasteplanet)
+"MO" = (
+/obj/effect/turf_decal/industrial/hatch/yellow,
+/obj/structure/cable{
+ icon_state = "0-4"
+ },
+/mob/living/simple_animal/hostile/hivebot/wasteplanet,
+/obj/machinery/light/directional/west,
+/turf/open/floor/plating/wasteplanet,
+/area/ruin/wasteplanet/wasteplanet_shipbreaking/bay)
+"MX" = (
+/obj/structure/railing{
+ max_integrity = 70
+ },
+/obj/structure/cable/yellow{
+ icon_state = "4-8"
+ },
+/obj/machinery/light/directional/north,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/wasteplanet,
+/area/ruin/wasteplanet/wasteplanet_shipbreaking/bay)
+"MZ" = (
+/obj/structure/cable/yellow{
+ icon_state = "1-2"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plating/wasteplanet,
+/area/ruin/wasteplanet/wasteplanet_shipbreaking/bay)
+"Na" = (
+/obj/structure/cable{
+ icon_state = "1-2"
+ },
+/obj/structure/cable{
+ icon_state = "1-8"
+ },
+/turf/open/floor/plating/wasteplanet,
+/area/ruin/wasteplanet/wasteplanet_shipbreaking/ship)
+"Nd" = (
+/obj/effect/turf_decal/industrial/traffic/fulltile,
+/obj/item/stack/ore/salvage/scrapmetal/five,
+/obj/machinery/door/firedoor/closed,
+/turf/open/floor/plating/wasteplanet,
+/area/ruin/wasteplanet/wasteplanet_shipbreaking/bay)
+"Nf" = (
+/obj/structure/cable/yellow{
+ icon_state = "1-4"
+ },
+/obj/effect/turf_decal/industrial/warning/dust,
+/turf/open/floor/plating/wasteplanet/lit,
+/area/ruin/wasteplanet)
+"Nu" = (
+/obj/structure/reagent_dispensers/foamtank,
+/obj/item/extinguisher/advanced,
+/obj/structure/sign/warning/nosmoking{
+ pixel_x = 28
+ },
+/turf/open/floor/plating/wasteplanet/rust/lit,
+/area/ruin/wasteplanet/wasteplanet_shipbreaking/bay)
+"Ny" = (
+/turf/open/floor/plasteel/dark/wasteplanet,
+/area/ruin/wasteplanet/wasteplanet_shipbreaking/bay)
+"NG" = (
+/obj/structure/cable{
+ icon_state = "2-4"
+ },
+/obj/structure/cable{
+ icon_state = "4-8"
+ },
+/turf/open/floor/plating/wasteplanet,
+/area/ruin/wasteplanet/wasteplanet_shipbreaking/ship)
+"NI" = (
+/obj/effect/turf_decal/industrial/hatch/orange,
+/obj/item/stack/sheet/mineral/titanium/twenty,
+/obj/item/stack/ore/salvage/scraptitanium/five,
+/obj/structure/closet/crate/secure/plasma,
+/turf/open/floor/plasteel/dark/wasteplanet,
+/area/ruin/wasteplanet)
+"NO" = (
+/obj/structure/cable/yellow{
+ icon_state = "0-4"
+ },
+/obj/machinery/power/floodlight,
+/obj/effect/turf_decal/industrial/warning/dust{
+ dir = 1
+ },
+/turf/open/floor/plating/wasteplanet/lit,
+/area/ruin/wasteplanet)
+"Of" = (
+/obj/effect/turf_decal/industrial/hatch/red,
+/obj/item/stack/ore/salvage/scrapuranium/five,
+/obj/item/stack/ore/salvage/scrapuranium/five{
+ pixel_y = -6
+ },
+/obj/item/stack/ore/salvage/scrapuranium{
+ pixel_y = 5
+ },
+/obj/structure/closet/crate/radiation,
+/turf/open/floor/plasteel/dark/wasteplanet,
+/area/ruin/wasteplanet/wasteplanet_shipbreaking/bay)
+"Og" = (
+/obj/effect/decal/cleanable/robot_debris,
+/turf/open/floor/plating/wasteplanet/lit,
+/area/ruin/wasteplanet)
+"Oi" = (
+/obj/structure/sign/warning/nosmoking{
+ pixel_x = -28
+ },
+/obj/structure/cable/yellow{
+ icon_state = "1-2"
+ },
+/obj/effect/turf_decal/corner/transparent/orange{
+ dir = 9
+ },
+/turf/open/floor/plasteel/dark/wasteplanet,
+/area/ruin/wasteplanet/wasteplanet_shipbreaking/bay)
+"Ok" = (
+/obj/structure/table,
+/obj/effect/turf_decal/corner/transparent/neutral/mono,
+/turf/open/floor/plasteel/wasteplanet,
+/area/ruin/wasteplanet/wasteplanet_shipbreaking/dorms)
+"Oq" = (
+/obj/machinery/computer/mech_bay_power_console{
+ dir = 4
+ },
+/obj/structure/sign/warning/electricshock{
+ pixel_x = -28
+ },
+/obj/machinery/light/directional/north,
+/turf/open/floor/plating/wasteplanet/lit,
+/area/ruin/wasteplanet/wasteplanet_shipbreaking/bay)
+"Ow" = (
+/obj/structure/spawner/hivebot,
+/turf/open/floor/plating/wasteplanet/lit,
+/area/ruin/wasteplanet)
+"OB" = (
+/obj/structure/marker_beacon{
+ picked_color = "Lime"
+ },
+/obj/effect/turf_decal/industrial/warning/dust{
+ dir = 8
+ },
+/turf/open/floor/plating/wasteplanet/lit,
+/area/ruin/wasteplanet)
+"OK" = (
+/turf/open/floor/plating/wasteplanet/rust,
+/area/ruin/wasteplanet/wasteplanet_shipbreaking/canteen)
+"OM" = (
+/turf/open/floor/plating/wasteplanet/lit,
+/area/ruin/wasteplanet)
+"OX" = (
+/obj/structure/cable/yellow{
+ icon_state = "1-2"
+ },
+/turf/open/floor/plasteel/dark/wasteplanet,
+/area/ruin/wasteplanet/wasteplanet_shipbreaking/canteen)
+"OY" = (
+/turf/open/floor/plating/wasteplanet,
+/area/ruin/wasteplanet/wasteplanet_shipbreaking/bay)
+"Pi" = (
+/obj/structure/cable{
+ icon_state = "1-8"
+ },
+/obj/structure/extinguisher_cabinet/directional/south,
+/obj/effect/turf_decal/corner/transparent/lime/border,
+/turf/open/floor/plasteel/dark/wasteplanet,
+/area/ruin/wasteplanet/wasteplanet_shipbreaking/ship)
+"Ps" = (
+/obj/structure/cable/yellow{
+ icon_state = "2-4"
+ },
+/turf/open/floor/plating/wasteplanet/lit,
+/area/ruin/wasteplanet)
+"PJ" = (
+/obj/structure/rack,
+/obj/effect/turf_decal/industrial/traffic/corner{
+ dir = 8
+ },
+/obj/machinery/light/directional/south,
+/turf/open/floor/plasteel/dark/wasteplanet,
+/area/ruin/wasteplanet/wasteplanet_shipbreaking/bay)
+"PK" = (
+/obj/structure/cable/yellow{
+ icon_state = "2-8"
+ },
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
+ dir = 4
+ },
+/obj/structure/catwalk/over/plated_catwalk,
+/turf/open/floor/plating/wasteplanet,
+/area/ruin/wasteplanet/wasteplanet_shipbreaking/dorms)
+"PX" = (
+/obj/structure/janitorialcart,
+/obj/item/storage/bag/trash,
+/obj/item/mop{
+ pixel_x = -6
+ },
+/obj/item/clothing/shoes/galoshes{
+ pixel_x = 16;
+ pixel_y = -8
+ },
+/turf/open/floor/plasteel/dark/wasteplanet,
+/area/ruin/wasteplanet/wasteplanet_shipbreaking/canteen)
+"Qc" = (
+/obj/machinery/vending/cigarette,
+/obj/effect/turf_decal/industrial/warning/full,
+/turf/open/floor/plasteel/wasteplanet,
+/area/ruin/wasteplanet/wasteplanet_shipbreaking/bay)
+"Qe" = (
+/obj/machinery/power/shuttle/engine/electric{
+ dir = 4
+ },
+/obj/structure/cable{
+ icon_state = "0-4"
+ },
+/turf/open/floor/plating/wasteplanet,
+/area/ruin/wasteplanet/wasteplanet_shipbreaking/ship)
+"Ql" = (
+/obj/effect/turf_decal/industrial/hatch/orange,
+/obj/item/clothing/suit/space/hardsuit/engine,
+/obj/structure/closet/crate/engineering,
+/turf/open/floor/plasteel/dark/wasteplanet,
+/area/ruin/wasteplanet/wasteplanet_shipbreaking/bay)
+"QS" = (
+/mob/living/simple_animal/hostile/hivebot/wasteplanet/ranged/rapid,
+/turf/open/floor/plating/wasteplanet/lit,
+/area/ruin/wasteplanet)
+"Ri" = (
+/obj/structure/railing{
+ dir = 4
+ },
+/obj/effect/turf_decal/corner/transparent/orange{
+ dir = 4
+ },
+/turf/open/floor/plasteel/wasteplanet,
+/area/ruin/wasteplanet/wasteplanet_shipbreaking/dorms)
+"Rn" = (
+/obj/structure/chair/stool/bar{
+ dir = 1;
+ pixel_y = 12
+ },
+/obj/effect/turf_decal/corner/transparent/blue{
+ dir = 9
+ },
+/turf/open/floor/plasteel/dark/wasteplanet,
+/area/ruin/wasteplanet/wasteplanet_shipbreaking/canteen)
+"Rt" = (
+/obj/structure/closet/crate/bin,
+/obj/item/trash/syndi_cakes,
+/obj/effect/turf_decal/corner/transparent/blue{
+ dir = 10
+ },
+/obj/effect/decal/cleanable/plasma,
+/turf/open/floor/plasteel/dark/wasteplanet,
+/area/ruin/wasteplanet/wasteplanet_shipbreaking/dorms)
+"Rv" = (
+/obj/structure/grille,
+/obj/structure/window/reinforced/fulltile,
+/obj/machinery/door/firedoor/window,
+/turf/open/floor/plating/wasteplanet,
+/area/ruin/wasteplanet/wasteplanet_shipbreaking/bay)
+"RD" = (
+/obj/structure/cable{
+ icon_state = "1-2"
+ },
+/obj/effect/decal/cleanable/blood/tracks,
+/obj/item/stack/ore/salvage/scrapmetal/five,
+/obj/machinery/door/firedoor/border_only{
+ dir = 1
+ },
+/obj/machinery/door/firedoor/border_only,
+/obj/effect/turf_decal/corner/transparent/lime/border{
+ dir = 8
+ },
+/obj/effect/turf_decal/corner/transparent/lime/border{
+ dir = 4
+ },
+/turf/open/floor/plasteel/dark/wasteplanet,
+/area/ruin/wasteplanet/wasteplanet_shipbreaking/ship)
+"RE" = (
+/turf/open/floor/plating/wasteplanet/lit,
+/area/ruin/wasteplanet/wasteplanet_shipbreaking/bay)
+"RO" = (
+/obj/structure/cable{
+ icon_state = "1-8"
+ },
+/obj/machinery/light/small/broken/directional/east,
+/turf/open/floor/plating/wasteplanet/rust,
+/area/ruin/wasteplanet/wasteplanet_shipbreaking/ship)
+"RR" = (
+/obj/structure/reagent_dispensers/watertank/high,
+/turf/open/floor/plating/wasteplanet,
+/area/ruin/wasteplanet/wasteplanet_shipbreaking/ship)
+"RX" = (
+/obj/structure/extinguisher_cabinet/directional/west,
+/turf/open/floor/plating/wasteplanet,
+/area/ruin/wasteplanet/wasteplanet_shipbreaking/bay)
+"Se" = (
+/obj/structure/fence/cut/large{
+ dir = 4
+ },
+/turf/open/floor/plating/wasteplanet/lit,
+/area/ruin/wasteplanet)
+"Sg" = (
+/obj/effect/turf_decal/industrial/traffic{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 10
+ },
+/turf/open/floor/plasteel/wasteplanet,
+/area/ruin/wasteplanet/wasteplanet_shipbreaking/bay)
+"Sl" = (
+/obj/structure/cable/yellow{
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/obj/structure/catwalk/over/plated_catwalk,
+/turf/open/floor/plating/wasteplanet,
+/area/ruin/wasteplanet/wasteplanet_shipbreaking/canteen)
+"Sm" = (
+/obj/effect/turf_decal/corner/transparent/orange{
+ dir = 5
+ },
+/obj/item/chair{
+ pixel_x = -7;
+ pixel_y = -7
+ },
+/turf/open/floor/plasteel/wasteplanet,
+/area/ruin/wasteplanet/wasteplanet_shipbreaking/canteen)
+"Sq" = (
+/obj/machinery/washing_machine,
+/obj/effect/turf_decal/corner/transparent/neutral/mono,
+/turf/open/floor/plasteel/wasteplanet,
+/area/ruin/wasteplanet/wasteplanet_shipbreaking/dorms)
+"Sw" = (
+/obj/structure/girder,
+/obj/item/stack/sheet/mineral/titanium,
+/turf/open/floor/plating/wasteplanet/lit,
+/area/ruin/wasteplanet/wasteplanet_shipbreaking/ship)
+"SA" = (
+/obj/effect/turf_decal/industrial/warning/corner{
+ dir = 8
+ },
+/obj/effect/decal/cleanable/cobweb,
+/obj/structure/sign/poster/official/cleanliness{
+ pixel_y = 32
+ },
+/turf/open/floor/plasteel/wasteplanet,
+/area/ruin/wasteplanet/wasteplanet_shipbreaking/ship)
+"SP" = (
+/obj/structure/closet/crate/trashcart/laundry,
+/obj/item/clothing/gloves/color/yellow,
+/obj/effect/turf_decal/corner/transparent/neutral/mono,
+/turf/open/floor/plasteel/wasteplanet,
+/area/ruin/wasteplanet/wasteplanet_shipbreaking/dorms)
+"SZ" = (
+/obj/machinery/airalarm/directional/west,
+/obj/effect/turf_decal/corner/transparent/orange{
+ dir = 9
+ },
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on,
+/turf/open/floor/plasteel/wasteplanet,
+/area/ruin/wasteplanet/wasteplanet_shipbreaking/dorms)
+"Te" = (
+/obj/machinery/cell_charger,
+/obj/structure/table,
+/obj/item/stock_parts/cell/hyper/empty,
+/turf/open/floor/plating/wasteplanet,
+/area/ruin/wasteplanet/wasteplanet_shipbreaking/bay)
+"Tf" = (
+/obj/effect/turf_decal/industrial/traffic{
+ dir = 1
+ },
+/obj/effect/turf_decal/industrial/caution,
+/obj/structure/cable/yellow{
+ icon_state = "1-2"
+ },
+/obj/machinery/atmospherics/pipe/manifold4w/scrubbers/hidden,
+/turf/open/floor/plating/wasteplanet,
+/area/ruin/wasteplanet/wasteplanet_shipbreaking/bay)
+"Th" = (
+/obj/effect/turf_decal/industrial/hatch/red,
+/obj/structure/closet/crate/secure/weapon,
+/obj/item/gun/energy/lasercannon,
+/turf/open/floor/plasteel/dark/wasteplanet,
+/area/ruin/wasteplanet/wasteplanet_shipbreaking/bay)
+"Tj" = (
+/obj/structure/closet/wall/directional/east,
+/obj/item/clothing/under/utility,
+/obj/item/clothing/under/utility,
+/obj/item/clothing/shoes/workboots,
+/obj/effect/turf_decal/corner/transparent/lime/border{
+ dir = 4
+ },
+/obj/effect/turf_decal/corner/transparent/lime/border{
+ dir = 8
+ },
+/obj/item/reagent_containers/food/snacks/ration/entree/beef_strips,
+/turf/open/floor/plasteel/dark/wasteplanet,
+/area/ruin/wasteplanet/wasteplanet_shipbreaking/ship)
+"Ts" = (
+/obj/structure/rack,
+/obj/item/storage/toolbox/electrical{
+ pixel_y = 8
+ },
+/obj/item/storage/toolbox/electrical,
+/turf/open/floor/plating/wasteplanet/lit,
+/area/ruin/wasteplanet/wasteplanet_shipbreaking/bay)
+"TB" = (
+/obj/structure/cable{
+ icon_state = "1-2"
+ },
+/obj/effect/decal/cleanable/blood/tracks,
+/obj/machinery/light/small/broken/directional/east,
+/obj/effect/turf_decal/corner/transparent/lime/border{
+ dir = 8
+ },
+/obj/effect/turf_decal/corner/transparent/lime/border{
+ dir = 4
+ },
+/turf/open/floor/plasteel/dark/wasteplanet,
+/area/ruin/wasteplanet/wasteplanet_shipbreaking/ship)
+"TE" = (
+/obj/structure/fence,
+/obj/effect/turf_decal/industrial/warning/dust{
+ dir = 4
+ },
+/turf/open/floor/plating/wasteplanet/lit,
+/area/ruin/wasteplanet)
+"TK" = (
+/obj/effect/turf_decal/industrial/traffic{
+ dir = 8
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 6
+ },
+/turf/open/floor/plasteel/wasteplanet,
+/area/ruin/wasteplanet/wasteplanet_shipbreaking/bay)
+"TN" = (
+/obj/machinery/vending/snack/orange,
+/obj/effect/turf_decal/corner/transparent/blue{
+ dir = 6
+ },
+/turf/open/floor/plasteel/dark/wasteplanet,
+/area/ruin/wasteplanet/wasteplanet_shipbreaking/canteen)
+"TX" = (
+/obj/machinery/hydroponics/constructable,
+/obj/machinery/light/directional/east,
+/obj/item/seeds/kudzu,
+/turf/open/floor/plasteel/dark/wasteplanet,
+/area/ruin/wasteplanet/wasteplanet_shipbreaking/ship)
+"TY" = (
+/obj/structure/table/wood,
+/obj/machinery/chem_dispenser/drinks/beer{
+ dir = 4
+ },
+/obj/effect/decal/cleanable/cobweb,
+/obj/effect/turf_decal/corner/transparent/blue{
+ dir = 9
+ },
+/turf/open/floor/plasteel/dark/wasteplanet,
+/area/ruin/wasteplanet/wasteplanet_shipbreaking/canteen)
+"Ub" = (
+/obj/structure/sign/warning/coldtemp{
+ pixel_x = 32
+ },
+/obj/effect/turf_decal/corner/transparent/neutral/mono,
+/obj/effect/turf_decal/corner/transparent/blue/border{
+ dir = 6
+ },
+/turf/open/floor/plasteel/wasteplanet,
+/area/ruin/wasteplanet/wasteplanet_shipbreaking/canteen)
+"Uc" = (
+/obj/structure/window/reinforced/fulltile/shuttle,
+/obj/structure/grille,
+/turf/open/floor/plating/wasteplanet,
+/area/ruin/wasteplanet/wasteplanet_shipbreaking/ship)
+"Ud" = (
+/obj/item/storage/bag/plants,
+/obj/item/plant_analyzer,
+/obj/item/cultivator{
+ pixel_x = -4
+ },
+/obj/item/shovel/spade{
+ pixel_x = 6
+ },
+/obj/structure/rack,
+/obj/structure/window/reinforced{
+ dir = 8
+ },
+/turf/open/floor/plasteel/dark/wasteplanet,
+/area/ruin/wasteplanet/wasteplanet_shipbreaking/ship)
+"Uj" = (
+/obj/effect/turf_decal/industrial/hatch/orange,
+/obj/item/clothing/gloves/color/yellow,
+/obj/item/clothing/gloves/color/yellow,
+/obj/item/clothing/gloves/color/yellow,
+/obj/structure/closet/crate/engineering/electrical,
+/turf/open/floor/plasteel/dark/wasteplanet,
+/area/ruin/wasteplanet/wasteplanet_shipbreaking/bay)
+"Us" = (
+/obj/effect/turf_decal/corner/transparent/neutral/mono,
+/turf/open/floor/plasteel/wasteplanet,
+/area/ruin/wasteplanet/wasteplanet_shipbreaking/dorms)
+"Uz" = (
+/obj/structure/cable/yellow{
+ icon_state = "1-2"
+ },
+/obj/structure/extinguisher_cabinet/directional/east,
+/obj/effect/turf_decal/corner/transparent/orange{
+ dir = 6
+ },
+/turf/open/floor/plasteel/dark/wasteplanet,
+/area/ruin/wasteplanet/wasteplanet_shipbreaking/bay)
+"UF" = (
+/obj/structure/fence,
+/obj/effect/turf_decal/industrial/warning/dust{
+ dir = 10
+ },
+/turf/open/floor/plating/wasteplanet/lit,
+/area/ruin/wasteplanet)
+"UP" = (
+/obj/structure/table_frame,
+/obj/item/stack/ore/salvage/scrapmetal,
+/obj/item/paper/crumpled{
+ pixel_x = -3;
+ pixel_y = 3
+ },
+/turf/open/floor/plating/wasteplanet,
+/area/ruin/wasteplanet/wasteplanet_shipbreaking/dorms)
+"UR" = (
+/obj/structure/table/reinforced,
+/obj/item/reagent_containers/food/drinks/waterbottle/large{
+ pixel_y = 20;
+ pixel_x = 10
+ },
+/obj/item/radio/intercom/wideband/table{
+ dir = 4
+ },
+/obj/machinery/light/small/broken/directional/east,
+/obj/item/reagent_containers/food/snacks/ration/pack/orange_beverage{
+ pixel_x = 9
+ },
+/turf/open/floor/plasteel/dark/wasteplanet,
+/area/ruin/wasteplanet/wasteplanet_shipbreaking/ship)
+"UW" = (
+/turf/closed/wall,
+/area/ruin/wasteplanet/wasteplanet_shipbreaking/dorms)
+"Va" = (
+/obj/structure/table,
+/obj/item/reagent_containers/food/drinks/bottle/rum{
+ pixel_y = 8;
+ pixel_x = -4
+ },
+/obj/item/reagent_containers/food/drinks/bottle/rum{
+ pixel_x = -4
+ },
+/obj/item/reagent_containers/food/drinks/bottle/rum{
+ pixel_y = -8;
+ pixel_x = -4
+ },
+/turf/open/floor/plasteel/dark/wasteplanet,
+/area/ruin/wasteplanet/wasteplanet_shipbreaking/canteen)
+"Vp" = (
+/obj/effect/turf_decal/industrial/traffic/corner{
+ dir = 1
+ },
+/obj/structure/cable/yellow{
+ icon_state = "0-8"
+ },
+/turf/open/floor/plating/wasteplanet/lit,
+/area/ruin/wasteplanet)
+"Vq" = (
+/obj/machinery/atmospherics/components/unary/passive_vent{
+ dir = 4
+ },
+/turf/open/floor/plating/asteroid/wasteplanet,
+/area/ruin/wasteplanet)
+"Vx" = (
+/obj/item/stack/ore/salvage/scrapmetal/five,
+/obj/structure/frame,
+/turf/open/floor/plasteel/wasteplanet,
+/area/ruin/wasteplanet/wasteplanet_shipbreaking/ship)
+"VG" = (
+/obj/structure/reagent_dispensers/fueltank,
+/obj/structure/sign/warning/explosives{
+ pixel_x = -28
+ },
+/turf/open/floor/plating/wasteplanet/lit,
+/area/ruin/wasteplanet/wasteplanet_shipbreaking/bay)
+"VK" = (
+/obj/structure/cable{
+ icon_state = "4-8"
+ },
+/obj/effect/turf_decal/industrial/warning{
+ dir = 8
+ },
+/obj/effect/turf_decal/corner/transparent/lime/border{
+ dir = 1
+ },
+/obj/effect/turf_decal/corner/transparent/lime/border,
+/turf/open/floor/plasteel/dark/wasteplanet,
+/area/ruin/wasteplanet/wasteplanet_shipbreaking/ship)
+"VO" = (
+/obj/structure/cable/yellow{
+ icon_state = "2-8"
+ },
+/obj/machinery/mineral/stacking_unit_console{
+ pixel_y = 28
+ },
+/obj/effect/turf_decal/corner/transparent/orange{
+ dir = 6
+ },
+/turf/open/floor/plasteel/dark/wasteplanet,
+/area/ruin/wasteplanet/wasteplanet_shipbreaking/bay)
+"VQ" = (
+/obj/structure/marker_beacon{
+ picked_color = "Burgundy"
+ },
+/obj/effect/turf_decal/industrial/warning/dust{
+ dir = 8
+ },
+/turf/open/floor/plating/wasteplanet/lit,
+/area/ruin/wasteplanet)
+"VS" = (
+/obj/machinery/computer/mech_bay_power_console{
+ dir = 8
+ },
+/obj/structure/sign/warning/electricshock{
+ pixel_x = 28
+ },
+/obj/machinery/light/broken/directional/north,
+/turf/open/floor/plating/wasteplanet/lit,
+/area/ruin/wasteplanet/wasteplanet_shipbreaking/bay)
+"VZ" = (
+/obj/machinery/power/port_gen/pacman,
+/obj/structure/cable/yellow{
+ icon_state = "0-4"
+ },
+/obj/effect/turf_decal/industrial/hatch/yellow,
+/turf/open/floor/plating/wasteplanet/rust,
+/area/ruin/wasteplanet/wasteplanet_shipbreaking/ship)
+"Wc" = (
+/obj/machinery/light/dim/directional/north,
+/obj/effect/turf_decal/corner/transparent/orange{
+ dir = 5
+ },
+/obj/structure/table,
+/obj/item/reagent_containers/food/drinks/soda_cans/cola{
+ pixel_y = 13;
+ pixel_x = -6
+ },
+/obj/item/flashlight/lamp,
+/turf/open/floor/plasteel/wasteplanet,
+/area/ruin/wasteplanet/wasteplanet_shipbreaking/canteen)
+"Wn" = (
+/obj/structure/fence,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/plating/wasteplanet/lit,
+/area/ruin/wasteplanet)
+"Wu" = (
+/obj/effect/turf_decal/corner/transparent/blue{
+ dir = 6
+ },
+/turf/open/floor/plasteel/dark/wasteplanet,
+/area/ruin/wasteplanet/wasteplanet_shipbreaking/canteen)
+"Wy" = (
+/obj/structure/bed{
+ dir = 4
+ },
+/obj/item/bedsheet/grey{
+ dir = 1
+ },
+/turf/open/floor/plasteel/wasteplanet,
+/area/ruin/wasteplanet/wasteplanet_shipbreaking/dorms)
+"Wz" = (
+/obj/effect/decal/cleanable/blood/tracks{
+ dir = 6
+ },
+/turf/open/floor/plating/wasteplanet/lit,
+/area/ruin/wasteplanet)
+"WB" = (
+/obj/effect/turf_decal/industrial/traffic,
+/obj/effect/turf_decal/industrial/caution{
+ dir = 1
+ },
+/obj/structure/cable/yellow{
+ icon_state = "1-2"
+ },
+/obj/machinery/atmospherics/components/binary/volume_pump/on,
+/turf/open/floor/plating/wasteplanet,
+/area/ruin/wasteplanet/wasteplanet_shipbreaking/bay)
+"WI" = (
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden{
+ dir = 4
+ },
+/obj/effect/decal/cleanable/blood/drip,
+/obj/effect/turf_decal/corner/transparent/blue{
+ dir = 6
+ },
+/turf/open/floor/plasteel/dark/wasteplanet,
+/area/ruin/wasteplanet/wasteplanet_shipbreaking/canteen)
+"WL" = (
+/obj/effect/turf_decal/industrial/traffic/corner,
+/obj/structure/closet/bombcloset,
+/obj/effect/turf_decal/corner/transparent/orange{
+ dir = 9
+ },
+/turf/open/floor/plasteel/dark/wasteplanet,
+/area/ruin/wasteplanet/wasteplanet_shipbreaking/bay)
+"WP" = (
+/turf/open/floor/plating/wasteplanet/rust/lit,
+/area/ruin/wasteplanet/wasteplanet_shipbreaking/bay)
+"WQ" = (
+/obj/structure/sink{
+ dir = 8;
+ pixel_x = 11
+ },
+/obj/structure/mirror{
+ pixel_x = 28
+ },
+/turf/open/floor/plasteel/wasteplanet,
+/area/ruin/wasteplanet/wasteplanet_shipbreaking/ship)
+"WS" = (
+/obj/structure/rack,
+/obj/item/storage/toolbox/drone{
+ pixel_y = 8
+ },
+/obj/item/storage/toolbox/drone{
+ pixel_y = -8
+ },
+/turf/open/floor/plating/wasteplanet/lit,
+/area/ruin/wasteplanet/wasteplanet_shipbreaking/bay)
+"WW" = (
+/obj/structure/closet,
+/obj/item/clothing/shoes/cowboy,
+/obj/item/clothing/under/rank/engineering/engineer/hazard,
+/turf/open/floor/plasteel/wasteplanet,
+/area/ruin/wasteplanet/wasteplanet_shipbreaking/dorms)
+"Xr" = (
+/obj/effect/turf_decal/industrial/traffic/corner{
+ dir = 4
+ },
+/obj/structure/cable/yellow{
+ icon_state = "0-4"
+ },
+/obj/machinery/power/floodlight,
+/turf/open/floor/plating/wasteplanet/lit,
+/area/ruin/wasteplanet)
+"XG" = (
+/obj/structure/sign/warning/docking{
+ pixel_y = -32
+ },
+/obj/effect/turf_decal/industrial/warning/dust{
+ dir = 10
+ },
+/turf/open/floor/plating/wasteplanet/lit,
+/area/ruin/wasteplanet)
+"XI" = (
+/obj/effect/turf_decal/corner/transparent/blue{
+ dir = 5
+ },
+/obj/item/kirbyplants/dead{
+ pixel_x = 10;
+ pixel_y = 10
+ },
+/turf/open/floor/plasteel/dark/wasteplanet,
+/area/ruin/wasteplanet/wasteplanet_shipbreaking/dorms)
+"XY" = (
+/turf/open/floor/plating/wasteplanet,
+/area/ruin/wasteplanet/wasteplanet_shipbreaking/ship)
+"Ya" = (
+/obj/structure/table/reinforced,
+/obj/item/radio/intercom/table{
+ dir = 1
+ },
+/turf/open/floor/plasteel/wasteplanet,
+/area/ruin/wasteplanet/wasteplanet_shipbreaking/ship)
+"Yb" = (
+/obj/effect/turf_decal/corner/transparent/blue{
+ dir = 10
+ },
+/turf/open/floor/plasteel/dark/wasteplanet,
+/area/ruin/wasteplanet/wasteplanet_shipbreaking/canteen)
+"Yh" = (
+/turf/open/floor/plasteel/dark/wasteplanet,
+/area/ruin/wasteplanet/wasteplanet_shipbreaking/canteen)
+"Yi" = (
+/obj/structure/sign/poster/contraband/missing_gloves{
+ pixel_y = 32
+ },
+/obj/effect/turf_decal/corner/transparent/orange{
+ dir = 5
+ },
+/turf/open/floor/plasteel/wasteplanet,
+/area/ruin/wasteplanet/wasteplanet_shipbreaking/canteen)
+"Yp" = (
+/mob/living/simple_animal/hostile/hivebot/wasteplanet/strong,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden,
+/turf/open/floor/plasteel/dark/wasteplanet,
+/area/ruin/wasteplanet/wasteplanet_shipbreaking/canteen)
+"Yq" = (
+/obj/structure/table,
+/obj/item/radio/old{
+ pixel_y = 12;
+ pixel_x = -11
+ },
+/obj/item/radio/weather_monitor{
+ pixel_y = 11
+ },
+/obj/item/stack/cable_coil/cut/red{
+ pixel_y = 10
+ },
+/obj/item/stack/tape/industrial/electrical,
+/obj/machinery/light/directional/north,
+/turf/open/floor/plasteel/dark/wasteplanet,
+/area/ruin/wasteplanet/wasteplanet_shipbreaking/canteen)
+"Yu" = (
+/obj/effect/turf_decal/industrial/warning/corner{
+ dir = 4
+ },
+/obj/structure/crate_shelf,
+/turf/open/floor/plasteel/wasteplanet,
+/area/ruin/wasteplanet/wasteplanet_shipbreaking/ship)
+"Yy" = (
+/obj/structure/cable/yellow{
+ icon_state = "1-8"
+ },
+/turf/open/floor/plating/wasteplanet/lit,
+/area/ruin/wasteplanet)
+"YE" = (
+/obj/structure/fence/door/opened,
+/obj/effect/decal/cleanable/blood/tracks,
+/obj/structure/cable/yellow{
+ icon_state = "1-2"
+ },
+/obj/effect/turf_decal/industrial/warning/dust{
+ dir = 4
+ },
+/obj/effect/turf_decal/industrial/warning/dust{
+ dir = 8
+ },
+/turf/open/floor/plating/wasteplanet/lit,
+/area/ruin/wasteplanet)
+"YJ" = (
+/obj/structure/extinguisher_cabinet/directional/east,
+/obj/effect/turf_decal/corner/transparent/blue{
+ dir = 6
+ },
+/turf/open/floor/plasteel/dark/wasteplanet,
+/area/ruin/wasteplanet/wasteplanet_shipbreaking/canteen)
+"YK" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/dark/wasteplanet,
+/area/ruin/wasteplanet/wasteplanet_shipbreaking/canteen)
+"YW" = (
+/obj/effect/turf_decal/industrial/hatch/orange,
+/mob/living/simple_animal/hostile/hivebot/wasteplanet/ranged/rapid,
+/turf/open/floor/plating/wasteplanet/lit,
+/area/ruin/wasteplanet)
+"Za" = (
+/obj/structure/table/reinforced,
+/obj/machinery/light/small/broken/directional/west,
+/obj/item/ration_heater,
+/turf/open/floor/plasteel/wasteplanet,
+/area/ruin/wasteplanet/wasteplanet_shipbreaking/ship)
+"Ze" = (
+/obj/machinery/power/smes/shuttle/precharged{
+ dir = 4
+ },
+/obj/structure/window/reinforced{
+ dir = 8
+ },
+/obj/structure/cable{
+ icon_state = "0-8"
+ },
+/turf/open/floor/plating/wasteplanet,
+/area/ruin/wasteplanet/wasteplanet_shipbreaking/ship)
+"Zr" = (
+/obj/structure/cable/yellow{
+ icon_state = "1-2"
+ },
+/obj/structure/extinguisher_cabinet/directional/west,
+/obj/effect/turf_decal/corner/transparent/orange{
+ dir = 9
+ },
+/turf/open/floor/plasteel/dark/wasteplanet,
+/area/ruin/wasteplanet/wasteplanet_shipbreaking/bay)
+"Zu" = (
+/obj/structure/closet/crate{
+ name = "ration crate"
+ },
+/obj/item/reagent_containers/food/drinks/waterbottle/large,
+/obj/effect/turf_decal/industrial/hatch/yellow,
+/obj/machinery/light/small/broken/directional/west,
+/obj/effect/spawner/lootdrop/ration,
+/turf/open/floor/plasteel/wasteplanet,
+/area/ruin/wasteplanet/wasteplanet_shipbreaking/ship)
+"Zy" = (
+/obj/structure/fence/end{
+ dir = 8
+ },
+/turf/open/floor/plating/wasteplanet/lit,
+/area/ruin/wasteplanet/wasteplanet_shipbreaking/bay)
+"ZO" = (
+/obj/structure/railing{
+ max_integrity = 70
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden{
+ dir = 4
+ },
+/turf/open/floor/plasteel/stairs{
+ dir = 4
+ },
+/area/ruin/wasteplanet/wasteplanet_shipbreaking/bay)
+"ZP" = (
+/obj/structure/chair/sofa/brown/right{
+ dir = 1
+ },
+/obj/effect/turf_decal/corner/transparent/blue{
+ dir = 10
+ },
+/turf/open/floor/plasteel/dark/wasteplanet,
+/area/ruin/wasteplanet/wasteplanet_shipbreaking/dorms)
+"ZQ" = (
+/obj/effect/turf_decal/industrial/traffic/corner{
+ dir = 1
+ },
+/obj/structure/extinguisher_cabinet/directional/north,
+/turf/open/floor/plating/wasteplanet/rust/lit,
+/area/ruin/wasteplanet)
+"ZW" = (
+/obj/structure/rack,
+/turf/open/floor/plasteel/dark/wasteplanet,
+/area/ruin/wasteplanet/wasteplanet_shipbreaking/bay)
+
+(1,1,1) = {"
+tn
+tn
+tn
+tn
+tn
+tn
+tn
+tn
+tn
+tn
+tn
+tn
+tn
+tn
+tn
+tn
+tn
+tn
+tn
+tn
+tn
+tn
+tn
+tn
+tn
+tn
+tn
+tn
+tn
+tn
+tn
+tn
+pj
+pj
+td
+td
+td
+cg
+td
+td
+td
+cg
+td
+td
+td
+cg
+td
+td
+td
+pj
+pj
+"}
+(2,1,1) = {"
+tn
+tn
+tn
+tn
+tn
+tn
+tn
+tn
+tn
+tn
+tn
+tn
+tn
+tn
+tn
+tn
+tn
+tn
+tn
+tn
+tn
+tn
+tn
+tn
+tn
+tn
+tn
+tn
+tn
+tn
+tn
+tn
+pj
+gx
+VQ
+OM
+wr
+wr
+wr
+OM
+OM
+wr
+wr
+wr
+wr
+wr
+wr
+OM
+OB
+XG
+pj
+"}
+(3,1,1) = {"
+tn
+tn
+tn
+tn
+tn
+tn
+tn
+tn
+tn
+gg
+gg
+gg
+gg
+gg
+gg
+gg
+gg
+gg
+gg
+gg
+tn
+tn
+tn
+tn
+tn
+tn
+tn
+tn
+tn
+tn
+gg
+Lw
+ry
+OM
+OM
+OM
+OM
+OM
+jt
+OM
+OM
+OM
+OM
+jt
+jt
+OM
+OM
+OM
+OM
+de
+ry
+"}
+(4,1,1) = {"
+tn
+tn
+tn
+tn
+tn
+tn
+tn
+gg
+gg
+gg
+gg
+gg
+gg
+gg
+gg
+gg
+gg
+pj
+gg
+gg
+gg
+gg
+gg
+tn
+tn
+tn
+tn
+gg
+gg
+gg
+gg
+Lw
+ry
+DA
+LB
+LB
+OM
+LB
+LB
+LB
+LB
+LB
+OM
+OM
+OM
+LB
+LB
+LB
+jt
+de
+ry
+"}
+(5,1,1) = {"
+tn
+tn
+tn
+tn
+tn
+gg
+gg
+gg
+gg
+gg
+gg
+GM
+GM
+GM
+GM
+Mi
+gg
+gg
+gg
+gg
+gg
+gg
+gg
+gg
+gg
+gg
+gg
+gg
+pj
+gg
+Lw
+Lw
+ry
+DA
+jt
+OM
+OM
+OM
+OM
+OM
+OM
+OM
+OM
+OM
+OM
+OM
+OM
+OM
+OM
+de
+ry
+"}
+(6,1,1) = {"
+tn
+tn
+tn
+tn
+gg
+gg
+gg
+GM
+GM
+GM
+GM
+GM
+cv
+qw
+jT
+Mi
+Mi
+Mi
+Mi
+Mi
+Mi
+Mi
+Mi
+gg
+gg
+gg
+gg
+gg
+gg
+gg
+Lw
+Lw
+mK
+DA
+MJ
+OM
+px
+Qe
+Qe
+px
+OM
+OM
+OM
+px
+Qe
+Qe
+px
+OM
+lB
+OM
+mK
+"}
+(7,1,1) = {"
+tn
+tn
+tn
+gg
+gg
+gg
+gg
+GM
+IS
+sL
+AZ
+MF
+kY
+ek
+ok
+gs
+zZ
+vN
+Te
+RX
+MO
+BW
+Mi
+Mi
+gg
+pj
+gg
+gg
+Lw
+Lw
+Lw
+Lw
+ry
+DA
+OM
+OM
+px
+Ze
+Ze
+px
+px
+Uc
+px
+px
+Ze
+Ze
+px
+OM
+OM
+OM
+ry
+"}
+(8,1,1) = {"
+tn
+tn
+gg
+gg
+gg
+pj
+gg
+GM
+bp
+iB
+Yp
+nH
+BL
+ba
+kS
+Hm
+MZ
+ke
+Gl
+sB
+fe
+GV
+ul
+Mi
+gg
+gg
+gg
+Lw
+Lw
+Lw
+Lw
+Lw
+Se
+OM
+OM
+sK
+px
+oe
+nr
+px
+An
+KI
+Vx
+px
+nr
+oe
+px
+px
+LB
+de
+ry
+"}
+(9,1,1) = {"
+tn
+tn
+gg
+gg
+gg
+gg
+gg
+GM
+MF
+MF
+MF
+MF
+kY
+Sl
+ok
+gs
+fz
+iW
+OY
+CU
+GX
+tK
+lY
+Mi
+gg
+gg
+gg
+Lw
+Vq
+Lw
+Lw
+Lw
+ry
+DA
+OM
+sK
+VZ
+NG
+Na
+lb
+jY
+nf
+eN
+gk
+Gq
+tY
+RR
+px
+OM
+de
+ry
+"}
+(10,1,1) = {"
+tn
+gg
+gg
+gg
+gg
+GM
+GM
+GM
+tT
+bi
+PX
+MF
+oK
+Fq
+wb
+gs
+gs
+gs
+gs
+gs
+gs
+gs
+Mi
+Mi
+Mi
+Mi
+Mi
+mZ
+Wn
+mZ
+mZ
+UF
+mK
+NO
+Dp
+sK
+fA
+Bn
+Ap
+px
+px
+vb
+px
+px
+Ud
+Mh
+lV
+Uc
+lB
+de
+mK
+"}
+(11,1,1) = {"
+tn
+gg
+gg
+gg
+gg
+GM
+Va
+bu
+Yh
+JL
+Yh
+MF
+kY
+Sl
+ok
+gs
+qt
+qs
+lq
+Zr
+Oi
+zv
+Mi
+Lq
+BS
+wZ
+Mi
+ME
+lG
+df
+df
+OM
+ry
+zw
+OM
+sK
+sz
+RO
+px
+px
+SA
+VK
+DE
+px
+px
+oW
+TX
+px
+OM
+de
+vZ
+"}
+(12,1,1) = {"
+tn
+gg
+gg
+gg
+gg
+GM
+Fm
+Wu
+Aq
+nx
+Wu
+MF
+kY
+Sl
+ok
+gs
+Gk
+Ny
+EU
+qB
+Of
+dv
+Mt
+aM
+kJ
+pr
+IF
+ey
+lG
+lT
+df
+de
+ry
+zw
+OM
+sK
+px
+px
+px
+Zu
+IB
+eL
+kw
+Za
+px
+px
+px
+px
+LB
+de
+ry
+"}
+(13,1,1) = {"
+gg
+gg
+pj
+gg
+GM
+GM
+sF
+MF
+MF
+Gf
+MF
+MF
+aH
+Fb
+kS
+tL
+hn
+Ny
+Th
+kD
+qB
+Dc
+hA
+Tf
+lO
+WB
+MB
+je
+yi
+df
+jt
+OM
+vZ
+zw
+OM
+px
+Yu
+dY
+px
+bA
+pt
+eL
+kw
+dP
+px
+ah
+ni
+px
+OM
+de
+ry
+"}
+(14,1,1) = {"
+gg
+gg
+gg
+gg
+GM
+TY
+ix
+EX
+Rn
+cF
+Km
+MF
+kY
+Sl
+Lv
+gs
+MX
+eS
+iK
+iK
+is
+jI
+Mt
+ne
+ty
+pr
+IF
+ki
+EK
+qd
+qd
+Nf
+mK
+zw
+zt
+Mx
+hr
+mi
+RD
+TB
+to
+Mz
+tD
+TB
+CK
+oh
+Tj
+wf
+lB
+jt
+mK
+"}
+(15,1,1) = {"
+gg
+gg
+gg
+gg
+GM
+gP
+Yh
+aI
+Je
+YK
+hO
+MF
+kY
+cz
+ok
+gs
+le
+Hb
+Hp
+bB
+HD
+GO
+Mi
+ut
+aQ
+PJ
+Mi
+Vp
+OM
+Ab
+Ab
+xf
+ry
+zw
+hW
+XY
+il
+Pi
+px
+px
+al
+Bk
+oz
+px
+px
+in
+px
+px
+OM
+jt
+ry
+"}
+(16,1,1) = {"
+gg
+gg
+gg
+gg
+GM
+Hf
+aI
+Ff
+uw
+WI
+cI
+gO
+Lv
+rQ
+ok
+Rv
+yR
+nL
+bc
+ga
+re
+Mi
+Mi
+bU
+bU
+bU
+Mi
+wg
+OM
+Ab
+nV
+hP
+YE
+KM
+Wz
+Lc
+iR
+os
+qS
+px
+px
+dI
+px
+px
+dn
+kc
+WQ
+wf
+LB
+de
+ry
+"}
+(17,1,1) = {"
+gg
+pj
+gg
+gg
+GM
+pF
+gb
+Dz
+oS
+fH
+Iq
+MF
+Lv
+rQ
+Lv
+iD
+Sg
+vf
+mS
+cd
+De
+Mi
+Oq
+pG
+Ml
+WS
+VG
+oT
+Mm
+jt
+Ab
+OM
+ry
+jt
+OM
+px
+sK
+IB
+sK
+px
+LX
+aw
+pY
+px
+px
+qy
+px
+px
+OM
+de
+ry
+"}
+(18,1,1) = {"
+gg
+gg
+gg
+gg
+GM
+sT
+OX
+OX
+bO
+Er
+kn
+qo
+xh
+rw
+Lv
+Rv
+Qc
+Go
+Ny
+Ny
+De
+Rv
+RE
+WP
+RE
+RE
+RE
+mq
+hH
+OM
+OM
+OM
+mK
+jt
+Dp
+OM
+Sw
+IB
+sK
+Ep
+zQ
+zQ
+HY
+IM
+px
+et
+px
+OM
+Fh
+de
+mK
+"}
+(19,1,1) = {"
+gg
+gg
+gg
+gg
+GM
+lW
+Ci
+vX
+Yb
+jd
+EH
+MF
+Lv
+rQ
+OK
+Rv
+TK
+eO
+bS
+mS
+De
+Mi
+VS
+pG
+fp
+Ts
+Nu
+oT
+vU
+NI
+jy
+OM
+ry
+DA
+OM
+vB
+Kc
+Kc
+sK
+Ya
+nP
+rd
+gV
+pz
+px
+px
+px
+OM
+OM
+OM
+ry
+"}
+(20,1,1) = {"
+gg
+gg
+gg
+gg
+GM
+yp
+pQ
+pQ
+vV
+yn
+xl
+gO
+OK
+rQ
+Lv
+Rv
+yR
+ZO
+Uj
+dw
+vC
+Mi
+Mi
+bU
+bU
+bU
+Mi
+Zy
+OM
+jt
+jy
+mA
+sO
+pu
+LB
+LB
+LB
+Dk
+Sw
+Uc
+Cx
+UR
+LA
+Uc
+px
+px
+LB
+LB
+jt
+de
+ry
+"}
+(21,1,1) = {"
+gg
+gg
+gg
+gg
+GM
+Yq
+pQ
+uZ
+Yh
+aj
+Ea
+MF
+kY
+Sl
+Lv
+gs
+sx
+nd
+mS
+bZ
+Hh
+WL
+Mi
+DN
+ZW
+un
+Mi
+Xr
+OM
+YW
+jy
+yD
+ry
+zw
+OM
+OM
+OM
+kZ
+OM
+Uc
+Uc
+px
+Gj
+Uc
+OM
+OM
+OM
+OM
+OM
+de
+ry
+"}
+(22,1,1) = {"
+gg
+gg
+pj
+gg
+GM
+jh
+jh
+jh
+YJ
+nx
+TN
+MF
+Yi
+Sl
+ok
+gs
+vv
+zP
+iK
+iK
+pd
+wv
+kd
+aM
+kJ
+pr
+Nd
+ki
+Ps
+qd
+pB
+Yy
+mK
+zw
+MJ
+OM
+jt
+OM
+OM
+OM
+OM
+OM
+OM
+OM
+OM
+OM
+OM
+OM
+lB
+de
+mK
+"}
+(23,1,1) = {"
+tn
+gg
+gg
+gg
+GM
+GM
+MF
+MF
+MF
+Gf
+MF
+MF
+Wc
+Fb
+qr
+tL
+hJ
+Ny
+mS
+Ql
+KW
+oA
+cx
+Tf
+lO
+WB
+ww
+xe
+rp
+jy
+jy
+de
+ry
+zw
+OM
+jt
+jt
+OM
+OM
+OM
+OM
+OM
+OM
+OM
+OM
+OM
+OM
+OM
+OM
+OM
+ry
+"}
+(24,1,1) = {"
+tn
+gg
+gg
+gg
+gg
+GM
+wc
+ar
+MF
+oJ
+tu
+MF
+DJ
+rQ
+ok
+gs
+ph
+Ny
+Ny
+mS
+zp
+dv
+Nd
+ne
+ty
+pr
+Nd
+ey
+lG
+jt
+jy
+de
+ry
+zw
+LB
+jt
+AS
+LB
+LB
+LB
+OM
+LB
+OM
+LB
+LB
+fP
+KG
+LB
+LB
+OM
+ry
+"}
+(25,1,1) = {"
+tn
+gg
+gg
+gg
+gg
+GM
+jo
+Ub
+FC
+Kx
+IQ
+MF
+Sm
+Sl
+OK
+gs
+VO
+hs
+kW
+Uz
+hs
+pJ
+Mi
+yr
+FG
+mG
+Mi
+ZQ
+lG
+jy
+jt
+OM
+ry
+zw
+OM
+OM
+OM
+OM
+OM
+yb
+jt
+OM
+OM
+OM
+OM
+OM
+OM
+OM
+OM
+de
+ry
+"}
+(26,1,1) = {"
+tn
+gg
+gg
+gg
+gg
+GM
+GM
+GM
+MF
+jC
+Bs
+MF
+aV
+Sl
+JX
+gs
+gs
+gs
+gs
+gs
+gs
+gs
+Mi
+Mi
+Mi
+Mi
+Mi
+TE
+ov
+Cs
+TE
+Ic
+mK
+GK
+Dp
+CC
+OM
+OM
+jt
+OM
+jt
+OM
+Ow
+OM
+OM
+OM
+OM
+jt
+lB
+de
+mK
+"}
+(27,1,1) = {"
+tn
+tn
+gg
+gg
+gg
+gg
+gg
+yK
+UW
+UW
+UW
+UW
+UP
+FW
+jq
+UW
+FH
+Wy
+UW
+ge
+Lu
+UW
+vh
+El
+Il
+yK
+qL
+qL
+cj
+qL
+qL
+qL
+ry
+DA
+OM
+OM
+EM
+OM
+Og
+jt
+jt
+OM
+OM
+OM
+OM
+OM
+OM
+jt
+OM
+de
+ry
+"}
+(28,1,1) = {"
+tn
+tn
+tn
+gg
+gg
+gg
+gg
+yK
+Sq
+Sq
+Ok
+UW
+yz
+iF
+Mn
+UW
+uN
+lx
+UW
+GN
+kM
+UW
+lx
+cP
+lx
+cA
+qL
+qL
+qL
+gg
+gg
+qL
+ry
+DA
+LB
+jt
+OM
+lf
+LB
+LB
+LB
+LB
+jt
+LB
+LB
+LB
+LB
+LB
+LB
+OM
+ry
+"}
+(29,1,1) = {"
+tn
+tn
+tn
+gg
+gg
+gg
+gg
+yK
+Us
+Us
+SP
+UW
+vH
+FW
+jq
+UW
+gF
+lx
+UW
+rv
+cp
+UW
+eD
+lx
+yK
+yK
+qL
+qL
+qL
+gg
+gg
+qL
+ry
+DA
+OM
+OM
+up
+OM
+OM
+OM
+OM
+OM
+OM
+jt
+jt
+OM
+OM
+OM
+OM
+OM
+ry
+"}
+(30,1,1) = {"
+tn
+tn
+tn
+tn
+gg
+gg
+gg
+yK
+UW
+nZ
+UW
+UW
+vH
+FW
+jq
+UW
+UW
+mU
+UW
+UW
+yC
+UW
+UW
+sm
+yK
+qL
+qL
+gg
+qL
+gg
+gg
+gg
+mK
+OM
+Fh
+gH
+OM
+QS
+OM
+OM
+OM
+OM
+jt
+jt
+OM
+OM
+OM
+OM
+lB
+de
+mK
+"}
+(31,1,1) = {"
+tn
+tn
+tn
+tn
+gg
+gg
+gg
+yK
+dd
+bD
+SZ
+pb
+uD
+PK
+iJ
+Fn
+Fn
+Fn
+nJ
+pb
+Ei
+bD
+bD
+bD
+yK
+qL
+qL
+qL
+qL
+gg
+gg
+gg
+ry
+DA
+jt
+OM
+OM
+OM
+OM
+OM
+OM
+OM
+OM
+OM
+OM
+OM
+OM
+jt
+OM
+OM
+ry
+"}
+(32,1,1) = {"
+tn
+tn
+tn
+tn
+gg
+gg
+gg
+yK
+bq
+bq
+pK
+bq
+Ri
+kP
+xO
+bq
+bq
+bq
+pK
+bq
+bq
+bq
+bq
+bq
+yK
+qL
+qL
+qL
+qL
+qL
+qL
+gg
+ry
+DA
+jt
+LB
+LB
+LB
+OM
+LB
+LB
+LB
+LB
+LB
+LB
+LB
+LB
+LB
+jt
+de
+ry
+"}
+(33,1,1) = {"
+tn
+tn
+tn
+tn
+gg
+gg
+gg
+yK
+UW
+ta
+UW
+UW
+qu
+BJ
+Mf
+UW
+UW
+yC
+UW
+UW
+mU
+UW
+UW
+yC
+yK
+gg
+gg
+qL
+qL
+qL
+qL
+qL
+ry
+DA
+OM
+OM
+OM
+jt
+OM
+OM
+OM
+OM
+OM
+OM
+OM
+OM
+jt
+jt
+jt
+de
+ry
+"}
+(34,1,1) = {"
+tn
+tn
+tn
+tn
+gg
+pj
+gg
+yK
+aL
+Us
+ks
+UW
+XI
+Cw
+Rt
+UW
+bF
+lx
+UW
+zB
+lx
+UW
+WW
+lx
+yK
+gg
+gg
+qL
+qL
+qL
+qL
+qL
+pj
+yU
+If
+tv
+OM
+OM
+OM
+tv
+OM
+jt
+tv
+tv
+OM
+tv
+tv
+OM
+lB
+Cf
+pj
+"}
+(35,1,1) = {"
+tn
+tn
+tn
+tn
+gg
+gg
+gg
+yK
+hK
+Us
+hG
+UW
+BO
+Cw
+HR
+UW
+xs
+lx
+UW
+BP
+lx
+UW
+uU
+lx
+yK
+gg
+gg
+gg
+qL
+qL
+qL
+qL
+pj
+pj
+td
+td
+td
+cg
+td
+td
+td
+cg
+td
+td
+CV
+cg
+td
+td
+td
+pj
+pj
+"}
+(36,1,1) = {"
+tn
+tn
+tn
+tn
+gg
+gg
+gg
+yK
+yK
+yK
+yK
+yK
+um
+zN
+JR
+UW
+kH
+Av
+UW
+bf
+yA
+UW
+FP
+ht
+yK
+gg
+gg
+gg
+qL
+qL
+qL
+qL
+tn
+tn
+tn
+tn
+tn
+tn
+tn
+tn
+tn
+tn
+tn
+tn
+tn
+tn
+tn
+tn
+tn
+tn
+tn
+"}
+(37,1,1) = {"
+tn
+tn
+tn
+tn
+tn
+gg
+gg
+gg
+gg
+gg
+gg
+yK
+ng
+Cw
+ZP
+yK
+yK
+yK
+yK
+yK
+yK
+yK
+yK
+yK
+yK
+gg
+gg
+qL
+qL
+qL
+qL
+gg
+tn
+tn
+tn
+tn
+tn
+tn
+tn
+tn
+tn
+tn
+tn
+tn
+tn
+tn
+tn
+tn
+tn
+tn
+tn
+"}
+(38,1,1) = {"
+tn
+tn
+tn
+tn
+tn
+gg
+gg
+gg
+pj
+gg
+gg
+yK
+hY
+tX
+tX
+yK
+gg
+gg
+gg
+gg
+gg
+gg
+gg
+gg
+gg
+gg
+gg
+qL
+qL
+qL
+qL
+tn
+tn
+tn
+tn
+tn
+tn
+tn
+tn
+tn
+tn
+tn
+tn
+tn
+tn
+tn
+tn
+tn
+tn
+tn
+tn
+"}
+(39,1,1) = {"
+tn
+tn
+tn
+tn
+tn
+gg
+gg
+gg
+gg
+gg
+gg
+Lw
+Lw
+Lw
+Lw
+Lw
+gg
+gg
+gg
+gg
+gg
+pj
+gg
+gg
+pj
+gg
+gg
+tn
+tn
+tn
+tn
+tn
+tn
+tn
+tn
+tn
+tn
+tn
+tn
+tn
+tn
+tn
+tn
+tn
+tn
+tn
+tn
+tn
+tn
+tn
+tn
+"}
+(40,1,1) = {"
+tn
+tn
+tn
+tn
+tn
+tn
+gg
+gg
+gg
+gg
+gg
+gg
+sf
+Lw
+Lw
+Lw
+gg
+pj
+gg
+gg
+gg
+gg
+gg
+gg
+gg
+gg
+tn
+tn
+tn
+tn
+tn
+tn
+tn
+tn
+tn
+tn
+tn
+tn
+tn
+tn
+tn
+tn
+tn
+tn
+tn
+tn
+tn
+tn
+tn
+tn
+tn
+"}
+(41,1,1) = {"
+tn
+tn
+tn
+tn
+tn
+tn
+tn
+tn
+gg
+gg
+pj
+gg
+gg
+Lw
+Lw
+gg
+gg
+gg
+gg
+gg
+gg
+tn
+tn
+tn
+tn
+tn
+tn
+tn
+tn
+tn
+tn
+tn
+tn
+tn
+tn
+tn
+tn
+tn
+tn
+tn
+tn
+tn
+tn
+tn
+tn
+tn
+tn
+tn
+tn
+tn
+tn
+"}
+(42,1,1) = {"
+tn
+tn
+tn
+tn
+tn
+tn
+tn
+tn
+tn
+gg
+gg
+gg
+gg
+Lw
+Lw
+gg
+gg
+tn
+tn
+tn
+tn
+tn
+tn
+tn
+tn
+tn
+tn
+tn
+tn
+tn
+tn
+tn
+tn
+tn
+tn
+tn
+tn
+tn
+tn
+tn
+tn
+tn
+tn
+tn
+tn
+tn
+tn
+tn
+tn
+tn
+tn
+"}
+(43,1,1) = {"
+tn
+tn
+tn
+tn
+tn
+tn
+tn
+tn
+tn
+gg
+gg
+gg
+gg
+Lw
+Lw
+tn
+tn
+tn
+tn
+tn
+tn
+tn
+tn
+tn
+tn
+tn
+tn
+tn
+tn
+tn
+tn
+tn
+tn
+tn
+tn
+tn
+tn
+tn
+tn
+tn
+tn
+tn
+tn
+tn
+tn
+tn
+tn
+tn
+tn
+tn
+tn
+"}
diff --git a/_maps/configs/independent_kilo.json b/_maps/configs/independent_kilo.json
index 0890ba4a9cef..9ff4ccfbf191 100644
--- a/_maps/configs/independent_kilo.json
+++ b/_maps/configs/independent_kilo.json
@@ -31,7 +31,7 @@
},
"Deckhand": {
"outfit": "/datum/outfit/job/independent/assistant",
- "slots": 2
+ "slots": 1
}
},
"enabled": true
diff --git a/_maps/configs/independent_mudskipper.json b/_maps/configs/independent_mudskipper.json
index 8db7b5668e03..469230d752a3 100644
--- a/_maps/configs/independent_mudskipper.json
+++ b/_maps/configs/independent_mudskipper.json
@@ -15,7 +15,7 @@
"SPACE"
],
"map_path": "_maps/shuttles/independent/independent_mudskipper.dmm",
- "limit": 1,
+ "limit": 2,
"starting_funds": 1500,
"job_slots": {
"Salvage Leader": {
diff --git a/_maps/configs/inteq_vaquero.json b/_maps/configs/inteq_vaquero.json
index 232562369a3d..2b0bed8bfe98 100644
--- a/_maps/configs/inteq_vaquero.json
+++ b/_maps/configs/inteq_vaquero.json
@@ -39,7 +39,7 @@
},
"Recruit": {
"outfit": "/datum/outfit/job/inteq/assistant",
- "slots": 2
+ "slots": 1
}
},
"enabled": true
diff --git a/_maps/configs/nanotrasen_harrier.json b/_maps/configs/nanotrasen_harrier.json
new file mode 100644
index 000000000000..161a699c2783
--- /dev/null
+++ b/_maps/configs/nanotrasen_harrier.json
@@ -0,0 +1,76 @@
+{
+ "$schema": "https://raw.githubusercontent.com/shiptest-ss13/Shiptest/master/_maps/ship_config_schema.json",
+ "map_name": "Harrier-class Exploration Cruiser",
+ "prefix": "NTSV",
+ "faction": "/datum/faction/nt",
+ "namelists": [
+ "NANOTRASEN",
+ "SPACE",
+ "MYTHOLOGICAL",
+ "WEAPONS"
+ ],
+ "map_short_name": "Harrier-class",
+ "map_path": "_maps/shuttles/nanotrasen/nanotrasen_harrier.dmm",
+ "description": "Originally an advanced ICW-era command cruiser, the surviving Harriers have been refurbished as exploration and \"reclamation\" ships in the post-ICW era. Large, well-rounded, and boasting excellent crew accomodations, Harriers are exceedingly popular with Nanotrasen crews in spite of their lack of specialized equipment.",
+ "tags": ["Generalist"],
+ "limit": 1,
+ "starting_funds": 4000,
+ "job_slots": {
+ "Captain": {
+ "outfit": "/datum/outfit/job/nanotrasen/captain",
+ "officer": true,
+ "slots": 1
+ },
+ "First Officer": {
+ "outfit": "/datum/outfit/job/nanotrasen/hop",
+ "officer": true,
+ "slots": 1
+ },
+ "Supply Director": {
+ "outfit": "/datum/outfit/job/nanotrasen/quartermaster",
+ "officer":true,
+ "slots": 1
+ },
+ "Internal Affairs Agent": {
+ "outfit": "/datum/outfit/job/nanotrasen/lawyer/corporaterepresentative",
+ "slots": 1
+ },
+ "Security Officer": {
+ "outfit": "/datum/outfit/job/nanotrasen/security",
+ "slots": 1
+ },
+ "Medical Doctor": {
+ "outfit": "/datum/outfit/job/nanotrasen/doctor",
+ "slots": 1
+ },
+ "Paramedic": {
+ "outfit": "/datum/outfit/job/nanotrasen/paramedic",
+ "slots": 1
+ },
+ "Engineer": {
+ "outfit": "/datum/outfit/job/nanotrasen/engineer",
+ "slots": 1
+ },
+ "Atmospheric Technician": {
+ "outfit": "/datum/outfit/job/nanotrasen/atmos",
+ "slots": 1
+ },
+ "Cargo Technician": {
+ "outfit": "/datum/outfit/job/nanotrasen/cargo_tech",
+ "slots": 1
+ },
+ "Cook": {
+ "outfit": "/datum/outfit/job/independent/cook",
+ "slots": 1
+ },
+ "Janitor": {
+ "outfit": "/datum/outfit/job/nanotrasen/janitor",
+ "slots": 1
+ },
+ "Assistant": {
+ "outfit": "/datum/outfit/job/nanotrasen/assistant",
+ "slots": 2
+ }
+ },
+ "enabled": true
+}
diff --git a/_maps/configs/nanotrasen_osprey.json b/_maps/configs/nanotrasen_osprey.json
deleted file mode 100644
index 473389fce14f..000000000000
--- a/_maps/configs/nanotrasen_osprey.json
+++ /dev/null
@@ -1,75 +0,0 @@
-{
- "$schema": "https://raw.githubusercontent.com/shiptest-ss13/Shiptest/master/_maps/ship_config_schema.json",
- "map_name": "Osprey-class Exploration Cruiser",
- "faction": "/datum/faction/nt",
- "prefix": "NTSV",
- "namelists": [
- "NANOTRASEN",
- "SPACE",
- "MYTHOLOGICAL",
- "WEAPONS"
- ],
- "map_short_name": "Osprey-class",
- "map_path": "_maps/shuttles/nanotrasen/nanotrasen_osprey.dmm",
- "description": "Some of the most modern ships in Nanotrasen’s fleet and a prestigious assignment for their captains, the famed Osprey of the ICW’s most dramatic astronautical engagements lives on as a very well-appointed exploration ship. Extensively refurbished from their origins as Bluespace Artillery platforms, the contemporary Osprey repurposes military-grade sensor equipment and AI systems for exploration and scientific work. Features include respectably-equipped medical, culinary, and scientific facilities and an AI core, as well as a ship-wide disposals and delivery system and a very spacious cargo bay. However, the powerful (if temperamental) supermatter engines that powered the initial batch of Ospreys were stripped out during their rebuilds, and the replacement generator banks have left contemporary Ospreys somewhat power-starved.",
- "tags": ["Cargo", "Robotics", "Generalist"],
- "limit": 1,
- "starting_funds": 4000,
- "job_slots": {
- "Captain": {
- "outfit": "/datum/outfit/job/nanotrasen/captain",
- "officer": true,
- "slots": 1
- },
- "First Officer": {
- "outfit": "/datum/outfit/job/nanotrasen/hop",
- "officer": true,
- "slots": 1
- },
- "Scientist": {
- "outfit": "/datum/outfit/job/nanotrasen/scientist",
- "slots": 2
- },
- "Medical Doctor": {
- "outfit": "/datum/outfit/job/nanotrasen/doctor",
- "slots": 1
- },
- "Paramedic": {
- "outfit": "/datum/outfit/job/nanotrasen/paramedic",
- "slots": 1
- },
- "Engineer": {
- "outfit": "/datum/outfit/job/nanotrasen/engineer",
- "slots": 1
- },
- "Atmospheric Technician": {
- "outfit": "/datum/outfit/job/nanotrasen/atmos",
- "slots": 1
- },
- "Quartermaster": {
- "outfit": "/datum/outfit/job/nanotrasen/quartermaster",
- "slots": 1
- },
- "Cargo Technician": {
- "outfit": "/datum/outfit/job/nanotrasen/cargo_tech",
- "slots": 1
- },
- "Shaft Miner": {
- "outfit": "/datum/outfit/job/nanotrasen/miner",
- "slots": 1
- },
- "Cook": {
- "outfit": "/datum/outfit/job/cook",
- "slots": 1
- },
- "Janitor": {
- "outfit": "/datum/outfit/job/janitor",
- "slots": 1
- },
- "Assistant": {
- "outfit": "/datum/outfit/job/nanotrasen/assistant",
- "slots": 3
- }
- },
- "enabled": true
-}
diff --git a/_maps/configs/nanotrasen_ranger.json b/_maps/configs/nanotrasen_ranger.json
index d9c2e207e4d9..fedc351e03b0 100644
--- a/_maps/configs/nanotrasen_ranger.json
+++ b/_maps/configs/nanotrasen_ranger.json
@@ -1,24 +1,23 @@
{
"$schema": "https://raw.githubusercontent.com/shiptest-ss13/Shiptest/master/_maps/ship_config_schema.json",
+ "prefix": "VISV",
"map_name": "Ranger-class Aid Vessel",
- "faction": "/datum/faction/nt",
- "prefix": "NTSV",
+ "faction": "/datum/faction/nt/vigilitas",
"namelists": [
"NANOTRASEN",
"NATURAL_AGGRESSIVE",
"WEAPONS"
],
"map_short_name": "Ranger-class",
- "description": "A Nanotrasen rescue and aid vessel. Equipped with an AI core, moderate combat gear, and equipment fit for rescue and general aid operations. Nanotrasen often deploys these ships in lieu of a proper ERT to aid their allies in the Frontier without committing their full might. The shipowner is the Lieutenant of a Loss Prevention squad, with a Commissioner to aid with operations on the ship proper.",
+ "description": "A Vigilitas Interstellar aid vessel, manufactured by NT Spaceworks. Equipped with a Nanotrasen AI core, moderate combat gear, and equipment fit for rescue and general aid operations. Vigitilas Interstellar often deploys these ships in lieu of a proper ERT to aid their allies in the Frontier without committing their full might. The shipowner is the Lieutenant of a Loss Prevention squad.",
"tags": [
"Combat",
- "Riot",
- "Robotics",
"Medical",
+ "Firefighting",
"Telecomms",
"Generalist"
],
- "starting_funds": 4000,
+ "starting_funds": 6000,
"map_path": "_maps/shuttles/nanotrasen/nanotrasen_ranger.dmm",
"limit": 1,
"job_slots": {
@@ -39,6 +38,10 @@
"outfit": "/datum/outfit/job/nanotrasen/doctor/lp",
"slots": 1
},
+ "N+S Logistics Specialist": {
+ "outfit": "/datum/outfit/job/nanotrasen/quartermaster",
+ "slots": 1
+ },
"Intern": {
"outfit": "/datum/outfit/job/nanotrasen/assistant",
"slots": 1
diff --git a/_maps/configs/nanotrasen_skipper.json b/_maps/configs/nanotrasen_skipper.json
deleted file mode 100644
index a64c4c777342..000000000000
--- a/_maps/configs/nanotrasen_skipper.json
+++ /dev/null
@@ -1,64 +0,0 @@
-{
- "$schema": "https://raw.githubusercontent.com/shiptest-ss13/Shiptest/master/_maps/ship_config_schema.json",
- "map_name": "Skipper-class Heavy Cruiser",
- "faction": "/datum/faction/nt",
- "map_short_name": "Skipper-class",
- "prefix": "NTSV",
- "namelists": [
- "NANOTRASEN",
- "SPACE",
- "MYTHOLOGICAL",
- "WEAPONS",
- "MERCANTILE"
- ],
- "map_path": "_maps/shuttles/nanotrasen/nanotrasen_skipper.dmm",
- "description": "An example of one of Nanotrasen’s “standard-pattern” cruisers. The Skipper-class is well-equipped by Frontier standards, with ample room for engineering equipment, well-appointed crew accommodations, and a decent supply of defensive weaponry. Notably, the Skipper comes with a larger command section than average, and the officers on Skippers tend to be better-equipped than their peers. Though not as prestigious as a position aboard an Osprey, few Nanotrasen captains would turn down a position commanding a Skipper.",
- "tags": [
- "Engineering",
- "Mining"
- ],
- "starting_funds": 4500,
- "job_slots": {
- "Captain": {
- "outfit": "/datum/outfit/job/nanotrasen/captain",
- "officer": true,
- "slots": 1
- },
- "First Officer": {
- "outfit": "/datum/outfit/job/nanotrasen/hop",
- "officer": true,
- "slots": 1
- },
- "Internal Affairs Agent": {
- "outfit": "/datum/outfit/job/nanotrasen/lawyer/corporaterepresentative",
- "slots" : 1
- },
- "Medical Doctor": 1,
- "Engineer": {
- "outfit": "/datum/outfit/job/nanotrasen/engineer",
- "slots": 1
- },
- "Atmospheric Technician": {
- "outfit": "/datum/outfit/job/nanotrasen/atmos",
- "slots": 1
- },
- "Shaft Miner": 2,
- "Cargo Technician": {
- "outfit": "/datum/outfit/job/nanotrasen/cargo_tech",
- "slots": 1
- },
- "Security Officer": {
- "outfit": "/datum/outfit/job/nanotrasen/security",
- "slots": 1
- },
- "Cook": {
- "outfit": "/datum/outfit/job/cook",
- "slots": 1
- },
- "Assistant": {
- "outfit": "/datum/outfit/job/assistant",
- "slots": 3
- }
- },
- "enabled": true
-}
diff --git a/_maps/configs/syndicate_gorlex_komodo.json b/_maps/configs/syndicate_gorlex_komodo.json
index ca72d5b0eef5..b51dee46ffd9 100644
--- a/_maps/configs/syndicate_gorlex_komodo.json
+++ b/_maps/configs/syndicate_gorlex_komodo.json
@@ -29,6 +29,11 @@
"officer": true,
"slots": 1
},
+ "Bridge Officer": {
+ "outfit": "/datum/outfit/job/syndicate/head_of_personnel/cybersun",
+ "officer": true,
+ "slots": 1
+ },
"Medic": {
"outfit": "/datum/outfit/job/syndicate/doctor/gorlex",
"slots": 1
@@ -44,10 +49,6 @@
"Deck Assistant": {
"outfit": "/datum/outfit/job/syndicate/assistant/gorlex",
"slots": 2
- },
- "Bridge Officer": {
- "outfit": "/datum/outfit/job/syndicate/head_of_personnel/cybersun",
- "slots": 1
}
},
"enabled": true
diff --git a/_maps/map_catalogue.txt b/_maps/map_catalogue.txt
new file mode 100644
index 000000000000..35eb2db0bb16
--- /dev/null
+++ b/_maps/map_catalogue.txt
@@ -0,0 +1,242 @@
+Find the key for using this catalogue in "map_catalogue_key.txt"
+
+
+ IceRuins:
+ File Name = _maps\RandomRuins\IceRuins\icemoon_hydroponics_lab.dmm
+ Size = (x = 33)(y = 33)(z = 1)
+ Tags = "Medium Loot", "Medium Combat Challenge", "Antag_Gear", "Shelter"
+
+ File Name = _maps\RandomRuins\IceRuins\icemoon_surface_corporate_rejects.dmm
+ Size = (x = 34)(y = 38)(z = 1)
+ Tags = "Boss Combat Challenge", "Major Loot", "Antag Gear", "Shelter", "Lava"
+
+ File Name = _maps\RandomRuins\IceRuins\icemoon_surface_engioutpost.dmm
+ Size = (x = 40)(y = 20)(z = 1)
+ Tags = "No Combat", "Minor Loot", "Shelter"
+
+ File Name = _maps\RandomRuins\IceRuins\icemoon_underground_abandoned_newcops.dmm
+ Size = (x = 37)(y = 32)(z = 1)
+ Tags = "Medium Combat Challenge", "Minor Loot", "Shelter"
+
+ File Name = _maps\RandomRuins\IceRuins\icemoon_underground_abandoned_village.dmm
+ Size = (x = 28)(y = 28)(z = 1)
+ Tags = "Medium Combat Challenge", "Minor Loot", "Antag Gear", "Inhospitable"
+
+ File Name = _maps\RandomRuins\IceRuins\icemoon_underground_brazillianlab.dmm
+ Size = (x = 40)(y = 30)(z = 1)
+ Tags = "Boss Combat Challenge", "Major Loot", "Inhospitable"
+
+ File Name = _maps\RandomRuins\IceRuins\icemoon_underground_burnies_lair.dmm
+ Size = (x = 20)(y = 20)(z = 1)
+ Tags = "Boss Combat Challenge", "Minor Loot", "Shelter", "Antag Gear"
+
+ File Name = _maps\RandomRuins\IceRuins\icemoon_underground_drakelair.dmm
+ Size = (x = 29)(y = 30)(z = 1)
+ Tags = "Boss Combat Challenge", "Megafauna", "Major Loot", "Shelter", "Necropolis Loot"
+
+ File Name = _maps\RandomRuins\IceRuins\icemoon_crashed_holemaker.dmm
+ Size = (x = 47)(y = 37)(z = 1)
+ Tags = "Medium Combat Challenge", "Minor Loot", "Shelter"
+
+
+
+ JungleRuins:
+ File Name = "_maps\RandomRuins\JungleRuins\jungle_syndicate.dmm"
+ Size = (x = 15)(y = 15)(z = 1)
+ Tags = "Medium Combat Challenge", "Medium Loot", "Liveable", "Antag Gear"
+
+ File Name = "_maps\RandomRuins\JungleRuins\jungle_interceptor.dmm"
+ Size = (x = 53)(y = 51)(z = 1)
+ Tags = "No Combat", "Medium Loot", Liveable"
+
+ File Name = "_maps\RandomRuins\JungleRuins\jungle_medtech_outbreak.dmm"
+ Size = (x = 31)(y = 25)(z = 1)
+ Tags = "Medium Combat Challenge", "Medium Loot", Liveable"
+
+ File Name = "_maps\RandomRuins\JungleRuins\jungle_paradise.dmm"
+ Size = (x = 70)(y = 66)(z = 1)
+ Tags = "Medium Combat Challenge", "Medium Loot", Liveable", "Hazardous"
+
+ File Name "_maps\RandomRuins\JungleRuins\jungle_bombed_starport
+ Size = (x = 100)(y = 75)(z = 1)
+ Tags = "Medium Combat Challenge", "Major Loot", "Hazardous", "Liveable"
+
+ File Name "_maps\RandomRuins\JungleRuins\jungle_cavecrew
+ Size = (x = 43)(y = 63)(z = 1)
+ Tags = "Medium Combat Challenge", "Hazardous", "Liveable", "Major Loot"
+
+ File Name "_maps\RandomRuins\JungleRuins\jungle_abandoned_library
+ Size = (x = 36)(y = 35)(z = 1)
+ Tags = "Medium Combat Challenge", "Medium Loot", "Antag Gear", "Necropolis Loot", "Liveable"
+
+ LavaRuins:
+ File Name = "_maps\RandomRuins\LavaRuins\lavaland_surface_buried_shrine.dmm"
+ Size = (x = 67)(y = 55)(z = 1)
+ Tags = "Medium Combat", "Medium Loot", "Hazardous", "Lava", "Inhospitable"
+
+ File Name = "_maps\RandomRuins\LavaRuins\lavaland_surface_biodome_winter.dmm"
+ Size = (x = 46)(y = 42)(z = 1)
+ Tags = "Medium Combat Challenge", "Medium Loot", "Shelter"
+
+ File Name = "_maps\RandomRuins\LavaRuins\lavaland_surface_elephant_graveyard.dmm"
+ Size = (x = 29)(y = 35)(z = 1)
+ Tags = "No Combat", "Minor Loot", "Hazardous", "Inhospitable"
+
+ File Name = "_maps\RandomRuins\LavaRuins\lavaland_surface_lava_canyon.dmm"
+ Size = (x = 90)(y = 63)(z = 1)
+ Tags = "Medium Combat Challenge", "Medium Loot", "Megafauna", "Necropolis Loot", "Inhospitable", "Lava"
+
+ File Name = "_maps\RandomRuins\LavaRuins\lavaland_surface_wrecked_factory.dmm"
+ Size = (x = 47)(y = 47)(z = 1)
+ Tags = "Boss Combat Challenge", "Major Loot", "Shelter", "Lava"
+
+ File Name = "_maps\RandomRuins\LavaRuins\lavaland_crashed_starwalker.dmm"
+ Size = (x = 33)(y = 56)(z = 1)
+ Tags = "Minor Combat Challenge", "Medium Loot", "Lava"
+
+ File Name = "_maps\RandomRuins\LavaRuins\lavaland_abandonedlisteningpost.dmm"
+ Size = (x = 33)(y = 56)(z = 1)
+ Tags = "Medium Combat Challenge", "Medium Loot", "Shelter"
+
+
+ ReebeRuins:
+ File Name = "_maps\RandomRuins\Ruins\reebe_swarmers.dmm"
+ Size = (x = 20)(y = 20)(z = 1)
+ Tags = "Medium Combat Challenge", "Minor Loot", "Liveable"
+
+ File Name = "_maps\RandomRuins\Ruins\reebe_arena.dmm"
+ Size = (x = 79)(y = 60)(z = 1)
+ Tags = "Boss Combat Challenge", "Medium Loot", "Liveable"
+
+ File Name = "_maps\RandomRuins\Ruins\reebe_decayed_sm.dmm"
+ Size = (x = 10)(y = 10)(z = 1)
+ Tags = "No Combat", "Medium Loot", "Liveable", "Hazardous"
+
+ File Name = "_maps\RandomRuins\Ruins\reebe_floating_island.dmm"
+ Size = (x = 20)(y = 20)(z = 1)
+ Tags = "Boss Combat Challenge", "Minor Loot", "Liveable"
+
+
+ RockRuins:
+ File Name = "_maps\RandomRuins\RockRuins\rockplanet_budgetcuts.dmm"
+ Size = (x = 52)(y = 44)(z = 1)
+ Tags = "Hard Combat Challenge", "Medium Loot", "hospitable"
+
+ File Name = "_maps\RandomRuins\RockRuins\rockplanet_harmfactory.dmm"
+ Size = (x = 42)(y = 41)(z = 1)
+ Tags = "Boss Combat Challenge", "Major Loot", Shelter", "Antag Gear", "Hazardous"
+
+ File Name = "_maps\RandomRuins\RockRuins\rockplanet_shippingdock.dmm"
+ Size = (x = 85)(y = 73)(z = 1)
+ Tags = "Medium Combat Challenge", "Medium Loot", "Hazardous", "Shelter"
+
+ File Name = "_maps\RandomRuins\RockRuins\rockplanet_nomadcrash.dmm"
+ Size = (x = 58)(y = 48)(z = 1)
+ Tags = "Medium Combat Challenge", "Medium Loot", "Hazardous", "Hospitable"
+
+ File Name = "_maps\RandomRuins\RockRuins\rockplanet_distillery.dmm"
+ Size = (x = 44)(y = 45)(z = 1)
+ Tags = "Medium Combat Challenge", "Major Loot", "Hazardous", "Hospitable"
+
+
+ SandRuins:
+ File Name = "_maps\RandomRuins\Ruins\whitesands_surface_camp_saloon.dmm"
+ Size = (x = 30)(y = 30)(z = 1)
+ Tags = "Medium Combat Challenge", "Medium Loot", "Inhospitable"
+
+ File Name = "_maps\RandomRuins\Ruins\whitesands_surface_camp_combination.dmm"
+ Size = (x = 59)(y = 59)(z = 1)
+ Tags = "Medium Combat Challenge", "Medium Loot", "Inhospitable", "Hazardous"
+
+ File Name = "_maps\RandomRuins\Ruins\whitesands_surface_medipen_plant.dmm"
+ Size = (x = 23)(y = 29)(z = 1)
+ Tags = "No Combat", "Major Loot", "Shelter"
+
+ File Name = "_maps\RandomRuins\Ruins\whitesands_surface_pubbyslopcrash.dmm"
+ Size = (x = 40)(y = 25)(z = 1)
+ Tags = "Minor Combat Challenge", "Medium Loot", "Shelter"
+
+
+
+ SpaceRuins:
+ File Name = "_maps\RandomRuins\SpaceRuins\astraeus.dmm"
+ Size = (x = 47)(y = 35)(z = 1)
+ Tags = "Minor Combat Challenge", "Medium Loot", "Inhospitable"
+
+ File Name = "_maps\RandomRuins\SpaceRuins\bigderelict1.dmm"
+ Size = (x = 40)(y = 34)(z = 1)
+ Tags = "Minor Combat Challenge", "Medium Loot", "Shelter"
+
+ File Name = "_maps\RandomRuins\SpaceRuins\corporate_mining.dmm"
+ Size = (x = 50)(y = 50)(z = 1)
+ Tags = "No Combat", "Medium Loot", "Shelter"
+
+ File Name = "_maps\RandomRuins\SpaceRuins\onehalf.dmm"
+ Size = (x = 29)(y = 20)(z = 1)
+ Tags = "Minor Combat Challenge", "Medium Loot", "inhospitable"
+
+ File Name = "_maps\RandomRuins\SpaceRuins\power_puzzle.dmm"
+ Size = (x = 30)(y = 30)(z = 1)
+ Tags = "Minor Combat Challenge", "Major Loot", "Shelter", "Hazardous"
+
+ File Name = "_maps\RandomRuins\SpaceRuins\singularitylab.dmm"
+ Size = (x = 118)(y = 75)(z = 1)
+ Tags = "Boss Combat Challenge", "Major Loot", "Shelter"
+
+ File Name = "_maps\RandomRuins\SpaceRuins\spacemall.dmm"
+ Size = (x = 86)(y = 48)(z = 1)
+ Tags = "Medium Combat Challenge", "Major Loot", "Shelter"
+
+ BeachRuins:
+ File Name = "_maps\RandomRuins\BeachRuins\beach_ancient_ruin.dmm"
+ Size = (x = 75)(y = 76)(z = 1)
+ Tags = "Medium Combat Challenge", "Medium Loot", Liveable"
+
+ File Name = "_maps\RandomRuins\BeachRuins\beach_colony.dmm"
+ Size = (x = 30)(y = 30)(z = 1)
+ Tags = "Minor Combat Challenge", "Minor Loot"
+
+ File Name = "_maps\RandomRuins\BeachRuins\beach_fishing_hut.dmm"
+ Size = (x = 30)(y = 40)(z = 1)
+ Tags = "Hard Combat Challenge, "Major Loot", "Hazardous"
+
+ File Name = "_maps\RandomRuins\BeachRuins\beach_crashed_engineer.dmm"
+ Size = (x = 32)(y = 32)(z = 1)
+ Tags = "Minor Combat Challenge, "Medium Loot", "Hazardous"
+
+ File Name = "_maps\RandomRuins\BeachRuins\beach_pirate_crash.dmm"
+ Size = (x = 33)(y = 26)(z = 1)
+ Tags = "Medium Combat Challenge", "Medium Loot", "Liveable"
+
+ File Name = "_maps\RandomRuins\BeachRuins\beach_ocean_town.dmm"
+ Size = (x = 80)(y = 83)(z = 1)
+ Tags = "No Combat", "Minor loot", "Liveable"
+
+ File Name = "_maps\RandomRuins\BeachRuins\beach_treasure_cove.dmm"
+ Size = (x = 37)(y = 43)(z = 1)
+ Tags = "Medium Combat Challenge", "Medium Loot", "Liveable"
+
+ File Name = "_maps\RandomRuins\BeachRuins\beach_float_resort.dmm"
+ Size = (x = 38)(y = 52)(z = 1)
+ Tags = "No Combat", "Minor Loot", "Liveable"
+
+ Waste Ruins:
+ File name ="_maps\RandomRuins\wasteruins\wasteplanet_lab.dmm"
+ Size = (x = 26)(y = 25)(z = 1)
+ Tags = "No Combat", "Medium Loot" "Shelter" "hazardous" "hospitable"
+
+ File name ="_maps\RandomRuins\wasteruins\wasteplanet_pandora.dmm"
+ Size = (x = 18)(y = 21)(z = 1)
+ Tags = "Boss Combat Challenge", "Medium Loot" "Megafauna", "hospitable"
+
+ File name ="_maps\RandomRuins\wasteruins\wasteplanet_unhonorable.dmm"
+ Size = (x = 34)(y = 34)(z = 1)
+ Tags = "Minor Combat Challenge", "Medium Loot", "Shelter", "Hazardous"
+
+ File name = "_maps\RandomRuins\wasteruins\wasteplanet_abandoned_mechbay.dmm"
+ Size = (x = 45)(y = 47)(z = 1)
+ Tags = "Boss Combat Challenge", "Medium Loot", "Shelter", "Hazardous"
+
+ File name = "_maps\RandomRuins\wasteruins\wasteplanet_yard.dmm"
+ Size = (x = 43)(y = 51)(z = 1)
+ Tags = "Medium Combat Challenge", "Medium Loot", "Shelter", "Hazardous"
diff --git a/_maps/map_files/generic/CentCom.dmm b/_maps/map_files/generic/CentCom.dmm
index 405950bfe633..d7715e22b561 100644
--- a/_maps/map_files/generic/CentCom.dmm
+++ b/_maps/map_files/generic/CentCom.dmm
@@ -2107,12 +2107,6 @@
/obj/effect/mapping_helpers/airlock/cyclelink_helper,
/turf/open/floor/plasteel,
/area/centcom/control)
-"awU" = (
-/obj/item/clothing/suit/wizrobe/black,
-/obj/item/clothing/head/wizard/black,
-/obj/effect/turf_decal/industrial/outline/yellow,
-/turf/open/floor/plasteel,
-/area/wizard_station)
"awV" = (
/obj/structure/table/reinforced,
/obj/machinery/door/firedoor,
@@ -2330,8 +2324,6 @@
/area/wizard_station)
"ayF" = (
/obj/structure/table/wood,
-/obj/item/clothing/suit/wizrobe/magusblue,
-/obj/item/clothing/head/wizard/magus,
/obj/item/staff,
/obj/structure/mirror/magic{
pixel_y = 28
@@ -2341,8 +2333,6 @@
/area/wizard_station)
"ayG" = (
/obj/structure/table/wood,
-/obj/item/clothing/suit/wizrobe/magusred,
-/obj/item/clothing/head/wizard/magus,
/obj/item/staff,
/turf/open/floor/plasteel,
/area/wizard_station)
@@ -2415,8 +2405,6 @@
/obj/structure/closet/crate{
icon_state = "crateopen"
},
-/obj/item/clothing/suit/wizrobe/red,
-/obj/item/clothing/head/wizard/red,
/obj/item/staff,
/obj/item/clothing/shoes/sandal/magic,
/turf/open/floor/plasteel,
@@ -2472,8 +2460,6 @@
/area/wizard_station)
"azP" = (
/obj/item/clothing/shoes/sandal/marisa,
-/obj/item/clothing/suit/wizrobe/marisa,
-/obj/item/clothing/head/wizard/marisa,
/obj/item/staff/broom,
/turf/open/floor/plasteel,
/area/wizard_station)
@@ -4407,7 +4393,7 @@
/turf/open/floor/plasteel/grimy,
/area/centcom/ferry)
"aOO" = (
-/obj/item/reagent_containers/food/condiment/enzyme,
+/obj/item/reagent_containers/condiment/enzyme,
/obj/item/reagent_containers/food/drinks/shaker,
/obj/item/book/manual/wiki/drinks,
/obj/structure/closet/crate,
@@ -4515,11 +4501,11 @@
"aPq" = (
/obj/structure/table/reinforced,
/obj/machinery/door/firedoor,
-/obj/item/reagent_containers/food/condiment/saltshaker{
+/obj/item/reagent_containers/condiment/saltshaker{
pixel_x = -8;
pixel_y = 5
},
-/obj/item/reagent_containers/food/condiment/peppermill{
+/obj/item/reagent_containers/condiment/peppermill{
pixel_x = -8
},
/obj/item/reagent_containers/food/drinks/mug,
@@ -10956,11 +10942,11 @@
/area/centcom/control)
"lii" = (
/obj/structure/table/reinforced,
-/obj/item/reagent_containers/food/condiment/saltshaker{
+/obj/item/reagent_containers/condiment/saltshaker{
pixel_x = -8;
pixel_y = 5
},
-/obj/item/reagent_containers/food/condiment/peppermill{
+/obj/item/reagent_containers/condiment/peppermill{
pixel_x = -8
},
/obj/item/melee/knife/kitchen,
@@ -14482,7 +14468,7 @@
"rUH" = (
/obj/structure/table/reinforced,
/obj/item/reagent_containers/food/snacks/mint,
-/obj/item/reagent_containers/food/condiment/enzyme{
+/obj/item/reagent_containers/condiment/enzyme{
pixel_y = 5
},
/obj/effect/turf_decal/corner/transparent/neutral{
@@ -22454,7 +22440,7 @@ aqZ
aqZ
aqZ
aqE
-awU
+aXi
ayg
aHq
aqE
diff --git a/_maps/outpost/nanotrasen_asteroid.dmm b/_maps/outpost/nanotrasen_asteroid.dmm
index cc6986e98b8d..d5af45bfef2d 100644
--- a/_maps/outpost/nanotrasen_asteroid.dmm
+++ b/_maps/outpost/nanotrasen_asteroid.dmm
@@ -4357,7 +4357,7 @@
/area/outpost/maintenance/fore)
"qg" = (
/obj/structure/table/reinforced,
-/obj/item/reagent_containers/food/condiment/enzyme{
+/obj/item/reagent_containers/condiment/enzyme{
pixel_x = -2;
pixel_y = 6
},
@@ -4713,12 +4713,12 @@
pixel_x = 6;
pixel_y = 6
},
-/obj/item/reagent_containers/food/condiment/peppermill{
+/obj/item/reagent_containers/condiment/peppermill{
desc = "Often used to flavor food or make people sneeze. Fashionably moved to the left side of the table.";
pixel_x = -8;
pixel_y = 2
},
-/obj/item/reagent_containers/food/condiment/saltshaker{
+/obj/item/reagent_containers/condiment/saltshaker{
desc = "Salt. From space oceans, presumably. A staple of modern medicine.";
pixel_x = -8;
pixel_y = 12
@@ -5019,12 +5019,12 @@
/area/outpost/cargo)
"rZ" = (
/obj/structure/table/reinforced,
-/obj/item/reagent_containers/food/condiment/peppermill{
+/obj/item/reagent_containers/condiment/peppermill{
desc = "Often used to flavor food or make people sneeze. Fashionably moved to the left side of the table.";
pixel_x = -8;
pixel_y = 2
},
-/obj/item/reagent_containers/food/condiment/saltshaker{
+/obj/item/reagent_containers/condiment/saltshaker{
desc = "Salt. From space oceans, presumably. A staple of modern medicine.";
pixel_x = -8;
pixel_y = 12
@@ -10121,12 +10121,12 @@
/area/outpost/operations)
"Ju" = (
/obj/structure/table,
-/obj/item/reagent_containers/food/condiment/peppermill{
+/obj/item/reagent_containers/condiment/peppermill{
desc = "Often used to flavor food or make people sneeze. Fashionably moved to the left side of the table.";
pixel_x = 9;
pixel_y = 2
},
-/obj/item/reagent_containers/food/condiment/saltshaker{
+/obj/item/reagent_containers/condiment/saltshaker{
desc = "Salt. From space oceans, presumably. A staple of modern medicine.";
pixel_x = 9;
pixel_y = 12
@@ -11242,7 +11242,7 @@
/area/outpost/maintenance/fore)
"NA" = (
/obj/structure/table,
-/obj/item/reagent_containers/food/condiment/enzyme{
+/obj/item/reagent_containers/condiment/enzyme{
pixel_x = -2;
pixel_y = 6
},
@@ -11758,7 +11758,7 @@
pixel_x = -5;
pixel_y = 5
},
-/obj/item/reagent_containers/food/condiment/soysauce{
+/obj/item/reagent_containers/condiment/soysauce{
pixel_x = -6;
pixel_y = 7
},
@@ -12992,7 +12992,7 @@
/obj/structure/table/reinforced,
/obj/machinery/light/directional/south,
/obj/item/reagent_containers/glass/beaker,
-/obj/item/reagent_containers/food/condiment/enzyme{
+/obj/item/reagent_containers/condiment/enzyme{
pixel_x = -2;
pixel_y = 6
},
@@ -14096,12 +14096,12 @@
pixel_x = 6;
pixel_y = 6
},
-/obj/item/reagent_containers/food/condiment/peppermill{
+/obj/item/reagent_containers/condiment/peppermill{
desc = "Often used to flavor food or make people sneeze. Fashionably moved to the left side of the table.";
pixel_x = -8;
pixel_y = 2
},
-/obj/item/reagent_containers/food/condiment/saltshaker{
+/obj/item/reagent_containers/condiment/saltshaker{
desc = "Salt. From space oceans, presumably. A staple of modern medicine.";
pixel_x = -8;
pixel_y = 12
@@ -14514,7 +14514,6 @@
"Zb" = (
/obj/structure/closet/secure_closet/freezer/wall/directional/east,
/obj/item/clothing/under/shorts/cookjorts,
-/obj/item/clothing/shoes/cookflops,
/obj/item/clothing/suit/toggle/chef,
/obj/item/clothing/under/rank/civilian/chef,
/obj/item/clothing/under/rank/civilian/chef/skirt,
diff --git a/_maps/shuttles/independent/independent_beluga.dmm b/_maps/shuttles/independent/independent_beluga.dmm
index 6158b206d67c..c283c0d21584 100644
--- a/_maps/shuttles/independent/independent_beluga.dmm
+++ b/_maps/shuttles/independent/independent_beluga.dmm
@@ -666,7 +666,7 @@
/obj/item/clothing/glasses/sunglasses/big,
/obj/item/clothing/suit/toggle/lawyer/burgundy,
/obj/item/clothing/suit/toggle/lawyer/navy,
-/obj/item/clothing/head/hopcap,
+/obj/item/clothing/head/nanotrasen/officer,
/obj/item/gun/energy/e_gun/mini,
/obj/item/clothing/head/HoS/cowboy,
/obj/item/clothing/suit/jacket/leather/duster/command,
@@ -1454,29 +1454,29 @@
/obj/item/storage/bag/tray{
pixel_y = 6
},
-/obj/item/reagent_containers/food/condiment/soysauce{
+/obj/item/reagent_containers/condiment/soysauce{
pixel_x = 6;
pixel_y = 11
},
-/obj/item/reagent_containers/food/condiment/saltshaker{
+/obj/item/reagent_containers/condiment/saltshaker{
desc = "Salt. From space oceans, presumably. A staple of modern medicine.";
pixel_x = -5;
pixel_y = 12
},
-/obj/item/reagent_containers/food/condiment/peppermill{
+/obj/item/reagent_containers/condiment/peppermill{
desc = "Often used to flavor food or make people sneeze. Fashionably moved to the left side of the table.";
pixel_x = -3;
pixel_y = 8
},
-/obj/item/reagent_containers/food/condiment/pack/ketchup{
+/obj/item/reagent_containers/condiment/pack/ketchup{
pixel_x = -8;
pixel_y = -4
},
-/obj/item/reagent_containers/food/condiment/pack/ketchup{
+/obj/item/reagent_containers/condiment/pack/ketchup{
pixel_x = -8;
pixel_y = -4
},
-/obj/item/reagent_containers/food/condiment/pack/ketchup{
+/obj/item/reagent_containers/condiment/pack/ketchup{
pixel_x = -8;
pixel_y = -4
},
@@ -3192,42 +3192,42 @@
/area/ship/crew/dorm)
"EP" = (
/obj/structure/closet/secure_closet/freezer/wall/directional/north,
-/obj/item/reagent_containers/food/condiment/rice{
+/obj/item/reagent_containers/condiment/rice{
pixel_y = 17
},
-/obj/item/reagent_containers/food/condiment/flour{
+/obj/item/reagent_containers/condiment/flour{
pixel_x = 6;
pixel_y = 10
},
-/obj/item/reagent_containers/food/condiment/flour{
+/obj/item/reagent_containers/condiment/flour{
pixel_x = 6;
pixel_y = 4
},
-/obj/item/reagent_containers/food/condiment/sugar{
+/obj/item/reagent_containers/condiment/sugar{
pixel_x = -7;
pixel_y = 12
},
-/obj/item/reagent_containers/food/condiment/sugar{
+/obj/item/reagent_containers/condiment/sugar{
pixel_x = -7;
pixel_y = 6
},
-/obj/item/reagent_containers/food/condiment/milk{
+/obj/item/reagent_containers/condiment/milk{
pixel_x = -10;
pixel_y = -3
},
-/obj/item/reagent_containers/food/condiment/milk{
+/obj/item/reagent_containers/condiment/milk{
pixel_x = -10;
pixel_y = -3
},
-/obj/item/reagent_containers/food/condiment/milk{
+/obj/item/reagent_containers/condiment/milk{
pixel_x = -10;
pixel_y = -3
},
-/obj/item/reagent_containers/food/condiment/soymilk{
+/obj/item/reagent_containers/condiment/soymilk{
pixel_y = -5;
pixel_x = -4
},
-/obj/item/reagent_containers/food/condiment/soymilk{
+/obj/item/reagent_containers/condiment/soymilk{
pixel_y = -5;
pixel_x = -4
},
@@ -3910,7 +3910,6 @@
},
/obj/machinery/light/small/directional/west,
/obj/item/clothing/under/suit/charcoal,
-/obj/item/clothing/glasses/monocle,
/obj/item/clothing/shoes/laceup{
pixel_y = -11
},
@@ -4139,7 +4138,7 @@
pixel_y = 17;
pixel_x = -7
},
-/obj/item/reagent_containers/food/condiment/enzyme{
+/obj/item/reagent_containers/condiment/enzyme{
pixel_x = -6;
pixel_y = 10
},
@@ -4985,9 +4984,6 @@
/obj/item/clothing/shoes/sneakers/black,
/obj/item/clothing/shoes/sneakers/black,
/obj/item/clothing/accessory/waistcoat,
-/obj/item/clothing/shoes/cookflops{
- pixel_y = -11
- },
/turf/open/floor/carpet/nanoweave/beige,
/area/ship/crew/dorm)
"Xn" = (
diff --git a/_maps/shuttles/independent/independent_dwayne.dmm b/_maps/shuttles/independent/independent_dwayne.dmm
index a0383e507ec1..d1cc698c0c92 100644
--- a/_maps/shuttles/independent/independent_dwayne.dmm
+++ b/_maps/shuttles/independent/independent_dwayne.dmm
@@ -886,12 +886,15 @@
dir = 1
},
/obj/item/radio/weather_monitor{
- pixel_x = 5;
+ pixel_x = 8;
pixel_y = 7
},
-/obj/item/reagent_containers/food/drinks/mug{
- pixel_x = -8
+/obj/machinery/newscaster/directional/west,
+/obj/item/paper_bin{
+ pixel_x = -8;
+ pixel_y = 6
},
+/obj/item/pen/fountain,
/turf/open/floor/plasteel/mono/dark,
/area/ship/bridge)
"mR" = (
@@ -2686,9 +2689,8 @@
"Oz" = (
/obj/structure/table/reinforced,
/obj/effect/turf_decal/corner/opaque/ntblue/half,
-/obj/machinery/newscaster/directional/west,
-/obj/item/megaphone/cargo{
- pixel_y = 5
+/obj/machinery/fax/indie{
+ pixel_y = 7
},
/turf/open/floor/plasteel/mono/dark,
/area/ship/bridge)
@@ -2711,6 +2713,7 @@
/obj/item/ammo_box/c38,
/obj/item/ammo_box/c38,
/obj/item/gun/ballistic/revolver/detective,
+/obj/item/megaphone/cargo,
/turf/open/floor/plasteel/mono/dark,
/area/ship/bridge)
"OP" = (
diff --git a/_maps/shuttles/independent/independent_junker.dmm b/_maps/shuttles/independent/independent_junker.dmm
index 7819d04ec1c2..0ae98ef37fe2 100644
--- a/_maps/shuttles/independent/independent_junker.dmm
+++ b/_maps/shuttles/independent/independent_junker.dmm
@@ -2284,7 +2284,6 @@
/turf/closed/wall/r_wall,
/area/ship/maintenance/port)
"Ro" = (
-/obj/machinery/pipedispenser/disposal,
/obj/item/reagent_containers/food/drinks/mug/tea{
pixel_y = 8;
pixel_x = -7
@@ -2305,6 +2304,7 @@
/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{
dir = 1
},
+/obj/machinery/pipedispenser,
/turf/open/floor/plating,
/area/ship/maintenance/central)
"RQ" = (
diff --git a/_maps/shuttles/independent/independent_lagoon.dmm b/_maps/shuttles/independent/independent_lagoon.dmm
index 16f3ad2cbfa1..5130aed76be3 100644
--- a/_maps/shuttles/independent/independent_lagoon.dmm
+++ b/_maps/shuttles/independent/independent_lagoon.dmm
@@ -1171,9 +1171,6 @@
"hT" = (
/obj/structure/table/wood,
/obj/item/clothing/mask/gas/clown_hat,
-/obj/item/bikehorn,
-/obj/item/clothing/shoes/clown_shoes,
-/obj/item/megaphone/clown,
/obj/item/reagent_containers/food/drinks/soda_cans/canned_laughter,
/obj/item/radio/intercom/directional/south,
/turf/open/floor/carpet/nanoweave/purple,
@@ -1366,7 +1363,7 @@
icon_state = "2-4"
},
/obj/item/kitchen/rollingpin,
-/obj/item/reagent_containers/food/condiment/enzyme,
+/obj/item/reagent_containers/condiment/enzyme,
/obj/effect/turf_decal/corner/opaque/white/diagonal,
/obj/item/radio/intercom/directional/west,
/turf/open/floor/plasteel,
@@ -1569,12 +1566,12 @@
/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/rice,
-/obj/item/reagent_containers/food/condiment/rice,
-/obj/item/reagent_containers/food/condiment/sugar,
-/obj/item/reagent_containers/food/condiment/sugar,
+/obj/item/reagent_containers/condiment/flour,
+/obj/item/reagent_containers/condiment/flour,
+/obj/item/reagent_containers/condiment/rice,
+/obj/item/reagent_containers/condiment/rice,
+/obj/item/reagent_containers/condiment/sugar,
+/obj/item/reagent_containers/condiment/sugar,
/obj/effect/turf_decal/corner/opaque/white/diagonal,
/obj/machinery/firealarm/directional/north,
/turf/open/floor/plasteel,
@@ -2347,7 +2344,7 @@
},
/obj/item/clothing/suit/hooded/wintercoat/engineering/atmos,
/obj/item/clothing/gloves/color/black,
-/obj/structure/fireaxecabinet{
+/obj/structure/cabinet/fireaxe{
dir = 8;
pixel_x = 28
},
@@ -3931,11 +3928,11 @@
/area/ship/hallway/aft)
"An" = (
/obj/structure/table/reinforced,
-/obj/item/reagent_containers/food/condiment/saltshaker{
+/obj/item/reagent_containers/condiment/saltshaker{
pixel_x = 5;
pixel_y = 5
},
-/obj/item/reagent_containers/food/condiment/peppermill,
+/obj/item/reagent_containers/condiment/peppermill,
/obj/machinery/door/firedoor/border_only,
/obj/effect/turf_decal/corner/opaque/white/diagonal,
/turf/open/floor/plasteel,
@@ -6719,10 +6716,6 @@
/area/ship/hallway/aft)
"TX" = (
/obj/structure/table,
-/obj/item/clothing/shoes/wheelys{
- pixel_x = 4;
- pixel_y = 9
- },
/obj/item/skateboard/hoverboard{
pixel_x = -4
},
diff --git a/_maps/shuttles/independent/independent_mudskipper.dmm b/_maps/shuttles/independent/independent_mudskipper.dmm
index be3d9a994e7f..26474b9c4c2f 100644
--- a/_maps/shuttles/independent/independent_mudskipper.dmm
+++ b/_maps/shuttles/independent/independent_mudskipper.dmm
@@ -1881,11 +1881,11 @@
"Rl" = (
/obj/effect/decal/cleanable/dirt/dust,
/obj/structure/table,
-/obj/item/reagent_containers/food/condiment/saltshaker{
+/obj/item/reagent_containers/condiment/saltshaker{
pixel_x = 10;
pixel_y = 5
},
-/obj/item/reagent_containers/food/condiment/peppermill{
+/obj/item/reagent_containers/condiment/peppermill{
pixel_x = 18;
pixel_y = 2
},
diff --git a/_maps/shuttles/independent/independent_rigger.dmm b/_maps/shuttles/independent/independent_rigger.dmm
index da493fcdf548..d6cb54aed39c 100644
--- a/_maps/shuttles/independent/independent_rigger.dmm
+++ b/_maps/shuttles/independent/independent_rigger.dmm
@@ -241,8 +241,8 @@
/obj/item/storage/cans/sixbeer,
/obj/effect/spawner/lootdrop/ration,
/obj/effect/spawner/lootdrop/ration,
-/obj/item/reagent_containers/food/condiment/flour,
-/obj/item/reagent_containers/food/condiment/sugar,
+/obj/item/reagent_containers/condiment/flour,
+/obj/item/reagent_containers/condiment/sugar,
/obj/item/radio/intercom/directional/north,
/turf/open/floor/plasteel/white,
/area/ship/crew/canteen)
@@ -4398,10 +4398,10 @@
},
/obj/effect/turf_decal/corner/opaque/yellow/diagonal,
/obj/structure/table,
-/obj/item/reagent_containers/food/condiment/saltshaker{
+/obj/item/reagent_containers/condiment/saltshaker{
pixel_x = -7
},
-/obj/item/reagent_containers/food/condiment/peppermill{
+/obj/item/reagent_containers/condiment/peppermill{
pixel_x = -14
},
/turf/open/floor/plasteel/white,
diff --git a/_maps/shuttles/independent/independent_schmiedeberg.dmm b/_maps/shuttles/independent/independent_schmiedeberg.dmm
index 891e3bd2ce9a..3ae3915db4d3 100644
--- a/_maps/shuttles/independent/independent_schmiedeberg.dmm
+++ b/_maps/shuttles/independent/independent_schmiedeberg.dmm
@@ -68,13 +68,13 @@
"aO" = (
/obj/structure/table,
/obj/item/storage/bag/tray,
-/obj/item/reagent_containers/food/condiment/enzyme,
+/obj/item/reagent_containers/condiment/enzyme,
/obj/item/melee/knife/kitchen,
-/obj/item/reagent_containers/food/condiment/saltshaker{
+/obj/item/reagent_containers/condiment/saltshaker{
pixel_x = -5;
pixel_y = 10
},
-/obj/item/reagent_containers/food/condiment/peppermill{
+/obj/item/reagent_containers/condiment/peppermill{
pixel_x = 3;
pixel_y = 11
},
@@ -2516,13 +2516,13 @@
/obj/structure/closet/secure_closet/freezer/wall/directional/north,
/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/sugar,
-/obj/item/reagent_containers/food/condiment/milk,
-/obj/item/reagent_containers/food/condiment/milk,
-/obj/item/reagent_containers/food/condiment/rice,
-/obj/item/reagent_containers/food/condiment/peppermill,
+/obj/item/reagent_containers/condiment/flour,
+/obj/item/reagent_containers/condiment/flour,
+/obj/item/reagent_containers/condiment/sugar,
+/obj/item/reagent_containers/condiment/milk,
+/obj/item/reagent_containers/condiment/milk,
+/obj/item/reagent_containers/condiment/rice,
+/obj/item/reagent_containers/condiment/peppermill,
/obj/effect/decal/cleanable/food/flour,
/turf/open/floor/concrete/slab_3,
/area/ship/crew/canteen)
diff --git a/_maps/shuttles/independent/independent_shetland.dmm b/_maps/shuttles/independent/independent_shetland.dmm
index 89dd45bb2262..3bf95ea99b6f 100644
--- a/_maps/shuttles/independent/independent_shetland.dmm
+++ b/_maps/shuttles/independent/independent_shetland.dmm
@@ -2852,11 +2852,11 @@
"xz" = (
/obj/effect/turf_decal/corner/opaque/neutral/half,
/obj/structure/table/reinforced,
-/obj/item/reagent_containers/food/condiment/saltshaker{
+/obj/item/reagent_containers/condiment/saltshaker{
pixel_x = -4;
pixel_y = 10
},
-/obj/item/reagent_containers/food/condiment/peppermill{
+/obj/item/reagent_containers/condiment/peppermill{
pixel_x = 4;
pixel_y = 10
},
@@ -3441,8 +3441,8 @@
populate = 0
},
/obj/effect/turf_decal/corner/opaque/neutral/half,
-/obj/item/reagent_containers/food/condiment/flour,
-/obj/item/reagent_containers/food/condiment/sugar,
+/obj/item/reagent_containers/condiment/flour,
+/obj/item/reagent_containers/condiment/sugar,
/turf/open/floor/plasteel/dark,
/area/ship/crew/canteen)
"CK" = (
diff --git a/_maps/shuttles/independent/independent_sunskipper.dmm b/_maps/shuttles/independent/independent_sunskipper.dmm
index a5fcf740be59..3edffc72acbc 100644
--- a/_maps/shuttles/independent/independent_sunskipper.dmm
+++ b/_maps/shuttles/independent/independent_sunskipper.dmm
@@ -196,11 +196,11 @@
dir = 8
},
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4,
-/obj/item/reagent_containers/food/condiment/ketchup{
+/obj/item/reagent_containers/condiment/ketchup{
pixel_x = -6;
pixel_y = 8
},
-/obj/item/reagent_containers/food/condiment/mayonnaise{
+/obj/item/reagent_containers/condiment/mayonnaise{
pixel_x = 6;
pixel_y = 8
},
@@ -349,11 +349,11 @@
pixel_x = -7;
pixel_y = 9
},
-/obj/item/reagent_containers/food/condiment/saltshaker{
+/obj/item/reagent_containers/condiment/saltshaker{
pixel_y = 13;
pixel_x = 4
},
-/obj/item/reagent_containers/food/condiment/peppermill{
+/obj/item/reagent_containers/condiment/peppermill{
pixel_y = 13;
pixel_x = 11
},
@@ -3172,11 +3172,11 @@
/area/template_noop)
"Pe" = (
/obj/structure/table/reinforced,
-/obj/item/reagent_containers/food/condiment/enzyme{
+/obj/item/reagent_containers/condiment/enzyme{
pixel_x = -6;
pixel_y = 8
},
-/obj/item/reagent_containers/food/condiment/oliveoil{
+/obj/item/reagent_containers/condiment/oliveoil{
pixel_x = 6;
pixel_y = 8
},
@@ -3273,7 +3273,7 @@
/obj/structure/closet/secure_closet/freezer/kitchen,
/obj/effect/turf_decal/borderfloorblack,
/obj/effect/turf_decal/box,
-/obj/item/reagent_containers/food/condiment/rice,
+/obj/item/reagent_containers/condiment/rice,
/turf/open/floor/plasteel/dark,
/area/ship/crew/canteen/kitchen)
"QB" = (
@@ -3554,10 +3554,10 @@
/obj/structure/closet/crate{
name = "supplies crate"
},
-/obj/item/reagent_containers/food/condiment/saltshaker,
-/obj/item/reagent_containers/food/condiment/saltshaker,
-/obj/item/reagent_containers/food/condiment/peppermill,
-/obj/item/reagent_containers/food/condiment/peppermill,
+/obj/item/reagent_containers/condiment/saltshaker,
+/obj/item/reagent_containers/condiment/saltshaker,
+/obj/item/reagent_containers/condiment/peppermill,
+/obj/item/reagent_containers/condiment/peppermill,
/obj/item/storage/box/lights/mixed,
/obj/item/storage/box/drinkingglasses,
/obj/item/storage/fancy/candle_box,
@@ -3656,11 +3656,11 @@
"VG" = (
/obj/machinery/light/directional/west,
/obj/structure/table/reinforced,
-/obj/item/reagent_containers/food/condiment/soysauce{
+/obj/item/reagent_containers/condiment/soysauce{
pixel_x = -6;
pixel_y = 8
},
-/obj/item/reagent_containers/food/condiment/bbqsauce{
+/obj/item/reagent_containers/condiment/bbqsauce{
pixel_x = 6;
pixel_y = 8
},
diff --git a/_maps/shuttles/independent/independent_tranquility.dmm b/_maps/shuttles/independent/independent_tranquility.dmm
index 6a26f5e7b264..020de62890e7 100644
--- a/_maps/shuttles/independent/independent_tranquility.dmm
+++ b/_maps/shuttles/independent/independent_tranquility.dmm
@@ -544,20 +544,20 @@
dir = 1
},
/obj/effect/turf_decal/corner/transparent/bar,
-/obj/item/reagent_containers/food/condiment/flour,
-/obj/item/reagent_containers/food/condiment/flour,
-/obj/item/reagent_containers/food/condiment/sugar,
-/obj/item/reagent_containers/food/condiment/sugar,
+/obj/item/reagent_containers/condiment/flour,
+/obj/item/reagent_containers/condiment/flour,
+/obj/item/reagent_containers/condiment/sugar,
+/obj/item/reagent_containers/condiment/sugar,
/obj/item/storage/box/ingredients/carnivore,
/obj/item/storage/box/ingredients/fruity,
/obj/item/storage/box/ingredients/grains,
/obj/item/storage/box/ingredients/vegetarian,
/obj/item/storage/box/ingredients/wildcard,
/obj/item/storage/box/ingredients/wildcard,
-/obj/item/reagent_containers/food/condiment/enzyme,
-/obj/item/reagent_containers/food/condiment/mayonnaise,
-/obj/item/reagent_containers/food/condiment/rice,
-/obj/item/reagent_containers/food/condiment/rice,
+/obj/item/reagent_containers/condiment/enzyme,
+/obj/item/reagent_containers/condiment/mayonnaise,
+/obj/item/reagent_containers/condiment/rice,
+/obj/item/reagent_containers/condiment/rice,
/obj/item/storage/box/condimentbottles,
/obj/structure/closet/secure_closet/wall/directional/west{
name = "Kitchen Cabinet"
@@ -1160,7 +1160,7 @@
/area/ship/crew/dorm)
"iq" = (
/obj/structure/table,
-/obj/item/reagent_containers/food/condiment/saltshaker{
+/obj/item/reagent_containers/condiment/saltshaker{
pixel_x = -11;
pixel_y = 6
},
@@ -1329,9 +1329,7 @@
/obj/item/clothing/under/dress/skirt/red,
/obj/item/clothing/suit/longcoat,
/obj/item/clothing/suit/jacket/letterman_red,
-/obj/item/clothing/head/wizard/marisa,
/obj/item/clothing/head/soft/mime,
-/obj/item/clothing/shoes/wheelys,
/obj/item/clothing/shoes/sandal,
/obj/item/clothing/shoes/sneakers/black,
/turf/open/floor/carpet/green,
@@ -3002,7 +3000,7 @@
/area/ship/hallway/port)
"yL" = (
/obj/structure/table,
-/obj/item/reagent_containers/food/condiment/peppermill{
+/obj/item/reagent_containers/condiment/peppermill{
pixel_x = 13;
pixel_y = 2
},
@@ -5415,10 +5413,10 @@
/obj/item/reagent_containers/food/snacks/meat/slab/synthmeat,
/obj/item/reagent_containers/food/snacks/meat/slab/synthmeat,
/obj/item/reagent_containers/food/snacks/meat/slab/synthmeat,
-/obj/item/reagent_containers/food/condiment/milk,
-/obj/item/reagent_containers/food/condiment/milk,
-/obj/item/reagent_containers/food/condiment/soymilk,
-/obj/item/reagent_containers/food/condiment/soymilk,
+/obj/item/reagent_containers/condiment/milk,
+/obj/item/reagent_containers/condiment/milk,
+/obj/item/reagent_containers/condiment/soymilk,
+/obj/item/reagent_containers/condiment/soymilk,
/obj/item/storage/fancy/egg_box,
/obj/item/storage/fancy/egg_box,
/obj/structure/closet/secure_closet/wall/directional/east{
diff --git a/_maps/shuttles/inteq/inteq_colossus.dmm b/_maps/shuttles/inteq/inteq_colossus.dmm
index f19c734f9d83..74ac142692c6 100644
--- a/_maps/shuttles/inteq/inteq_colossus.dmm
+++ b/_maps/shuttles/inteq/inteq_colossus.dmm
@@ -653,9 +653,9 @@
/turf/open/floor/plasteel/telecomms_floor,
/area/ship/bridge)
"gH" = (
-/obj/machinery/porta_turret/ship/ballistic{
- dir = 6;
- id = "colossus_grid"
+/obj/machinery/porta_turret/ship/inteq{
+ id = "colossus_grid";
+ dir = 4
},
/turf/closed/wall/mineral/plastitanium/nodiagonal,
/area/ship/crew)
@@ -1138,9 +1138,9 @@
/turf/open/floor/plasteel/patterned/grid,
/area/ship/hallway/fore)
"mb" = (
-/obj/machinery/porta_turret/ship/ballistic{
- dir = 5;
- id = "colossus_grid"
+/obj/machinery/porta_turret/ship/inteq/light{
+ id = "colossus_grid";
+ dir = 5
},
/turf/closed/wall/mineral/plastitanium/nodiagonal,
/area/ship/hallway/port)
@@ -1734,9 +1734,9 @@
/turf/open/floor/plasteel/dark,
/area/ship/crew/office)
"sT" = (
-/obj/machinery/porta_turret/ship/ballistic{
- dir = 5;
- id = "colossus_grid"
+/obj/machinery/porta_turret/ship/inteq/light{
+ id = "colossus_grid";
+ dir = 5
},
/turf/closed/wall/mineral/plastitanium,
/area/ship/crew)
@@ -2068,9 +2068,9 @@
/turf/closed/wall/mineral/plastitanium/nodiagonal,
/area/ship/cargo)
"vJ" = (
-/obj/machinery/porta_turret/ship/ballistic{
- dir = 5;
- id = "colossus_grid"
+/obj/machinery/porta_turret/ship/inteq{
+ id = "colossus_grid";
+ dir = 5
},
/turf/closed/wall/mineral/plastitanium,
/area/ship/maintenance/port)
@@ -2442,9 +2442,9 @@
/turf/open/floor/plating,
/area/ship/maintenance/port)
"Bi" = (
-/obj/machinery/porta_turret/ship/ballistic{
- dir = 9;
- id = "colossus_grid"
+/obj/machinery/porta_turret/ship/inteq{
+ id = "colossus_grid";
+ dir = 9
},
/turf/closed/wall/mineral/plastitanium/nodiagonal,
/area/ship/crew/office)
@@ -3032,9 +3032,6 @@
/obj/structure/cable{
icon_state = "1-2"
},
-/obj/machinery/atmospherics/components/trinary/filter/atmos/flipped/n2{
- dir = 1
- },
/obj/machinery/power/terminal{
dir = 4
},
@@ -3045,6 +3042,9 @@
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4,
/obj/machinery/atmospherics/pipe/simple/dark/visible/layer5,
/obj/machinery/atmospherics/pipe/simple/orange/hidden/layer1,
+/obj/machinery/atmospherics/components/trinary/filter/atmos/flipped/o2{
+ dir = 1
+ },
/turf/open/floor/plasteel/tech,
/area/ship/engineering)
"HD" = (
@@ -3320,8 +3320,9 @@
/turf/closed/wall/mineral/plastitanium/nodiagonal,
/area/ship/security/armory)
"Ll" = (
-/obj/machinery/porta_turret/ship/ballistic{
- dir = 5
+/obj/machinery/porta_turret/ship/inteq{
+ id = "colossus_grid";
+ dir = 4
},
/turf/closed/wall/mineral/plastitanium/nodiagonal,
/area/ship/bridge)
@@ -3557,7 +3558,8 @@
/turf/open/floor/plasteel/patterned,
/area/ship/cargo)
"Oa" = (
-/obj/machinery/porta_turret/ship/ballistic{
+/obj/machinery/porta_turret/ship/inteq/light{
+ id = "colossus_grid";
dir = 6
},
/turf/closed/wall/mineral/plastitanium,
@@ -3630,9 +3632,9 @@
/turf/open/floor/engine/hull/reinforced,
/area/ship/maintenance/starboard)
"OI" = (
-/obj/machinery/porta_turret/ship/ballistic{
- dir = 6;
- id = "colossus_grid"
+/obj/machinery/porta_turret/ship/inteq{
+ id = "colossus_grid";
+ dir = 6
},
/turf/closed/wall/mineral/plastitanium,
/area/ship/maintenance/starboard)
@@ -3790,9 +3792,9 @@
/turf/open/floor/plating,
/area/ship/maintenance/starboard)
"Qw" = (
-/obj/machinery/porta_turret/ship/ballistic{
- dir = 10;
- id = "colossus_grid"
+/obj/machinery/porta_turret/ship/inteq{
+ id = "colossus_grid";
+ dir = 10
},
/turf/closed/wall/mineral/plastitanium/nodiagonal,
/area/ship/security/armory)
@@ -3944,9 +3946,9 @@
/turf/open/floor/plasteel/patterned/cargo_one,
/area/ship/cargo)
"RZ" = (
-/obj/machinery/porta_turret/ship/ballistic{
- dir = 6;
- id = "colossus_grid"
+/obj/machinery/porta_turret/ship/inteq/light{
+ id = "talos_grid";
+ dir = 6
},
/turf/closed/wall/mineral/plastitanium,
/area/ship/security)
@@ -3975,13 +3977,13 @@
/obj/structure/cable{
icon_state = "1-2"
},
-/obj/machinery/atmospherics/components/trinary/filter/atmos/o2,
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4,
/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{
dir = 4
},
/obj/machinery/atmospherics/pipe/simple/dark/visible/layer5,
/obj/machinery/atmospherics/pipe/simple/orange/hidden/layer1,
+/obj/machinery/atmospherics/components/trinary/filter/atmos/n2,
/turf/open/floor/plasteel/tech,
/area/ship/engineering)
"Sg" = (
diff --git a/_maps/shuttles/inteq/inteq_talos.dmm b/_maps/shuttles/inteq/inteq_talos.dmm
index 195852c9fd5c..2ab9a9405507 100644
--- a/_maps/shuttles/inteq/inteq_talos.dmm
+++ b/_maps/shuttles/inteq/inteq_talos.dmm
@@ -103,7 +103,7 @@
/turf/open/floor/circuit/telecomms/mainframe,
/area/ship/engineering/communications)
"aC" = (
-/obj/machinery/porta_turret/ship/weak{
+/obj/machinery/porta_turret/ship/inteq{
dir = 5;
id = "talos_grid"
},
@@ -849,7 +849,7 @@
/turf/open/floor/plating/airless,
/area/ship/storage/port)
"fs" = (
-/obj/machinery/porta_turret/ship/weak{
+/obj/machinery/porta_turret/ship/inteq{
dir = 5;
id = "talos_grid"
},
@@ -2090,7 +2090,7 @@
dir = 1
},
/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4,
-/obj/structure/fireaxecabinet{
+/obj/structure/cabinet/fireaxe{
dir = 1;
pixel_y = -32
},
@@ -2689,14 +2689,14 @@
/turf/open/floor/plasteel/tech/grid,
/area/ship/crew/cryo)
"qt" = (
-/obj/machinery/porta_turret/ship/weak{
+/obj/machinery/porta_turret/ship/inteq{
dir = 6;
id = "talos_grid"
},
/turf/closed/wall/mineral/plastitanium,
/area/ship/maintenance/starboard)
"qz" = (
-/obj/machinery/porta_turret/ship/weak{
+/obj/machinery/porta_turret/ship/inteq{
dir = 5;
id = "talos_grid"
},
@@ -4556,9 +4556,9 @@
/turf/open/floor/plasteel/grimy,
/area/ship/crew)
"Cr" = (
-/obj/machinery/porta_turret/ship/weak{
- dir = 9;
- id = "talos_grid"
+/obj/machinery/porta_turret/ship/inteq/light{
+ id = "talos_grid";
+ dir = 9
},
/turf/closed/wall/mineral/plastitanium,
/area/ship/engineering/communications)
@@ -4821,7 +4821,7 @@
autolinkers = list("hub","processor4","bus");
network = "irmg_commnet"
},
-/turf/open/floor/circuit/telecomms/mainframe,
+/turf/closed/wall/mineral/plastitanium,
/area/ship/engineering/communications)
"Ep" = (
/obj/item/trash/can,
@@ -4853,9 +4853,9 @@
/turf/open/floor/plasteel/telecomms_floor,
/area/ship/engineering/communications)
"ED" = (
-/obj/machinery/porta_turret/ship/weak{
- dir = 10;
- id = "talos_grid"
+/obj/machinery/porta_turret/ship/inteq/light{
+ id = "talos_grid";
+ dir = 10
},
/turf/closed/wall/mineral/plastitanium,
/area/ship/storage)
@@ -6624,7 +6624,7 @@
/turf/open/floor/plasteel/telecomms_floor,
/area/ship/engineering/communications)
"Rf" = (
-/obj/machinery/porta_turret/ship/weak{
+/obj/machinery/porta_turret/ship/inteq{
dir = 6;
id = "talos_grid"
},
@@ -7491,7 +7491,7 @@
/turf/open/floor/plating,
/area/ship/engineering/engine)
"WN" = (
-/obj/machinery/porta_turret/ship/weak{
+/obj/machinery/porta_turret/ship/inteq{
dir = 6;
id = "talos_grid"
},
diff --git a/_maps/shuttles/inteq/inteq_valor.dmm b/_maps/shuttles/inteq/inteq_valor.dmm
index dac3ac7a0ebb..3f709a261b15 100644
--- a/_maps/shuttles/inteq/inteq_valor.dmm
+++ b/_maps/shuttles/inteq/inteq_valor.dmm
@@ -149,6 +149,9 @@
},
/obj/structure/cable,
/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2,
+/obj/structure/cable{
+ icon_state = "2-8"
+ },
/turf/open/floor/plasteel/tech/grid,
/area/ship/cargo)
"bR" = (
@@ -1707,6 +1710,9 @@
/obj/structure/cable{
icon_state = "2-4"
},
+/obj/structure/cable{
+ icon_state = "1-4"
+ },
/turf/open/floor/plasteel/patterned/grid,
/area/ship/hallway/central)
"pt" = (
@@ -1971,6 +1977,9 @@
/obj/structure/cable{
icon_state = "1-8"
},
+/obj/structure/cable{
+ icon_state = "1-4"
+ },
/turf/open/floor/plasteel/dark,
/area/ship/medical/surgery)
"rX" = (
@@ -2272,10 +2281,6 @@
/obj/effect/decal/cleanable/dirt/dust,
/obj/machinery/power/apc/auto_name/directional/south,
/obj/structure/cable,
-/obj/machinery/light_switch{
- dir = 1;
- pixel_y = -20
- },
/turf/open/floor/plasteel/patterned/grid,
/area/ship/hallway/port)
"tZ" = (
@@ -4281,6 +4286,12 @@
/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{
dir = 8
},
+/obj/structure/cable{
+ icon_state = "2-8"
+ },
+/obj/structure/cable{
+ icon_state = "2-4"
+ },
/turf/open/floor/plasteel/patterned,
/area/ship/cargo)
"Nh" = (
diff --git a/_maps/shuttles/inteq/inteq_vaquero.dmm b/_maps/shuttles/inteq/inteq_vaquero.dmm
index 336bf5792208..92e024ba7bf6 100644
--- a/_maps/shuttles/inteq/inteq_vaquero.dmm
+++ b/_maps/shuttles/inteq/inteq_vaquero.dmm
@@ -1933,7 +1933,7 @@
/turf/open/floor/plasteel/dark,
/area/ship/security)
"DT" = (
-/obj/machinery/porta_turret/ship/weak{
+/obj/machinery/porta_turret/ship/inteq{
dir = 6;
id = "vaquero_grid"
},
@@ -2027,7 +2027,7 @@
/turf/open/floor/plasteel/dark,
/area/ship/crew/office)
"Fm" = (
-/obj/machinery/porta_turret/ship/weak{
+/obj/machinery/porta_turret/ship/inteq{
dir = 5;
id = "vaquero_grid"
},
@@ -2523,7 +2523,7 @@
/turf/open/floor/plasteel/patterned/grid,
/area/ship/hallway/central)
"NO" = (
-/obj/machinery/porta_turret/ship/weak{
+/obj/machinery/porta_turret/ship/inteq{
dir = 6;
id = "vaquero_grid"
},
@@ -2957,7 +2957,7 @@
port_direction = 8;
preferred_direction = 4
},
-/obj/machinery/porta_turret/ship/weak{
+/obj/machinery/porta_turret/ship/inteq{
dir = 5;
id = "vaquero_grid"
},
diff --git a/_maps/shuttles/nanotrasen/nanotrasen_delta.dmm b/_maps/shuttles/nanotrasen/nanotrasen_delta.dmm
index 00967afb927e..351e8e2df037 100644
--- a/_maps/shuttles/nanotrasen/nanotrasen_delta.dmm
+++ b/_maps/shuttles/nanotrasen/nanotrasen_delta.dmm
@@ -1371,9 +1371,9 @@
/turf/open/floor/plasteel/tech/techmaint,
/area/ship/engineering)
"jH" = (
-/obj/machinery/porta_turret/ship/weak{
- dir = 9;
- id = "delta_grid"
+/obj/machinery/porta_turret/ship/nt/light{
+ id = "delta_grid";
+ dir = 9
},
/turf/closed/wall/mineral/titanium,
/area/ship/bridge)
@@ -2891,9 +2891,9 @@
/turf/open/floor/plasteel/white,
/area/ship/science/robotics)
"WG" = (
-/obj/machinery/porta_turret/ship/weak{
- dir = 4;
- id = "delta_grid"
+/obj/machinery/porta_turret/ship/nt/light{
+ id = "delta_grid";
+ dir = 4
},
/turf/closed/wall/mineral/titanium,
/area/ship/bridge)
@@ -3018,9 +3018,9 @@
/turf/open/floor/plasteel/white,
/area/ship/science/robotics)
"YZ" = (
-/obj/machinery/porta_turret/ship/weak{
- dir = 10;
- id = "delta_grid"
+/obj/machinery/porta_turret/ship/nt/light{
+ id = "delta_grid";
+ dir = 10
},
/turf/closed/wall/mineral/titanium,
/area/ship/bridge)
diff --git a/_maps/shuttles/nanotrasen/nanotrasen_osprey.dmm b/_maps/shuttles/nanotrasen/nanotrasen_harrier.dmm
similarity index 52%
rename from _maps/shuttles/nanotrasen/nanotrasen_osprey.dmm
rename to _maps/shuttles/nanotrasen/nanotrasen_harrier.dmm
index a44e00c41303..9e5d93f7af77 100644
--- a/_maps/shuttles/nanotrasen/nanotrasen_osprey.dmm
+++ b/_maps/shuttles/nanotrasen/nanotrasen_harrier.dmm
@@ -1,966 +1,1022 @@
//MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE
-"ac" = (
-/obj/structure/chair/comfy/orange/directional/north,
-/obj/structure/closet/secure_closet/wall/directional/west{
- icon_door = "sec_wall";
- icon_state = "sec_wall";
- name = "gun locker";
- req_access_txt = "19"
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4,
-/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2,
-/obj/structure/cable{
- icon_state = "1-2"
+"ad" = (
+/obj/effect/turf_decal/corner/opaque/white{
+ dir = 4
},
-/obj/item/storage/backpack/duffelbag/sec,
-/obj/item/storage/backpack/messenger/sec,
-/obj/item/storage/backpack/satchel/sec,
-/obj/item/storage/backpack/security,
-/obj/item/clothing/accessory/armband,
-/obj/item/clothing/suit/armor/vest,
-/obj/item/storage/box/handcuffs,
-/obj/item/storage/box/deputy,
-/obj/item/stock_parts/cell/gun,
-/obj/item/stock_parts/cell/gun/mini,
-/obj/item/stock_parts/cell/gun/mini,
-/obj/item/ammo_box/magazine/co9mm,
-/obj/item/ammo_box/magazine/co9mm,
-/obj/item/gun/energy/e_gun,
-/obj/item/gun/ballistic/automatic/pistol/commander/no_mag,
-/obj/item/gun/energy/e_gun/mini,
-/obj/item/gun/energy/e_gun/mini,
-/turf/open/floor/plasteel/dark,
-/area/ship/bridge)
-"aj" = (
-/obj/structure/disposalpipe/segment{
+/obj/effect/turf_decal/corner/opaque/white{
dir = 8
},
-/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2,
-/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{
- dir = 1
- },
-/obj/structure/cable{
- icon_state = "4-8"
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{
+ dir = 4
},
-/turf/open/floor/wood,
-/area/ship/crew/canteen)
-"ak" = (
-/obj/effect/turf_decal/corner/opaque/ntblue{
+/obj/structure/disposalpipe/segment{
dir = 8
},
/turf/open/floor/plasteel,
-/area/ship/hallway/central)
-"ao" = (
-/obj/machinery/atmospherics/components/unary/passive_vent{
- dir = 4;
- icon_state = "passive_vent_map-2";
- piping_layer = 1
+/area/ship/crew/canteen)
+"ai" = (
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{
+ dir = 4
+ },
+/obj/effect/turf_decal/siding/wood{
+ dir = 8
},
-/turf/open/floor/engine/hull,
-/area/ship/external)
-"ap" = (
-/obj/machinery/atmospherics/pipe/simple/orange/visible,
+/obj/machinery/airalarm/directional/west,
+/turf/open/floor/wood,
+/area/ship/crew)
+"aq" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2,
/obj/structure/cable{
icon_state = "1-2"
},
+/turf/open/floor/plasteel/mono/dark,
+/area/ship/bridge)
+"av" = (
/obj/structure/cable{
- icon_state = "2-8"
+ icon_state = "5-10"
},
-/turf/open/floor/plasteel/patterned/grid,
-/area/ship/engineering)
-"ar" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{
- dir = 10
+/obj/structure/cable{
+ icon_state = "1-10"
},
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{
- dir = 9
- },
-/obj/structure/cable{
- icon_state = "2-8"
+ dir = 4
},
-/obj/structure/cable{
- icon_state = "1-8"
+/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{
+ dir = 4
},
-/turf/open/floor/plasteel/patterned/cargo_one,
-/area/ship/cargo)
-"aE" = (
-/obj/structure/sign/nanotrasen,
-/turf/closed/wall/mineral/titanium/nodiagonal,
-/area/ship/cargo/office)
-"aI" = (
-/obj/item/radio/intercom/directional/north,
-/turf/open/floor/plasteel/white,
-/area/ship/medical)
-"aL" = (
/obj/structure/disposalpipe/segment{
dir = 8
},
-/obj/machinery/computer/cargo{
+/turf/open/floor/plasteel/mono,
+/area/ship/hallway/starboard)
+"aA" = (
+/obj/docking_port/stationary{
+ dwidth = 15;
+ height = 15;
+ width = 30
+ },
+/turf/template_noop,
+/area/template_noop)
+"aC" = (
+/obj/structure/fluff/hedge,
+/obj/effect/turf_decal/trimline/opaque/ntblue/filled/line{
dir = 8
},
-/obj/effect/turf_decal/corner/opaque/brown{
+/obj/effect/turf_decal/trimline/opaque/ntblue/filled/line{
dir = 4
},
-/obj/effect/turf_decal/corner/opaque/brown{
- dir = 1
+/turf/open/floor/plasteel/tech/techmaint,
+/area/ship/crew/canteen)
+"aE" = (
+/obj/effect/turf_decal/industrial/warning/fulltile,
+/obj/machinery/door/poddoor{
+ dir = 4;
+ id = "harrier_disposals";
+ name = "Disposals Blast Door"
},
-/turf/open/floor/plasteel,
-/area/ship/cargo/office)
-"aW" = (
-/obj/structure/disposalpipe/segment{
- dir = 10
+/obj/machinery/power/shieldwallgen/atmos/roundstart{
+ dir = 4;
+ id = "harrier_disposalfield";
+ locked = 1
},
-/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2,
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4,
/obj/structure/cable{
- icon_state = "1-2"
- },
-/turf/open/floor/plasteel/white,
-/area/ship/medical)
-"aY" = (
-/obj/structure/disposalpipe/segment{
- dir = 8
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{
- dir = 4
+ icon_state = "0-4"
},
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{
- dir = 4
+/turf/open/floor/plating,
+/area/ship/engineering)
+"aH" = (
+/obj/structure/fluff/hedge,
+/obj/effect/turf_decal/trimline/opaque/ntblue/filled/end,
+/turf/open/floor/plasteel/tech/techmaint,
+/area/ship/crew/canteen)
+"aL" = (
+/obj/structure/sign/warning/docking{
+ pixel_y = 9
},
-/obj/structure/cable{
- icon_state = "4-8"
+/turf/closed/wall/mineral/titanium/nodiagonal,
+/area/ship/hallway/port)
+"aO" = (
+/obj/structure/railing{
+ dir = 8
},
-/obj/structure/sign/poster/official/get_your_legs{
- pixel_y = 32
+/obj/structure/extinguisher_cabinet/directional/north,
+/obj/effect/turf_decal/siding/wideplating/dark{
+ dir = 8
},
-/obj/machinery/camera/autoname{
- dir = 6
+/obj/structure/bed/dogbed,
+/mob/living/simple_animal/pet/dog/corgi/puppy{
+ name = "Louis Tennant"
},
-/obj/structure/railing,
-/turf/open/floor/plasteel/stairs{
+/turf/open/floor/plasteel/dark,
+/area/ship/bridge)
+"aR" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{
dir = 4
},
-/area/ship/hallway/central)
-"bb" = (
-/obj/effect/turf_decal/corner/transparent/neutral{
+/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{
dir = 4
},
-/obj/structure/sign/poster/retro/we_watch{
- pixel_x = 32
- },
-/obj/machinery/camera/autoname{
+/obj/machinery/light/directional/north,
+/obj/structure/disposalpipe/segment{
dir = 8
},
-/turf/open/floor/plasteel,
+/turf/open/floor/plasteel/mono,
/area/ship/hallway/central)
-"bg" = (
-/obj/effect/turf_decal/box/corners,
-/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2,
+"aX" = (
+/obj/structure/cable/yellow{
+ icon_state = "2-8"
+ },
+/obj/machinery/light/small/directional/north,
+/turf/open/floor/plating,
+/area/ship/engineering/engine)
+"ba" = (
+/turf/open/floor/plasteel/mono,
+/area/ship/hallway/starboard)
+"bc" = (
+/obj/machinery/door/airlock/mining{
+ name = "Cargo Office";
+ req_access_txt = "31"
+ },
/obj/structure/cable{
icon_state = "1-2"
},
-/turf/open/floor/plasteel/patterned/cargo_one,
-/area/ship/cargo)
-"bh" = (
-/obj/effect/turf_decal/corner/opaque/green{
- dir = 1
- },
-/obj/machinery/airalarm/directional/north,
-/turf/open/floor/plasteel,
-/area/ship/hallway/central)
-"bl" = (
-/obj/machinery/door/airlock/external/glass,
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4,
/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2,
-/obj/effect/turf_decal/borderfloor,
-/turf/open/floor/plasteel/tech,
-/area/ship/hallway/central)
-"bs" = (
-/obj/structure/table,
-/obj/item/radio/intercom/directional/north,
-/turf/open/floor/plasteel,
-/area/ship/crew/cryo)
-"bw" = (
-/obj/effect/turf_decal/industrial/warning/corner{
+/obj/machinery/door/firedoor/border_only,
+/obj/machinery/door/firedoor/border_only{
dir = 1
},
-/obj/structure/cable{
- icon_state = "4-8"
- },
-/obj/machinery/light/directional/north,
-/turf/open/floor/plasteel/dark,
-/area/ship/science/ai_chamber)
-"bA" = (
-/obj/effect/turf_decal/corner/transparent/neutral,
-/obj/structure/disposalpipe/segment{
- dir = 9
+/obj/structure/disposalpipe/segment,
+/obj/effect/turf_decal/borderfloor{
+ dir = 1
},
-/obj/machinery/airalarm/directional/south,
-/turf/open/floor/plasteel,
-/area/ship/hallway/central)
-"bF" = (
/turf/open/floor/plasteel,
/area/ship/cargo)
-"bG" = (
-/obj/machinery/conveyor{
- dir = 4;
- id = "osprey_packagesort"
+"bd" = (
+/obj/structure/window/reinforced{
+ dir = 8
},
-/obj/machinery/light/directional/south,
-/turf/open/floor/plating,
-/area/ship/cargo/office)
-"bH" = (
-/obj/machinery/autolathe,
-/obj/machinery/airalarm/directional/east,
-/obj/effect/turf_decal/corner/opaque/yellow{
- dir = 4
+/obj/effect/turf_decal/industrial/warning{
+ dir = 8
},
-/obj/effect/turf_decal/corner/opaque/yellow{
+/obj/machinery/disposal/bin,
+/obj/structure/disposalpipe/trunk{
dir = 1
},
-/obj/effect/turf_decal/corner/opaque/yellow,
-/obj/structure/sign/poster/official/safety_eye_protection{
- pixel_y = 32
+/turf/open/floor/plasteel/tech/techmaint,
+/area/ship/crew/janitor)
+"be" = (
+/obj/structure/sign/directions/security{
+ dir = 8
},
-/turf/open/floor/plasteel/patterned/grid,
+/obj/structure/sign/directions/engineering{
+ dir = 8;
+ pixel_y = 6
+ },
+/turf/closed/wall/mineral/titanium/nodiagonal,
+/area/ship/hallway/central)
+"bg" = (
+/obj/item/radio/intercom/directional/east,
+/obj/machinery/disposal/bin,
+/obj/structure/disposalpipe/trunk{
+ dir = 8
+ },
+/turf/open/floor/plasteel,
/area/ship/engineering)
-"bN" = (
-/obj/effect/turf_decal/corner/opaque/blue{
- dir = 1
+"bi" = (
+/obj/structure/cable{
+ icon_state = "0-4"
},
-/obj/effect/turf_decal/corner/opaque/blue{
+/obj/machinery/power/terminal{
dir = 8
},
/obj/effect/turf_decal/industrial/warning{
dir = 8
},
-/obj/effect/turf_decal/industrial/stand_clear{
- dir = 4
- },
-/obj/structure/disposalpipe/segment,
-/turf/open/floor/plasteel,
-/area/ship/cargo)
-"bT" = (
-/obj/structure/spider/stickyweb,
-/obj/effect/spawner/lootdrop/maintenance,
-/obj/item/toy/figure/cargotech,
/turf/open/floor/plating,
-/area/ship/cargo)
-"cd" = (
-/obj/machinery/door/airlock/medical{
- name = "Infirmary";
- req_access_txt = "5";
- dir = 4
+/area/ship/engineering/atmospherics)
+"bk" = (
+/obj/effect/turf_decal/atmos/air,
+/obj/machinery/atmospherics/components/unary/vent_pump/on{
+ external_pressure_bound = 13000
},
-/obj/effect/turf_decal/industrial/warning{
- dir = 4
+/turf/open/floor/engine/air,
+/area/ship/engineering/atmospherics)
+"bn" = (
+/obj/structure/cable{
+ icon_state = "1-8"
},
-/obj/effect/turf_decal/borderfloor{
- dir = 8
+/obj/structure/cable{
+ icon_state = "4-8"
},
-/obj/machinery/door/firedoor/border_only{
- dir = 4
+/obj/effect/turf_decal/trimline/opaque/ntblue/filled/arrow_ccw{
+ dir = 1
},
-/obj/machinery/door/firedoor/border_only{
- dir = 8
+/turf/open/floor/plasteel/mono/dark,
+/area/ship/bridge)
+"bp" = (
+/obj/machinery/firealarm/directional/south,
+/obj/structure/extinguisher_cabinet/directional/east,
+/obj/effect/turf_decal/trimline/opaque/blue/line,
+/obj/structure/chair/handrail{
+ dir = 1
},
-/turf/open/floor/plasteel,
+/turf/open/floor/plasteel/white,
/area/ship/medical)
-"ce" = (
-/obj/structure/disposalpipe/segment{
- dir = 6
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4,
-/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2,
+"bu" = (
/obj/structure/cable{
- icon_state = "1-2"
+ icon_state = "4-8"
},
-/obj/structure/extinguisher_cabinet/directional/west,
-/turf/open/floor/plasteel/dark,
-/area/ship/bridge)
-"cg" = (
-/obj/machinery/disposal/bin,
-/obj/structure/disposalpipe/trunk{
- dir = 8
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{
+ dir = 4
},
-/obj/machinery/light_switch{
- dir = 1;
- pixel_x = -5;
- pixel_y = -24
+/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{
+ dir = 4
},
-/obj/machinery/firealarm/directional/east,
-/turf/open/floor/wood,
-/area/ship/crew/dorm)
-"ch" = (
-/obj/effect/turf_decal/corner/opaque/brown{
+/obj/structure/disposalpipe/segment{
+ dir = 8
+ },
+/turf/open/floor/plasteel/mono,
+/area/ship/crew/canteen)
+"bv" = (
+/obj/machinery/photocopier,
+/obj/machinery/light/directional/west,
+/turf/open/floor/plasteel/dark,
+/area/ship/bridge)
+"bH" = (
+/obj/structure/cable{
+ icon_state = "4-8"
+ },
+/obj/structure/disposalpipe/segment{
dir = 8
},
+/obj/effect/turf_decal/trimline/opaque/vired/filled/corner,
+/turf/open/floor/plasteel/mono,
+/area/ship/hallway/starboard)
+"bJ" = (
+/obj/structure/cable{
+ icon_state = "4-8"
+ },
+/obj/structure/cable{
+ icon_state = "2-8"
+ },
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4,
/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{
- dir = 10
+ dir = 5
},
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{
- dir = 10
+/obj/structure/disposalpipe/sorting/mail/flip{
+ dir = 4;
+ sortTypes = list(17,18,19,20,21);
+ tag = "Kitchen"
},
+/turf/open/floor/plasteel/mono,
+/area/ship/crew/canteen)
+"bK" = (
/obj/structure/cable{
- icon_state = "1-2"
+ icon_state = "0-2"
},
-/turf/open/floor/plasteel/patterned,
-/area/ship/cargo)
-"ci" = (
+/obj/machinery/atmospherics/pipe/simple/purple/visible,
+/obj/machinery/atmospherics/pipe/simple/orange/visible/layer5,
+/obj/machinery/power/smes/engineering,
+/turf/open/floor/plating,
+/area/ship/engineering/engine)
+"bL" = (
/obj/structure/reagent_dispensers/fueltank,
-/obj/machinery/light/directional/south,
-/turf/open/floor/plasteel/patterned/grid,
+/obj/effect/turf_decal/industrial/outline/yellow,
+/obj/machinery/airalarm/directional/east,
+/turf/open/floor/plasteel/tech,
/area/ship/engineering)
-"co" = (
-/obj/structure/disposalpipe/segment,
-/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{
- dir = 4
- },
-/turf/open/floor/plasteel/white,
-/area/ship/science)
-"cp" = (
-/obj/machinery/atmospherics/pipe/simple/dark/visible{
- dir = 10
+"bM" = (
+/obj/effect/turf_decal/trimline/opaque/ntblue/filled/corner{
+ dir = 1
},
-/obj/machinery/atmospherics/components/binary/pump/layer4{
- dir = 1;
- icon_state = "pump_map-5";
- piping_layer = 5
+/turf/open/floor/plasteel,
+/area/ship/storage/eva)
+"bR" = (
+/obj/effect/turf_decal/ntspaceworks_big/one{
+ dir = 8
},
-/obj/machinery/atmospherics/pipe/simple/supply/visible/layer2{
- dir = 9
+/obj/machinery/light_switch{
+ dir = 8;
+ pixel_x = 20;
+ pixel_y = 0
},
-/turf/open/floor/plasteel/patterned/grid,
-/area/ship/engineering/atmospherics)
-"cq" = (
-/turf/closed/wall/mineral/titanium/nodiagonal,
-/area/ship/crew/canteen)
-"ct" = (
-/obj/structure/closet/secure_closet{
- icon_state = "science";
- name = "scientist's locker";
- req_access_txt = "47"
+/obj/structure/chair/handrail{
+ dir = 8
},
-/obj/effect/turf_decal/corner/opaque/mauve{
- dir = 4
+/turf/open/floor/plasteel/patterned,
+/area/ship/engineering)
+"bU" = (
+/obj/structure/chair/sofa/blue/corpo/right,
+/obj/effect/turf_decal/trimline/opaque/ntblue/filled/line{
+ dir = 1
},
-/obj/effect/turf_decal/corner/opaque/mauve{
+/turf/open/floor/plasteel,
+/area/ship/hallway/central)
+"bW" = (
+/obj/effect/turf_decal/industrial/warning{
dir = 1
},
-/obj/item/storage/backpack/duffelbag,
-/obj/item/storage/backpack/messenger/tox,
-/obj/item/storage/backpack/satchel/tox,
-/obj/item/storage/backpack/science,
-/obj/item/clothing/shoes/sneakers/white,
-/obj/item/clothing/under/rank/rnd/scientist/skirt,
-/obj/item/clothing/under/rank/rnd/scientist,
-/obj/item/clothing/suit/toggle/labcoat/science,
-/obj/item/clothing/glasses/science,
-/obj/machinery/light/directional/north,
-/turf/open/floor/plasteel/white,
-/area/ship/science)
-"cD" = (
-/obj/machinery/door/window/brigdoor/westleft{
- name = "AI Core Access";
- req_one_access_txt = "16"
+/obj/structure/cable{
+ icon_state = "4-8"
},
-/obj/structure/rack,
-/obj/item/aicard,
-/obj/item/borg/upgrade/ai,
-/obj/item/mmi/posibrain,
-/turf/open/floor/circuit,
-/area/ship/science/ai_chamber)
-"cI" = (
-/turf/open/floor/plasteel/dark,
-/area/ship/science/ai_chamber)
-"cJ" = (
-/obj/machinery/atmospherics/pipe/simple/orange/visible{
- dir = 8
+/obj/structure/cable{
+ icon_state = "2-8"
},
-/obj/effect/turf_decal/industrial/warning{
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{
dir = 4
},
-/turf/open/floor/plating,
-/area/ship/engineering/atmospherics)
-"cK" = (
-/obj/structure/disposalpipe/segment{
- dir = 8
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{
+ dir = 4
},
-/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{
- dir = 1
+/obj/structure/disposalpipe/segment{
+ dir = 10
},
-/turf/open/floor/wood,
+/turf/open/floor/plasteel/mono,
+/area/ship/hallway/port)
+"bX" = (
+/obj/machinery/vending/boozeomat,
+/turf/closed/wall/mineral/titanium/nodiagonal,
/area/ship/crew/canteen)
-"cL" = (
-/obj/machinery/airalarm/directional/west,
+"cb" = (
+/obj/machinery/photocopier,
+/obj/item/radio/intercom/directional/east,
+/turf/open/floor/wood,
+/area/ship/crew/law_office)
+"cc" = (
+/obj/structure/chair/sofa/blue/corpo/left/directional/west,
/obj/effect/turf_decal/siding/wood{
- dir = 9
+ dir = 6
},
+/obj/item/radio/intercom/directional/south,
/turf/open/floor/wood,
-/area/ship/crew/canteen)
-"cN" = (
-/obj/machinery/mineral/unloading_machine{
- input_dir = 2;
- output_dir = 1
+/area/ship/crew)
+"cf" = (
+/obj/structure/sign/departments/engineering,
+/turf/closed/wall/mineral/titanium/nodiagonal,
+/area/ship/hallway/port)
+"cg" = (
+/obj/machinery/power/smes/shuttle/precharged{
+ dir = 4
},
-/turf/open/floor/plating,
-/area/ship/cargo)
-"cT" = (
-/obj/machinery/atmospherics/pipe/simple/dark/visible{
- dir = 5
+/obj/structure/cable{
+ icon_state = "0-8"
},
-/obj/structure/window/plasma/reinforced,
-/obj/machinery/atmospherics/pipe/simple/supply/visible/layer2{
- dir = 6
+/turf/open/floor/plating,
+/area/ship/engineering)
+"ch" = (
+/obj/structure/cable{
+ icon_state = "4-8"
},
-/turf/open/floor/plasteel/patterned/grid,
-/area/ship/engineering/atmospherics)
-"cY" = (
-/obj/structure/disposalpipe/segment{
- dir = 10
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{
+ dir = 4
},
-/obj/effect/turf_decal/corner/transparent/neutral{
+/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{
dir = 4
},
+/obj/structure/disposalpipe/segment{
+ dir = 8
+ },
+/turf/open/floor/plasteel/mono,
+/area/ship/hallway/central)
+"cl" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{
- dir = 10
+ dir = 6
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{
- dir = 10
+ dir = 6
},
-/obj/structure/cable{
- icon_state = "2-8"
+/turf/open/floor/plasteel/mono,
+/area/ship/hallway/starboard)
+"cm" = (
+/obj/machinery/door/airlock/external,
+/obj/machinery/atmospherics/pipe/layer_manifold,
+/turf/open/floor/plasteel/tech,
+/area/ship/hallway/port)
+"co" = (
+/obj/structure/chair/comfy/blue/corpo{
+ dir = 1
},
-/obj/machinery/light_switch{
- pixel_x = 20;
- dir = 8;
- pixel_y = 0
+/obj/machinery/power/apc/auto_name/directional/west,
+/obj/structure/cable{
+ icon_state = "0-4"
},
-/turf/open/floor/plasteel,
-/area/ship/hallway/central)
-"dm" = (
-/obj/effect/turf_decal/industrial/stand_clear,
+/turf/open/floor/wood,
+/area/ship/crew/law_office)
+"cp" = (
+/turf/closed/wall/mineral/titanium/nodiagonal,
+/area/ship/crew/cryo)
+"ct" = (
/obj/structure/cable{
icon_state = "1-2"
},
-/turf/open/floor/plasteel/patterned/grid,
-/area/ship/engineering)
-"do" = (
-/obj/machinery/door/airlock/highsecurity{
- name = "AI Chamber";
- req_access_txt = "24"
- },
-/obj/structure/disposalpipe/segment{
- dir = 2
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{
+ dir = 4
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2,
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4,
-/obj/structure/cable{
- icon_state = "1-2"
- },
-/obj/machinery/door/poddoor/preopen{
- id = "osprey_disposals_preopen"
+/turf/open/floor/plasteel/mono,
+/area/ship/storage/eva)
+"cx" = (
+/obj/structure/chair/sofa/blue/corpo/left,
+/obj/effect/turf_decal/trimline/opaque/ntblue/filled/line{
+ dir = 1
},
-/obj/effect/turf_decal/industrial/warning/fulltile,
-/obj/machinery/atmospherics/pipe/simple/dark/hidden/layer5,
-/obj/machinery/atmospherics/pipe/simple/orange/hidden,
-/obj/machinery/door/firedoor,
-/obj/machinery/atmospherics/pipe/simple/green/hidden/layer1,
-/turf/open/floor/plasteel/tech/grid,
-/area/ship/science/ai_chamber)
-"dr" = (
-/obj/effect/turf_decal/industrial/warning/corner{
+/turf/open/floor/plasteel,
+/area/ship/hallway/central)
+"cy" = (
+/obj/machinery/atmospherics/pipe/manifold/purple/visible,
+/obj/effect/turf_decal/industrial/warning{
dir = 8
},
-/obj/machinery/turretid{
- pixel_y = -28;
- req_access = null;
- req_access_txt = "16"
+/turf/open/floor/plating,
+/area/ship/engineering/atmospherics)
+"cz" = (
+/obj/machinery/vending/coffee,
+/obj/machinery/light/directional/west,
+/turf/open/floor/plasteel/dark,
+/area/ship/bridge)
+"cB" = (
+/turf/closed/wall/mineral/titanium/interior,
+/area/ship/hallway/starboard)
+"cE" = (
+/obj/structure/table,
+/obj/item/storage/box/cups{
+ pixel_y = 6
},
-/obj/machinery/light/directional/south,
+/obj/machinery/airalarm/directional/west,
/turf/open/floor/plasteel/dark,
-/area/ship/science/ai_chamber)
-"dw" = (
-/obj/machinery/cryopod{
- dir = 1
+/area/ship/bridge)
+"cF" = (
+/obj/effect/spawner/structure/window/shuttle,
+/obj/machinery/atmospherics/pipe/simple/purple/visible{
+ dir = 8
},
-/obj/machinery/light/small/directional/west,
-/turf/open/floor/plasteel/tech/grid,
-/area/ship/crew/cryo)
-"dx" = (
+/turf/open/floor/plating,
+/area/ship/engineering/atmospherics)
+"cH" = (
+/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{
+ dir = 8
+ },
+/obj/machinery/light/directional/south,
/obj/structure/disposalpipe/segment{
- dir = 5
+ dir = 9
},
-/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{
+/obj/effect/turf_decal/trimline/opaque/nsorange/line{
dir = 4
},
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{
+/turf/open/floor/plasteel/patterned/cargo_one,
+/area/ship/cargo)
+"cN" = (
+/obj/structure/tank_dispenser/oxygen,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{
+ dir = 6
+ },
+/obj/effect/turf_decal/borderfloor{
dir = 4
},
+/turf/open/floor/plasteel/tech/grid,
+/area/ship/hallway/port)
+"cS" = (
/obj/structure/cable{
- icon_state = "4-8"
+ icon_state = "1-2"
},
-/turf/open/floor/plasteel/freezer,
-/area/ship/crew/toilet)
-"dE" = (
-/obj/structure/sign/departments/medbay/alt,
-/turf/closed/wall/mineral/titanium/nodiagonal,
-/area/ship/medical)
-"dJ" = (
-/obj/effect/turf_decal/corner/transparent/neutral{
+/obj/machinery/atmospherics/pipe/simple/brown/visible/layer1,
+/obj/machinery/atmospherics/pipe/simple/cyan/visible{
+ dir = 6
+ },
+/turf/open/floor/plasteel/patterned,
+/area/ship/engineering/atmospherics)
+"cW" = (
+/obj/structure/disposalpipe/segment{
+ dir = 9
+ },
+/obj/structure/extinguisher_cabinet/directional/south,
+/obj/effect/turf_decal/trimline/opaque/nsorange/filled/corner{
+ dir = 8
+ },
+/obj/effect/turf_decal/trimline/opaque/ntblue/filled/corner{
dir = 4
},
-/obj/effect/turf_decal/corner/opaque/bar,
-/turf/open/floor/plasteel,
+/turf/open/floor/plasteel/mono,
/area/ship/hallway/central)
-"dK" = (
-/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{
- dir = 1
+"cY" = (
+/obj/structure/railing,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{
+ dir = 4
},
-/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{
+/obj/effect/turf_decal/siding/wideplating/dark,
+/turf/open/floor/plasteel/stairs{
+ dir = 8
+ },
+/area/ship/bridge)
+"da" = (
+/obj/effect/turf_decal/industrial/warning{
dir = 1
},
-/obj/structure/cable{
- icon_state = "4-8"
+/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{
+ dir = 9
},
-/turf/open/floor/plasteel/patterned/cargo_one,
-/area/ship/cargo)
-"dN" = (
-/obj/structure/disposalpipe/segment{
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4,
+/obj/effect/turf_decal/industrial/caution,
+/obj/structure/chair/handrail{
dir = 8
},
+/turf/open/floor/plasteel/tech/techmaint,
+/area/ship/hallway/port)
+"dd" = (
+/obj/structure/table,
+/obj/structure/bedsheetbin,
+/obj/machinery/light_switch{
+ dir = 1;
+ pixel_x = -7;
+ pixel_y = -20
+ },
+/obj/machinery/firealarm/directional/south{
+ pixel_x = 5
+ },
+/turf/open/floor/plasteel/freezer,
+/area/ship/crew/toilet)
+"de" = (
+/obj/machinery/advanced_airlock_controller{
+ pixel_x = -24
+ },
+/obj/machinery/atmospherics/components/binary/dp_vent_pump/high_volume/layer2{
+ dir = 1
+ },
+/obj/effect/turf_decal/borderfloor{
+ dir = 4
+ },
+/turf/open/floor/plasteel/tech/grid,
+/area/ship/hallway/port)
+"di" = (
+/obj/structure/bed,
+/obj/item/bedsheet/medical,
+/obj/structure/curtain,
/turf/open/floor/plasteel/white,
/area/ship/medical)
-"dP" = (
-/obj/structure/bed,
-/obj/structure/curtain/cloth/fancy,
-/obj/item/bedsheet/captain,
-/turf/open/floor/carpet/royalblue,
-/area/ship/bridge)
-"dS" = (
+"dj" = (
+/obj/structure/table/optable,
+/turf/open/floor/plasteel/showroomfloor,
+/area/ship/medical)
+"do" = (
/obj/structure/cable{
- icon_state = "1-8"
+ icon_state = "4-8"
},
-/obj/structure/window/plasma/reinforced{
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{
dir = 4
},
-/obj/machinery/camera/autoname{
- dir = 1
+/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{
+ dir = 4
},
-/turf/open/floor/plasteel/patterned/grid,
-/area/ship/engineering/atmospherics)
-"ea" = (
-/obj/effect/turf_decal/industrial/warning{
+/obj/machinery/light/directional/south,
+/obj/effect/turf_decal/trimline/opaque/nsorange/filled/corner,
+/turf/open/floor/plasteel/mono,
+/area/ship/hallway/central)
+"dr" = (
+/obj/structure/closet/emcloset/wall/directional/west,
+/turf/open/floor/plasteel,
+/area/ship/bridge)
+"dt" = (
+/obj/structure/sign/departments/restroom,
+/turf/closed/wall/mineral/titanium/nodiagonal,
+/area/ship/crew)
+"dv" = (
+/obj/structure/window/reinforced{
+ dir = 4
+ },
+/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{
dir = 1
},
-/obj/structure/cable{
- icon_state = "0-4"
+/obj/effect/turf_decal/trimline/opaque/vired/filled/line{
+ dir = 4
},
-/obj/machinery/power/apc/auto_name/directional/west,
-/turf/open/floor/plasteel/tech/techmaint,
-/area/ship/crew/cryo)
-"eh" = (
-/obj/effect/spawner/structure/window/shuttle,
-/obj/machinery/door/poddoor/shutters{
- id = "ospreycargo"
+/turf/open/floor/plasteel/dark,
+/area/ship/security)
+"dz" = (
+/obj/structure/table/reinforced,
+/obj/item/paper_bin{
+ pixel_x = -6
},
-/obj/machinery/door/firedoor/window,
-/turf/open/floor/plating,
-/area/ship/cargo/office)
-"ej" = (
-/obj/machinery/atmospherics/pipe/manifold4w/scrubbers/hidden/layer4,
-/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{
- dir = 4
+/obj/item/stamp/captain{
+ pixel_x = 6
+ },
+/obj/item/pen/fountain/captain{
+ pixel_x = -6
},
+/turf/open/floor/carpet/royalblue,
+/area/ship/bridge)
+"dA" = (
+/obj/machinery/atmospherics/components/binary/dp_vent_pump/high_volume/layer4,
+/obj/machinery/light/small/directional/east,
+/turf/open/floor/plasteel/tech/techmaint,
+/area/ship/hallway/port)
+"dB" = (
/obj/structure/cable{
icon_state = "1-2"
},
-/obj/effect/turf_decal/corner/opaque/solgovgold{
- dir = 9
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4,
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{
+ dir = 8
},
-/turf/open/floor/plasteel/dark,
+/obj/structure/disposalpipe/segment,
+/turf/open/floor/plasteel/mono/dark,
/area/ship/bridge)
-"ep" = (
-/obj/structure/disposalpipe/segment{
- dir = 2
- },
-/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{
+"dF" = (
+/obj/effect/turf_decal/industrial/loading{
dir = 4
},
-/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{
- dir = 4
+/obj/structure/extinguisher_cabinet/directional/south,
+/turf/open/floor/plasteel/patterned/cargo_one,
+/area/ship/cargo)
+"dG" = (
+/turf/closed/wall/mineral/titanium/exterior,
+/area/ship/storage/eva)
+"dI" = (
+/obj/machinery/door/airlock{
+ dir = 4;
+ name = "Custodial Closet";
+ req_access_txt = "26"
},
/obj/structure/cable{
- icon_state = "2-8"
+ icon_state = "4-8"
},
-/obj/structure/cable{
- icon_state = "1-8"
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{
+ dir = 4
},
-/turf/open/floor/plasteel,
-/area/ship/hallway/central)
-"ez" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2,
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4,
-/obj/effect/turf_decal/corner/opaque/mauve,
-/obj/effect/turf_decal/corner/opaque/mauve{
+/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{
+ dir = 4
+ },
+/obj/machinery/door/firedoor/border_only{
dir = 8
},
-/obj/structure/cable{
- icon_state = "1-2"
+/obj/machinery/door/firedoor/border_only{
+ dir = 4
},
-/turf/open/floor/plasteel/white,
-/area/ship/science)
-"eB" = (
-/obj/machinery/vending/cola/random,
/obj/structure/disposalpipe/segment{
dir = 8
},
-/obj/effect/turf_decal/corner/opaque/purple{
+/obj/effect/turf_decal/borderfloor{
dir = 8
},
/turf/open/floor/plasteel,
-/area/ship/hallway/central)
-"eD" = (
-/obj/structure/bed,
-/obj/structure/curtain/cloth/fancy,
-/obj/item/bedsheet/head_of_personnel,
-/obj/machinery/firealarm/directional/north,
-/turf/open/floor/carpet/blue,
-/area/ship/bridge)
-"eE" = (
-/obj/machinery/power/terminal{
- dir = 8
- },
-/obj/structure/cable{
- icon_state = "0-4"
- },
-/obj/effect/turf_decal/industrial/warning{
+/area/ship/crew/janitor)
+"dJ" = (
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{
dir = 4
},
-/turf/open/floor/plating,
-/area/ship/engineering)
-"eG" = (
-/obj/structure/disposalpipe/segment,
+/obj/machinery/computer/security/telescreen/entertainment{
+ pixel_x = -32
+ },
+/turf/open/floor/plasteel/mono,
+/area/ship/crew/canteen)
+"dK" = (
+/obj/machinery/suit_storage_unit/standard_unit,
/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{
- dir = 9
+ dir = 5
},
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{
- dir = 9
+/obj/structure/sign/poster/official/safety_internals{
+ pixel_x = -32
},
-/obj/structure/cable{
- icon_state = "1-8"
+/obj/effect/turf_decal/borderfloor{
+ dir = 4
},
-/turf/open/floor/plasteel,
-/area/ship/hallway/central)
-"eP" = (
-/obj/structure/disposalpipe/segment{
+/turf/open/floor/plasteel/tech/grid,
+/area/ship/hallway/port)
+"dL" = (
+/obj/effect/turf_decal/industrial/warning,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{
+ dir = 10
+ },
+/obj/structure/chair/handrail{
dir = 8
},
-/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{
- dir = 4
+/turf/open/floor/plasteel/tech/techmaint,
+/area/ship/hallway/port)
+"dN" = (
+/obj/structure/railing{
+ dir = 10;
+ layer = 3.1
},
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{
+/obj/machinery/light/directional/east,
+/obj/effect/turf_decal/trimline/opaque/nsorange/filled/corner{
dir = 4
},
-/obj/structure/cable{
- icon_state = "4-8"
+/obj/structure/chair/handrail{
+ dir = 8
},
-/obj/effect/turf_decal/corner/opaque/blue{
- dir = 1
+/turf/open/floor/plasteel,
+/area/ship/storage/eva)
+"dO" = (
+/obj/structure/cable/yellow{
+ icon_state = "2-4"
},
-/obj/effect/turf_decal/corner/opaque/blue{
- dir = 4
+/obj/structure/cable/yellow{
+ icon_state = "1-4"
},
-/obj/machinery/firealarm/directional/north,
-/turf/open/floor/plasteel/white,
-/area/ship/medical)
-"eT" = (
-/obj/structure/disposalpipe/sorting/mail/flip{
+/obj/machinery/atmospherics/pipe/simple/green/hidden/layer1,
+/obj/machinery/atmospherics/pipe/simple/purple/hidden,
+/obj/structure/catwalk/over/plated_catwalk,
+/obj/machinery/computer/atmos_control/incinerator{
+ dir = 8
+ },
+/turf/open/floor/plating,
+/area/ship/engineering/engine)
+"dV" = (
+/turf/closed/wall/mineral/titanium/exterior,
+/area/ship/hallway/starboard)
+"dX" = (
+/obj/effect/spawner/structure/window/shuttle,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2,
+/turf/open/floor/plating,
+/area/ship/engineering/atmospherics)
+"ea" = (
+/obj/structure/closet/secure_closet/engineering_welding,
+/obj/effect/turf_decal/industrial/outline/yellow,
+/turf/open/floor/plasteel/tech,
+/area/ship/engineering)
+"ec" = (
+/obj/structure/table/reinforced,
+/obj/machinery/computer/secure_data/laptop{
dir = 4;
- sortTypes = list(5);
- tag = "CE Office"
+ pixel_y = 6
},
/obj/structure/cable{
icon_state = "4-8"
},
-/obj/structure/sign/poster/official/moth/hardhats{
- pixel_y = -32
+/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{
+ dir = 4
},
-/turf/open/floor/plasteel/patterned/grid,
-/area/ship/engineering)
-"eX" = (
-/obj/effect/turf_decal/industrial/warning{
+/obj/effect/turf_decal/trimline/opaque/vired/filled/line{
+ dir = 8
+ },
+/obj/structure/window/reinforced{
+ dir = 8
+ },
+/turf/open/floor/plasteel/dark,
+/area/ship/security)
+"eg" = (
+/obj/machinery/computer/helm/viewscreen/directional/south,
+/turf/open/floor/carpet/executive,
+/area/ship/crew/law_office)
+"ei" = (
+/obj/machinery/computer/security{
dir = 4
},
-/turf/open/floor/plasteel/patterned/grid,
-/area/ship/engineering/atmospherics)
-"eZ" = (
-/obj/structure/sign/warning/vacuum/external,
-/turf/closed/wall/mineral/titanium/nodiagonal,
-/area/ship/science/ai_chamber)
-"fa" = (
-/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{
+/obj/machinery/light/small/directional/north,
+/obj/effect/turf_decal/trimline/opaque/vired/filled/line{
+ dir = 8
+ },
+/obj/effect/turf_decal/trimline/opaque/vired/corner{
dir = 4
},
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4,
-/obj/structure/cable{
- icon_state = "1-2"
+/obj/machinery/camera,
+/obj/structure/window/reinforced{
+ dir = 8
},
-/turf/open/floor/plasteel,
-/area/ship/cargo)
-"fb" = (
-/obj/structure/bed,
-/obj/item/bedsheet/dorms,
-/obj/structure/curtain/bounty,
-/obj/structure/sign/poster/official/ue_no{
- pixel_x = -32
- },
-/turf/open/floor/wood,
-/area/ship/crew/dorm)
-"fc" = (
-/obj/structure/table/wood,
-/obj/machinery/light/small/directional/north,
-/turf/open/floor/wood,
-/area/ship/crew/dorm)
-"fg" = (
-/obj/structure/disposalpipe/segment{
+/turf/open/floor/plasteel/dark,
+/area/ship/security)
+"ej" = (
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{
dir = 8
},
-/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{
+/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{
dir = 4
},
+/turf/open/floor/plasteel/showroomfloor,
+/area/ship/medical)
+"er" = (
/obj/structure/cable{
- icon_state = "4-8"
+ icon_state = "1-8"
},
-/turf/open/floor/plasteel,
-/area/ship/cargo)
-"fh" = (
-/obj/effect/decal/cleanable/cobweb/cobweb2,
-/obj/item/trash/can/food/peaches/maint,
-/obj/machinery/light/small/directional/north,
-/turf/open/floor/plating,
-/area/ship/cargo)
-"fj" = (
-/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{
- dir = 1
+/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{
+ dir = 9
},
-/obj/structure/cable{
- icon_state = "1-2"
+/obj/effect/turf_decal/siding/wood,
+/obj/machinery/light/small/directional/south,
+/obj/structure/disposalpipe/segment{
+ dir = 9
},
+/turf/open/floor/wood,
+/area/ship/crew)
+"es" = (
+/obj/structure/closet/secure_closet/engineering_electrical,
/obj/structure/cable{
- icon_state = "1-4"
+ icon_state = "1-8"
},
-/turf/open/floor/plasteel/patterned,
-/area/ship/cargo)
-"fn" = (
-/obj/machinery/disposal/bin,
-/obj/structure/disposalpipe/trunk,
-/obj/item/radio/intercom/directional/north{
- pixel_y = 22
+/obj/machinery/light/small/directional/south,
+/obj/effect/turf_decal/industrial/outline/yellow,
+/turf/open/floor/plasteel/tech,
+/area/ship/engineering)
+"ew" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{
+ dir = 5
},
-/obj/machinery/light/small/directional/east,
-/turf/open/floor/plating,
-/area/ship/crew/janitor)
-"fF" = (
-/obj/effect/turf_decal/industrial/warning{
+/obj/machinery/flasher{
+ id = "Cell 1";
+ pixel_x = -21
+ },
+/turf/open/floor/plasteel/dark,
+/area/ship/security)
+"ex" = (
+/obj/structure/cable{
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{
dir = 4
},
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2,
+/obj/machinery/airalarm/directional/south,
+/obj/structure/disposalpipe/segment{
+ dir = 8
+ },
+/turf/open/floor/plasteel/patterned,
+/area/ship/engineering/atmospherics)
+"ez" = (
/obj/structure/table,
-/obj/machinery/cell_charger,
-/obj/item/stock_parts/cell/high/plus,
-/obj/effect/turf_decal/corner/opaque/mauve{
- dir = 4
+/obj/item/lighter{
+ pixel_x = 6;
+ pixel_y = 1
},
-/obj/effect/turf_decal/corner/opaque/mauve{
- dir = 1
+/obj/item/storage/fancy/cigarettes/cigpack_cannabis{
+ pixel_x = -3;
+ pixel_y = 11
},
+/turf/open/floor/plasteel,
+/area/ship/engineering)
+"eA" = (
+/obj/machinery/power/apc/auto_name/directional/north,
/obj/structure/cable{
icon_state = "0-2"
},
-/obj/item/assembly/flash/handheld{
- pixel_x = 5
+/turf/open/floor/circuit,
+/area/ship/science/ai_chamber)
+"eG" = (
+/obj/structure/cable{
+ icon_state = "4-8"
},
-/obj/item/assembly/flash/handheld{
- pixel_x = -5
+/obj/machinery/door/airlock/engineering/glass{
+ dir = 4;
+ name = "Engineering";
+ req_access_txt = "10"
},
-/obj/machinery/power/apc/auto_name/directional/north,
-/turf/open/floor/plasteel/white,
-/area/ship/science)
-"fJ" = (
-/obj/effect/turf_decal/industrial/warning{
- dir = 8
+/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{
+ dir = 4
},
-/turf/open/floor/engine/hull,
-/area/ship/external)
-"fU" = (
-/obj/machinery/button/door{
- dir = 1;
- id = "osprey_atmos";
- pixel_y = -25
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{
+ dir = 4
},
-/obj/effect/turf_decal/industrial/warning{
+/obj/machinery/door/firedoor/border_only{
+ dir = 8
+ },
+/obj/machinery/door/firedoor/border_only{
dir = 4
},
-/turf/open/floor/plasteel/patterned/grid,
-/area/ship/engineering/atmospherics)
-"ga" = (
-/obj/structure/table,
/obj/structure/disposalpipe/segment{
dir = 8
},
+/obj/effect/turf_decal/borderfloor{
+ dir = 4
+ },
+/turf/open/floor/plasteel/patterned,
+/area/ship/engineering)
+"eJ" = (
+/obj/structure/cable{
+ icon_state = "4-8"
+ },
/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{
dir = 4
},
+/obj/structure/cable{
+ icon_state = "2-8"
+ },
+/obj/effect/turf_decal/trimline/opaque/ntblue/filled/arrow_cw{
+ dir = 1
+ },
+/turf/open/floor/plasteel/mono/dark,
+/area/ship/bridge)
+"eQ" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{
dir = 4
},
-/obj/structure/cable{
- icon_state = "4-8"
+/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{
+ dir = 4
},
-/turf/open/floor/wood,
-/area/ship/crew/canteen)
-"gc" = (
/obj/structure/disposalpipe/segment{
- dir = 2
- },
-/obj/effect/turf_decal/corner/transparent/neutral{
- dir = 1
+ dir = 8
},
-/obj/structure/extinguisher_cabinet/directional/west,
-/turf/open/floor/plasteel,
+/turf/open/floor/plasteel/mono,
/area/ship/hallway/central)
-"gg" = (
-/obj/effect/turf_decal/industrial/warning{
+"eX" = (
+/obj/machinery/door/airlock/medical{
+ dir = 4;
+ req_access_txt = "45"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{
dir = 4
},
-/turf/open/floor/plasteel/white,
-/area/ship/medical)
-"gi" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2,
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4,
-/obj/structure/cable{
- icon_state = "1-2"
+/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{
+ dir = 4
},
-/turf/open/floor/plasteel,
-/area/ship/cargo)
-"go" = (
-/obj/machinery/atmospherics/pipe/layer_manifold/visible{
+/obj/machinery/door/firedoor/border_only{
dir = 4
},
-/obj/structure/sign/poster/contraband/tools{
- pixel_y = 32
+/obj/machinery/door/firedoor/border_only{
+ dir = 8
},
-/obj/structure/reagent_dispensers/foamtank,
-/turf/open/floor/plasteel/patterned/grid,
-/area/ship/engineering/atmospherics)
-"gt" = (
-/obj/effect/turf_decal/corner/opaque/white{
+/turf/open/floor/plasteel/white,
+/area/ship/medical)
+"eY" = (
+/turf/open/floor/carpet/executive,
+/area/ship/crew/law_office)
+"eZ" = (
+/obj/structure/noticeboard{
+ name = "Supply Requests Board";
+ pixel_y = 25
+ },
+/obj/structure/table/reinforced,
+/obj/machinery/door/window/eastright,
+/obj/machinery/door/poddoor/shutters{
+ dir = 4;
+ id = "harriercargo"
+ },
+/obj/machinery/door/firedoor/border_only{
dir = 4
},
-/obj/effect/turf_decal/corner/opaque/white{
+/obj/structure/disposalpipe/segment{
dir = 8
},
-/obj/effect/landmark/start/cook,
-/obj/machinery/holopad/emergency/bar,
-/turf/open/floor/plasteel,
-/area/ship/crew/canteen)
-"gw" = (
-/obj/effect/turf_decal/industrial/warning,
-/turf/open/floor/plasteel/patterned,
+/turf/open/floor/plating,
/area/ship/cargo)
-"gy" = (
-/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2,
-/obj/machinery/atmospherics/pipe/manifold4w/scrubbers/hidden/layer4,
+"fb" = (
/obj/structure/cable{
- icon_state = "1-4"
+ icon_state = "1-2"
},
-/obj/structure/cable{
- icon_state = "1-8"
+/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4,
+/obj/machinery/atmospherics/pipe/simple/purple/hidden,
+/obj/structure/disposalpipe/segment,
+/obj/structure/closet/emcloset/wall/directional/west,
+/turf/open/floor/plasteel/patterned,
+/area/ship/engineering)
+"fc" = (
+/obj/structure/table/wood/reinforced,
+/obj/machinery/fax/nanotrasen,
+/obj/machinery/light/small/directional/east,
+/obj/machinery/button/door{
+ dir = 1;
+ id = "harrieriaa";
+ name = "window shutter";
+ pixel_y = -22
+ },
+/turf/open/floor/wood,
+/area/ship/crew/law_office)
+"fd" = (
+/obj/structure/table,
+/obj/machinery/cell_charger,
+/obj/item/instrument/guitar{
+ pixel_y = -2
},
-/obj/effect/turf_decal/industrial/shutoff,
/turf/open/floor/plasteel,
-/area/ship/hallway/central)
-"gB" = (
-/obj/structure/disposalpipe/segment,
-/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{
+/area/ship/engineering)
+"fh" = (
+/obj/structure/cable/yellow{
+ icon_state = "1-8"
+ },
+/obj/effect/turf_decal/industrial/warning{
dir = 1
},
-/turf/open/floor/plasteel,
-/area/ship/crew/cryo)
-"gC" = (
-/obj/machinery/door/poddoor/shutters{
- id = "osprey_atmos";
- name = "Atmospherics Storage";
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{
dir = 8
},
-/turf/open/floor/plasteel/tech/grid,
-/area/ship/engineering/atmospherics)
-"gE" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2,
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4,
+/obj/effect/turf_decal/industrial/warning,
+/obj/item/radio/intercom/directional/east,
/turf/open/floor/plasteel/patterned,
-/area/ship/cargo)
-"gH" = (
-/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2,
-/turf/open/floor/plasteel/white,
-/area/ship/medical)
-"gJ" = (
-/obj/effect/turf_decal/borderfloor{
- dir = 8
- },
-/obj/machinery/advanced_airlock_controller{
- pixel_x = -24
+/area/ship/engineering/engine)
+"fi" = (
+/obj/machinery/suit_storage_unit/standard_unit,
+/obj/effect/turf_decal/siding/thinplating{
+ dir = 1
},
-/obj/machinery/atmospherics/components/binary/dp_vent_pump/high_volume/layer2,
/turf/open/floor/plasteel/tech/grid,
+/area/ship/storage/eva)
+"fl" = (
+/obj/structure/chair/sofa/blue/corpo/left/directional/north,
+/turf/open/floor/plasteel,
/area/ship/hallway/central)
-"gM" = (
-/obj/effect/spawner/structure/window/shuttle,
-/obj/machinery/door/poddoor/shutters{
- id = "ospreywindows"
+"fn" = (
+/obj/structure/sink{
+ dir = 8;
+ pixel_x = 12;
+ pixel_y = 0
},
-/obj/machinery/door/firedoor/heavy,
-/turf/open/floor/plating,
-/area/ship/crew/canteen)
-"gT" = (
-/turf/closed/wall/mineral/titanium/nodiagonal,
-/area/ship/bridge)
-"gV" = (
-/turf/closed/wall/mineral/titanium/nodiagonal,
-/area/ship/crew/cryo)
-"gW" = (
-/obj/structure/disposalpipe/segment{
- dir = 10
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2,
-/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{
- dir = 4
- },
-/obj/structure/cable{
- icon_state = "1-8"
- },
-/obj/structure/cable{
- icon_state = "2-8"
- },
-/obj/effect/turf_decal/industrial/shutoff,
-/turf/open/floor/plasteel,
-/area/ship/cargo)
-"gX" = (
-/obj/machinery/power/terminal,
-/obj/structure/cable,
-/turf/open/floor/plating,
-/area/ship/engineering)
-"hc" = (
-/obj/effect/landmark/start/cargo_technician,
-/turf/open/floor/plasteel,
-/area/ship/cargo/office)
-"hd" = (
-/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{
- dir = 8
+/obj/structure/sign/poster/official/cleanliness{
+ pixel_x = 32
},
-/turf/open/floor/circuit,
-/area/ship/science/ai_chamber)
-"hg" = (
+/turf/open/floor/plasteel/white,
+/area/ship/medical)
+"fr" = (
/obj/effect/turf_decal/industrial/warning{
dir = 1
},
@@ -968,3046 +1024,2821 @@
dir = 9
},
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4,
-/turf/open/floor/plasteel/tech/techmaint,
-/area/ship/hallway/central)
-"hh" = (
-/turf/closed/wall/mineral/titanium,
-/area/ship/science)
-"hj" = (
-/obj/machinery/mass_driver{
- dir = 8;
- id = "osprey_disposals"
+/obj/structure/chair/handrail{
+ dir = 8
},
-/obj/item/reagent_containers/food/snacks/deadmouse,
-/obj/structure/window/reinforced{
- dir = 4
+/turf/open/floor/plasteel/tech/techmaint,
+/area/ship/hallway/starboard)
+"fu" = (
+/obj/machinery/atmospherics/pipe/simple/brown/visible/layer1{
+ dir = 8
},
+/turf/open/floor/plasteel/patterned,
+/area/ship/engineering/atmospherics)
+"fv" = (
+/obj/effect/spawner/structure/window/shuttle,
+/obj/machinery/door/firedoor/window,
/turf/open/floor/plating,
-/area/ship/crew/janitor)
-"hl" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{
- dir = 10
- },
-/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{
- dir = 1
- },
-/obj/effect/turf_decal/corner/opaque/lightgrey{
- dir = 9
+/area/ship/medical)
+"fw" = (
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{
+ dir = 4
},
-/turf/open/floor/plasteel/dark,
-/area/ship/bridge)
-"hm" = (
-/obj/machinery/holopad/emergency/atmos,
-/obj/effect/turf_decal/box,
-/turf/open/floor/plasteel/patterned/grid,
-/area/ship/engineering/atmospherics)
-"hr" = (
-/obj/machinery/power/smes/engineering,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2,
/obj/structure/cable{
- icon_state = "0-4"
- },
-/obj/effect/turf_decal/industrial/outline/yellow,
-/turf/open/floor/plasteel/patterned/grid,
-/area/ship/engineering)
-"hs" = (
-/obj/structure/sign/number/eight{
- color = "Black";
- dir = 1
- },
-/turf/closed/wall/mineral/titanium/nodiagonal,
-/area/ship/science)
-"ht" = (
-/obj/structure/closet/secure_closet{
- icon_state = "cap";
- name = "\proper captain's locker";
- req_access_txt = "20"
+ icon_state = "1-2"
},
-/obj/item/storage/backpack/duffelbag/captain,
-/obj/item/storage/backpack/messenger/com,
-/obj/item/storage/backpack/satchel/cap,
-/obj/item/storage/backpack/captain,
-/obj/item/clothing/shoes/laceup,
-/obj/item/clothing/under/nanotrasen/captain/skirt,
-/obj/item/clothing/under/nanotrasen/captain,
-/obj/item/clothing/suit/armor/nanotrasen/captain,
-/obj/item/clothing/suit/armor/nanotrasen/captain/parade,
-/obj/item/clothing/glasses/sunglasses,
-/obj/item/clothing/head/caphat/nt,
-/obj/item/storage/belt/sabre,
-/obj/item/assembly/flash/handheld,
-/obj/item/disk/nuclear/fake{
- desc = "An ICW-era self-destruct authorization disk. The codes on this are long past obsolete, but it's still a flagrant violation of company policy.";
- name = "outdated nuclear authentication disk"
- },
-/obj/item/clothing/head/caphat/parade,
-/obj/item/clothing/suit/armor/vest/capcarapace,
-/obj/item/clothing/gloves/color/captain/nt,
-/turf/open/floor/carpet/royalblue,
+/turf/open/floor/plasteel/mono/dark,
/area/ship/bridge)
-"hv" = (
-/obj/effect/turf_decal/siding/wood{
- dir = 5
+"fz" = (
+/obj/structure/sign/directions/engineering{
+ dir = 8;
+ pixel_y = 6
},
-/turf/open/floor/plasteel/grimy,
-/area/ship/crew/dorm)
-"hw" = (
-/obj/machinery/computer/rdconsole/core,
-/obj/effect/turf_decal/industrial/outline/yellow,
-/turf/open/floor/plasteel/dark,
-/area/ship/science)
-"hy" = (
-/obj/structure/chair,
-/obj/structure/disposalpipe/segment{
+/obj/structure/sign/directions/command{
dir = 8
},
-/turf/open/floor/plasteel,
+/turf/closed/wall/mineral/titanium/nodiagonal,
/area/ship/hallway/central)
-"hD" = (
-/obj/machinery/disposal/deliveryChute{
- dir = 4
+"fH" = (
+/obj/machinery/atmospherics/pipe/simple/brown/visible/layer1,
+/obj/machinery/atmospherics/pipe/simple/purple/visible{
+ dir = 10
},
-/obj/structure/window/reinforced{
- dir = 1
+/turf/open/floor/plasteel/patterned,
+/area/ship/engineering/atmospherics)
+"fI" = (
+/turf/closed/wall/mineral/titanium/nodiagonal,
+/area/ship/hallway/starboard)
+"fO" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{
+ dir = 4
},
-/obj/machinery/door/window/eastright,
-/obj/structure/disposalpipe/trunk,
-/obj/structure/window/reinforced{
- dir = 8
+/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{
+ dir = 4
},
-/obj/structure/window/reinforced,
-/turf/open/floor/plating,
-/area/ship/cargo)
-"hG" = (
-/turf/open/floor/plasteel/white,
-/area/ship/science)
-"hL" = (
/obj/structure/cable{
icon_state = "4-8"
},
-/turf/open/floor/plasteel/stairs{
- dir = 4
- },
-/area/ship/hallway/central)
-"hQ" = (
-/obj/effect/turf_decal/industrial/warning{
- dir = 8
- },
-/obj/docking_port/mobile{
+/obj/structure/extinguisher_cabinet/directional/south,
+/turf/open/floor/plasteel/mono/dark,
+/area/ship/bridge)
+"fR" = (
+/obj/structure/filingcabinet/chestdrawer{
+ density = 0;
dir = 4;
- launch_status = 0;
- preferred_direction = 4;
- port_direction = 2
- },
-/turf/open/floor/engine/hull,
-/area/ship/external)
-"hU" = (
-/obj/machinery/atmospherics/components/unary/shuttle/heater{
- dir = 4
+ pixel_x = -6
},
-/obj/machinery/door/window/eastright{
- name = "Engine Access"
+/turf/open/floor/plasteel/white,
+/area/ship/medical)
+"fT" = (
+/turf/open/floor/plasteel/white,
+/area/ship/medical)
+"fX" = (
+/obj/structure/bodycontainer/morgue{
+ dir = 2
},
-/obj/structure/window/plasma/reinforced/spawner/west,
-/obj/structure/window/plasma/reinforced/spawner,
-/obj/machinery/door/poddoor{
- id = "osprey_thruster_starboard";
- name = "Thruster Blast Door";
- dir = 4
+/obj/machinery/light/small/directional/east,
+/turf/open/floor/plasteel/showroomfloor,
+/area/ship/medical)
+"fZ" = (
+/obj/machinery/light_switch{
+ dir = 8;
+ pixel_x = 20;
+ pixel_y = 0
},
-/turf/open/floor/plating,
-/area/ship/engineering/atmospherics)
-"ie" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4,
-/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2,
+/obj/machinery/airalarm/directional/north,
+/turf/open/floor/carpet/blue,
+/area/ship/crew/dorm)
+"gf" = (
/obj/structure/cable{
- icon_state = "1-2"
+ icon_state = "1-4"
},
-/obj/effect/landmark/observer_start,
-/obj/structure/disposalpipe/segment{
- dir = 2
+/obj/effect/turf_decal/industrial/warning,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{
+ dir = 5
+ },
+/obj/machinery/atmospherics/pipe/simple/purple/hidden{
+ dir = 9
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{
+ dir = 5
},
-/turf/open/floor/plasteel,
-/area/ship/hallway/central)
-"ik" = (
-/obj/machinery/portable_atmospherics/scrubber/huge/movable,
-/obj/machinery/light/small/directional/east,
-/turf/open/floor/plasteel/tech/techmaint,
-/area/ship/engineering/atmospherics)
-"il" = (
/obj/structure/disposalpipe/segment{
- dir = 8
+ dir = 9
},
-/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{
- dir = 1
+/turf/open/floor/plasteel/patterned,
+/area/ship/engineering/engine)
+"gg" = (
+/obj/structure/cable{
+ icon_state = "4-8"
},
-/turf/open/floor/plasteel/white,
-/area/ship/medical)
-"in" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{
dir = 4
},
-/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{
- dir = 4
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{
+ dir = 1
},
-/obj/structure/cable{
- icon_state = "4-8"
+/obj/machinery/light_switch{
+ pixel_x = -5;
+ pixel_y = 20
},
-/turf/open/floor/plasteel,
-/area/ship/hallway/central)
-"ip" = (
-/obj/structure/cable{
- icon_state = "1-2"
+/obj/structure/disposalpipe/segment{
+ dir = 10
},
-/obj/machinery/atmospherics/pipe/simple/orange/hidden,
-/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2,
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4,
-/obj/structure/disposalpipe/sorting/mail/flip{
- dir = 1;
- sortTypes = list(4);
- tag = "Engineering"
+/turf/open/floor/plasteel,
+/area/ship/crew)
+"gk" = (
+/turf/closed/wall/mineral/titanium/exterior,
+/area/ship/security)
+"gm" = (
+/obj/structure/chair/comfy/blue/corpo/directional/west,
+/obj/item/radio/intercom/directional/south,
+/turf/open/floor/carpet/blue,
+/area/ship/crew/dorm)
+"gn" = (
+/obj/structure/AIcore,
+/obj/item/radio/intercom/wideband/directional/west,
+/obj/item/radio/intercom/directional/north{
+ freqlock = 1;
+ frequency = 1351
},
+/obj/item/radio/intercom/directional/south,
+/turf/open/floor/circuit,
+/area/ship/science/ai_chamber)
+"go" = (
+/obj/effect/turf_decal/industrial/warning,
/obj/structure/cable{
- icon_state = "1-8"
+ icon_state = "1-2"
},
-/obj/machinery/firealarm/directional/east,
-/turf/open/floor/plasteel/patterned/grid,
-/area/ship/engineering)
-"ir" = (
-/obj/machinery/newscaster/directional/north{
- pixel_y = 32
+/obj/machinery/light_switch{
+ dir = 8;
+ pixel_x = 20;
+ pixel_y = 5
},
-/obj/machinery/camera/autoname,
-/obj/machinery/jukebox,
-/obj/effect/turf_decal/corner/opaque/white{
+/obj/effect/turf_decal/trimline/opaque/ntblue/arrow_cw{
dir = 8
},
-/obj/effect/turf_decal/corner/opaque/white{
+/obj/effect/turf_decal/trimline/opaque/nsorange/filled/corner{
dir = 4
},
-/obj/machinery/light/directional/east,
-/turf/open/floor/plasteel,
-/area/ship/crew/canteen)
-"it" = (
-/obj/machinery/sleeper{
+/turf/open/floor/plasteel/patterned,
+/area/ship/storage/eva)
+"gq" = (
+/obj/effect/turf_decal/corner/opaque/white{
dir = 4
},
-/obj/effect/turf_decal/corner/opaque/lime{
- dir = 1
- },
-/obj/effect/turf_decal/corner/opaque/lime{
+/obj/effect/turf_decal/corner/opaque/white{
dir = 8
},
-/turf/open/floor/plasteel/white,
-/area/ship/medical)
-"iv" = (
-/obj/effect/turf_decal/siding/wood{
- dir = 8
+/obj/structure/chair/handrail{
+ dir = 1
},
-/turf/open/floor/plasteel/grimy,
-/area/ship/crew/dorm)
-"iw" = (
-/turf/closed/wall/mineral/titanium,
-/area/ship/cargo)
-"iA" = (
-/obj/structure/disposalpipe/segment{
- dir = 10
+/turf/open/floor/plasteel,
+/area/ship/crew/canteen)
+"gA" = (
+/obj/structure/cable{
+ icon_state = "4-8"
},
-/obj/effect/turf_decal/corner/opaque/ntblue{
- dir = 8
+/obj/structure/cable{
+ icon_state = "2-8"
},
-/obj/effect/turf_decal/corner/opaque/ntblue{
- dir = 1
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4,
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2,
+/turf/open/floor/plasteel,
+/area/ship/crew)
+"gC" = (
+/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/structure/cable{
- icon_state = "4-8"
- },
-/obj/machinery/light/directional/north,
-/turf/open/floor/plasteel,
-/area/ship/hallway/central)
-"iD" = (
-/obj/structure/table/reinforced,
-/obj/machinery/reagentgrinder{
- pixel_y = 8
- },
-/obj/effect/turf_decal/corner/opaque/white{
- dir = 4
+/obj/machinery/light_switch{
+ dir = 1;
+ pixel_x = -5;
+ pixel_y = -20
},
-/obj/effect/turf_decal/corner/opaque/white{
+/obj/structure/disposalpipe/segment{
dir = 8
},
-/turf/open/floor/plasteel,
+/turf/open/floor/plasteel/mono,
/area/ship/crew/canteen)
-"iI" = (
-/turf/closed/wall/mineral/titanium,
-/area/ship/cargo/office)
-"iM" = (
-/obj/structure/table,
-/obj/item/storage/toolbox/mechanical{
- pixel_x = 4;
- pixel_y = 9
- },
-/obj/item/stack/cable_coil/cyan{
- pixel_x = -3
+"gD" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{
+ dir = 4
},
-/obj/item/stack/cable_coil/cyan{
- pixel_x = 5
+/turf/open/floor/carpet/executive,
+/area/ship/crew/law_office)
+"gE" = (
+/obj/effect/spawner/structure/window/shuttle,
+/obj/machinery/door/firedoor/window,
+/obj/machinery/door/poddoor{
+ dir = 1;
+ id = "harrierbridge";
+ name = "Window Blast Door"
},
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{
- dir = 10
+/obj/structure/cable{
+ icon_state = "0-2"
},
-/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2,
+/turf/open/floor/plating,
+/area/ship/bridge)
+"gF" = (
/obj/structure/cable{
- icon_state = "1-2"
+ icon_state = "4-8"
},
-/obj/item/storage/box/stockparts/basic,
-/turf/open/floor/plasteel/white,
-/area/ship/science)
-"iO" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{
+ dir = 4
+ },
+/turf/open/floor/plasteel/freezer,
+/area/ship/crew/toilet)
+"gH" = (
/obj/structure/bed,
+/obj/item/bedsheet/nanotrasen,
/obj/structure/curtain/bounty,
-/obj/item/bedsheet/dorms,
/turf/open/floor/wood,
-/area/ship/crew/dorm)
-"iQ" = (
-/obj/structure/chair{
- dir = 8
- },
-/obj/effect/turf_decal/corner/opaque/brown{
- dir = 8
- },
-/obj/effect/turf_decal/corner/opaque/brown,
-/obj/machinery/light/directional/south,
-/obj/structure/railing{
+/area/ship/crew/law_office)
+"gM" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2,
+/obj/structure/disposalpipe/segment,
+/turf/open/floor/plasteel/mono,
+/area/ship/hallway/starboard)
+"gN" = (
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{
dir = 4
},
-/turf/open/floor/plasteel,
-/area/ship/cargo)
-"iZ" = (
-/obj/structure/ore_box,
-/obj/structure/cable{
- icon_state = "0-4"
- },
-/obj/machinery/power/apc/auto_name/directional/west,
-/turf/open/floor/plasteel/patterned/grid,
-/area/ship/cargo)
-"ja" = (
-/obj/structure/sign/number/one{
- color = "Black";
- dir = 1
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{
+ dir = 4
},
-/turf/closed/wall/mineral/titanium/nodiagonal,
-/area/ship/science)
-"jc" = (
-/obj/machinery/light/directional/north,
-/turf/open/floor/plasteel/freezer,
-/area/ship/crew/toilet)
-"je" = (
/obj/structure/disposalpipe/segment{
- dir = 8
+ dir = 10
},
-/obj/effect/turf_decal/industrial/warning{
- dir = 8
+/turf/open/floor/plasteel/mono,
+/area/ship/hallway/port)
+"gO" = (
+/obj/item/storage/backpack/satchel/med,
+/obj/item/clothing/shoes/sneakers/white,
+/obj/item/clothing/under/nanotrasen/medical,
+/obj/item/clothing/suit/toggle/labcoat/nanotrasen,
+/obj/item/clothing/glasses/hud/health,
+/obj/item/storage/pill_bottle/stimulant{
+ pixel_x = 5
},
-/turf/open/floor/plasteel,
-/area/ship/crew/janitor)
-"jk" = (
-/obj/machinery/medical_kiosk,
-/obj/effect/turf_decal/corner/opaque/blue{
- dir = 8
+/obj/structure/closet/secure_closet/medical3{
+ populate = 0
},
-/obj/effect/turf_decal/corner/opaque/blue,
-/obj/structure/sign/poster/official/help_others{
- pixel_y = -32
+/obj/machinery/power/apc/auto_name/directional/east,
+/obj/structure/cable{
+ icon_state = "0-8"
},
/turf/open/floor/plasteel/white,
/area/ship/medical)
-"jn" = (
-/obj/structure/disposalpipe/segment{
- dir = 8
- },
-/obj/structure/cable{
- icon_state = "2-4"
+"gQ" = (
+/obj/item/table_bell{
+ pixel_x = -4;
+ pixel_y = 13
},
-/turf/open/floor/plasteel/patterned/grid,
-/area/ship/engineering)
-"jo" = (
-/obj/effect/turf_decal/industrial/loading{
- dir = 1
+/obj/structure/table/reinforced,
+/obj/item/paper_bin,
+/obj/item/pen,
+/obj/structure/window/reinforced{
+ dir = 4
},
-/obj/structure/ore_box,
-/obj/machinery/button/door{
- dir = 8;
- id = "ospreydoors";
- name = "Blast Door Control";
- pixel_x = 25;
- pixel_y = 5
+/obj/machinery/door/poddoor/shutters{
+ dir = 4;
+ id = "harriercargo"
},
-/obj/machinery/button/shieldwallgen{
- dir = 8;
- id = "osprey_cargofield";
- pixel_x = 24;
- pixel_y = -5
+/obj/machinery/door/firedoor/border_only{
+ dir = 4
},
-/turf/open/floor/plasteel/patterned/cargo_one,
+/turf/open/floor/plating,
/area/ship/cargo)
-"jC" = (
-/obj/machinery/suit_storage_unit/standard_unit,
-/obj/effect/turf_decal/borderfloor{
- dir = 8
+"gU" = (
+/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 = 6
+ dir = 4
},
-/obj/structure/sign/poster/official/safety_internals{
- pixel_x = -32
+/obj/machinery/light_switch{
+ pixel_x = -5;
+ pixel_y = 20
},
-/turf/open/floor/plasteel/tech/grid,
-/area/ship/hallway/central)
-"jG" = (
-/obj/effect/turf_decal/industrial/warning{
- dir = 4
+/obj/effect/turf_decal/siding/yellow{
+ dir = 1
},
/obj/structure/disposalpipe/segment{
dir = 8
},
-/obj/structure/table,
-/obj/effect/turf_decal/corner/opaque/brown{
+/turf/open/floor/plasteel,
+/area/ship/engineering)
+"gV" = (
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{
dir = 4
},
-/obj/effect/turf_decal/corner/opaque/brown{
- dir = 1
- },
-/obj/item/storage/box/shipping,
-/turf/open/floor/plasteel,
-/area/ship/cargo/office)
-"jM" = (
-/obj/structure/disposalpipe/sorting/mail/flip{
- dir = 4;
- sortTypes = list(17,18,19,20,21);
- tag = "Kitchen"
+/turf/open/floor/plasteel/mono,
+/area/ship/crew/canteen)
+"gX" = (
+/obj/structure/cable{
+ icon_state = "1-2"
},
-/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{
+/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{
dir = 1
},
-/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4,
-/obj/structure/cable{
- icon_state = "4-8"
- },
-/turf/open/floor/wood,
-/area/ship/crew/canteen)
-"jU" = (
-/obj/structure/sink/kitchen{
- dir = 4;
- pixel_x = -12
+/obj/machinery/atmospherics/pipe/simple/brown/visible/layer1,
+/obj/machinery/atmospherics/pipe/simple/cyan/visible,
+/obj/structure/disposalpipe/segment,
+/turf/open/floor/plasteel/patterned,
+/area/ship/engineering/atmospherics)
+"ha" = (
+/obj/machinery/door/airlock/external/glass,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2,
+/obj/effect/turf_decal/borderfloor,
+/turf/open/floor/plasteel/tech,
+/area/ship/hallway/port)
+"hj" = (
+/obj/structure/sign/warning/vacuum,
+/turf/closed/wall/mineral/titanium/nodiagonal,
+/area/ship/storage/eva)
+"hq" = (
+/obj/structure/crate_shelf,
+/obj/structure/closet/crate{
+ name = "food crate"
},
-/obj/effect/turf_decal/corner/opaque/white{
+/obj/effect/spawner/lootdrop/ration,
+/obj/effect/spawner/lootdrop/ration,
+/obj/effect/spawner/lootdrop/ration,
+/obj/effect/spawner/lootdrop/ration,
+/obj/effect/spawner/lootdrop/ration,
+/obj/item/storage/cans/sixbeer,
+/obj/machinery/light/directional/west,
+/turf/open/floor/plasteel/patterned,
+/area/ship/cargo)
+"hx" = (
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{
dir = 4
},
-/obj/effect/turf_decal/corner/opaque/white{
- dir = 8
- },
-/obj/structure/extinguisher_cabinet/directional/west,
-/turf/open/floor/plasteel,
-/area/ship/crew/canteen)
-"kb" = (
-/obj/machinery/atmospherics/pipe/simple/cyan/visible,
-/turf/open/floor/plasteel/patterned/grid,
-/area/ship/engineering/atmospherics)
-"ke" = (
-/obj/machinery/door/airlock/public/glass{
- name = "Infirmary";
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{
dir = 4
},
/obj/structure/disposalpipe/segment{
dir = 8
},
-/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{
- dir = 4
+/turf/open/floor/plasteel/mono,
+/area/ship/hallway/starboard)
+"hy" = (
+/obj/structure/table,
+/obj/item/storage/box/lights/mixed{
+ pixel_x = 4;
+ pixel_y = 9
},
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{
+/obj/item/storage/box/mousetraps{
+ pixel_x = -9
+ },
+/obj/machinery/airalarm/directional/north,
+/turf/open/floor/plasteel/tech/techmaint,
+/area/ship/crew/janitor)
+"hA" = (
+/obj/effect/turf_decal/trimline/transparent/white/filled/warning{
dir = 4
},
-/obj/effect/turf_decal/borderfloor{
+/obj/effect/turf_decal/trimline/transparent/white/filled/warning{
dir = 8
},
-/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/white,
-/area/ship/medical)
-"kf" = (
-/obj/machinery/door/airlock{
- name = "Custodial Closet";
+/obj/machinery/door/firedoor/border_only{
dir = 4
},
-/obj/structure/disposalpipe/segment{
- dir = 8
+/turf/open/floor/plasteel/mono,
+/area/ship/hallway/central)
+"hB" = (
+/obj/structure/cable{
+ icon_state = "4-8"
},
-/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{
- dir = 4
+/obj/machinery/door/airlock/medical/glass{
+ dir = 4;
+ name = "Infirmary";
+ req_ship_access = 0
},
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{
dir = 4
},
-/obj/effect/turf_decal/borderfloor{
- dir = 8
- },
-/obj/structure/cable{
- icon_state = "4-8"
- },
-/obj/machinery/door/firedoor/border_only{
+/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{
dir = 4
},
-/obj/machinery/door/firedoor/border_only{
+/obj/structure/disposalpipe/segment{
dir = 8
},
-/turf/open/floor/plasteel,
-/area/ship/crew/janitor)
-"ki" = (
-/obj/effect/turf_decal/industrial/warning{
+/obj/effect/turf_decal/borderfloor{
dir = 8
},
-/obj/machinery/light/small/directional/north,
/turf/open/floor/plasteel,
-/area/ship/crew/janitor)
-"ko" = (
-/obj/structure/chair{
- dir = 8
- },
-/obj/effect/turf_decal/corner/opaque/purple{
+/area/ship/medical)
+"hD" = (
+/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/firedoor/border_only{
dir = 1
},
-/obj/effect/turf_decal/corner/opaque/purple{
- dir = 4
- },
-/obj/structure/railing{
- dir = 4
+/obj/structure/disposalpipe/segment,
+/obj/effect/turf_decal/borderfloor,
+/obj/machinery/door/airlock/public/glass{
+ dir = 1;
+ name = "Canteen"
},
-/obj/machinery/light/directional/north,
/turf/open/floor/plasteel,
-/area/ship/cargo)
-"kB" = (
-/obj/machinery/atmospherics/components/unary/shuttle/heater{
- dir = 4
- },
-/obj/machinery/door/window/eastleft{
- name = "Engine Access"
- },
-/obj/structure/window/plasma/reinforced/spawner/west,
-/obj/structure/window/plasma/reinforced/spawner/north,
-/obj/machinery/door/poddoor{
- id = "osprey_thruster_starboard";
- name = "Thruster Blast Door";
- dir = 4
+/area/ship/crew/canteen)
+"hE" = (
+/obj/structure/sign/poster/contraband/syndiemoth{
+ pixel_y = 32
},
+/obj/item/toy/plush/moth/firewatch,
+/obj/item/toy/sword,
/turf/open/floor/plating,
-/area/ship/engineering/atmospherics)
-"kD" = (
-/obj/structure/window/plasma/reinforced,
+/area/ship/engineering/engine)
+"hH" = (
+/obj/effect/spawner/structure/window/shuttle,
+/obj/machinery/door/firedoor/window,
+/turf/open/floor/plating,
+/area/ship/engineering)
+"hI" = (
+/obj/machinery/power/apc/auto_name/directional/west,
/obj/structure/cable{
- icon_state = "4-8"
+ icon_state = "0-4"
},
-/obj/machinery/atmospherics/pipe/simple/cyan/visible,
-/obj/effect/turf_decal/atmos/air{
+/turf/open/floor/carpet/blue,
+/area/ship/crew/dorm)
+"hL" = (
+/obj/effect/landmark/start/janitor,
+/obj/structure/chair{
dir = 1
},
-/turf/open/floor/plasteel/patterned/grid,
-/area/ship/engineering/atmospherics)
-"kG" = (
-/obj/machinery/power/terminal{
+/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{
+ dir = 4
+ },
+/obj/structure/disposalpipe/segment{
dir = 8
},
+/turf/open/floor/plasteel/tech/techmaint,
+/area/ship/crew/janitor)
+"hP" = (
/obj/structure/cable{
- icon_state = "0-4"
+ icon_state = "1-8"
},
-/obj/effect/turf_decal/industrial/warning{
- dir = 4
+/obj/structure/cable{
+ icon_state = "1-4"
},
-/turf/open/floor/plating,
-/area/ship/engineering/atmospherics)
-"kL" = (
-/obj/structure/table,
-/obj/item/paper_bin{
- pixel_x = -6;
- pixel_y = 3
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{
+ dir = 9
},
-/obj/item/pen{
- pixel_x = 7
+/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{
+ dir = 5
},
-/obj/item/folder{
- pixel_x = -6;
- pixel_y = 3
+/turf/open/floor/plasteel/patterned/cargo_one,
+/area/ship/storage/eva)
+"hQ" = (
+/obj/machinery/computer/monitor{
+ dir = 8;
+ icon_state = "computer-left"
},
-/obj/machinery/button/door{
- dir = 4;
- id = "ospreysci";
- name = "Shutter Control";
- pixel_x = -25;
- pixel_y = -5
+/turf/open/floor/plasteel,
+/area/ship/engineering)
+"hV" = (
+/obj/machinery/door/airlock/command{
+ name = "Restroom"
},
-/obj/machinery/light_switch{
- dir = 4;
- pixel_x = -24;
- pixel_y = 5
+/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/borderfloorblack,
+/turf/open/floor/plasteel/mono/dark,
+/area/ship/bridge)
+"hY" = (
+/turf/closed/wall/mineral/titanium/nodiagonal,
+/area/ship/science/ai_chamber)
+"if" = (
+/obj/machinery/holopad/emergency/medical,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{
+ dir = 5
+ },
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{
+ dir = 8
},
-/obj/effect/turf_decal/corner/opaque/mauve,
-/obj/effect/turf_decal/corner/opaque/mauve{
+/obj/structure/disposalpipe/segment,
+/obj/effect/turf_decal/trimline/opaque/blue/filled/corner,
+/obj/effect/turf_decal/trimline/opaque/blue/filled/corner{
dir = 8
},
-/obj/effect/turf_decal/corner/opaque/mauve{
+/obj/effect/turf_decal/trimline/opaque/blue/filled/corner{
+ dir = 4
+ },
+/obj/effect/turf_decal/trimline/opaque/blue/filled/corner{
dir = 1
},
/turf/open/floor/plasteel/white,
-/area/ship/science)
-"kP" = (
-/turf/open/floor/engine/hull,
-/area/ship/external)
-"kQ" = (
+/area/ship/medical)
+"ig" = (
/turf/closed/wall/mineral/titanium/nodiagonal,
-/area/ship/crew/janitor)
-"kS" = (
-/obj/structure/disposalpipe/segment{
- dir = 2
+/area/ship/crew/law_office)
+"ih" = (
+/obj/effect/turf_decal/industrial/warning,
+/obj/effect/turf_decal/industrial/stand_clear,
+/turf/open/floor/plasteel/patterned/cargo_one,
+/area/ship/storage/eva)
+"ir" = (
+/obj/structure/sign/departments/medbay/alt,
+/turf/closed/wall/mineral/titanium/nodiagonal,
+/area/ship/medical)
+"iy" = (
+/obj/machinery/light/small/directional/east,
+/obj/structure/closet/wall/directional/south,
+/obj/item/clothing/shoes/sneakers/black,
+/obj/item/clothing/suit/apron/chef,
+/obj/item/clothing/under/rank/civilian/chef,
+/obj/item/clothing/head/chefhat,
+/obj/item/storage/backpack/messenger,
+/turf/open/floor/plasteel/freezer,
+/area/ship/crew/canteen)
+"iz" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2,
+/obj/structure/disposalpipe/segment,
+/turf/open/floor/plasteel/white,
+/area/ship/medical)
+"iA" = (
+/obj/machinery/suit_storage_unit/standard_unit,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{
+ dir = 6
},
-/obj/structure/disposalpipe/segment{
- dir = 8
+/obj/structure/sign/poster/official/safety_internals{
+ pixel_x = -32
},
-/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2,
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4,
-/obj/effect/turf_decal/corner/opaque/brown{
+/obj/effect/turf_decal/borderfloor{
dir = 4
},
-/obj/effect/turf_decal/corner/opaque/brown{
- dir = 1
+/turf/open/floor/plasteel/tech/grid,
+/area/ship/hallway/starboard)
+"iD" = (
+/obj/structure/cable{
+ icon_state = "1-8"
},
/obj/structure/cable{
icon_state = "1-2"
},
-/turf/open/floor/plasteel,
-/area/ship/cargo/office)
-"kU" = (
-/obj/machinery/recharge_station,
-/turf/open/floor/circuit,
-/area/ship/science/ai_chamber)
-"kV" = (
-/obj/effect/spawner/structure/window/shuttle,
-/obj/machinery/door/poddoor/shutters{
- id = "ospreywindows";
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{
dir = 4
},
-/obj/machinery/door/firedoor/heavy,
-/turf/open/floor/plating,
-/area/ship/hallway/central)
-"kZ" = (
-/obj/machinery/vending/snack/random,
-/obj/structure/disposalpipe/segment{
- dir = 5
+/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{
+ dir = 4
},
-/obj/effect/turf_decal/corner/transparent/neutral{
- dir = 1
+/obj/structure/disposalpipe/segment{
+ dir = 8
},
-/obj/structure/railing{
- layer = 2.91
+/obj/effect/turf_decal/trimline/opaque/ntblue/line{
+ dir = 8
},
-/turf/open/floor/plasteel,
-/area/ship/hallway/central)
-"la" = (
-/obj/item/kirbyplants/random,
-/obj/machinery/light/directional/north,
-/obj/structure/railing,
-/turf/open/floor/plasteel/dark,
-/area/ship/hallway/central)
-"lb" = (
+/turf/open/floor/plasteel/mono,
+/area/ship/hallway/port)
+"iG" = (
+/obj/structure/chair/office,
/obj/structure/cable{
icon_state = "1-2"
},
-/obj/effect/turf_decal/industrial/warning{
- dir = 1
- },
-/turf/open/floor/plasteel/patterned/grid,
-/area/ship/engineering)
-"lh" = (
-/obj/structure/chair{
+/turf/open/floor/carpet/royalblue,
+/area/ship/bridge)
+"iI" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{
dir = 4
},
-/obj/effect/turf_decal/siding/wood,
-/turf/open/floor/wood,
-/area/ship/crew/canteen)
-"li" = (
-/turf/template_noop,
-/area/template_noop)
-"lk" = (
-/obj/effect/spawner/structure/window/shuttle,
-/obj/structure/disposalpipe/segment{
- dir = 2
- },
-/obj/machinery/door/poddoor/shutters{
- id = "ospreycargo"
+/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{
+ dir = 4
},
-/obj/machinery/door/firedoor/window,
-/turf/open/floor/plating,
-/area/ship/cargo/office)
-"ll" = (
/obj/structure/disposalpipe/segment{
- dir = 2
+ dir = 8
},
-/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2,
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4,
+/turf/open/floor/plasteel/mono,
+/area/ship/hallway/port)
+"iM" = (
/obj/structure/cable{
- icon_state = "1-2"
- },
-/obj/machinery/door/poddoor/preopen{
- id = "osprey_disposals_preopen"
- },
-/obj/effect/turf_decal/industrial/warning/fulltile,
-/obj/machinery/atmospherics/pipe/simple/dark/hidden/layer5,
-/obj/machinery/atmospherics/pipe/simple/orange/hidden,
-/obj/machinery/atmospherics/pipe/simple/green/hidden/layer1,
-/obj/structure/sign/warning/securearea{
- pixel_x = 25
- },
-/turf/open/floor/plasteel/tech/grid,
-/area/ship/science/ai_chamber)
-"lr" = (
-/obj/machinery/door/window/brigdoor/westleft{
- name = "AI Core Access";
- req_one_access_txt = "16"
+ icon_state = "1-4"
},
-/obj/structure/AIcore,
-/obj/item/circuitboard/aicore,
-/obj/item/stack/sheet/rglass{
- amount = 5
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{
+ dir = 4
},
-/obj/item/radio/intercom/directional/south,
-/obj/item/radio/intercom/directional/north{
- frequency = 1351;
- freqlock = 1
+/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{
+ dir = 4
},
-/obj/item/radio/intercom/wideband/directional/east,
-/turf/open/floor/circuit,
-/area/ship/science/ai_chamber)
-"lt" = (
/obj/structure/disposalpipe/segment{
- dir = 8
+ dir = 5
+ },
+/obj/effect/turf_decal/trimline/opaque/ntblue/line{
+ dir = 1
},
+/turf/open/floor/plasteel/mono,
+/area/ship/hallway/central)
+"iP" = (
/obj/effect/turf_decal/siding/wood{
dir = 8
},
+/obj/structure/extinguisher_cabinet/directional/west,
/turf/open/floor/wood,
-/area/ship/crew/canteen)
-"lv" = (
-/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{
- dir = 4
+/area/ship/crew)
+"iQ" = (
+/obj/machinery/door/window/westleft{
+ req_access_txt = "2"
},
-/turf/open/floor/carpet/blue,
-/area/ship/bridge)
-"ly" = (
-/obj/structure/chair{
+/obj/machinery/light/small/directional/south,
+/obj/effect/turf_decal/trimline/opaque/vired/filled/warning{
dir = 8
},
-/obj/structure/disposalpipe/segment{
- dir = 8
+/obj/effect/turf_decal/trimline/opaque/vired/corner,
+/turf/open/floor/plasteel/dark,
+/area/ship/security)
+"iS" = (
+/obj/effect/turf_decal/trimline/opaque/ntblue/line{
+ dir = 6
},
-/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{
- dir = 4
+/turf/open/floor/plasteel/dark,
+/area/ship/bridge)
+"iT" = (
+/obj/structure/disposaloutlet{
+ dir = 1
},
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{
- dir = 4
+/obj/structure/disposalpipe/trunk{
+ dir = 1
},
-/obj/structure/cable{
- icon_state = "4-8"
- },
-/turf/open/floor/wood,
-/area/ship/crew/canteen)
-"lz" = (
-/obj/structure/cable{
- icon_state = "1-2"
- },
-/turf/open/floor/plasteel/patterned/grid,
-/area/ship/engineering)
-"lA" = (
-/obj/machinery/portable_atmospherics/pump,
-/turf/open/floor/plasteel/tech/techmaint,
-/area/ship/engineering/atmospherics)
-"lF" = (
-/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{
- dir = 8
- },
-/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{
- dir = 8
- },
-/obj/structure/cable{
- icon_state = "1-2"
+/obj/machinery/conveyor{
+ dir = 1;
+ id = "harrier_garbage"
},
+/turf/open/floor/plating,
+/area/ship/crew/janitor)
+"iV" = (
/obj/structure/cable{
- icon_state = "2-4"
+ icon_state = "4-8"
},
-/turf/open/floor/plasteel,
-/area/ship/cargo)
-"lJ" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{
dir = 4
},
-/obj/effect/turf_decal/industrial/warning,
-/turf/open/floor/plasteel,
-/area/ship/cargo/office)
-"lL" = (
-/obj/effect/turf_decal/industrial/outline/yellow,
-/obj/machinery/rnd/server,
-/obj/machinery/airalarm/directional/east,
-/turf/open/floor/plasteel/dark,
-/area/ship/science)
-"lM" = (
-/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{
- dir = 1
+/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{
+ dir = 4
},
-/obj/structure/closet/secure_closet{
- icon_state = "atmos";
- name = "\proper atmospheric technician's locker";
- req_access = list(24)
+/obj/structure/disposalpipe/sorting/mail/flip{
+ dir = 2;
+ sortTypes = list(9,10,11);
+ tag = "Medbay"
},
-/obj/item/storage/backpack/industrial,
-/obj/item/clothing/shoes/workboots,
-/obj/item/clothing/under/rank/engineering/atmospheric_technician,
-/obj/item/clothing/under/rank/engineering/atmospheric_technician/skirt,
-/obj/item/clothing/suit/hazardvest,
-/obj/item/clothing/head/hardhat/weldhat/dblue,
-/obj/item/storage/belt/utility/atmostech,
-/obj/item/extinguisher/advanced,
-/obj/effect/turf_decal/corner/opaque/bottlegreen{
- dir = 8
- },
-/obj/effect/turf_decal/corner/opaque/yellow,
-/obj/item/holosign_creator/atmos,
-/obj/item/storage/box/metalfoam,
-/obj/item/pipe_dispenser,
-/obj/machinery/firealarm/directional/south,
-/turf/open/floor/plasteel/patterned/grid,
-/area/ship/engineering/atmospherics)
-"lV" = (
-/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{
- dir = 1
+/obj/effect/turf_decal/trimline/opaque/ntblue/line{
+ dir = 4
},
+/turf/open/floor/plasteel/mono,
+/area/ship/hallway/central)
+"je" = (
+/obj/effect/turf_decal/trimline/transparent/white/filled/warning,
+/turf/open/floor/plasteel/mono,
+/area/ship/storage/eva)
+"jf" = (
+/turf/open/floor/plasteel/patterned,
+/area/ship/engineering/atmospherics)
+"jl" = (
/obj/structure/cable{
- icon_state = "1-2"
+ icon_state = "4-8"
},
-/turf/open/floor/plasteel/patterned/grid,
-/area/ship/engineering/atmospherics)
-"lY" = (
-/obj/structure/table/reinforced,
-/obj/machinery/microwave{
- pixel_y = 5
+/obj/machinery/door/airlock/atmos{
+ dir = 8;
+ name = "Atmospherics";
+ req_access_txt = "10"
},
-/obj/effect/turf_decal/corner/opaque/white{
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{
dir = 4
},
-/obj/effect/turf_decal/corner/opaque/white{
- dir = 8
+/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{
+ dir = 4
},
-/obj/item/radio/intercom/directional/north,
-/turf/open/floor/plasteel,
-/area/ship/crew/canteen)
-"mf" = (
-/obj/structure/disposalpipe/segment{
+/obj/machinery/door/firedoor/border_only{
dir = 8
},
-/obj/structure/cable{
- icon_state = "4-8"
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{
- dir = 9
+/obj/machinery/door/firedoor/border_only{
+ dir = 4
},
-/obj/structure/extinguisher_cabinet/directional/south,
-/turf/open/floor/plasteel/patterned/grid,
-/area/ship/engineering)
-"mg" = (
/obj/structure/disposalpipe/segment{
dir = 8
},
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{
+/obj/effect/turf_decal/borderfloor{
dir = 4
},
-/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{
- dir = 4
+/turf/open/floor/plasteel,
+/area/ship/engineering/atmospherics)
+"jm" = (
+/obj/machinery/door/airlock/engineering{
+ dir = 4;
+ name = "Engineering Office";
+ req_access_txt = "10"
},
/obj/structure/cable{
icon_state = "4-8"
},
-/turf/open/floor/plasteel,
-/area/ship/hallway/central)
-"mj" = (
-/obj/machinery/cryopod,
-/obj/structure/window/reinforced{
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{
dir = 4
},
-/turf/open/floor/plasteel/tech/grid,
-/area/ship/crew/cryo)
-"mo" = (
-/obj/structure/disposalpipe/sorting/mail/flip{
- dir = 8;
- sortType = 6;
- tag = "Atmospherics"
- },
/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{
dir = 4
},
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{
+/obj/machinery/door/firedoor/border_only{
+ dir = 8
+ },
+/obj/machinery/door/firedoor/border_only{
+ dir = 4
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 8
+ },
+/obj/effect/turf_decal/borderfloor{
dir = 4
},
+/turf/open/floor/plasteel/patterned,
+/area/ship/engineering)
+"ju" = (
/obj/structure/cable{
- icon_state = "4-8"
+ icon_state = "5-10"
},
-/obj/machinery/light_switch{
- pixel_y = 24
+/obj/structure/disposalpipe/segment,
+/turf/open/floor/plasteel/mono,
+/area/ship/hallway/starboard)
+"jx" = (
+/obj/machinery/disposal/bin,
+/obj/machinery/door/window/northleft{
+ dir = 4;
+ req_access_txt = "19"
},
-/turf/open/floor/plasteel/patterned/grid,
-/area/ship/engineering/atmospherics)
-"mq" = (
-/obj/structure/disposalpipe/sorting/mail{
- dir = 2;
- sortTypes = list(2,3);
- tag = "QM Office"
+/obj/structure/window/reinforced,
+/obj/structure/window/reinforced{
+ dir = 1
},
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{
- dir = 5
+/obj/structure/disposalpipe/trunk{
+ dir = 4
+ },
+/turf/open/floor/plasteel/dark,
+/area/ship/bridge)
+"jA" = (
+/obj/machinery/door/airlock/security{
+ name = "Security Office"
},
/obj/structure/cable{
icon_state = "1-2"
},
-/turf/open/floor/plasteel,
-/area/ship/cargo/office)
-"mu" = (
-/obj/machinery/conveyor{
- dir = 8;
- id = "osprey_production"
- },
-/turf/open/floor/plating,
-/area/ship/cargo)
-"my" = (
-/obj/structure/table,
-/obj/item/stack/packageWrap{
- pixel_y = 9
- },
-/obj/item/hand_labeler{
- pixel_x = 2;
- pixel_y = 8
+/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/effect/turf_decal/corner/opaque/mauve{
+/obj/machinery/door/firedoor/border_only,
+/obj/structure/disposalpipe/segment,
+/obj/effect/turf_decal/borderfloor{
dir = 1
},
-/obj/effect/turf_decal/corner/opaque/mauve{
- dir = 8
+/turf/open/floor/plasteel/dark,
+/area/ship/security)
+"jD" = (
+/obj/structure/fluff/hedge,
+/obj/machinery/light/directional/west,
+/obj/effect/turf_decal/trimline/opaque/ntblue/filled/end{
+ dir = 1
},
-/obj/item/storage/box/gloves{
- pixel_x = -3;
- pixel_y = -8
+/turf/open/floor/plasteel/tech/techmaint,
+/area/ship/crew/canteen)
+"jH" = (
+/turf/closed/wall/mineral/titanium/nodiagonal,
+/area/ship/medical)
+"jI" = (
+/obj/structure/cable{
+ icon_state = "4-8"
},
-/obj/item/radio/intercom/directional/west,
-/turf/open/floor/plasteel/white,
-/area/ship/science)
-"mB" = (
-/obj/effect/turf_decal/industrial/warning{
- dir = 1
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{
+ dir = 4
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{
- dir = 9
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4,
-/obj/effect/turf_decal/industrial/caution,
-/turf/open/floor/plasteel/tech/techmaint,
-/area/ship/hallway/central)
-"mF" = (
-/obj/structure/disposalpipe/segment{
- dir = 6
+ dir = 4
},
-/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{
+/turf/open/floor/plasteel/dark,
+/area/ship/science/ai_chamber)
+"jL" = (
+/obj/effect/turf_decal/corner/opaque/white{
dir = 4
},
+/obj/effect/turf_decal/corner/opaque/white{
+ dir = 8
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2,
+/obj/structure/disposalpipe/segment,
+/obj/effect/turf_decal/siding,
+/obj/machinery/computer/security/telescreen/entertainment{
+ pixel_x = 32
+ },
/turf/open/floor/plasteel,
-/area/ship/cargo/office)
-"mH" = (
-/obj/structure/closet/crate,
-/obj/item/stack/sheet/metal/five{
- pixel_x = -3
+/area/ship/crew/canteen)
+"jM" = (
+/obj/structure/cable/yellow{
+ icon_state = "0-4"
},
-/obj/item/stack/sheet/glass/five{
- pixel_x = 2;
- pixel_y = 5
+/obj/machinery/power/terminal,
+/obj/machinery/atmospherics/pipe/simple/purple/visible{
+ dir = 10
},
-/turf/open/floor/plasteel/patterned/cargo_one,
-/area/ship/cargo)
-"mI" = (
-/obj/effect/turf_decal/corner/opaque/ntblue{
- dir = 1
+/obj/machinery/atmospherics/pipe/simple/orange/visible/layer5{
+ dir = 10
},
-/obj/effect/turf_decal/corner/opaque/ntblue{
- dir = 8
+/obj/structure/sign/warning/electricshock{
+ pixel_y = 24
+ },
+/turf/open/floor/plating,
+/area/ship/engineering/engine)
+"jN" = (
+/obj/machinery/door/airlock{
+ name = "Internal Affairs Office";
+ req_access_txt = "38"
},
/obj/structure/cable{
- icon_state = "4-8"
+ icon_state = "1-2"
},
-/obj/machinery/light/directional/south,
+/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/firedoor/border_only{
+ dir = 1
+ },
+/obj/structure/disposalpipe/segment,
+/obj/effect/turf_decal/borderfloor,
/turf/open/floor/plasteel,
+/area/ship/crew/law_office)
+"jT" = (
+/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2,
+/turf/open/floor/plasteel/mono,
/area/ship/hallway/central)
-"mR" = (
-/obj/effect/turf_decal/corner/opaque/purple{
- dir = 4
+"jU" = (
+/obj/machinery/power/ship_gravity,
+/obj/structure/cable{
+ icon_state = "0-8"
},
-/obj/effect/turf_decal/corner/opaque/purple{
- dir = 1
+/turf/open/floor/circuit,
+/area/ship/engineering/engine)
+"ka" = (
+/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,
/area/ship/cargo)
-"mV" = (
-/obj/structure/chair/office{
- dir = 4
+"km" = (
+/obj/structure/closet/secure_closet/armory1{
+ populate = 0;
+ req_access = list(2)
},
-/obj/effect/turf_decal/siding/wood{
- dir = 6
+/obj/machinery/airalarm/directional/east,
+/obj/item/clothing/suit/armor/nanotrasen,
+/obj/item/clothing/suit/armor/nanotrasen/slim,
+/obj/item/clothing/head/helmet/sec,
+/obj/item/clothing/head/helmet/sec,
+/obj/effect/turf_decal/trimline/opaque/vired/filled/warning{
+ dir = 8
},
-/obj/effect/landmark/start/assistant,
-/turf/open/floor/plasteel/grimy,
-/area/ship/crew/dorm)
-"mW" = (
-/turf/open/floor/plasteel,
-/area/ship/cargo/office)
-"mY" = (
-/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2,
-/obj/effect/turf_decal/industrial/warning/corner{
- dir = 1
- },
-/turf/open/floor/plasteel/patterned/grid,
-/area/ship/engineering)
-"mZ" = (
+/obj/machinery/light/small/directional/south,
+/turf/open/floor/plasteel/dark,
+/area/ship/security)
+"kn" = (
/obj/structure/cable{
- icon_state = "1-8"
- },
-/obj/structure/closet/secure_closet/engineering_welding,
-/obj/machinery/button/door{
- dir = 1;
- id = "osprey_thruster_port";
- name = "Blast Door Control";
- pixel_y = -25
+ icon_state = "6-9"
},
-/turf/open/floor/plasteel/patterned/grid,
-/area/ship/engineering)
-"na" = (
-/obj/structure/window/reinforced{
- dir = 1
+/turf/open/floor/plasteel/mono,
+/area/ship/hallway/central)
+"ko" = (
+/obj/structure/cable{
+ icon_state = "2-8"
},
-/obj/structure/tank_dispenser/oxygen,
-/obj/machinery/firealarm/directional/east,
-/turf/open/floor/plasteel/patterned/grid,
-/area/ship/cargo)
-"nf" = (
-/obj/structure/sink{
- dir = 8;
- pixel_x = 12
+/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{
+ dir = 6
},
-/obj/structure/mirror{
- pixel_x = 25
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4,
+/obj/structure/disposalpipe/segment,
+/turf/open/floor/carpet/executive,
+/area/ship/crew/law_office)
+"kq" = (
+/obj/machinery/atmospherics/pipe/simple/brown/visible/layer1{
+ dir = 8
},
-/obj/machinery/firealarm/directional/south,
-/turf/open/floor/plasteel/freezer,
-/area/ship/crew/toilet)
-"nl" = (
-/obj/effect/turf_decal/siding/wood{
- dir = 10
+/obj/machinery/atmospherics/pipe/simple/cyan/visible{
+ dir = 9
},
-/turf/open/floor/plasteel/grimy,
-/area/ship/crew/dorm)
-"nx" = (
-/obj/machinery/disposal/bin,
-/obj/structure/disposalpipe/trunk{
- dir = 8
+/turf/open/floor/plasteel/patterned,
+/area/ship/engineering/atmospherics)
+"kr" = (
+/obj/machinery/jukebox,
+/obj/effect/turf_decal/trimline/opaque/ntblue/line{
+ dir = 6
},
-/obj/machinery/light/directional/south,
-/obj/structure/window/reinforced{
+/turf/open/floor/plasteel,
+/area/ship/crew/canteen)
+"ky" = (
+/obj/structure/railing{
dir = 8
},
-/obj/structure/window/reinforced{
- dir = 4
+/obj/machinery/power/apc/auto_name/directional/south,
+/obj/structure/cable{
+ icon_state = "0-1"
},
-/obj/machinery/door/window/northleft{
- req_access_txt = "19"
+/obj/structure/cable{
+ icon_state = "1-4"
},
-/obj/effect/turf_decal/corner/opaque/ntblue{
+/obj/effect/turf_decal/siding/wideplating/dark{
dir = 8
},
-/obj/effect/turf_decal/corner/opaque/ntblue,
/turf/open/floor/plasteel/dark,
/area/ship/bridge)
-"nE" = (
-/obj/effect/turf_decal/box/corners{
- dir = 1
- },
-/turf/open/floor/plasteel/patterned/cargo_one,
-/area/ship/cargo)
-"nK" = (
-/obj/structure/sign/warning/docking{
- pixel_y = 9
- },
-/turf/closed/wall/mineral/titanium/nodiagonal,
-/area/ship/hallway/central)
-"nL" = (
-/obj/structure/disposalpipe/segment{
- dir = 2
- },
-/obj/machinery/door/airlock/medical{
- name = "Infirmary";
- req_access_txt = "5"
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2,
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4,
+"kA" = (
+/obj/machinery/light/directional/east,
+/turf/open/floor/plasteel/mono,
+/area/ship/crew/canteen)
+"kE" = (
+/obj/structure/closet/crate/trashcart/laundry,
+/obj/machinery/power/apc/auto_name/directional/south,
+/obj/structure/cable,
+/turf/open/floor/plasteel,
+/area/ship/crew)
+"kH" = (
/obj/structure/cable{
icon_state = "1-2"
},
-/obj/effect/mapping_helpers/airlock/unres{
+/obj/structure/cable{
+ icon_state = "1-8"
+ },
+/obj/structure/cable/yellow{
+ icon_state = "4-10"
+ },
+/obj/effect/turf_decal/industrial/warning{
dir = 1
},
-/obj/effect/turf_decal/borderfloor{
+/obj/machinery/atmospherics/pipe/simple/purple/visible,
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{
dir = 1
},
-/obj/effect/turf_decal/corner/opaque/blue{
- dir = 8
+/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{
+ dir = 10
},
-/obj/effect/turf_decal/corner/opaque/blue,
-/obj/machinery/door/firedoor/border_only{
- dir = 1
+/obj/machinery/atmospherics/pipe/simple/orange/visible/layer5,
+/obj/effect/turf_decal/industrial/warning,
+/turf/open/floor/plasteel/patterned,
+/area/ship/engineering/engine)
+"kJ" = (
+/obj/structure/cable{
+ icon_state = "4-8"
},
-/obj/machinery/door/firedoor/border_only,
-/turf/open/floor/plasteel,
-/area/ship/medical)
-"nT" = (
-/obj/structure/filingcabinet/double/grey,
-/obj/effect/turf_decal/corner/opaque/brown{
- dir = 8
+/obj/machinery/door/airlock{
+ dir = 4;
+ name = "Cryogenic Storage"
},
-/obj/effect/turf_decal/corner/opaque/brown{
- dir = 1
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{
+ dir = 4
},
-/obj/item/radio/intercom/directional/west,
-/turf/open/floor/plasteel,
-/area/ship/cargo/office)
-"nZ" = (
-/obj/structure/disposalpipe/segment{
- dir = 2
+/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{
+ dir = 4
},
-/obj/effect/turf_decal/corner/opaque/brown,
-/obj/effect/turf_decal/corner/opaque/brown{
+/obj/machinery/door/firedoor/border_only{
dir = 8
},
-/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{
+/obj/machinery/door/firedoor/border_only{
dir = 4
},
-/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{
- dir = 4
+/obj/effect/turf_decal/borderfloor{
+ dir = 8
},
+/turf/open/floor/plasteel,
+/area/ship/crew/cryo)
+"kM" = (
/obj/structure/cable{
icon_state = "1-2"
},
-/turf/open/floor/plasteel,
-/area/ship/cargo)
-"oi" = (
+/obj/machinery/atmospherics/pipe/simple/brown/visible/layer1{
+ dir = 9
+ },
+/obj/machinery/light_switch{
+ dir = 8;
+ pixel_x = 20;
+ pixel_y = 0
+ },
+/turf/open/floor/plasteel/patterned,
+/area/ship/engineering/atmospherics)
+"kO" = (
/obj/structure/cable{
- icon_state = "1-8"
+ icon_state = "2-4"
},
+/turf/open/floor/plasteel/mono,
+/area/ship/crew/canteen)
+"kR" = (
/obj/structure/cable{
- icon_state = "1-2"
+ icon_state = "0-4"
},
-/obj/machinery/atmospherics/pipe/simple/orange/visible{
- dir = 5
+/obj/machinery/power/terminal{
+ dir = 8
},
-/turf/open/floor/plasteel/patterned/grid,
-/area/ship/engineering)
-"oo" = (
-/obj/machinery/space_heater,
/obj/effect/turf_decal/industrial/warning{
dir = 8
},
-/turf/open/floor/plasteel/tech/techmaint,
-/area/ship/engineering/atmospherics)
-"os" = (
-/obj/machinery/cryopod,
-/obj/machinery/light/small/directional/west,
-/turf/open/floor/plasteel/tech/grid,
-/area/ship/crew/cryo)
-"ot" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{
- dir = 4
+/turf/open/floor/plating,
+/area/ship/engineering)
+"kV" = (
+/obj/structure/cable{
+ icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{
dir = 4
},
-/obj/structure/cable{
- icon_state = "4-8"
- },
-/turf/open/floor/plasteel/patterned,
-/area/ship/cargo)
-"ou" = (
-/obj/effect/turf_decal/industrial/warning,
/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{
- dir = 10
+ dir = 4
},
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4,
-/obj/effect/turf_decal/industrial/caution{
- dir = 1
+/obj/effect/turf_decal/trimline/opaque/ntblue/filled/corner{
+ dir = 8
},
-/turf/open/floor/plasteel/tech/techmaint,
+/turf/open/floor/plasteel/mono,
/area/ship/hallway/central)
-"ow" = (
-/obj/machinery/firealarm/directional/west,
-/turf/open/floor/plasteel/dark,
-/area/ship/bridge)
-"oB" = (
-/obj/effect/turf_decal/industrial/warning{
- dir = 4
+"la" = (
+/obj/machinery/computer/crew{
+ dir = 8;
+ icon_state = "computer-right"
},
-/obj/effect/turf_decal/corner/opaque/mauve,
-/obj/effect/turf_decal/corner/opaque/mauve{
- dir = 8
+/obj/structure/cable{
+ icon_state = "2-4"
},
-/obj/machinery/camera/autoname{
- dir = 10
+/obj/structure/cable{
+ icon_state = "1-2"
},
-/turf/open/floor/plasteel/white,
-/area/ship/science)
-"oE" = (
-/obj/structure/closet/wall/directional/south{
- icon_door = "grey_wall"
- },
-/obj/item/clothing/under/color/grey,
-/obj/item/clothing/under/color/grey,
-/obj/item/clothing/under/color/grey,
-/obj/item/clothing/under/color/grey,
-/obj/item/clothing/under/color/grey,
-/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/storage/backpack/duffelbag,
-/obj/item/storage/backpack/duffelbag,
-/obj/item/storage/backpack/messenger,
-/obj/item/storage/backpack/messenger,
-/obj/item/storage/backpack/satchel,
-/obj/item/storage/backpack/satchel,
-/obj/item/storage/backpack,
-/obj/item/storage/backpack,
-/turf/open/floor/wood,
-/area/ship/crew/dorm)
-"oF" = (
-/turf/open/floor/plasteel/patterned/cargo_one,
-/area/ship/cargo)
-"oK" = (
-/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{
- dir = 4
+/turf/open/floor/plasteel/tech/grid,
+/area/ship/bridge)
+"lg" = (
+/obj/structure/mirror{
+ pixel_y = 32
},
-/turf/open/floor/plasteel/freezer,
-/area/ship/crew/toilet)
-"oN" = (
-/obj/machinery/atmospherics/components/binary/dp_vent_pump/high_volume/layer4{
- dir = 1
+/obj/structure/sink{
+ pixel_y = 17
},
-/obj/machinery/light/small/directional/east,
-/turf/open/floor/plasteel/tech/techmaint,
-/area/ship/hallway/central)
-"oO" = (
-/obj/structure/disposalpipe/segment{
- dir = 8
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{
+ dir = 6
+ },
+/obj/machinery/light/small/directional/west,
+/turf/open/floor/plasteel/freezer,
+/area/ship/bridge)
+"lj" = (
+/obj/effect/turf_decal/trimline/transparent/white/filled/warning,
+/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/mono,
+/area/ship/storage/eva)
+"ln" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{
- dir = 4
+ dir = 5
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{
- dir = 4
+ dir = 6
},
/obj/structure/cable{
icon_state = "4-8"
},
-/obj/structure/closet/firecloset/wall/directional/north,
-/turf/open/floor/plasteel/patterned/grid,
-/area/ship/engineering/atmospherics)
-"oQ" = (
-/obj/machinery/power/smes/engineering,
+/turf/open/floor/carpet/blue,
+/area/ship/crew/dorm)
+"ls" = (
+/obj/structure/disposalpipe/sorting/mail{
+ dir = 2;
+ sortType = 1;
+ sortTypes = list(1, 22);
+ tag = "Disposals"
+ },
+/obj/effect/turf_decal/trimline/opaque/ntblue/filled/line{
+ dir = 4
+ },
+/turf/open/floor/plasteel,
+/area/ship/hallway/starboard)
+"lA" = (
/obj/structure/cable{
- icon_state = "0-8"
- },
-/obj/effect/turf_decal/industrial/outline/yellow,
-/turf/open/floor/plasteel/patterned/grid,
-/area/ship/engineering)
-"oU" = (
-/obj/structure/disposalpipe/segment{
- dir = 8
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{
- dir = 4
+ icon_state = "4-8"
},
/obj/structure/cable{
- icon_state = "4-8"
+ icon_state = "2-8"
},
-/obj/effect/turf_decal/siding/wood{
- dir = 8
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{
+ dir = 1
},
-/turf/open/floor/wood,
-/area/ship/crew/canteen)
-"oW" = (
-/obj/structure/table/reinforced,
-/obj/machinery/door/window/southright{
- dir = 1;
- name = "Medical Desk";
- req_access_txt = "5"
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{
+ dir = 1
},
-/obj/item/table_bell,
-/obj/effect/turf_decal/corner/opaque/blue{
- dir = 8
+/obj/effect/turf_decal/siding/yellow{
+ dir = 1
},
-/obj/effect/turf_decal/corner/opaque/blue,
-/obj/machinery/door/poddoor/shutters{
- id = "ospreymed"
+/obj/structure/extinguisher_cabinet/directional/north,
+/obj/structure/disposalpipe/sorting/mail/flip{
+ dir = 8;
+ sortTypes = list(4, 5);
+ tag = "Engineering"
},
-/obj/machinery/door/firedoor,
-/turf/open/floor/plasteel/white,
-/area/ship/medical)
-"oX" = (
-/obj/machinery/door/airlock/public/glass{
- name = "Infirmary";
+/turf/open/floor/plasteel,
+/area/ship/engineering)
+"lD" = (
+/obj/structure/sign/departments/security,
+/turf/closed/wall/mineral/titanium/nodiagonal,
+/area/ship/security)
+"lE" = (
+/obj/structure/fluff/hedge,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{
dir = 4
},
/obj/structure/disposalpipe/segment{
dir = 8
},
+/turf/open/floor/plasteel/tech/techmaint,
+/area/ship/hallway/central)
+"lH" = (
+/obj/machinery/light/small/directional/west,
+/turf/open/floor/plasteel,
+/area/ship/bridge)
+"lP" = (
+/obj/effect/turf_decal/industrial/warning{
+ dir = 1
+ },
/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{
dir = 4
},
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{
- dir = 4
+/obj/structure/disposalpipe/segment{
+ dir = 9
},
-/obj/effect/turf_decal/borderfloor{
- dir = 4
+/turf/open/floor/plasteel,
+/area/ship/cargo)
+"lQ" = (
+/obj/structure/cable{
+ icon_state = "1-2"
},
-/obj/machinery/door/firedoor/border_only{
- dir = 4
+/obj/machinery/atmospherics/components/binary/volume_pump/on{
+ name = "Recycling to Environment";
+ piping_layer = 1
},
-/obj/machinery/door/firedoor/border_only{
+/obj/machinery/atmospherics/pipe/manifold/cyan/visible{
dir = 8
},
-/turf/open/floor/plasteel/white,
-/area/ship/medical)
-"pe" = (
-/obj/effect/turf_decal/industrial/warning/fulltile,
-/obj/machinery/door/poddoor{
- id = "osprey_disposals";
- name = "Disposals Blast Door";
- dir = 4
+/obj/structure/disposalpipe/segment,
+/turf/open/floor/plasteel/patterned,
+/area/ship/engineering/atmospherics)
+"lX" = (
+/obj/structure/closet/wardrobe/mixed{
+ name = "custodial wardrobe";
+ populate = 0
},
-/obj/machinery/atmospherics/pipe/simple/green/hidden/layer1{
- dir = 4
+/obj/structure/cable{
+ icon_state = "0-2"
},
+/obj/machinery/power/apc/auto_name/directional/east,
+/obj/item/radio/intercom/directional/north,
+/obj/item/clothing/under/nanotrasen/janitor,
+/obj/item/clothing/head/nanotrasen/cap/janitor,
+/obj/item/clothing/shoes/galoshes,
+/obj/item/storage/belt/janitor,
+/obj/item/clothing/gloves/color/black,
/turf/open/floor/plating,
-/area/ship/science/ai_chamber)
-"pk" = (
-/obj/structure/disposalpipe/segment,
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4,
-/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2,
+/area/ship/crew/janitor)
+"mc" = (
/obj/structure/cable{
- icon_state = "1-2"
- },
-/turf/open/floor/plasteel,
-/area/ship/crew/cryo)
-"pm" = (
-/obj/structure/frame/computer{
- dir = 8
+ icon_state = "1-4"
},
-/turf/open/floor/plasteel/tech/grid,
-/area/ship/bridge)
-"pp" = (
-/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{
- dir = 4
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{
+ dir = 5
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{
- dir = 4
+ dir = 5
},
-/turf/open/floor/carpet/royalblue,
-/area/ship/bridge)
-"pq" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{
- dir = 4
+/obj/structure/extinguisher_cabinet/directional/south,
+/obj/structure/disposalpipe/segment{
+ dir = 5
},
-/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{
- dir = 6
+/turf/open/floor/plasteel/tech/techmaint,
+/area/ship/crew/janitor)
+"mk" = (
+/obj/structure/cable/yellow{
+ icon_state = "2-8"
},
-/obj/structure/cable{
- icon_state = "1-4"
+/obj/effect/turf_decal/industrial/warning,
+/obj/effect/turf_decal/industrial/warning{
+ dir = 1
},
-/turf/open/floor/plasteel/freezer,
-/area/ship/crew/toilet)
-"pv" = (
-/obj/effect/turf_decal/siding/wood{
- dir = 9
+/obj/machinery/airalarm/directional/east,
+/turf/open/floor/plasteel/patterned,
+/area/ship/engineering/engine)
+"mm" = (
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{
+ dir = 4
},
/obj/structure/cable{
- icon_state = "4-8"
+ icon_state = "1-8"
},
-/turf/open/floor/plasteel/grimy,
-/area/ship/crew/dorm)
-"pz" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{
+/turf/open/floor/plasteel/mono/dark,
+/area/ship/bridge)
+"ms" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2,
+/turf/open/floor/plasteel/dark,
+/area/ship/crew/cryo)
+"my" = (
+/obj/machinery/power/generator{
dir = 4
},
-/obj/structure/cable{
- icon_state = "4-8"
+/obj/structure/cable/yellow{
+ icon_state = "0-8"
},
-/obj/machinery/atmospherics/pipe/simple/orange/hidden{
+/turf/open/floor/plating,
+/area/ship/engineering/engine)
+"mB" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{
dir = 4
},
-/turf/open/floor/plasteel/patterned/grid,
-/area/ship/engineering/atmospherics)
-"pC" = (
-/obj/structure/disposalpipe/segment{
+/turf/open/floor/plasteel/mono,
+/area/ship/crew/canteen)
+"mC" = (
+/obj/effect/turf_decal/industrial/warning/corner{
dir = 8
},
-/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{
- dir = 1
+/obj/effect/turf_decal/industrial/warning/corner,
+/obj/structure/disposalpipe/segment{
+ dir = 6
},
-/turf/open/floor/wood,
-/area/ship/crew/canteen)
-"pD" = (
-/obj/machinery/power/shuttle/engine/electric{
- dir = 4
+/obj/machinery/button/ignition{
+ dir = 4;
+ id = "harrier_igniter";
+ pixel_x = -20
+ },
+/turf/open/floor/plasteel/patterned,
+/area/ship/engineering/engine)
+"mG" = (
+/obj/structure/table/glass,
+/obj/item/storage/backpack/duffelbag/med/surgery{
+ pixel_x = -3;
+ pixel_y = 13
+ },
+/obj/machinery/defibrillator_mount/loaded{
+ pixel_y = -25
},
+/obj/item/clothing/gloves/color/latex/nitrile,
+/obj/item/clothing/suit/nanotrasen/medical_smock,
+/obj/item/clothing/head/nanotrasen/surgical,
+/obj/machinery/firealarm/directional/east,
+/turf/open/floor/plasteel/showroomfloor,
+/area/ship/medical)
+"mH" = (
+/obj/structure/railing,
/obj/structure/cable{
- icon_state = "0-4"
+ icon_state = "1-4"
},
-/turf/open/floor/plating,
-/area/ship/engineering)
-"pH" = (
-/obj/machinery/atmospherics/pipe/simple/cyan/visible{
- dir = 6
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{
+ dir = 5
},
-/turf/open/floor/plasteel/patterned/grid,
-/area/ship/engineering/atmospherics)
-"pJ" = (
-/obj/machinery/door/poddoor/shutters{
- id = "osprey_atmos";
- name = "Atmospherics Storage";
- dir = 4
+/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{
+ dir = 5
},
-/turf/open/floor/plasteel/tech/grid,
-/area/ship/engineering/atmospherics)
-"pK" = (
/obj/structure/disposalpipe/segment{
dir = 8
},
-/turf/open/floor/wood,
-/area/ship/crew/canteen)
-"pL" = (
-/obj/structure/table/reinforced,
-/obj/machinery/door/window/southleft{
+/turf/open/floor/plasteel,
+/area/ship/cargo)
+"mJ" = (
+/obj/machinery/conveyor{
dir = 1;
- name = "Research Desk";
- req_access_txt = "47"
+ id = "harrier_garbage"
},
-/obj/item/table_bell,
-/obj/structure/disposalpipe/segment,
-/obj/machinery/door/poddoor/shutters{
- id = "ospreysci"
- },
-/obj/machinery/door/firedoor,
/turf/open/floor/plating,
-/area/ship/science)
-"pP" = (
-/obj/machinery/atmospherics/components/unary/tank/toxins,
-/obj/effect/turf_decal/industrial/outline/yellow,
+/area/ship/crew/janitor)
+"mK" = (
+/obj/machinery/light/directional/north,
+/obj/structure/chair/handrail,
+/turf/open/floor/plasteel/freezer,
+/area/ship/crew/toilet)
+"mN" = (
/obj/structure/cable{
- icon_state = "2-8"
+ icon_state = "1-8"
},
-/obj/machinery/camera/autoname,
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2,
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4,
/obj/machinery/light_switch{
- pixel_x = 11;
- pixel_y = 23
- },
-/turf/open/floor/plasteel/patterned/grid,
-/area/ship/engineering)
-"pT" = (
-/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{
- dir = 4
- },
-/obj/structure/cable{
- icon_state = "4-8"
+ dir = 1;
+ pixel_x = -5;
+ pixel_y = -20
},
-/obj/machinery/atmospherics/pipe/simple/orange/hidden{
- dir = 4
+/obj/structure/disposalpipe/segment{
+ dir = 5
},
-/obj/machinery/light/directional/north,
-/turf/open/floor/plasteel/patterned/grid,
-/area/ship/engineering/atmospherics)
-"pU" = (
-/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{
- dir = 4
+/obj/effect/turf_decal/trimline/opaque/ntblue/line{
+ dir = 8
},
-/turf/open/floor/carpet/blue,
-/area/ship/bridge)
-"qa" = (
-/obj/machinery/power/port_gen/pacman,
+/turf/open/floor/plasteel/mono,
+/area/ship/hallway/port)
+"mO" = (
+/obj/machinery/power/apc/auto_name/directional/east,
/obj/structure/cable{
- icon_state = "0-2"
+ icon_state = "0-8"
},
/obj/effect/turf_decal/industrial/outline/yellow,
-/obj/structure/sign/warning/enginesafety{
- pixel_y = 32
- },
-/turf/open/floor/plating,
+/obj/structure/closet/toolcloset,
+/turf/open/floor/plasteel/patterned,
/area/ship/engineering)
-"qb" = (
-/obj/structure/closet/secure_closet{
- icon_state = "science";
- name = "scientist's locker";
- req_access_txt = "47"
- },
-/obj/effect/turf_decal/corner/opaque/mauve{
- dir = 4
+"mV" = (
+/obj/structure/cable{
+ icon_state = "1-2"
},
-/obj/effect/turf_decal/corner/opaque/mauve{
- dir = 1
+/obj/structure/extinguisher_cabinet/directional/west,
+/turf/open/floor/plasteel/mono,
+/area/ship/crew/canteen)
+"mW" = (
+/obj/structure/cable{
+ icon_state = "1-2"
},
-/obj/item/storage/backpack/duffelbag,
-/obj/item/storage/backpack/messenger/tox,
-/obj/item/storage/backpack/satchel/tox,
-/obj/item/storage/backpack/science,
-/obj/item/clothing/shoes/sneakers/white,
-/obj/item/clothing/under/rank/rnd/scientist/skirt,
-/obj/item/clothing/under/rank/rnd/scientist,
-/obj/item/clothing/suit/toggle/labcoat/science,
-/obj/item/clothing/glasses/science,
-/obj/structure/extinguisher_cabinet/directional/north,
-/turf/open/floor/plasteel/white,
-/area/ship/science)
-"qc" = (
-/obj/structure/window/reinforced{
- dir = 4
- },
-/obj/machinery/atmospherics/components/unary/portables_connector,
-/turf/open/floor/plasteel/patterned/grid,
-/area/ship/engineering)
-"qp" = (
-/obj/machinery/meter,
-/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2,
+/turf/open/floor/plasteel/patterned/cargo_one,
+/area/ship/storage/eva)
+"mZ" = (
+/obj/structure/table/reinforced,
+/obj/item/cutting_board,
+/obj/item/melee/knife/butcher,
+/obj/item/kitchen/rollingpin,
+/obj/effect/turf_decal/corner/opaque/white{
dir = 4
},
-/obj/structure/cable{
- icon_state = "4-8"
+/obj/effect/turf_decal/corner/opaque/white{
+ dir = 8
},
-/obj/machinery/atmospherics/pipe/simple/orange/hidden{
- dir = 4
+/obj/machinery/light_switch{
+ pixel_x = -7;
+ pixel_y = 20
},
-/obj/machinery/atmospherics/pipe/simple/green/visible,
-/turf/open/floor/plasteel/patterned/grid,
-/area/ship/engineering/atmospherics)
-"qs" = (
-/obj/structure/disposalpipe/segment,
-/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{
- dir = 4
+/obj/machinery/firealarm/directional/north{
+ pixel_x = 5
},
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{
- dir = 4
+/turf/open/floor/plasteel,
+/area/ship/crew/canteen)
+"na" = (
+/obj/structure/table/reinforced,
+/obj/item/reagent_containers/condiment/ketchup{
+ pixel_x = 9;
+ pixel_y = 16
},
-/obj/structure/cable{
- icon_state = "4-8"
+/obj/item/reagent_containers/condiment/mayonnaise{
+ pixel_y = 16
},
-/obj/structure/disposalpipe/segment{
- dir = 8
+/obj/item/reagent_containers/condiment/hotsauce{
+ pixel_x = -9;
+ pixel_y = 15
},
-/turf/open/floor/plasteel,
-/area/ship/hallway/central)
-"qv" = (
-/obj/structure/disposalpipe/segment{
- dir = 8
+/obj/item/reagent_containers/condiment/saltshaker{
+ pixel_x = -5;
+ pixel_y = 5
},
-/obj/effect/turf_decal/corner/transparent/neutral,
-/obj/structure/closet/emcloset/wall/directional/south,
-/turf/open/floor/plasteel,
-/area/ship/hallway/central)
-"qw" = (
-/obj/effect/turf_decal/siding/wood{
- dir = 1
+/obj/item/reagent_containers/condiment/peppermill{
+ pixel_x = 5;
+ pixel_y = 5
},
-/obj/item/trash/can,
-/turf/open/floor/wood,
+/turf/open/floor/plating,
/area/ship/crew/canteen)
-"qL" = (
-/obj/effect/turf_decal/industrial/warning{
- dir = 4
- },
+"nf" = (
/obj/structure/cable{
- icon_state = "4-8"
- },
-/obj/effect/turf_decal/industrial/stand_clear{
- dir = 8
+ icon_state = "1-2"
},
/turf/open/floor/plasteel/patterned,
+/area/ship/engineering/atmospherics)
+"ng" = (
+/turf/closed/wall/mineral/titanium/exterior,
+/area/ship/crew/law_office)
+"nj" = (
+/obj/structure/disposalpipe/segment,
+/turf/open/floor/plasteel,
/area/ship/cargo)
-"qM" = (
-/obj/effect/turf_decal/industrial/warning/corner{
- dir = 1
- },
-/obj/structure/marker_beacon,
-/turf/open/floor/engine/hull,
-/area/ship/external)
-"qN" = (
+"nv" = (
+/obj/machinery/deepfryer,
/obj/effect/turf_decal/corner/opaque/white{
dir = 4
},
/obj/effect/turf_decal/corner/opaque/white{
dir = 8
},
-/obj/structure/closet{
- icon_door = "black";
- name = "wardrobe"
- },
-/obj/item/storage/backpack/duffelbag,
-/obj/item/storage/backpack/messenger,
-/obj/item/storage/backpack,
-/obj/item/storage/backpack/satchel/leather,
-/obj/item/clothing/shoes/sneakers/white,
-/obj/item/clothing/shoes/laceup,
-/obj/item/clothing/under/rank/civilian/chef,
-/obj/item/clothing/under/rank/civilian/chef/skirt,
-/obj/item/clothing/under/rank/civilian/bartender,
-/obj/item/clothing/under/rank/civilian/bartender/skirt,
-/obj/item/clothing/suit/toggle/chef,
-/obj/item/clothing/accessory/waistcoat,
-/obj/item/clothing/head/chefhat,
-/obj/item/clothing/head/bowler,
-/obj/item/storage/box/drinkingglasses,
-/obj/item/storage/fancy/candle_box,
-/obj/item/radio/intercom/directional/east,
/turf/open/floor/plasteel,
/area/ship/crew/canteen)
-"qX" = (
-/obj/machinery/atmospherics/components/unary/shuttle/heater{
- dir = 4
+"nx" = (
+/obj/effect/turf_decal/corner/opaque/ntblue/full,
+/obj/effect/turf_decal/corner/opaque/white{
+ dir = 8
},
-/obj/machinery/door/window/eastleft{
- name = "Engine Access"
+/turf/open/floor/plasteel,
+/area/ship/hallway/central)
+"nz" = (
+/obj/machinery/mass_driver{
+ dir = 8;
+ id = "harrier_disposals"
},
-/obj/structure/window/plasma/reinforced/spawner/west,
-/obj/structure/window/plasma/reinforced/spawner/north,
-/obj/machinery/door/poddoor{
- id = "osprey_thruster_port";
- name = "Thruster Blast Door";
+/turf/open/floor/plating,
+/area/ship/crew/janitor)
+"nQ" = (
+/obj/structure/chair/comfy/blue/corpo{
+ dir = 8
+ },
+/obj/effect/landmark/start/lawyer,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{
dir = 4
},
-/turf/open/floor/plating,
-/area/ship/engineering)
-"ra" = (
+/turf/open/floor/carpet/executive,
+/area/ship/crew/law_office)
+"nZ" = (
/obj/structure/cable{
icon_state = "1-2"
},
-/obj/machinery/atmospherics/pipe/simple/orange/visible{
- dir = 9
+/obj/machinery/airalarm/directional/west,
+/turf/open/floor/plasteel/mono,
+/area/ship/hallway/starboard)
+"oe" = (
+/obj/machinery/suit_storage_unit/standard_unit,
+/obj/machinery/firealarm/directional/north,
+/obj/effect/turf_decal/siding/thinplating,
+/turf/open/floor/plasteel/tech/grid,
+/area/ship/storage/eva)
+"og" = (
+/obj/structure/cable{
+ icon_state = "6-8"
},
-/turf/open/floor/plasteel/patterned/grid,
-/area/ship/engineering/atmospherics)
-"rd" = (
-/obj/effect/turf_decal/industrial/hatch/yellow,
-/obj/structure/closet/crate/science{
- name = "cyborg parts crate"
+/obj/structure/chair/handrail,
+/turf/open/floor/plasteel,
+/area/ship/hallway/port)
+"oi" = (
+/obj/structure/toilet{
+ pixel_y = 10
},
-/obj/item/bodypart/leg/right/robot,
-/obj/item/bodypart/r_arm/robot,
-/obj/item/bodypart/leg/left/robot,
-/obj/item/bodypart/l_arm/robot,
-/obj/item/bodypart/head/robot,
-/obj/item/bodypart/chest/robot,
-/obj/item/robot_suit,
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4,
+/obj/machinery/light/small/directional/west,
/turf/open/floor/plasteel/dark,
-/area/ship/science)
-"rf" = (
-/obj/structure/disposalpipe/segment{
- dir = 2
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2,
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4,
+/area/ship/security)
+"oj" = (
/obj/structure/cable{
- icon_state = "1-2"
- },
-/obj/machinery/atmospherics/pipe/simple/orange/hidden,
-/obj/structure/sign/warning/securearea{
- pixel_x = 25
+ icon_state = "4-8"
},
-/obj/machinery/atmospherics/pipe/simple/green/hidden/layer1,
-/obj/structure/catwalk/over,
-/turf/open/floor/plating,
-/area/ship/science/ai_chamber)
-"ry" = (
-/obj/item/storage/backpack/explorer,
-/obj/item/storage/backpack/satchel/explorer,
-/obj/item/storage/backpack/duffelbag,
-/obj/structure/closet/secure_closet{
- icon_state = "mining";
- name = "mining wardrobe";
- req_access_txt = "48"
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{
+ dir = 4
},
-/obj/item/clothing/shoes/workboots/mining,
-/obj/item/clothing/under/rank/cargo/miner,
-/obj/item/storage/belt/mining/alt,
-/obj/item/clothing/gloves/color/black,
-/obj/item/clothing/head/hardhat/mining,
-/obj/structure/sign/poster/contraband/ss13{
- pixel_y = -32
+/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{
+ dir = 4
},
-/obj/machinery/airalarm/directional/west,
-/turf/open/floor/plasteel/patterned/grid,
-/area/ship/cargo)
-"rz" = (
-/obj/structure/bed,
-/obj/structure/curtain/bounty,
-/obj/item/bedsheet/dorms,
-/obj/structure/sign/poster/official/soft_cap_pop_art{
- pixel_y = 32
+/obj/structure/disposalpipe/segment{
+ dir = 10
},
-/turf/open/floor/wood,
-/area/ship/crew/dorm)
-"rG" = (
-/obj/machinery/power/shuttle/engine/fueled/plasma{
- dir = 4
+/obj/effect/turf_decal/trimline/opaque/ntblue/line,
+/turf/open/floor/plasteel/mono,
+/area/ship/hallway/central)
+"ok" = (
+/turf/closed/wall/mineral/titanium/exterior,
+/area/ship/engineering/engine)
+"ol" = (
+/obj/structure/closet/secure_closet/captains{
+ populate = 0
},
-/turf/open/floor/plating,
-/area/ship/engineering)
-"rH" = (
+/obj/machinery/firealarm/directional/west,
+/obj/item/clothing/shoes/laceup,
+/obj/item/clothing/under/nanotrasen/captain,
+/obj/item/clothing/suit/armor/nanotrasen/captain/parade,
+/obj/item/clothing/neck/cloak/nanotrasen,
+/obj/item/storage/backpack/captain,
+/obj/item/clothing/head/nanotrasen/captain/peaked,
+/obj/item/clothing/glasses/sunglasses,
+/obj/item/storage/belt/sabre,
+/obj/machinery/light/small/directional/north,
+/turf/open/floor/carpet/royalblue,
+/area/ship/crew/dorm/dormtwo)
+"op" = (
+/obj/structure/table/reinforced,
+/obj/machinery/microwave,
/obj/effect/turf_decal/corner/opaque/white{
dir = 4
},
/obj/effect/turf_decal/corner/opaque/white{
dir = 8
},
+/obj/item/radio/intercom/directional/north,
/turf/open/floor/plasteel,
/area/ship/crew/canteen)
-"rJ" = (
-/obj/effect/turf_decal/industrial/warning,
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4,
-/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{
- dir = 10
- },
-/turf/open/floor/plasteel/tech/techmaint,
-/area/ship/hallway/central)
-"rN" = (
-/obj/structure/disposalpipe/segment{
- dir = 8
+"ow" = (
+/obj/structure/table/reinforced,
+/obj/item/paper_bin{
+ pixel_y = 6
},
+/obj/machinery/firealarm/directional/west,
+/turf/open/floor/plasteel/dark,
+/area/ship/bridge)
+"ox" = (
/obj/structure/cable{
- icon_state = "4-8"
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{
- dir = 4
+ icon_state = "2-4"
},
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{
- dir = 4
+ dir = 6
},
-/turf/open/floor/plasteel/patterned/grid,
-/area/ship/engineering)
-"rO" = (
-/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{
- dir = 4
+/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{
+ dir = 6
},
-/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{
- dir = 4
+/obj/machinery/light_switch{
+ pixel_x = -5;
+ pixel_y = 20
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 6
},
+/turf/open/floor/plasteel,
+/area/ship/bridge)
+"oG" = (
+/turf/closed/wall/mineral/titanium/nodiagonal,
+/area/ship/cargo)
+"oT" = (
/obj/structure/cable{
- icon_state = "1-8"
+ icon_state = "4-8"
},
+/turf/open/floor/wood,
+/area/ship/crew/law_office)
+"oU" = (
+/obj/machinery/power/apc/auto_name/directional/west,
/obj/structure/cable{
- icon_state = "1-2"
+ icon_state = "0-4"
},
-/turf/open/floor/plasteel,
-/area/ship/hallway/central)
-"rP" = (
-/obj/structure/chair/stool/bar{
- dir = 1
+/turf/open/floor/carpet/royalblue,
+/area/ship/crew/dorm/dormtwo)
+"oV" = (
+/obj/structure/cable{
+ icon_state = "4-8"
},
-/obj/effect/turf_decal/corner/opaque/white{
- dir = 8
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{
+ dir = 4
},
-/obj/effect/turf_decal/corner/opaque/white{
+/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{
dir = 4
},
-/turf/open/floor/plasteel,
-/area/ship/crew/canteen)
-"rS" = (
-/obj/effect/turf_decal/corner/transparent/neutral,
/obj/structure/disposalpipe/segment{
dir = 8
},
-/obj/machinery/light/directional/south,
-/turf/open/floor/plasteel,
+/obj/effect/turf_decal/trimline/opaque/ntblue/filled/corner,
+/turf/open/floor/plasteel/mono,
/area/ship/hallway/central)
-"rX" = (
-/obj/effect/turf_decal/corner/transparent/neutral{
+"oX" = (
+/obj/machinery/atmospherics/pipe/simple/brown/visible/layer1{
dir = 8
},
-/turf/open/floor/plasteel,
-/area/ship/hallway/central)
-"rZ" = (
-/obj/structure/chair/stool/bar{
- dir = 1
- },
-/obj/structure/disposalpipe/segment{
- dir = 2
+/obj/machinery/atmospherics/pipe/simple/cyan/visible{
+ dir = 4
},
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4,
+/obj/machinery/light/small/directional/north,
+/obj/structure/chair/handrail,
+/turf/open/floor/plasteel/patterned,
+/area/ship/engineering/atmospherics)
+"pd" = (
/obj/effect/turf_decal/corner/opaque/white{
dir = 8
},
/obj/effect/turf_decal/corner/opaque/white{
dir = 4
},
-/turf/open/floor/plasteel,
-/area/ship/crew/canteen)
-"sd" = (
-/obj/structure/sign/nanotrasen,
-/turf/closed/wall/mineral/titanium/nodiagonal,
-/area/ship/science)
-"si" = (
-/obj/structure/disposalpipe/segment{
- dir = 2
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{
+ dir = 10
},
-/obj/effect/turf_decal/corner/opaque/yellow{
- dir = 1
+/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2,
+/obj/effect/turf_decal/siding{
+ dir = 9
},
/turf/open/floor/plasteel,
-/area/ship/hallway/central)
-"sl" = (
-/obj/structure/table/reinforced,
-/obj/item/reagent_containers/food/condiment/peppermill{
- pixel_x = -4;
- pixel_y = 10
- },
-/obj/item/reagent_containers/food/condiment/saltshaker{
- pixel_x = 4;
- pixel_y = 10
+/area/ship/crew/canteen)
+"pp" = (
+/obj/structure/railing{
+ dir = 8
},
-/obj/effect/turf_decal/corner/opaque/white{
- dir = 4
+/obj/structure/cable{
+ icon_state = "2-4"
},
-/obj/effect/turf_decal/corner/opaque/white{
+/obj/effect/turf_decal/siding/wideplating/dark{
dir = 8
},
-/obj/item/table_bell,
-/obj/machinery/door/poddoor/shutters{
- id = "ospreykitchen"
+/turf/open/floor/plasteel/mono/dark,
+/area/ship/bridge)
+"pr" = (
+/obj/machinery/atmospherics/pipe/simple/green/visible/layer1{
+ dir = 9
},
-/obj/machinery/door/firedoor,
-/turf/open/floor/plasteel,
-/area/ship/crew/canteen)
-"sq" = (
-/obj/machinery/atmospherics/components/binary/valve/digital/layer2,
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{
+/obj/machinery/atmospherics/pipe/simple/orange/visible/layer5{
dir = 9
},
-/obj/machinery/atmospherics/pipe/simple/dark/visible/layer5,
-/turf/open/floor/plasteel/patterned/grid,
+/obj/machinery/atmospherics/pipe/manifold4w/purple/visible,
+/turf/open/floor/plasteel/patterned,
/area/ship/engineering/atmospherics)
-"ss" = (
-/obj/effect/turf_decal/industrial/warning{
- dir = 4
+"pF" = (
+/obj/structure/closet/secure_closet/brig,
+/obj/machinery/power/apc/auto_name/directional/north,
+/obj/structure/cable{
+ icon_state = "0-2"
},
-/turf/open/floor/plasteel/white,
-/area/ship/science)
-"su" = (
+/obj/effect/turf_decal/trimline/opaque/vired/line{
+ dir = 1
+ },
+/obj/item/storage/box/evidence{
+ req_access_txt = "2"
+ },
+/turf/open/floor/plasteel/dark,
+/area/ship/security)
+"pH" = (
/obj/effect/spawner/structure/window/shuttle,
+/obj/machinery/door/firedoor/window,
/obj/machinery/door/poddoor/shutters{
- id = "ospreywindows";
- dir = 4
+ dir = 1;
+ id = "harrieriaa"
},
/turf/open/floor/plating,
-/area/ship/hallway/central)
-"sw" = (
-/obj/machinery/atmospherics/pipe/simple/supply/visible/layer2,
-/obj/machinery/atmospherics/pipe/simple/dark/visible/layer5,
-/turf/open/floor/plasteel/patterned/grid,
-/area/ship/engineering/atmospherics)
-"sy" = (
-/obj/effect/turf_decal/corner/opaque/purple{
- dir = 1
- },
-/obj/structure/rack,
-/turf/open/floor/plasteel/patterned,
-/area/ship/cargo)
-"sC" = (
-/obj/structure/chair/stool/bar{
- dir = 1
+/area/ship/crew/law_office)
+"pI" = (
+/obj/machinery/light/small/directional/west,
+/turf/open/floor/wood,
+/area/ship/crew/law_office)
+"pP" = (
+/turf/closed/wall/mineral/titanium/exterior,
+/area/ship/crew/canteen)
+"pQ" = (
+/obj/machinery/disposal/bin,
+/obj/machinery/light/directional/north,
+/obj/structure/disposalpipe/trunk{
+ dir = 4
},
-/obj/effect/landmark/start/assistant,
-/obj/effect/turf_decal/corner/opaque/white{
+/obj/structure/railing{
dir = 8
},
-/obj/effect/turf_decal/corner/opaque/white{
- dir = 4
- },
-/turf/open/floor/plasteel,
+/turf/open/floor/plating,
/area/ship/crew/canteen)
-"sE" = (
-/obj/item/reagent_containers/food/snacks/canned/beans{
- pixel_x = -5;
- pixel_y = 3
- },
-/obj/item/reagent_containers/food/snacks/canned/beans{
- pixel_x = 2;
- pixel_y = 3
- },
-/obj/item/reagent_containers/food/snacks/canned/beans{
- pixel_x = -2
- },
-/obj/item/reagent_containers/food/drinks/waterbottle/large{
- pixel_x = 5
- },
-/obj/item/reagent_containers/food/drinks/waterbottle/large{
- pixel_x = 1;
- pixel_y = -3
- },
-/obj/item/reagent_containers/food/drinks/waterbottle/large{
- pixel_x = 8;
- pixel_y = -3
- },
-/obj/structure/closet/crate{
- name = "food crate"
- },
-/obj/item/storage/cans/sixbeer,
-/obj/effect/spawner/lootdrop/ration,
-/obj/effect/spawner/lootdrop/ration,
-/obj/effect/spawner/lootdrop/ration,
-/obj/effect/spawner/lootdrop/ration,
-/obj/effect/spawner/lootdrop/ration,
-/obj/effect/spawner/lootdrop/ration,
-/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{
+"pR" = (
+/obj/effect/turf_decal/trimline/opaque/ntblue/filled/line{
dir = 4
},
+/turf/open/floor/plasteel,
+/area/ship/hallway/central)
+"pW" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2,
+/turf/open/floor/carpet/cyan,
+/area/ship/crew)
+"pX" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{
- dir = 4
- },
-/obj/structure/cable{
- icon_state = "4-8"
+ dir = 9
},
/turf/open/floor/plasteel/patterned/cargo_one,
/area/ship/cargo)
-"sG" = (
-/turf/closed/wall/mineral/titanium,
-/area/ship/hallway/central)
-"sI" = (
-/obj/machinery/disposal/bin,
-/obj/structure/disposalpipe/trunk{
- dir = 1
- },
-/obj/structure/closet/emcloset/wall/directional/south,
-/turf/open/floor/plasteel,
-/area/ship/crew/cryo)
-"sJ" = (
-/obj/effect/turf_decal/corner/transparent/neutral{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4,
-/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2,
+"pY" = (
/obj/structure/cable{
icon_state = "1-2"
},
-/turf/open/floor/plasteel,
-/area/ship/hallway/central)
-"sO" = (
-/obj/machinery/firealarm/directional/east,
-/turf/open/floor/plasteel/dark,
-/area/ship/science)
-"sZ" = (
-/obj/effect/turf_decal/corner/opaque/bottlegreen{
+/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2,
+/obj/effect/turf_decal/ntspaceworks_big/seven{
dir = 8
},
-/obj/structure/disposalpipe/junction/flip,
-/turf/open/floor/plasteel,
-/area/ship/hallway/central)
-"tb" = (
-/obj/effect/turf_decal/industrial/outline/yellow,
-/obj/structure/frame/computer,
-/obj/machinery/light/directional/east,
-/turf/open/floor/plasteel/dark,
-/area/ship/science)
-"tc" = (
-/obj/structure/table/reinforced,
-/obj/machinery/fax/nanotrasen,
-/obj/effect/turf_decal/corner/opaque/ntblue,
-/obj/effect/turf_decal/corner/opaque/ntblue{
+/turf/open/floor/plasteel/patterned,
+/area/ship/engineering)
+"pZ" = (
+/obj/structure/chair/comfy/blue/corpo/directional/south{
dir = 4
},
-/obj/effect/turf_decal/corner/opaque/ntblue{
- dir = 1
+/obj/structure/sign/poster/official/random{
+ pixel_x = -32
+ },
+/obj/effect/turf_decal/trimline/opaque/ntblue/line{
+ dir = 10
},
+/turf/open/floor/plasteel,
+/area/ship/crew/canteen)
+"qf" = (
+/obj/structure/chair/comfy/blue/corpo/directional/north,
+/obj/effect/turf_decal/trimline/opaque/ntblue/line,
/turf/open/floor/plasteel/dark,
/area/ship/bridge)
-"ti" = (
-/obj/machinery/door/airlock/external/glass,
-/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2,
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4,
-/obj/effect/turf_decal/borderfloor{
- dir = 1
- },
-/turf/open/floor/plasteel/tech,
-/area/ship/hallway/central)
-"tm" = (
-/obj/machinery/disposal/bin{
- name = "biohazard disposal unit"
- },
-/obj/structure/disposalpipe/trunk{
- dir = 4
- },
-/obj/effect/turf_decal/corner/opaque/blue{
- dir = 8
- },
-/obj/effect/turf_decal/corner/opaque/blue{
- dir = 1
- },
-/obj/machinery/light/directional/west,
-/obj/machinery/firealarm/directional/south,
-/turf/open/floor/plasteel/white,
-/area/ship/medical)
-"to" = (
+"qg" = (
/obj/structure/cable{
- icon_state = "0-2"
- },
-/obj/machinery/power/apc/auto_name/directional/north,
-/turf/open/floor/plasteel/freezer,
-/area/ship/crew/toilet)
-"tp" = (
-/obj/structure/disposalpipe/segment,
-/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{
- dir = 1
+ icon_state = "4-9"
},
-/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2,
+/turf/open/floor/plasteel/mono,
+/area/ship/hallway/central)
+"qh" = (
/obj/structure/cable{
- icon_state = "1-8"
+ icon_state = "5-10"
},
-/turf/open/floor/plasteel,
-/area/ship/crew/cryo)
-"tr" = (
-/obj/machinery/computer/security{
- dir = 8;
- icon_state = "computer-right"
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{
+ dir = 4
},
-/turf/open/floor/plasteel/tech/grid,
-/area/ship/bridge)
-"tx" = (
-/obj/effect/spawner/structure/window/shuttle,
-/obj/machinery/door/poddoor/shutters/preopen{
- id = "ospreybridge";
+/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{
dir = 4
},
-/obj/machinery/door/firedoor/window,
-/turf/open/floor/plating,
-/area/ship/bridge)
-"tF" = (
-/obj/structure/cable{
- icon_state = "1-2"
+/obj/structure/disposalpipe/segment{
+ dir = 8
},
-/obj/machinery/atmospherics/components/unary/passive_vent{
- dir = 1
+/turf/open/floor/plasteel/mono,
+/area/ship/hallway/starboard)
+"ql" = (
+/obj/structure/chair,
+/obj/effect/turf_decal/trimline/opaque/ntblue/line{
+ dir = 9
},
-/turf/open/floor/engine/air,
-/area/ship/engineering/atmospherics)
-"tG" = (
-/obj/effect/turf_decal/box/corners{
- dir = 1
+/turf/open/floor/plasteel,
+/area/ship/crew/canteen)
+"qo" = (
+/obj/structure/disposalpipe/segment{
+ dir = 8
},
-/obj/structure/closet/crate,
-/obj/item/vending_refill/coffee,
-/obj/effect/spawner/lootdrop/maintenance/three,
-/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2,
-/turf/open/floor/plasteel/patterned/cargo_one,
+/turf/open/floor/plasteel,
/area/ship/cargo)
-"tH" = (
+"qp" = (
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{
+ dir = 8
+ },
/obj/structure/disposalpipe/segment{
dir = 6
},
-/turf/open/floor/plasteel,
-/area/ship/cargo/office)
-"tL" = (
-/obj/effect/turf_decal/corner/transparent/neutral{
- dir = 4
+/turf/open/floor/plasteel/mono,
+/area/ship/hallway/starboard)
+"qq" = (
+/obj/effect/spawner/structure/window/shuttle,
+/obj/machinery/atmospherics/pipe/simple/orange/hidden/layer5{
+ dir = 8
},
-/obj/structure/closet/emcloset/wall/directional/north,
-/turf/open/floor/plasteel,
-/area/ship/hallway/central)
-"tO" = (
-/obj/structure/closet/secure_closet/freezer/kitchen,
-/obj/effect/turf_decal/corner/opaque/white{
+/turf/open/floor/plating,
+/area/ship/engineering/engine)
+"qr" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{
dir = 4
},
-/obj/effect/turf_decal/corner/opaque/white{
+/turf/open/floor/carpet/cyan,
+/area/ship/crew)
+"qw" = (
+/obj/structure/chair/comfy/blue/corpo/directional/south{
dir = 8
},
+/obj/effect/turf_decal/trimline/opaque/ntblue/line,
/turf/open/floor/plasteel,
/area/ship/crew/canteen)
-"tT" = (
-/obj/structure/disposalpipe/segment{
- dir = 8
+"qx" = (
+/turf/open/floor/plasteel,
+/area/ship/hallway/central)
+"qB" = (
+/obj/structure/cable{
+ icon_state = "0-1"
},
-/obj/effect/turf_decal/siding/wood{
- dir = 4
+/obj/machinery/power/smes/engineering,
+/turf/open/floor/plating,
+/area/ship/engineering/engine)
+"qE" = (
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{
+ dir = 1
},
-/turf/open/floor/wood,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{
+ dir = 6
+ },
+/obj/structure/disposalpipe/segment,
+/turf/open/floor/plasteel/mono,
/area/ship/crew/canteen)
-"tY" = (
-/obj/effect/turf_decal/borderfloor{
+"qF" = (
+/obj/effect/turf_decal/trimline/transparent/white/filled/warning{
dir = 1
},
-/obj/machinery/door/airlock/command{
- name = "Bridge";
- req_access_txt = "19"
- },
+/obj/effect/turf_decal/trimline/transparent/white/filled/warning,
/obj/machinery/door/firedoor/border_only{
dir = 1
},
/obj/machinery/door/firedoor/border_only,
-/turf/open/floor/plasteel/dark,
-/area/ship/bridge)
-"ud" = (
-/obj/machinery/computer/helm{
- dir = 8
- },
-/turf/open/floor/plasteel/tech/grid,
-/area/ship/bridge)
-"uh" = (
-/obj/structure/cable{
- icon_state = "2-8"
- },
-/obj/structure/cable{
- icon_state = "2-4"
- },
-/turf/open/floor/plasteel/tech/techmaint,
-/area/ship/engineering)
-"ui" = (
-/obj/structure/cable{
- icon_state = "0-8"
- },
-/obj/machinery/power/apc/auto_name/directional/north,
-/turf/open/floor/plasteel/dark,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2,
+/obj/structure/disposalpipe/segment,
+/turf/open/floor/plasteel/mono,
+/area/ship/hallway/port)
+"qI" = (
+/turf/closed/wall/mineral/titanium/nodiagonal,
+/area/ship/crew/canteen)
+"qJ" = (
+/obj/item/bodypart/leg/right/robot,
+/obj/item/bodypart/r_arm/robot,
+/obj/item/bodypart/leg/left/robot,
+/obj/item/bodypart/l_arm/robot,
+/obj/item/bodypart/head/robot,
+/obj/item/bodypart/chest/robot,
+/obj/item/robot_suit,
+/obj/machinery/recharge_station,
+/turf/open/floor/circuit,
/area/ship/science/ai_chamber)
-"uk" = (
-/obj/effect/turf_decal/industrial/warning,
-/obj/effect/turf_decal/siding/white{
+"qK" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{
dir = 4
},
+/obj/effect/turf_decal/borderfloor{
+ dir = 1
+ },
/turf/open/floor/plasteel/tech/techmaint,
-/area/ship/crew/cryo)
-"un" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{
- dir = 4
+/area/ship/storage/eva)
+"qO" = (
+/obj/effect/turf_decal/corner/opaque/ntblue/full,
+/obj/effect/turf_decal/corner/opaque/white{
+ dir = 1
},
-/obj/machinery/holopad/emergency/medical,
-/obj/effect/turf_decal/box/white{
- color = "#2CB2E8"
+/turf/open/floor/plasteel,
+/area/ship/hallway/central)
+"qQ" = (
+/turf/closed/wall/mineral/titanium/exterior,
+/area/ship/crew)
+"qX" = (
+/obj/structure/railing{
+ dir = 8
},
-/turf/open/floor/plasteel/white,
-/area/ship/medical)
-"uq" = (
-/obj/structure/disposalpipe/segment{
+/obj/effect/turf_decal/siding/wideplating/dark{
dir = 8
},
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{
- dir = 4
+/turf/open/floor/plasteel/mono/dark,
+/area/ship/bridge)
+"rc" = (
+/obj/structure/cable{
+ icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{
dir = 4
},
-/obj/structure/cable{
- icon_state = "4-8"
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{
+ dir = 1
},
-/obj/item/radio/intercom/directional/north,
-/turf/open/floor/plasteel/patterned/grid,
-/area/ship/engineering/atmospherics)
-"ut" = (
-/obj/structure/chair,
-/obj/effect/landmark/start/janitor,
-/obj/structure/disposalpipe/sorting/mail{
- dir = 4;
- sortType = 1;
- tag = "Disposals"
+/obj/structure/disposalpipe/segment{
+ dir = 8
},
-/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{
- dir = 4
+/turf/open/floor/plasteel/mono,
+/area/ship/hallway/central)
+"rf" = (
+/obj/machinery/atmospherics/pipe/simple/purple/visible{
+ dir = 10
},
/obj/effect/turf_decal/industrial/warning{
dir = 8
},
-/turf/open/floor/plasteel,
-/area/ship/crew/janitor)
-"ux" = (
-/obj/machinery/computer/operating,
-/obj/effect/turf_decal/corner/opaque/pink{
+/turf/open/floor/plating,
+/area/ship/engineering/atmospherics)
+"rh" = (
+/obj/structure/sign/warning/nosmoking,
+/turf/closed/wall/mineral/titanium/nodiagonal,
+/area/ship/engineering/atmospherics)
+"ri" = (
+/obj/effect/turf_decal/corner/opaque/white{
+ dir = 4
+ },
+/obj/effect/turf_decal/corner/opaque/white{
dir = 8
},
-/obj/effect/turf_decal/corner/opaque/pink{
- dir = 4
+/obj/structure/sink{
+ dir = 8;
+ pixel_x = 12
},
-/obj/effect/turf_decal/corner/opaque/pink{
- dir = 1
+/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{
+ dir = 8
},
-/obj/machinery/light/directional/west,
-/turf/open/floor/plasteel/white,
-/area/ship/medical)
-"uz" = (
-/obj/machinery/atmospherics/components/unary/passive_vent{
- dir = 4;
- icon_state = "passive_vent_map-4";
- piping_layer = 5
+/turf/open/floor/plasteel,
+/area/ship/crew/canteen)
+"rj" = (
+/turf/closed/wall/mineral/titanium/nodiagonal,
+/area/ship/hallway/central)
+"rk" = (
+/obj/machinery/light_switch{
+ dir = 8;
+ pixel_x = 20;
+ pixel_y = 0
+ },
+/obj/effect/turf_decal/siding/thinplating{
+ dir = 1
},
-/turf/open/floor/engine/hull,
-/area/ship/external)
-"uA" = (
-/obj/machinery/holopad/emergency/command,
-/obj/effect/turf_decal/box/white,
/turf/open/floor/plasteel/dark,
-/area/ship/bridge)
-"uC" = (
-/obj/machinery/computer/crew{
- dir = 8;
- icon_state = "computer-left"
+/area/ship/science/ai_chamber)
+"rm" = (
+/obj/structure/railing{
+ dir = 6;
+ layer = 3.1
},
-/turf/open/floor/plasteel/tech/grid,
-/area/ship/bridge)
-"uE" = (
-/obj/structure/disposalpipe/segment{
+/obj/machinery/light/directional/west,
+/turf/open/floor/plasteel,
+/area/ship/storage/eva)
+"rr" = (
+/obj/structure/closet/secure_closet/freezer/kitchen/mining,
+/obj/structure/window/reinforced{
dir = 8
},
-/obj/effect/turf_decal/trimline/opaque/blue/corner{
+/obj/item/storage/fancy/egg_box,
+/obj/item/reagent_containers/condiment/soymilk,
+/turf/open/floor/plasteel/freezer,
+/area/ship/crew/canteen)
+"ru" = (
+/obj/structure/cable/yellow{
+ icon_state = "1-2"
+ },
+/turf/open/floor/plating,
+/area/ship/engineering/engine)
+"rx" = (
+/obj/structure/cable{
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{
dir = 4
},
-/turf/open/floor/plasteel/white,
-/area/ship/medical)
-"uI" = (
-/mob/living/simple_animal/mouse{
- desc = "This rat seems particularly old and crotchety.";
- name = "Splinter"
+/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{
+ dir = 8
},
/obj/structure/disposalpipe/segment{
dir = 8
},
-/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4,
+/turf/open/floor/plasteel/mono,
+/area/ship/crew/canteen)
+"rJ" = (
+/obj/effect/turf_decal/industrial/warning/fulltile,
+/obj/machinery/door/poddoor{
+ dir = 1;
+ id = "harrierdoors";
+ name = "Cargo Bay Blast Door"
+ },
+/turf/open/floor/plating,
+/area/ship/storage/eva)
+"rK" = (
+/obj/structure/chair/sofa/blue/corpo/left/directional/north,
+/obj/effect/turf_decal/trimline/opaque/ntblue/filled/line,
/turf/open/floor/plasteel,
-/area/ship/crew/janitor)
-"uJ" = (
+/area/ship/hallway/central)
+"rL" = (
+/obj/machinery/iv_drip,
+/obj/machinery/light/directional/west,
+/turf/open/floor/plasteel/white,
+/area/ship/medical)
+"rQ" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{
dir = 4
},
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{
dir = 4
},
+/obj/machinery/airalarm/directional/south,
/obj/structure/disposalpipe/segment{
dir = 8
},
+/turf/open/floor/plasteel/mono,
+/area/ship/hallway/port)
+"rR" = (
/obj/structure/cable{
- icon_state = "2-4"
+ icon_state = "4-8"
},
-/turf/open/floor/plasteel,
-/area/ship/crew/janitor)
-"uM" = (
-/obj/machinery/door/airlock{
- name = "Cryopod Room"
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{
+ dir = 4
},
-/obj/structure/disposalpipe/segment,
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4,
-/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2,
-/obj/effect/turf_decal/borderfloor,
-/obj/structure/cable{
- icon_state = "1-2"
+/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{
+ dir = 4
},
-/obj/machinery/door/firedoor/border_only{
- dir = 1
+/obj/structure/disposalpipe/segment{
+ dir = 8
+ },
+/obj/effect/turf_decal/trimline/opaque/ntblue/line{
+ dir = 8
},
-/obj/machinery/door/firedoor/border_only,
-/turf/open/floor/plasteel,
-/area/ship/crew/cryo)
-"uN" = (
-/obj/effect/turf_decal/corner/transparent/neutral,
-/obj/item/kirbyplants/random,
/turf/open/floor/plasteel,
-/area/ship/hallway/central)
-"uQ" = (
-/obj/machinery/door/airlock/external,
-/obj/machinery/atmospherics/pipe/layer_manifold,
-/turf/open/floor/plasteel/tech,
-/area/ship/hallway/central)
-"vi" = (
-/obj/structure/table,
-/obj/item/storage/bag/trash{
- pixel_x = 5
+/area/ship/hallway/port)
+"rS" = (
+/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{
+ dir = 8
},
-/obj/item/mop,
-/obj/item/reagent_containers/glass/bucket{
- pixel_x = -3;
- pixel_y = 8
+/obj/machinery/airalarm/directional/east,
+/obj/structure/chair/handrail{
+ dir = 1
},
-/obj/structure/disposalpipe/segment{
- dir = 9
+/turf/open/floor/plasteel/showroomfloor,
+/area/ship/medical)
+"rT" = (
+/turf/closed/wall/mineral/titanium/exterior,
+/area/ship/hallway/port)
+"rZ" = (
+/obj/effect/landmark/start/medical_doctor,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{
+ dir = 4
},
-/obj/effect/turf_decal/industrial/warning{
+/turf/open/floor/plasteel/showroomfloor,
+/area/ship/medical)
+"sc" = (
+/obj/effect/turf_decal/ntspaceworks_big/four{
dir = 8
},
-/obj/machinery/light/small/directional/south,
-/turf/open/floor/plating,
-/area/ship/crew/janitor)
-"vj" = (
-/obj/structure/disposalpipe/segment{
+/turf/open/floor/plasteel/patterned,
+/area/ship/engineering)
+"se" = (
+/obj/structure/chair{
+ dir = 1
+ },
+/obj/effect/turf_decal/trimline/opaque/ntblue/line{
dir = 6
},
-/obj/structure/cable{
- icon_state = "2-4"
+/turf/open/floor/plasteel,
+/area/ship/crew/canteen)
+"sf" = (
+/obj/machinery/suit_storage_unit/standard_unit,
+/obj/machinery/airalarm/directional/south,
+/obj/effect/turf_decal/siding/thinplating{
+ dir = 1
},
-/obj/structure/cable{
- icon_state = "1-4"
+/turf/open/floor/plasteel/tech/grid,
+/area/ship/storage/eva)
+"sh" = (
+/obj/structure/window/reinforced{
+ dir = 8
},
-/obj/machinery/atmospherics/pipe/simple/orange/hidden{
- dir = 10
+/turf/open/floor/carpet/royalblue,
+/area/ship/bridge)
+"sl" = (
+/obj/item/gun/energy/e_gun,
+/obj/structure/guncloset/ecase{
+ req_access_txt = "20"
},
+/obj/item/radio/intercom/directional/south,
+/turf/open/floor/carpet/royalblue,
+/area/ship/crew/dorm/dormtwo)
+"sn" = (
+/obj/structure/chair/comfy/blue/corpo/directional/south,
+/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2,
+/obj/machinery/airalarm/directional/north,
+/turf/open/floor/carpet/cyan,
+/area/ship/medical)
+"ss" = (
/obj/structure/cable{
icon_state = "4-8"
},
-/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{
+/obj/effect/turf_decal/trimline/opaque/ntblue/filled/arrow_ccw{
dir = 1
},
-/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{
- dir = 1
+/turf/open/floor/plasteel/mono/dark,
+/area/ship/bridge)
+"st" = (
+/obj/machinery/door/airlock/command{
+ dir = 4;
+ name = "Bridge";
+ req_access = list(19, 41)
},
-/turf/open/floor/plasteel/patterned/grid,
-/area/ship/engineering)
-"vl" = (
-/obj/structure/disposalpipe/segment{
- dir = 8
+/obj/structure/cable{
+ icon_state = "4-8"
},
-/obj/effect/turf_decal/trimline/opaque/blue/end,
-/obj/effect/turf_decal/trimline/opaque/blue/line{
- dir = 1
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{
+ dir = 4
},
-/turf/open/floor/plasteel/white,
-/area/ship/medical)
-"vp" = (
-/obj/structure/disposalpipe/segment{
- dir = 8
- },
-/obj/machinery/cell_charger,
-/obj/structure/disposalpipe/segment{
- dir = 2
+/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{
+ dir = 4
},
-/obj/item/stock_parts/cell/high/plus,
-/obj/structure/table,
-/obj/effect/turf_decal/corner/opaque/brown{
+/obj/machinery/door/firedoor/border_only{
dir = 4
},
-/obj/effect/turf_decal/corner/opaque/brown{
- dir = 1
+/obj/machinery/door/firedoor/border_only{
+ dir = 8
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 8
},
/turf/open/floor/plasteel,
-/area/ship/cargo/office)
-"vx" = (
-/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2,
-/obj/effect/turf_decal/industrial/warning{
- dir = 1
+/area/ship/bridge)
+"sv" = (
+/obj/structure/disposalpipe/segment{
+ dir = 5
},
-/turf/open/floor/plasteel/patterned/grid,
-/area/ship/engineering)
-"vD" = (
-/obj/structure/window/reinforced{
- dir = 4
+/turf/open/floor/plasteel/mono,
+/area/ship/storage/eva)
+"sw" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{
+ dir = 9
},
-/obj/machinery/conveyor{
- dir = 1;
- id = "osprey_garbage"
+/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{
+ dir = 9
},
-/turf/open/floor/plating,
-/area/ship/crew/janitor)
-"vY" = (
-/obj/machinery/atmospherics/pipe/manifold/orange/visible,
-/obj/structure/cable{
- icon_state = "4-8"
+/obj/structure/extinguisher_cabinet/directional/east,
+/obj/structure/disposalpipe/segment{
+ dir = 9
},
+/obj/item/radio/intercom/directional/south,
+/turf/open/floor/plasteel/mono,
+/area/ship/hallway/starboard)
+"sy" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{
dir = 4
},
-/turf/open/floor/plasteel/patterned/grid,
-/area/ship/engineering)
-"wb" = (
-/obj/structure/disposalpipe/segment{
- dir = 8
- },
/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{
dir = 4
},
+/obj/structure/cable{
+ icon_state = "4-8"
+ },
+/turf/open/floor/carpet/royalblue,
+/area/ship/crew/dorm/dormtwo)
+"sD" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{
dir = 5
},
-/turf/open/floor/plating,
-/area/ship/crew/janitor)
-"wc" = (
-/obj/machinery/conveyor{
- dir = 4;
- id = "osprey_packagesort"
+/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{
+ dir = 6
},
-/obj/machinery/firealarm/directional/south,
-/turf/open/floor/plating,
-/area/ship/cargo/office)
-"wd" = (
-/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{
- dir = 4
+/obj/structure/cable{
+ icon_state = "4-8"
},
-/turf/open/floor/plasteel/patterned/grid,
-/area/ship/cargo)
-"wj" = (
-/obj/machinery/door/airlock/command{
- name = "Bridge";
- req_access_txt = "19"
+/turf/open/floor/carpet/royalblue,
+/area/ship/crew/dorm/dormtwo)
+"sE" = (
+/obj/structure/cable{
+ icon_state = "2-8"
},
-/obj/structure/disposalpipe/segment,
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4,
/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2,
-/obj/effect/turf_decal/borderfloor,
-/obj/structure/cable{
- icon_state = "1-2"
- },
-/obj/machinery/door/firedoor/border_only,
-/obj/machinery/door/firedoor/border_only{
- dir = 1
+/obj/structure/disposalpipe/sorting/mail/flip{
+ dir = 8;
+ sortTypes = list(7, 8);
+ tag = "Security"
},
-/turf/open/floor/plasteel/dark,
-/area/ship/bridge)
-"wn" = (
-/obj/structure/table/reinforced,
-/obj/item/paper_bin{
- pixel_x = -6
+/obj/effect/turf_decal/trimline/opaque/vired/line,
+/turf/open/floor/plasteel/mono,
+/area/ship/hallway/starboard)
+"sF" = (
+/obj/effect/turf_decal/industrial/warning{
+ dir = 8
},
-/obj/item/stamp/captain{
- pixel_x = 6;
- pixel_y = 6
+/obj/machinery/atmospherics/pipe/simple/orange/hidden/layer5{
+ dir = 8
},
-/obj/item/stamp/head_of_personnel{
- pixel_x = 6
+/obj/effect/turf_decal/industrial/warning{
+ dir = 4
},
-/obj/item/pen/fountain/captain{
- pixel_x = -7
+/obj/structure/disposalpipe/segment,
+/turf/open/floor/plasteel/patterned,
+/area/ship/engineering/engine)
+"sG" = (
+/obj/machinery/conveyor{
+ dir = 8;
+ id = "harrier_packagesort"
},
-/obj/item/pen/fourcolor,
-/obj/machinery/newscaster/directional/north{
- pixel_y = 32
+/obj/machinery/light/directional/north,
+/turf/open/floor/plating,
+/area/ship/cargo)
+"sN" = (
+/obj/structure/cable{
+ icon_state = "1-2"
},
-/obj/effect/turf_decal/corner/opaque/ntblue{
- dir = 4
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4,
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{
+ dir = 8
},
-/obj/effect/turf_decal/corner/opaque/ntblue{
- dir = 1
+/obj/structure/disposalpipe/segment{
+ dir = 8
},
-/obj/machinery/light_switch{
- pixel_x = -11;
- pixel_y = 24
+/obj/structure/disposalpipe/segment,
+/turf/open/floor/plasteel,
+/area/ship/cargo)
+"sU" = (
+/turf/open/floor/wood,
+/area/ship/crew/law_office)
+"ta" = (
+/obj/structure/railing,
+/obj/effect/turf_decal/siding/wideplating/dark,
+/turf/open/floor/plasteel/stairs{
+ dir = 8
},
-/turf/open/floor/plasteel/dark,
/area/ship/bridge)
-"wo" = (
-/obj/structure/cable{
- icon_state = "0-8"
- },
-/obj/machinery/power/smes/shuttle/precharged{
- dir = 4
+"td" = (
+/obj/effect/turf_decal/trimline/transparent/white/filled/warning{
+ dir = 1
},
-/obj/machinery/door/window/eastleft{
- name = "Engine Access"
+/obj/effect/turf_decal/trimline/transparent/white/filled/warning,
+/obj/machinery/door/firedoor/border_only{
+ dir = 1
},
-/obj/structure/window/plasma/reinforced/spawner/west,
-/obj/structure/window/plasma/reinforced/spawner/north,
-/obj/machinery/door/poddoor{
- id = "osprey_thruster_starboard";
- name = "Thruster Blast Door";
+/obj/machinery/door/firedoor/border_only,
+/turf/open/floor/plasteel/mono,
+/area/ship/hallway/starboard)
+"tk" = (
+/obj/structure/railing,
+/obj/machinery/disposal/bin,
+/obj/structure/disposalpipe/trunk{
dir = 4
},
-/turf/open/floor/plating,
-/area/ship/engineering/atmospherics)
-"wq" = (
-/obj/structure/table/reinforced,
-/obj/machinery/door/window/southleft{
- dir = 1;
- name = "Medical Desk";
- req_access_txt = "5"
- },
-/obj/effect/turf_decal/corner/opaque/blue{
+/obj/item/radio/intercom/directional/west,
+/obj/effect/turf_decal/trimline/opaque/nsorange/line{
dir = 8
},
-/obj/effect/turf_decal/corner/opaque/blue,
-/obj/machinery/door/poddoor/shutters{
- id = "ospreymed"
+/turf/open/floor/plasteel,
+/area/ship/cargo)
+"tm" = (
+/obj/structure/disposalpipe/segment{
+ dir = 6
},
-/obj/machinery/door/firedoor,
-/turf/open/floor/plasteel/white,
-/area/ship/medical)
-"wr" = (
-/obj/structure/chair{
- dir = 1
+/turf/open/floor/carpet/executive,
+/area/ship/crew/law_office)
+"tq" = (
+/obj/machinery/atmospherics/components/unary/vent_pump/siphon/atmos/toxin_output{
+ dir = 8
},
-/obj/effect/turf_decal/corner/opaque/blue,
-/obj/effect/turf_decal/corner/opaque/blue{
+/turf/open/floor/engine/plasma,
+/area/ship/engineering/atmospherics)
+"ty" = (
+/obj/effect/turf_decal/siding/wood{
dir = 8
},
-/turf/open/floor/plasteel/white,
-/area/ship/medical)
-"wx" = (
-/obj/machinery/door/poddoor{
- id = "ospreydoors";
- name = "Cargo Bay Blast Door";
- dir = 4
+/obj/machinery/light_switch{
+ dir = 4;
+ pixel_x = -20
},
-/obj/effect/turf_decal/industrial/warning/fulltile,
+/turf/open/floor/wood,
+/area/ship/crew)
+"tC" = (
+/obj/structure/rack,
+/obj/item/pickaxe,
+/turf/open/floor/plasteel/patterned,
+/area/ship/cargo)
+"tF" = (
/obj/structure/cable{
- icon_state = "0-8"
- },
-/obj/machinery/power/shieldwallgen/atmos/roundstart{
- id = "osprey_cargofield";
- locked = 1
+ icon_state = "4-8"
},
-/turf/open/floor/plasteel/tech,
-/area/ship/cargo)
-"wC" = (
-/obj/machinery/vending/snack/random,
-/obj/structure/disposalpipe/segment{
- dir = 8
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{
+ dir = 10
},
-/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2,
-/turf/open/floor/plasteel,
-/area/ship/hallway/central)
-"wF" = (
-/obj/structure/disposalpipe/segment{
- dir = 2
+/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{
+ dir = 10
},
-/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2,
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4,
+/turf/open/floor/plasteel/patterned/cargo_one,
+/area/ship/cargo)
+"tG" = (
/obj/structure/cable{
icon_state = "1-2"
},
-/obj/machinery/atmospherics/pipe/manifold/dark/hidden/layer5{
- dir = 4
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2,
+/turf/open/floor/plasteel/mono/dark,
+/area/ship/bridge)
+"tH" = (
+/obj/structure/table,
+/obj/item/paper_bin,
+/obj/item/folder/yellow,
+/obj/item/stamp/denied{
+ pixel_x = 4
},
-/obj/machinery/atmospherics/pipe/simple/orange/hidden,
-/obj/machinery/atmospherics/pipe/simple/green/hidden/layer1,
-/obj/machinery/turretid{
- pixel_x = 28;
- req_access = null;
- req_access_txt = "16"
+/obj/item/stamp{
+ pixel_x = -5;
+ pixel_y = 9
},
-/obj/structure/catwalk/over,
-/turf/open/floor/plating,
-/area/ship/science/ai_chamber)
-"wP" = (
-/obj/effect/turf_decal/corner/opaque/white{
- dir = 4
+/obj/item/pen/red,
+/obj/machinery/button/door{
+ dir = 4;
+ id = "harrierdoors";
+ name = "External Blast Door Control";
+ pixel_x = -25;
+ pixel_y = 6
},
-/obj/effect/turf_decal/corner/opaque/white{
- dir = 8
+/obj/machinery/button/shieldwallgen{
+ dir = 4;
+ id = "harrier_cargofield";
+ pixel_x = -24;
+ pixel_y = -5
},
-/obj/structure/disposalpipe/segment{
- dir = 10
+/obj/effect/turf_decal/trimline/opaque/nsorange/line{
+ dir = 8
},
-/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4,
/turf/open/floor/plasteel,
-/area/ship/crew/canteen)
-"wQ" = (
-/obj/structure/cable{
- icon_state = "0-8"
- },
-/obj/machinery/power/smes/shuttle/precharged{
- dir = 4
- },
-/obj/machinery/door/window/eastright{
- name = "Engine Access"
- },
-/obj/structure/window/plasma/reinforced/spawner/west,
-/obj/structure/window/plasma/reinforced/spawner,
+/area/ship/cargo)
+"tI" = (
+/obj/effect/spawner/structure/window/shuttle,
/obj/machinery/door/poddoor{
- id = "osprey_thruster_starboard";
- name = "Thruster Blast Door";
- dir = 4
+ dir = 1;
+ id = "harrierwindows";
+ name = "Window Blast Door"
},
/turf/open/floor/plating,
-/area/ship/engineering/atmospherics)
-"wR" = (
-/obj/structure/closet/crate/freezer/blood,
-/obj/machinery/iv_drip,
-/obj/effect/turf_decal/corner/opaque/lime{
+/area/ship/security)
+"tJ" = (
+/obj/effect/turf_decal/corner/opaque/ntblue/full,
+/obj/effect/turf_decal/corner/opaque/white{
dir = 1
},
-/obj/effect/turf_decal/corner/opaque/lime{
+/obj/effect/turf_decal/corner/opaque/white,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{
dir = 4
},
-/obj/effect/turf_decal/corner/opaque/lime,
-/obj/structure/sign/poster/official/moth/epi{
- pixel_y = 32
+/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{
+ dir = 4
},
-/obj/machinery/light/directional/east,
-/turf/open/floor/plasteel/white,
-/area/ship/medical)
-"wT" = (
-/obj/machinery/power/shuttle/engine/fueled/plasma{
- dir = 4
+/obj/structure/disposalpipe/segment{
+ dir = 8
},
-/turf/open/floor/plating,
-/area/ship/engineering/atmospherics)
-"wV" = (
-/obj/effect/landmark/start/atmospheric_technician,
-/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{
- dir = 4
+/turf/open/floor/plasteel,
+/area/ship/hallway/central)
+"tN" = (
+/obj/structure/crate_shelf,
+/obj/structure/closet/crate/internals,
+/obj/item/clothing/suit/space/orange,
+/obj/item/clothing/suit/space/orange,
+/obj/item/clothing/suit/space/orange,
+/obj/item/clothing/head/helmet/space/orange,
+/obj/item/clothing/head/helmet/space/orange,
+/obj/item/clothing/head/helmet/space/orange,
+/turf/open/floor/plasteel/patterned,
+/area/ship/cargo)
+"tO" = (
+/obj/structure/closet/secure_closet/freezer/meat,
+/turf/open/floor/plasteel/freezer,
+/area/ship/crew/canteen)
+"tQ" = (
+/obj/machinery/igniter{
+ id = "harrier_igniter"
+ },
+/obj/machinery/air_sensor/atmos/incinerator_tank,
+/turf/open/floor/engine/vacuum,
+/area/ship/engineering/engine)
+"tS" = (
+/obj/machinery/disposal/bin{
+ name = "biohazard disposal unit"
},
-/turf/open/floor/plasteel/patterned/grid,
-/area/ship/engineering/atmospherics)
-"wW" = (
-/turf/open/floor/plasteel/stairs/right{
- dir = 4
+/obj/effect/turf_decal/box/white{
+ color = "#2CB2E8"
},
-/area/ship/cargo)
-"wY" = (
+/obj/machinery/light/directional/east,
+/obj/structure/disposalpipe/trunk{
+ dir = 8
+ },
+/turf/open/floor/plasteel/white,
+/area/ship/medical)
+"tT" = (
+/obj/effect/turf_decal/trimline/opaque/vired/line,
+/turf/open/floor/plasteel/dark,
+/area/ship/security)
+"tV" = (
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{
+ dir = 1
+ },
+/obj/machinery/light/small/directional/south,
/obj/structure/disposalpipe/segment{
- dir = 2
+ dir = 9
},
-/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2,
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4,
+/turf/open/floor/carpet/cyan,
+/area/ship/medical)
+"tY" = (
+/turf/closed/wall/mineral/titanium/nodiagonal,
+/area/ship/crew/toilet)
+"tZ" = (
/obj/structure/cable{
- icon_state = "1-2"
+ icon_state = "4-8"
},
-/obj/machinery/atmospherics/pipe/simple/dark/hidden/layer5,
-/obj/machinery/atmospherics/pipe/simple/orange/hidden,
-/obj/machinery/atmospherics/pipe/simple/green/hidden/layer1,
-/obj/effect/turf_decal/industrial/warning{
- dir = 1
+/obj/structure/disposalpipe/segment{
+ dir = 6
},
+/obj/effect/turf_decal/trimline/opaque/ntblue/filled/corner{
+ dir = 4
+ },
+/obj/structure/closet/emcloset/wall/directional/north,
+/turf/open/floor/plasteel/mono,
+/area/ship/hallway/port)
+"uc" = (
/obj/structure/cable{
- icon_state = "1-4"
+ icon_state = "1-8"
},
-/turf/open/floor/plasteel/dark,
-/area/ship/science/ai_chamber)
-"xb" = (
-/obj/effect/turf_decal/siding/wood{
- dir = 1
+/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{
+ dir = 8
},
-/turf/open/floor/wood,
-/area/ship/crew/canteen)
-"xj" = (
-/obj/structure/janitorialcart{
+/turf/open/floor/plasteel/dark,
+/area/ship/security)
+"ud" = (
+/obj/machinery/cryopod{
dir = 8
},
-/obj/structure/disposalpipe/sorting/mail{
+/obj/machinery/light_switch{
dir = 8;
- sortType = 22;
- tag = "Jantor Closet"
+ pixel_x = 20;
+ pixel_y = 5
},
-/turf/open/floor/plating,
-/area/ship/crew/janitor)
-"xp" = (
-/obj/machinery/atmospherics/components/trinary/filter/atmos/o2,
-/obj/effect/turf_decal/industrial/outline/yellow,
-/turf/open/floor/plasteel/patterned/grid,
-/area/ship/engineering/atmospherics)
-"xq" = (
-/obj/machinery/button/door{
- dir = 8;
- id = "ospreywindows";
- name = "External Window Shutters";
- pixel_x = 32;
- pixel_y = -6
+/turf/open/floor/circuit,
+/area/ship/crew/cryo)
+"ue" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{
+ dir = 9
},
-/obj/machinery/button/door{
- dir = 8;
- id = "ospreybridge";
- name = "Bridge Lockdown";
- pixel_x = 32;
- pixel_y = 6
+/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2,
+/turf/open/floor/plasteel/freezer,
+/area/ship/bridge)
+"uf" = (
+/obj/effect/turf_decal/industrial/warning,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{
+ dir = 10
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4,
+/obj/effect/turf_decal/industrial/caution{
+ dir = 1
},
-/obj/machinery/modular_computer/console/preset/command{
+/obj/structure/chair/handrail{
dir = 8
},
-/obj/item/radio/intercom/wideband/directional/east,
-/turf/open/floor/plasteel/tech/grid,
-/area/ship/bridge)
-"xB" = (
-/obj/machinery/door/airlock/public/glass{
- name = "Infirmary";
- dir = 4
+/turf/open/floor/plasteel/tech/techmaint,
+/area/ship/hallway/starboard)
+"uh" = (
+/obj/structure/cable{
+ icon_state = "6-9"
},
-/obj/structure/disposalpipe/segment{
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2,
+/obj/structure/disposalpipe/segment,
+/turf/open/floor/plasteel/mono,
+/area/ship/hallway/port)
+"uk" = (
+/obj/effect/turf_decal/industrial/warning{
dir = 8
},
-/obj/effect/turf_decal/borderfloor{
- dir = 8
+/obj/machinery/atmospherics/pipe/simple/purple/hidden{
+ dir = 4
},
-/obj/machinery/door/firedoor/border_only{
+/obj/effect/turf_decal/industrial/warning{
dir = 4
},
-/obj/machinery/door/firedoor/border_only{
+/obj/structure/disposalpipe/segment,
+/turf/open/floor/plasteel/patterned,
+/area/ship/engineering/engine)
+"ul" = (
+/obj/effect/turf_decal/corner/opaque/white{
+ dir = 4
+ },
+/obj/effect/turf_decal/corner/opaque/white{
dir = 8
},
-/turf/open/floor/plasteel/white,
+/obj/effect/landmark/start/cook,
+/turf/open/floor/plasteel,
+/area/ship/crew/canteen)
+"um" = (
+/obj/machinery/smartfridge/bloodbank/preloaded,
+/turf/open/floor/plasteel/tech/grid,
/area/ship/medical)
-"xE" = (
-/obj/machinery/light_switch{
- dir = 1;
- pixel_y = -16
+"uo" = (
+/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{
+ dir = 1
},
-/turf/open/floor/plasteel/dark,
-/area/ship/science/ai_chamber)
-"xF" = (
-/obj/effect/turf_decal/corner/opaque/green{
+/obj/machinery/light/small/directional/west,
+/obj/effect/turf_decal/trimline/transparent/white/filled/corner{
+ dir = 1
+ },
+/obj/effect/turf_decal/siding/thinplating,
+/obj/structure/chair/handrail{
dir = 4
},
-/obj/machinery/firealarm/directional/north,
-/turf/open/floor/plasteel,
-/area/ship/hallway/central)
-"xG" = (
-/obj/machinery/conveyor{
- dir = 8;
- id = "osprey_cargoload"
+/turf/open/floor/plasteel/dark,
+/area/ship/science/ai_chamber)
+"up" = (
+/obj/structure/cable{
+ icon_state = "2-8"
},
-/obj/machinery/camera/autoname{
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{
dir = 10
},
-/turf/open/floor/plating,
-/area/ship/cargo)
-"xH" = (
-/obj/effect/turf_decal/corner/opaque/purple{
- dir = 1
- },
-/obj/effect/turf_decal/industrial/warning{
- dir = 1
+/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{
+ dir = 10
},
-/turf/open/floor/plasteel/patterned,
-/area/ship/cargo)
-"xJ" = (
-/obj/machinery/door/airlock/public/glass{
- name = "Infirmary";
+/obj/effect/turf_decal/siding/wood{
dir = 4
},
+/obj/machinery/light/small/directional/east,
/obj/structure/disposalpipe/segment{
- dir = 8
+ dir = 10
},
+/turf/open/floor/wood,
+/area/ship/crew)
+"ur" = (
/obj/structure/cable{
icon_state = "4-8"
},
-/obj/effect/turf_decal/borderfloor{
+/obj/structure/cable{
+ icon_state = "2-4"
+ },
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{
dir = 4
},
-/obj/machinery/door/firedoor/border_only{
+/obj/effect/turf_decal/trimline/opaque/ntblue/arrow_cw{
dir = 4
},
-/obj/machinery/door/firedoor/border_only{
+/turf/open/floor/plasteel/patterned,
+/area/ship/storage/eva)
+"uu" = (
+/obj/machinery/disposal/deliveryChute{
dir = 8
},
-/turf/open/floor/plasteel/white,
-/area/ship/medical)
-"xK" = (
-/obj/structure/cable{
- icon_state = "4-8"
- },
-/turf/open/floor/plasteel/dark,
-/area/ship/hallway/central)
-"xN" = (
-/obj/structure/table/wood,
-/obj/item/flashlight/lamp,
-/turf/open/floor/wood,
-/area/ship/crew/dorm)
-"xP" = (
-/obj/machinery/power/shieldwallgen/atmos/roundstart{
- dir = 8;
- id = "osprey_atmosfield"
+/obj/structure/window/reinforced,
+/obj/structure/window/reinforced{
+ dir = 1
},
-/obj/structure/cable{
- icon_state = "0-8"
+/obj/structure/window/reinforced{
+ dir = 4
},
-/obj/effect/turf_decal/industrial/warning,
-/obj/effect/turf_decal/industrial/warning{
+/obj/machinery/door/window/westleft,
+/obj/structure/disposalpipe/trunk{
dir = 1
},
-/obj/machinery/door/poddoor{
- id = "osprey_tank_vent"
+/turf/open/floor/plating,
+/area/ship/cargo)
+"uv" = (
+/obj/machinery/atmospherics/pipe/layer_manifold/visible{
+ dir = 4
},
-/turf/open/floor/engine,
-/area/ship/engineering/atmospherics)
-"xT" = (
-/obj/structure/cable{
- icon_state = "4-8"
+/obj/machinery/light_switch{
+ pixel_x = -5;
+ pixel_y = 20
},
-/obj/machinery/camera/autoname{
- dir = 10
+/obj/effect/turf_decal/siding/yellow{
+ dir = 9
},
-/turf/open/floor/plasteel/stairs{
- dir = 4
+/obj/machinery/button/door{
+ dir = 4;
+ id = "harrier_enginevent";
+ name = "Blast Door Control";
+ pixel_x = -25;
+ pixel_y = 1
},
-/area/ship/hallway/central)
-"xY" = (
-/obj/structure/disposalpipe/segment,
-/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2,
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4,
+/obj/structure/chair/handrail,
+/turf/open/floor/plasteel,
+/area/ship/engineering/engine)
+"uw" = (
/obj/structure/cable{
- icon_state = "1-2"
+ icon_state = "5-8"
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 9
+ },
+/obj/structure/chair/handrail{
+ dir = 1
},
/turf/open/floor/plasteel,
-/area/ship/hallway/central)
-"yc" = (
-/obj/structure/closet/secure_closet{
- icon_state = "med";
- name = "medicine locker"
+/area/ship/hallway/starboard)
+"uy" = (
+/obj/machinery/light/small/directional/north,
+/obj/structure/disposalpipe/segment{
+ dir = 8
},
-/obj/item/storage/firstaid/fire{
- pixel_x = -4;
- pixel_y = 5
+/turf/open/floor/carpet/executive,
+/area/ship/crew/law_office)
+"uz" = (
+/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{
+ dir = 8
},
-/obj/item/storage/firstaid/regular,
-/obj/machinery/button/door{
- dir = 1;
- id = "ospreymed";
- name = "Shutter Control";
- pixel_x = 5;
- pixel_y = -25
- },
-/obj/machinery/light_switch{
- dir = 1;
- pixel_x = -5;
- pixel_y = -24
+/obj/machinery/light/directional/east,
+/obj/structure/cable{
+ icon_state = "1-8"
},
-/obj/machinery/camera/autoname{
- dir = 1
+/obj/effect/turf_decal/siding/wideplating/dark{
+ dir = 4
},
-/turf/open/floor/plasteel/white,
-/area/ship/medical)
-"yd" = (
-/turf/open/floor/plasteel/patterned,
-/area/ship/cargo)
-"yg" = (
-/obj/structure/disposalpipe/segment{
- dir = 6
+/turf/open/floor/plasteel/dark,
+/area/ship/bridge)
+"uB" = (
+/obj/docking_port/mobile{
+ dir = 4;
+ launch_status = 0;
+ port_direction = 2;
+ preferred_direction = 4
},
-/turf/open/floor/plasteel/patterned/grid,
-/area/ship/engineering)
-"yj" = (
/turf/closed/wall/mineral/titanium/nodiagonal,
-/area/ship/engineering/atmospherics)
-"yl" = (
-/obj/structure/disposalpipe/segment,
-/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2,
-/turf/open/floor/plasteel,
-/area/ship/crew/cryo)
-"yn" = (
-/obj/structure/disposalpipe/sorting/wrap,
-/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{
- dir = 9
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4,
-/obj/structure/cable{
- icon_state = "1-2"
- },
-/turf/open/floor/plasteel,
-/area/ship/cargo/office)
-"yq" = (
-/obj/structure/disposalpipe/segment{
- dir = 8
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{
+/area/ship/crew/toilet)
+"uC" = (
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{
dir = 4
},
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{
dir = 4
},
+/obj/structure/disposalpipe/sorting/mail{
+ dir = 2;
+ sortTypes = list(8,15,30);
+ tag = "Bridge"
+ },
+/turf/open/floor/plasteel/mono,
+/area/ship/hallway/port)
+"uD" = (
+/obj/effect/turf_decal/industrial/warning/fulltile,
/obj/structure/cable{
- icon_state = "4-8"
+ icon_state = "1-2"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4,
+/obj/machinery/atmospherics/pipe/simple/green/hidden/layer1,
+/obj/machinery/atmospherics/pipe/simple/purple/hidden,
+/obj/structure/disposalpipe/segment,
+/obj/structure/cable{
+ icon_state = "1-4"
},
/obj/structure/cable{
icon_state = "1-8"
},
-/obj/effect/turf_decal/siding/wood{
- dir = 4
+/turf/open/floor/plasteel/tech,
+/area/ship/engineering)
+"uG" = (
+/obj/effect/spawner/structure/window/shuttle,
+/obj/machinery/door/poddoor{
+ dir = 1;
+ id = "harrierwindows";
+ name = "Window Blast Door"
},
-/turf/open/floor/wood,
+/turf/open/floor/plating,
/area/ship/crew/canteen)
-"yw" = (
-/obj/effect/turf_decal/corner/opaque/red,
-/obj/effect/turf_decal/corner/opaque/white{
- dir = 8
- },
-/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{
- dir = 4
+"uH" = (
+/obj/structure/table/reinforced,
+/obj/item/table_bell{
+ pixel_x = -4;
+ pixel_y = 13
},
-/obj/structure/cable{
- icon_state = "1-8"
+/obj/machinery/door/window/westright,
+/obj/machinery/door/firedoor/border_only{
+ dir = 8
},
-/obj/machinery/status_display/shuttle{
- pixel_x = 32
+/turf/open/floor/carpet/cyan,
+/area/ship/medical)
+"uI" = (
+/obj/machinery/door/window/southright{
+ dir = 8;
+ name = "Freezer";
+ req_access_txt = "28"
},
-/turf/open/floor/plasteel,
-/area/ship/hallway/central)
-"yC" = (
-/obj/machinery/camera/emp_proof/motion{
+/obj/structure/extinguisher_cabinet/directional/south,
+/obj/effect/turf_decal/siding{
dir = 8
},
-/turf/open/floor/plasteel/dark,
-/area/ship/science/ai_chamber)
-"yE" = (
-/obj/machinery/vending/cola/random,
-/obj/structure/disposalpipe/segment{
- dir = 8
+/turf/open/floor/plasteel/freezer,
+/area/ship/crew/canteen)
+"uS" = (
+/obj/machinery/door/airlock{
+ name = "Dormitory"
},
-/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{
+/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/firedoor/border_only{
dir = 1
},
-/obj/structure/railing{
- layer = 2.91
+/obj/effect/turf_decal/borderfloor{
+ dir = 1
},
/turf/open/floor/plasteel,
-/area/ship/hallway/central)
-"yI" = (
-/obj/machinery/camera/autoname{
- dir = 5
- },
-/obj/machinery/computer/cryopod/directional/west,
-/turf/open/floor/plasteel/tech/techmaint,
-/area/ship/crew/cryo)
-"yP" = (
-/obj/machinery/telecomms/relay{
- freq_listening = list(1351);
- id = "Nanotrasen Relay";
- name = "Nanotrasen relay";
- network = "nt_commnet"
+/area/ship/crew)
+"uT" = (
+/obj/machinery/door/airlock/engineering{
+ name = "Engine Room";
+ req_access_txt = "10"
},
-/obj/machinery/door/window/brigdoor/westleft{
- dir = 4;
- name = "Comms Relay";
- req_one_access_txt = "61"
+/obj/structure/cable{
+ icon_state = "1-2"
},
-/turf/open/floor/circuit,
-/area/ship/science/ai_chamber)
-"yQ" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4,
/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2,
-/obj/structure/cable{
- icon_state = "2-8"
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4,
+/obj/machinery/atmospherics/pipe/simple/green/hidden/layer1,
+/obj/machinery/atmospherics/pipe/simple/purple/hidden,
+/obj/machinery/door/firedoor/border_only,
+/obj/machinery/door/firedoor/border_only{
+ dir = 1
},
-/obj/effect/turf_decal/corner/opaque/blue{
- dir = 4
+/obj/structure/disposalpipe/segment,
+/obj/effect/turf_decal/borderfloor,
+/turf/open/floor/plasteel/tech,
+/area/ship/engineering)
+"uW" = (
+/obj/machinery/atmospherics/pipe/simple/purple/visible{
+ dir = 8
},
-/obj/effect/turf_decal/corner/opaque/white{
- dir = 1
+/obj/machinery/light/small/directional/south,
+/turf/open/floor/plasteel/patterned,
+/area/ship/engineering/atmospherics)
+"uX" = (
+/obj/structure/guncloset{
+ req_access_txt = "2"
},
-/obj/machinery/status_display/shuttle{
- pixel_x = 32
+/obj/item/gun/energy/e_gun/mini,
+/obj/item/gun/ballistic/automatic/pistol/commander/no_mag,
+/obj/item/radio/intercom/directional/east,
+/obj/structure/sign/nanotrasen/vigilitas{
+ pixel_y = 32
},
-/turf/open/floor/plasteel,
-/area/ship/hallway/central)
-"yS" = (
-/obj/effect/turf_decal/industrial/outline/yellow,
-/obj/structure/frame/machine,
-/turf/open/floor/plasteel/dark,
-/area/ship/science)
-"yT" = (
-/obj/effect/turf_decal/corner/opaque/brown{
+/obj/effect/turf_decal/trimline/opaque/vired/filled/warning{
dir = 8
},
-/obj/effect/turf_decal/industrial/warning/corner{
+/obj/item/gun/energy/disabler,
+/turf/open/floor/plasteel/dark,
+/area/ship/security)
+"uZ" = (
+/obj/structure/sign/nanotrasen,
+/turf/closed/wall/mineral/titanium/nodiagonal,
+/area/ship/bridge)
+"va" = (
+/obj/machinery/firealarm/directional/east,
+/obj/effect/turf_decal/trimline/opaque/nsorange/filled/arrow_ccw{
dir = 4
},
-/obj/machinery/light/directional/east,
-/turf/open/floor/plasteel/patterned,
-/area/ship/cargo)
-"yU" = (
-/obj/effect/turf_decal/corner/opaque/purple{
- dir = 4
+/obj/machinery/camera{
+ dir = 8
},
-/obj/effect/turf_decal/corner/opaque/purple{
- dir = 1
+/obj/structure/chair/handrail{
+ dir = 8
},
-/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2,
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4,
-/obj/structure/cable{
- icon_state = "1-2"
+/turf/open/floor/plasteel,
+/area/ship/storage/eva)
+"vd" = (
+/obj/structure/closet/secure_closet/head_of_personnel{
+ populate = 0
+ },
+/obj/machinery/firealarm/directional/west,
+/obj/item/clothing/shoes/laceup,
+/obj/item/clothing/under/nanotrasen/officer,
+/obj/item/clothing/suit/toggle/nanotrasen,
+/obj/item/clothing/head/nanotrasen/officer,
+/obj/item/clothing/head/nanotrasen/beret,
+/obj/item/clothing/glasses/sunglasses,
+/obj/item/storage/backpack/satchel/leather,
+/obj/item/storage/box/ids,
+/obj/machinery/light/small/directional/south,
+/turf/open/floor/carpet/blue,
+/area/ship/crew/dorm)
+"vj" = (
+/obj/structure/disposalpipe/sorting/mail{
+ dir = 4;
+ sortTypes = list(2,3);
+ tag = "QM Office"
},
/turf/open/floor/plasteel,
/area/ship/cargo)
-"yX" = (
-/obj/effect/turf_decal/industrial/outline/yellow,
-/obj/machinery/light/directional/north,
-/obj/machinery/rnd/destructive_analyzer,
-/turf/open/floor/plasteel/dark,
-/area/ship/science)
-"zb" = (
-/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{
- dir = 8
- },
-/turf/open/floor/plasteel/dark,
-/area/ship/science)
-"zi" = (
-/obj/structure/disposalpipe/segment{
- dir = 2
+"vl" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{
+ dir = 4
},
-/obj/effect/turf_decal/corner/opaque/green{
- dir = 1
+/obj/effect/turf_decal/trimline/opaque/ntblue/line{
+ dir = 8
},
-/obj/effect/turf_decal/corner/opaque/green{
+/turf/open/floor/plasteel,
+/area/ship/storage/eva)
+"vm" = (
+/obj/effect/turf_decal/corner/opaque/ntblue/full,
+/obj/effect/turf_decal/corner/opaque/white{
dir = 4
},
-/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2,
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4,
-/obj/structure/cable{
- icon_state = "1-2"
- },
/turf/open/floor/plasteel,
/area/ship/hallway/central)
-"zl" = (
-/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{
- dir = 4
+"vr" = (
+/obj/structure/railing,
+/obj/structure/disposaloutlet{
+ dir = 1
},
-/obj/machinery/airalarm/directional/west,
-/turf/open/floor/plasteel/freezer,
-/area/ship/crew/toilet)
-"zt" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{
+/obj/structure/window/reinforced{
+ dir = 8
+ },
+/obj/structure/window/reinforced{
dir = 4
},
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{
+/obj/structure/window/reinforced,
+/obj/structure/disposalpipe/trunk{
+ dir = 8
+ },
+/obj/machinery/conveyor{
+ dir = 1;
+ id = "harrier_packagesort"
+ },
+/turf/open/floor/plating,
+/area/ship/cargo)
+"vs" = (
+/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{
dir = 4
},
+/obj/effect/turf_decal/siding/yellow,
+/turf/open/floor/plasteel,
+/area/ship/engineering)
+"vC" = (
/obj/structure/cable{
icon_state = "4-8"
},
-/turf/open/floor/plasteel/stairs/mid{
- dir = 4
+/obj/machinery/door/airlock{
+ dir = 4;
+ name = "Restroom";
+ req_ship_access = 0
},
-/area/ship/cargo)
-"zy" = (
-/obj/machinery/door/airlock/public/glass{
- name = "Canteen";
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{
dir = 4
},
-/obj/structure/disposalpipe/segment{
- dir = 8
- },
-/obj/effect/turf_decal/borderfloor{
+/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{
dir = 4
},
/obj/machinery/door/firedoor/border_only{
@@ -4016,1612 +3847,1496 @@
/obj/machinery/door/firedoor/border_only{
dir = 4
},
-/turf/open/floor/plasteel,
-/area/ship/crew/canteen)
-"zF" = (
-/obj/structure/disposalpipe/segment{
- dir = 10
- },
-/obj/effect/turf_decal/corner/opaque/purple{
- dir = 8
- },
-/obj/effect/turf_decal/corner/opaque/green{
- dir = 1
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{
+/obj/effect/turf_decal/borderfloor{
dir = 4
},
-/obj/structure/cable{
- icon_state = "4-8"
- },
/turf/open/floor/plasteel,
-/area/ship/hallway/central)
-"zJ" = (
-/obj/effect/turf_decal/corner/transparent/neutral{
- dir = 4
+/area/ship/crew)
+"vI" = (
+/obj/structure/table,
+/obj/item/storage/bag/trash{
+ pixel_x = 5
},
-/obj/machinery/vending/snack/random,
-/obj/machinery/light/directional/east,
-/turf/open/floor/plasteel,
-/area/ship/hallway/central)
-"zL" = (
-/obj/machinery/door/airlock/command{
- name = "First Officer's Quarters";
- req_access_txt = "57";
+/obj/item/reagent_containers/glass/bucket{
+ pixel_x = -3;
+ pixel_y = 8
+ },
+/obj/item/mop,
+/turf/open/floor/plasteel/tech/techmaint,
+/area/ship/crew/janitor)
+"vL" = (
+/obj/effect/turf_decal/trimline/transparent/white/filled/warning{
dir = 8
},
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{
- dir = 4
+/obj/structure/railing/corner{
+ dir = 8
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{
- dir = 4
- },
-/obj/effect/turf_decal/borderfloor{
- dir = 8
+ dir = 9
},
-/turf/open/floor/plasteel/dark,
+/turf/open/floor/plasteel/mono/dark,
/area/ship/bridge)
-"zM" = (
-/obj/structure/disposaloutlet{
- dir = 4
+"vM" = (
+/obj/structure/cable{
+ icon_state = "1-2"
},
-/obj/structure/disposalpipe/trunk{
- dir = 8
+/obj/structure/cable{
+ icon_state = "2-4"
},
-/obj/structure/window/reinforced{
- dir = 8
+/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{
+ dir = 6
},
-/obj/structure/window/reinforced{
- dir = 1
+/obj/machinery/atmospherics/pipe/simple/brown/visible/layer1,
+/obj/machinery/atmospherics/pipe/simple/cyan/visible,
+/obj/structure/disposalpipe/segment{
+ dir = 6
},
-/obj/structure/window/reinforced,
-/obj/machinery/conveyor{
- dir = 4;
- id = "osprey_packagesort"
+/turf/open/floor/plasteel/patterned,
+/area/ship/engineering/atmospherics)
+"vN" = (
+/obj/structure/chair/office{
+ dir = 8
},
-/turf/open/floor/plating,
-/area/ship/cargo/office)
-"zN" = (
/obj/structure/disposalpipe/segment{
dir = 8
},
-/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{
- dir = 4
+/obj/effect/turf_decal/trimline/opaque/nsorange/line{
+ dir = 8
},
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{
- dir = 4
+/obj/effect/landmark/start/quartermaster,
+/turf/open/floor/plasteel,
+/area/ship/cargo)
+"vS" = (
+/obj/structure/filingcabinet/double/grey,
+/obj/structure/sign/nanotrasen/ns{
+ pixel_y = 32
},
+/turf/open/floor/plasteel,
+/area/ship/cargo)
+"vT" = (
/obj/structure/cable{
icon_state = "4-8"
},
-/obj/structure/railing,
-/turf/open/floor/plasteel/stairs{
- dir = 4
- },
-/area/ship/hallway/central)
-"zQ" = (
-/obj/structure/disposalpipe/segment{
+/obj/machinery/door/firedoor/border_only{
dir = 8
},
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{
+/obj/machinery/door/firedoor/border_only{
dir = 4
},
-/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{
- dir = 4
+/obj/effect/turf_decal/borderfloor{
+ dir = 8
+ },
+/obj/machinery/door/airlock/public/glass{
+ dir = 4;
+ name = "Canteen"
},
+/turf/open/floor/plasteel,
+/area/ship/crew/canteen)
+"vW" = (
/obj/structure/cable{
icon_state = "4-8"
},
-/obj/effect/turf_decal/trimline/opaque/blue/end{
- dir = 1
- },
-/obj/effect/turf_decal/trimline/opaque/blue/line,
-/turf/open/floor/plasteel/white,
-/area/ship/medical)
-"zU" = (
-/obj/effect/turf_decal/corner/transparent/neutral,
-/obj/effect/turf_decal/corner/opaque/bar{
+/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{
dir = 4
},
-/obj/machinery/light/directional/east,
-/turf/open/floor/plasteel,
-/area/ship/hallway/central)
-"Ac" = (
-/obj/structure/disposalpipe/segment{
- dir = 8
- },
-/obj/effect/turf_decal/trimline/opaque/blue/corner{
- dir = 1
- },
-/turf/open/floor/plasteel/white,
-/area/ship/medical)
-"Ag" = (
-/obj/machinery/door/airlock/engineering{
- name = "Engineering";
- req_access_txt = "10";
- dir = 8
+/obj/effect/turf_decal/siding/wood{
+ dir = 10
},
/obj/structure/disposalpipe/segment{
dir = 8
},
-/obj/effect/turf_decal/borderfloor{
- dir = 8
+/obj/structure/closet/emcloset/wall/directional/south,
+/turf/open/floor/wood,
+/area/ship/crew)
+"vY" = (
+/obj/structure/cable{
+ icon_state = "1-8"
},
/obj/structure/cable{
- icon_state = "4-8"
+ icon_state = "1-2"
},
-/obj/machinery/door/firedoor/border_only{
+/obj/effect/turf_decal/ntspaceworks_big/eight{
dir = 8
},
-/obj/machinery/door/firedoor/border_only{
+/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2,
+/turf/open/floor/plasteel/patterned,
+/area/ship/engineering)
+"vZ" = (
+/obj/structure/table/reinforced,
+/turf/open/floor/plating,
+/area/ship/crew/canteen)
+"wa" = (
+/obj/effect/spawner/structure/window/shuttle,
+/obj/machinery/door/poddoor{
+ dir = 1;
+ id = "harrierwindows";
+ name = "Window Blast Door"
+ },
+/turf/open/floor/plating,
+/area/ship/hallway/central)
+"wd" = (
+/obj/effect/turf_decal/industrial/warning{
dir = 4
},
-/turf/open/floor/plasteel,
-/area/ship/engineering)
-"Ai" = (
-/obj/effect/turf_decal/corner/opaque/ntblue{
- dir = 8
+/obj/machinery/conveyor_switch/oneway{
+ id = "harrier_packagesort"
},
-/obj/structure/cable{
- icon_state = "1-8"
+/obj/structure/disposalpipe/segment{
+ dir = 10
},
/turf/open/floor/plasteel,
-/area/ship/hallway/central)
-"Aj" = (
-/obj/machinery/door/firedoor/heavy,
+/area/ship/cargo)
+"wn" = (
+/obj/effect/turf_decal/industrial/warning/fulltile,
/obj/machinery/door/poddoor{
- id = "osprey_thruster_port";
- name = "Blast Door";
- dir = 4
+ dir = 1;
+ id = "harrierdoors";
+ name = "Cargo Bay Blast Door"
},
-/obj/effect/spawner/structure/window/shuttle,
-/obj/machinery/atmospherics/pipe/simple/green/hidden/layer1{
- dir = 4
+/obj/machinery/power/shieldwallgen/atmos/roundstart{
+ dir = 8;
+ id = "harrier_cargofield";
+ locked = 1
},
-/turf/open/floor/plating,
-/area/ship/science/ai_chamber)
-"An" = (
-/obj/effect/spawner/structure/window/shuttle,
-/obj/machinery/door/poddoor/shutters{
- id = "ospreysci"
+/obj/structure/cable{
+ icon_state = "0-1"
},
-/obj/machinery/door/firedoor/window,
/turf/open/floor/plating,
-/area/ship/science)
-"Ap" = (
-/obj/structure/disposalpipe/segment{
- dir = 2
+/area/ship/storage/eva)
+"wp" = (
+/obj/machinery/washing_machine,
+/obj/machinery/light/small/directional/east,
+/turf/open/floor/plasteel,
+/area/ship/crew)
+"wq" = (
+/obj/structure/cable{
+ icon_state = "1-4"
},
-/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2,
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4,
/obj/structure/cable{
icon_state = "1-2"
},
-/obj/machinery/atmospherics/pipe/simple/dark/hidden/layer5,
-/obj/machinery/atmospherics/pipe/simple/orange/hidden,
-/obj/machinery/atmospherics/pipe/simple/green/hidden/layer1,
-/turf/open/floor/plasteel/dark,
-/area/ship/science/ai_chamber)
-"AB" = (
-/obj/effect/turf_decal/corner/transparent/neutral{
- dir = 4
- },
-/obj/item/kirbyplants/random,
-/turf/open/floor/plasteel,
-/area/ship/hallway/central)
-"AR" = (
-/obj/structure/disposalpipe/segment{
- dir = 2
- },
-/obj/machinery/door/airlock/mining{
- name = "Cargo Office";
- req_access_txt = "31"
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2,
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4,
-/obj/effect/turf_decal/borderfloor{
- dir = 1
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{
+ dir = 8
},
-/obj/structure/cable{
- icon_state = "1-2"
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{
+ dir = 5
},
-/obj/machinery/door/firedoor/border_only{
- dir = 1
+/obj/effect/turf_decal/ntspaceworks_big/six{
+ dir = 8
},
-/obj/machinery/door/firedoor/border_only,
-/turf/open/floor/plasteel,
-/area/ship/cargo/office)
-"AS" = (
/obj/structure/disposalpipe/segment{
dir = 5
},
-/obj/structure/chair/office{
+/turf/open/floor/plasteel/patterned,
+/area/ship/engineering)
+"wr" = (
+/obj/effect/turf_decal/corner/opaque/ntblue/full,
+/obj/effect/turf_decal/corner/opaque/white,
+/obj/structure/disposalpipe/segment,
+/turf/open/floor/plasteel,
+/area/ship/hallway/central)
+"wz" = (
+/obj/effect/turf_decal/trimline/transparent/white/filled/warning{
+ dir = 8
+ },
+/obj/structure/railing/corner{
dir = 1
},
-/obj/effect/landmark/start/quartermaster,
-/obj/effect/turf_decal/corner/opaque/brown{
- dir = 4
+/obj/structure/cable{
+ icon_state = "2-8"
},
-/obj/effect/turf_decal/corner/opaque/brown{
- dir = 1
+/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{
+ dir = 10
},
-/turf/open/floor/plasteel,
-/area/ship/cargo/office)
-"AT" = (
-/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2,
-/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{
- dir = 1
+/obj/structure/cable{
+ icon_state = "1-8"
},
+/turf/open/floor/plasteel/mono/dark,
+/area/ship/bridge)
+"wA" = (
/obj/structure/cable{
icon_state = "4-8"
},
-/turf/open/floor/plasteel/patterned/cargo_one,
-/area/ship/cargo)
-"Bc" = (
-/obj/structure/table/optable,
-/obj/effect/turf_decal/corner/opaque/pink{
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{
dir = 4
},
-/obj/effect/turf_decal/corner/opaque/pink{
- dir = 1
+/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{
+ dir = 10
},
+/obj/structure/disposalpipe/segment,
/turf/open/floor/plasteel/white,
/area/ship/medical)
-"Bl" = (
-/obj/structure/cable{
- icon_state = "2-8"
- },
-/obj/structure/cable{
- icon_state = "1-2"
- },
-/obj/machinery/atmospherics/components/binary/volume_pump,
-/turf/open/floor/plasteel/patterned/grid,
-/area/ship/engineering/atmospherics)
-"Bn" = (
+"wD" = (
/obj/structure/disposalpipe/segment,
-/obj/structure/closet/emcloset/anchored,
-/obj/machinery/firealarm/directional/west,
-/obj/machinery/light_switch{
- dir = 4;
- pixel_x = -20;
- pixel_y = 10
+/obj/effect/turf_decal/trimline/opaque/ntblue/filled/corner,
+/turf/open/floor/plasteel,
+/area/ship/hallway/starboard)
+"wH" = (
+/turf/open/floor/plasteel/mono,
+/area/ship/storage/eva)
+"wL" = (
+/obj/structure/chair/comfy/blue/corpo/directional/south,
+/obj/effect/turf_decal/trimline/opaque/ntblue/line{
+ dir = 9
},
-/turf/open/floor/plasteel,
-/area/ship/cargo)
-"Bp" = (
-/obj/machinery/computer/security/telescreen/entertainment{
- pixel_y = -32
- },
-/obj/effect/turf_decal/siding/wood,
-/turf/open/floor/wood,
-/area/ship/crew/canteen)
-"Bq" = (
-/obj/structure/disposalpipe/segment{
+/obj/effect/turf_decal/siding/thinplating/dark{
dir = 8
},
-/obj/structure/table,
-/obj/item/storage/belt/utility{
- pixel_y = 6
- },
-/obj/item/hand_labeler{
- pixel_x = 15;
- pixel_y = 7
- },
-/obj/item/multitool{
- pixel_x = 7;
- pixel_y = 2
- },
-/obj/item/clothing/head/soft{
- pixel_x = -7
- },
-/obj/effect/turf_decal/corner/opaque/brown{
- dir = 4
+/turf/open/floor/plasteel/dark,
+/area/ship/bridge)
+"wM" = (
+/obj/machinery/telecomms/relay{
+ freq_listening = list(1351);
+ id = "Nanotrasen Relay";
+ name = "Nanotrasen relay";
+ network = "nt_commnet"
},
-/obj/effect/turf_decal/corner/opaque/brown{
+/turf/open/floor/circuit,
+/area/ship/science/ai_chamber)
+"wN" = (
+/turf/open/floor/plasteel/mono,
+/area/ship/hallway/port)
+"wO" = (
+/obj/machinery/disposal/bin,
+/obj/effect/turf_decal/trimline/opaque/ntblue/filled/line{
dir = 1
},
+/obj/structure/disposalpipe/trunk,
/turf/open/floor/plasteel,
-/area/ship/cargo/office)
-"Bs" = (
-/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4,
-/obj/structure/cable{
- icon_state = "2-4"
- },
-/turf/open/floor/plasteel/patterned,
-/area/ship/cargo)
-"Bu" = (
-/obj/machinery/vending/cola/random,
-/obj/effect/turf_decal/corner/opaque/white{
- dir = 8
+/area/ship/hallway/central)
+"wS" = (
+/obj/structure/tank_dispenser/oxygen,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{
+ dir = 5
},
-/obj/effect/turf_decal/corner/opaque/white{
+/obj/effect/turf_decal/borderfloor{
dir = 4
},
-/obj/item/radio/intercom/directional/north,
-/obj/machinery/light/directional/west,
-/turf/open/floor/plasteel,
-/area/ship/crew/canteen)
-"Bv" = (
-/obj/machinery/conveyor{
- dir = 1;
- id = "osprey_packagesort"
- },
-/obj/structure/sign/poster/contraband/steppyflag{
- pixel_x = 32
+/turf/open/floor/plasteel/tech/grid,
+/area/ship/hallway/starboard)
+"wU" = (
+/obj/structure/cable{
+ icon_state = "2-4"
},
-/turf/open/floor/plating,
-/area/ship/cargo/office)
-"BH" = (
-/obj/structure/sign/nanotrasen,
-/turf/closed/wall/mineral/titanium/nodiagonal,
-/area/ship/crew/dorm)
-"BK" = (
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4,
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2,
/obj/structure/disposalpipe/segment{
- dir = 8
- },
-/obj/structure/cable{
- icon_state = "4-8"
+ dir = 6
},
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{
- dir = 4
+/turf/open/floor/plasteel/mono,
+/area/ship/crew/canteen)
+"wX" = (
+/turf/closed/wall/mineral/titanium/interior,
+/area/ship/crew)
+"wY" = (
+/obj/machinery/atmospherics/components/unary/vent_pump/siphon/atmos/nitrogen_output,
+/turf/open/floor/engine/n2,
+/area/ship/engineering/atmospherics)
+"xa" = (
+/obj/effect/turf_decal/siding/yellow,
+/turf/open/floor/plasteel,
+/area/ship/engineering)
+"xe" = (
+/obj/machinery/button/door{
+ dir = 4;
+ id = "harriercargo";
+ name = "Shutter Control";
+ pixel_x = -25;
+ pixel_y = 5
},
-/obj/structure/cable{
- icon_state = "1-8"
+/obj/machinery/button/door{
+ id = "harriercargoaccess";
+ name = "Cargo Bay Shutters";
+ pixel_x = -6;
+ pixel_y = 24
},
-/obj/machinery/light/directional/south,
-/turf/open/floor/plasteel/patterned/grid,
-/area/ship/engineering)
-"BL" = (
-/obj/structure/disposalpipe/segment{
- dir = 2
+/obj/machinery/button/door{
+ id = "harriereva";
+ name = "EVA Storage Shutters";
+ pixel_x = 6;
+ pixel_y = 24
},
-/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2,
-/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{
+/obj/machinery/computer/cargo,
+/obj/effect/turf_decal/trimline/opaque/nsorange/line{
dir = 8
},
+/turf/open/floor/plasteel,
+/area/ship/cargo)
+"xf" = (
/obj/structure/cable{
- icon_state = "1-2"
+ icon_state = "2-8"
},
-/obj/machinery/airalarm/directional/west,
-/obj/machinery/atmospherics/pipe/simple/dark/hidden/layer5,
-/obj/machinery/atmospherics/pipe/simple/orange/hidden,
-/obj/machinery/atmospherics/pipe/simple/green/hidden/layer1,
-/turf/open/floor/plasteel/dark,
-/area/ship/science/ai_chamber)
-"BN" = (
/obj/structure/cable{
- icon_state = "1-4"
+ icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{
- dir = 5
- },
-/obj/machinery/atmospherics/components/binary/volume_pump{
- dir = 8
- },
-/turf/open/floor/plasteel/patterned/grid,
-/area/ship/engineering)
-"BU" = (
-/obj/machinery/door/window/eastleft,
-/obj/structure/toilet{
- dir = 4
+ dir = 10
},
-/obj/structure/curtain,
-/turf/open/floor/plasteel/freezer,
-/area/ship/crew/toilet)
-"Cj" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{
- dir = 9
+ dir = 10
},
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{
- dir = 5
+/obj/machinery/firealarm/directional/north,
+/obj/structure/disposalpipe/segment{
+ dir = 8
},
-/turf/open/floor/plasteel/patterned/grid,
-/area/ship/cargo)
-"Cn" = (
-/turf/open/floor/plasteel,
+/turf/open/floor/plasteel/mono,
/area/ship/hallway/central)
-"Cp" = (
-/obj/structure/disposalpipe/segment{
+"xg" = (
+/obj/effect/turf_decal/trimline/transparent/white/filled/warning{
dir = 8
},
-/obj/effect/turf_decal/corner/opaque/bar,
-/obj/effect/turf_decal/corner/opaque/bar{
- dir = 4
+/obj/structure/railing/corner{
+ dir = 1
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{
- dir = 4
+ dir = 6
},
/obj/structure/cable{
icon_state = "4-8"
},
-/turf/open/floor/plasteel,
-/area/ship/hallway/central)
-"Cu" = (
-/obj/effect/turf_decal/box/corners{
+/turf/open/floor/plasteel/mono/dark,
+/area/ship/bridge)
+"xj" = (
+/obj/structure/railing,
+/obj/effect/turf_decal/trimline/transparent/white/filled/warning{
dir = 4
},
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4,
/obj/structure/cable{
- icon_state = "1-2"
+ icon_state = "4-8"
},
-/turf/open/floor/plasteel/patterned/cargo_one,
-/area/ship/cargo)
-"Cv" = (
-/turf/closed/wall/mineral/titanium/nodiagonal,
-/area/ship/cargo)
-"Cw" = (
-/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2,
-/turf/open/floor/plasteel/patterned,
-/area/ship/cargo)
-"CA" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{
dir = 4
},
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{
+/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{
dir = 4
},
-/obj/structure/cable{
- icon_state = "4-8"
+/obj/structure/disposalpipe/segment{
+ dir = 9
},
-/turf/open/floor/plasteel/patterned/cargo_one,
+/turf/open/floor/plasteel,
/area/ship/cargo)
-"CC" = (
-/obj/effect/turf_decal/corner/opaque/ntblue{
- dir = 1
- },
-/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{
- dir = 1
- },
-/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{
- dir = 1
- },
+"xl" = (
/obj/structure/cable{
icon_state = "4-8"
},
-/obj/structure/cable{
- icon_state = "2-4"
- },
-/turf/open/floor/plasteel,
-/area/ship/hallway/central)
-"CF" = (
-/turf/closed/wall/mineral/titanium,
-/area/ship/medical)
-"CH" = (
-/obj/structure/disposalpipe/segment{
- dir = 8
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{
+ dir = 4
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{
- dir = 10
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{
- dir = 10
+ dir = 4
},
+/obj/item/radio/intercom/directional/north,
+/turf/open/floor/plasteel/dark,
+/area/ship/crew/cryo)
+"xn" = (
+/turf/open/floor/plasteel/mono,
+/area/ship/crew/canteen)
+"xo" = (
/obj/structure/cable{
icon_state = "4-8"
},
-/obj/effect/turf_decal/corner/opaque/blue{
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{
dir = 4
},
-/obj/effect/turf_decal/corner/opaque/blue{
- dir = 1
- },
-/turf/open/floor/plasteel/white,
-/area/ship/medical)
-"CL" = (
-/obj/machinery/door/airlock{
- name = "Restroom";
+/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{
dir = 4
},
/obj/structure/disposalpipe/segment{
dir = 8
},
-/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{
- dir = 4
+/obj/structure/closet/emcloset/wall/directional/south,
+/obj/structure/chair/handrail{
+ dir = 1
},
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{
+/turf/open/floor/plasteel/mono,
+/area/ship/hallway/central)
+"xv" = (
+/obj/structure/chair{
dir = 4
},
-/obj/effect/turf_decal/borderfloor{
- dir = 8
- },
/obj/structure/cable{
- icon_state = "4-8"
+ icon_state = "1-2"
},
-/obj/machinery/door/firedoor/border_only{
- dir = 4
+/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{
+ dir = 9
},
-/obj/machinery/door/firedoor/border_only{
- dir = 8
+/obj/effect/turf_decal/siding/yellow,
+/turf/open/floor/plasteel,
+/area/ship/engineering)
+"xy" = (
+/obj/structure/table/wood,
+/obj/machinery/airalarm/directional/north,
+/turf/open/floor/carpet/cyan,
+/area/ship/crew)
+"xD" = (
+/obj/item/kirbyplants/random,
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{
+ dir = 1
+ },
+/obj/structure/sign/poster/official/random{
+ pixel_y = -32
},
+/obj/effect/turf_decal/trimline/opaque/ntblue/filled/line,
/turf/open/floor/plasteel,
-/area/ship/crew/toilet)
-"CQ" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{
+/area/ship/hallway/central)
+"xH" = (
+/obj/structure/railing,
+/obj/structure/table,
+/obj/effect/turf_decal/industrial/warning{
dir = 4
},
-/turf/open/floor/plasteel/white,
-/area/ship/medical)
-"CT" = (
-/obj/machinery/deepfryer,
-/obj/effect/turf_decal/corner/opaque/white{
+/obj/structure/disposalpipe/junction/yjunction{
dir = 4
},
-/obj/effect/turf_decal/corner/opaque/white{
- dir = 8
+/obj/item/stack/packageWrap{
+ pixel_y = 11
},
-/turf/open/floor/plasteel,
-/area/ship/crew/canteen)
-"Dg" = (
-/obj/machinery/door/window/southright{
- name = "Kitchen";
- req_access_txt = "28"
+/obj/item/stack/packageWrap{
+ pixel_y = 5
},
+/obj/item/stack/wrapping_paper,
+/obj/item/stack/tape,
+/turf/open/floor/plasteel,
+/area/ship/cargo)
+"xK" = (
/obj/effect/turf_decal/corner/opaque/white{
dir = 4
},
/obj/effect/turf_decal/corner/opaque/white{
dir = 8
},
-/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2,
-/obj/machinery/door/firedoor/border_only,
-/obj/machinery/door/firedoor/border_only{
- dir = 1
- },
-/obj/structure/curtain/bounty,
/turf/open/floor/plasteel,
/area/ship/crew/canteen)
-"Di" = (
-/obj/structure/filingcabinet/double,
-/obj/effect/turf_decal/corner/opaque/ntblue{
- dir = 4
+"xM" = (
+/obj/structure/cable{
+ icon_state = "2-8"
},
-/obj/effect/turf_decal/corner/opaque/ntblue{
- dir = 1
+/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{
+ dir = 8
},
-/obj/machinery/light/directional/north,
-/turf/open/floor/plasteel/dark,
-/area/ship/bridge)
-"Dj" = (
-/obj/structure/table/glass,
-/obj/item/defibrillator,
-/obj/effect/turf_decal/corner/opaque/pink{
- dir = 4
+/turf/open/floor/plasteel/freezer,
+/area/ship/crew/toilet)
+"xN" = (
+/obj/structure/table/reinforced,
+/obj/structure/window/reinforced{
+ dir = 8
},
-/obj/effect/turf_decal/corner/opaque/pink{
+/obj/structure/window/reinforced{
dir = 1
},
-/obj/effect/turf_decal/corner/opaque/pink,
-/obj/structure/sign/warning/nosmoking/circle{
- pixel_x = 25
+/obj/machinery/computer/med_data/laptop{
+ dir = 4
},
-/turf/open/floor/plasteel/white,
-/area/ship/medical)
-"Dq" = (
-/obj/effect/turf_decal/industrial/warning/corner{
- dir = 8
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{
+ dir = 4
},
-/obj/structure/marker_beacon,
-/turf/open/floor/engine/hull,
-/area/ship/external)
-"Dx" = (
-/obj/structure/reagent_dispensers/fueltank,
-/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2,
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4,
-/turf/open/floor/plasteel/patterned/cargo_one,
-/area/ship/cargo)
-"DA" = (
-/obj/structure/cable{
- icon_state = "0-2"
+/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{
+ dir = 4
},
-/obj/effect/turf_decal/siding/wood{
- dir = 5
+/obj/machinery/door/firedoor/border_only{
+ dir = 8
},
-/obj/machinery/power/apc/auto_name/directional/east,
-/obj/machinery/light_switch{
- pixel_x = 20;
- dir = 8;
- pixel_y = 11
+/obj/machinery/door/firedoor/border_only{
+ dir = 1
},
-/turf/open/floor/wood,
-/area/ship/crew/canteen)
-"DE" = (
-/obj/effect/turf_decal/industrial/loading{
- dir = 8
+/turf/open/floor/carpet/cyan,
+/area/ship/medical)
+"xQ" = (
+/obj/structure/cable{
+ icon_state = "4-8"
},
-/obj/effect/turf_decal/corner/opaque/brown{
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{
dir = 8
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{
- dir = 5
+ dir = 4
},
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{
- dir = 5
+/turf/open/floor/plasteel/freezer,
+/area/ship/crew/toilet)
+"xS" = (
+/obj/machinery/disposal/bin,
+/obj/structure/disposalpipe/trunk{
+ dir = 1
},
-/turf/open/floor/plasteel/patterned,
-/area/ship/cargo)
-"DF" = (
-/obj/structure/sign/number/eight{
- color = "Black"
+/turf/open/floor/plasteel,
+/area/ship/crew)
+"yc" = (
+/obj/structure/cable{
+ icon_state = "5-10"
},
-/turf/closed/wall/mineral/titanium/nodiagonal,
-/area/ship/cargo/office)
-"DH" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4,
/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2,
-/obj/effect/turf_decal/corner/opaque/white{
- dir = 8
+/turf/open/floor/plasteel/mono,
+/area/ship/hallway/starboard)
+"yd" = (
+/obj/structure/railing{
+ dir = 4
},
-/obj/effect/turf_decal/corner/opaque/white{
+/obj/structure/cable{
+ icon_state = "1-2"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4,
+/obj/machinery/atmospherics/pipe/simple/purple/hidden,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2,
+/obj/effect/turf_decal/siding/yellow{
dir = 4
},
-/turf/open/floor/plasteel,
-/area/ship/crew/canteen)
-"DK" = (
-/obj/machinery/vending/dinnerware,
-/obj/effect/turf_decal/corner/opaque/white{
+/obj/structure/disposalpipe/segment,
+/turf/open/floor/plasteel/stairs{
+ dir = 1
+ },
+/area/ship/engineering/engine)
+"yl" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{
dir = 4
},
-/obj/effect/turf_decal/corner/opaque/white{
+/turf/open/floor/plasteel/patterned/cargo_one,
+/area/ship/cargo)
+"ym" = (
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{
dir = 8
},
-/obj/machinery/light/dim/directional/east,
-/turf/open/floor/plasteel,
-/area/ship/crew/canteen)
-"DO" = (
-/obj/effect/turf_decal/industrial/warning,
-/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{
- dir = 1
+/obj/machinery/firealarm/directional/east,
+/obj/structure/closet/firecloset,
+/obj/effect/turf_decal/industrial/outline/yellow,
+/turf/open/floor/plasteel/tech,
+/area/ship/engineering)
+"yr" = (
+/obj/machinery/door/airlock/mining{
+ dir = 4;
+ name = "Storage Bay";
+ req_access_txt = "31"
+ },
+/obj/machinery/door/firedoor/border_only{
+ dir = 8
+ },
+/obj/machinery/door/firedoor/border_only{
+ dir = 4
},
/turf/open/floor/plasteel/patterned,
/area/ship/cargo)
-"DP" = (
-/obj/structure/sign/number/four{
- color = "Black";
- dir = 1
+"ys" = (
+/obj/machinery/atmospherics/pipe/simple/green/hidden/layer1,
+/obj/machinery/atmospherics/pipe/simple/purple/hidden{
+ dir = 6
},
-/turf/closed/wall/mineral/titanium/nodiagonal,
-/area/ship/science)
-"DU" = (
-/obj/structure/sign/nanotrasen,
-/turf/closed/wall/mineral/titanium/nodiagonal,
-/area/ship/bridge)
-"DV" = (
-/obj/structure/chair{
+/obj/effect/turf_decal/industrial/warning,
+/obj/structure/disposalpipe/segment{
dir = 8
},
-/obj/structure/railing{
- dir = 6;
- layer = 3.1
+/turf/open/floor/plasteel/patterned,
+/area/ship/engineering/engine)
+"yx" = (
+/obj/effect/turf_decal/industrial/warning,
+/obj/structure/cable{
+ icon_state = "2-4"
},
-/turf/open/floor/plasteel,
-/area/ship/cargo)
-"DY" = (
-/obj/structure/chair{
- dir = 8
+/obj/structure/cable{
+ icon_state = "4-8"
},
-/obj/effect/landmark/start/assistant,
-/obj/effect/turf_decal/siding/wood{
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{
dir = 6
},
-/obj/machinery/firealarm/directional/south,
-/obj/machinery/light/directional/east,
-/turf/open/floor/wood,
-/area/ship/crew/canteen)
-"Ee" = (
-/obj/structure/closet/secure_closet{
- icon_state = "med_secure";
- name = "medical doctor's locker"
- },
-/obj/structure/cable{
- icon_state = "0-4"
+/obj/machinery/atmospherics/pipe/simple/green/hidden/layer1,
+/obj/machinery/atmospherics/pipe/simple/purple/hidden{
+ dir = 6
},
-/obj/effect/turf_decal/corner/opaque/blue{
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{
dir = 8
},
-/obj/effect/turf_decal/corner/opaque/blue{
+/obj/structure/disposalpipe/segment{
+ dir = 6
+ },
+/turf/open/floor/plasteel,
+/area/ship/engineering/engine)
+"yz" = (
+/obj/machinery/atmospherics/pipe/simple/green/hidden/layer1,
+/obj/machinery/atmospherics/pipe/simple/purple/hidden{
+ dir = 5
+ },
+/obj/effect/turf_decal/industrial/warning{
dir = 1
},
-/obj/item/storage/backpack/duffelbag/med,
-/obj/item/storage/backpack/messenger/med,
-/obj/item/storage/backpack/satchel/med,
-/obj/item/storage/backpack/medic,
-/obj/item/clothing/shoes/sneakers/white,
-/obj/item/clothing/under/rank/medical/doctor/skirt,
-/obj/item/clothing/under/rank/medical/doctor,
-/obj/item/clothing/suit/toggle/labcoat,
-/obj/item/storage/belt/medical,
-/obj/item/clothing/glasses/hud/health,
-/obj/machinery/power/apc/auto_name/directional/west,
-/obj/machinery/light_switch{
- dir = 4;
- pixel_x = -19;
- pixel_y = 12
+/obj/structure/disposalpipe/segment{
+ dir = 8
},
-/turf/open/floor/plasteel/white,
-/area/ship/medical)
-"Ek" = (
+/turf/open/floor/plasteel/patterned,
+/area/ship/engineering/engine)
+"yB" = (
+/obj/structure/disposalpipe/segment,
+/turf/open/floor/plasteel/mono,
+/area/ship/crew/canteen)
+"yE" = (
/obj/effect/turf_decal/industrial/warning{
- dir = 6
+ dir = 5
},
-/obj/machinery/conveyor_switch/oneway{
- id = "osprey_packagesort"
+/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{
+ dir = 8
},
/turf/open/floor/plasteel,
-/area/ship/cargo/office)
-"Em" = (
-/obj/machinery/door/window/eastright{
- dir = 2;
- req_access = list(11)
+/area/ship/cargo)
+"yG" = (
+/obj/structure/table/wood,
+/obj/item/storage/pill_bottle/dice,
+/obj/effect/turf_decal/siding/wood,
+/obj/machinery/computer/helm/viewscreen/directional/south,
+/turf/open/floor/wood,
+/area/ship/crew)
+"yI" = (
+/obj/effect/turf_decal/trimline/transparent/white/filled/warning{
+ dir = 1
+ },
+/obj/effect/turf_decal/trimline/transparent/white/filled/warning,
+/obj/machinery/door/firedoor/border_only{
+ dir = 1
},
/obj/machinery/door/firedoor/border_only,
/obj/structure/cable{
- icon_state = "1-2"
+ icon_state = "5-10"
},
-/turf/open/floor/plasteel/patterned/grid,
-/area/ship/engineering)
-"Es" = (
-/obj/effect/turf_decal/corner/transparent/neutral{
- dir = 4
+/turf/open/floor/plasteel/mono,
+/area/ship/hallway/starboard)
+"yL" = (
+/obj/structure/fluff/hedge,
+/obj/structure/fluff/hedge,
+/obj/effect/turf_decal/trimline/opaque/ntblue/filled/line{
+ dir = 1
},
-/turf/open/floor/plasteel,
+/obj/effect/turf_decal/trimline/opaque/ntblue/filled/line,
+/turf/open/floor/plasteel/tech/techmaint,
/area/ship/hallway/central)
-"Ey" = (
-/obj/structure/disposalpipe/segment{
- dir = 5
+"yR" = (
+/obj/item/storage/backpack/medic,
+/obj/item/clothing/shoes/sneakers/blue,
+/obj/item/clothing/under/nanotrasen/medical/paramedic,
+/obj/item/clothing/head/nanotrasen/cap/medical,
+/obj/item/clothing/glasses/hud/health,
+/obj/item/storage/belt/medical/paramedic,
+/obj/structure/closet/secure_closet/medical3{
+ icon_state = "brig_phys";
+ name = "paramedic's locker";
+ populate = 0;
+ req_access = list(5)
+ },
+/obj/item/storage/backpack/messenger/para,
+/obj/effect/turf_decal/trimline/opaque/blue/line{
+ dir = 1
},
+/turf/open/floor/plasteel/white,
+/area/ship/medical)
+"yS" = (
+/obj/machinery/door/airlock/external/glass{
+ dir = 4
+ },
+/obj/effect/turf_decal/industrial/warning/fulltile,
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{
- dir = 5
+ dir = 4
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{
- dir = 5
+ dir = 4
},
-/obj/structure/cable{
- icon_state = "1-4"
+/turf/open/floor/engine,
+/area/ship/engineering/engine)
+"yY" = (
+/obj/structure/toilet{
+ dir = 1
},
-/obj/structure/railing,
-/turf/open/floor/plasteel/dark,
-/area/ship/hallway/central)
-"EA" = (
-/obj/effect/turf_decal/industrial/warning{
- dir = 4
+/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{
+ dir = 1
},
-/turf/open/floor/plasteel/patterned,
+/turf/open/floor/plasteel/freezer,
+/area/ship/bridge)
+"za" = (
+/obj/machinery/conveyor/inverted{
+ dir = 6;
+ id = "harrier_packagesort"
+ },
+/turf/open/floor/plating,
/area/ship/cargo)
-"EN" = (
+"zc" = (
/obj/effect/spawner/structure/window/shuttle,
-/obj/machinery/door/poddoor/shutters{
- id = "ospreywindows";
+/obj/machinery/atmospherics/pipe/simple/brown/visible/layer1{
+ dir = 8
+ },
+/obj/machinery/door/poddoor{
+ dir = 4;
+ id = "harrierwindows";
+ name = "Window Blast Door"
+ },
+/obj/machinery/atmospherics/pipe/simple/orange/visible/layer5{
dir = 4
},
-/obj/machinery/door/firedoor/heavy,
/turf/open/floor/plating,
-/area/ship/crew/cryo)
-"EO" = (
-/obj/structure/closet,
-/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/machinery/firealarm/directional/south,
-/obj/machinery/light/small/directional/east,
-/turf/open/floor/plasteel,
-/area/ship/crew/cryo)
-"ET" = (
-/obj/structure/table/wood,
-/obj/item/paper_bin{
- pixel_x = 6
- },
-/obj/item/folder,
-/obj/item/pen,
-/obj/machinery/light/small/directional/south,
-/turf/open/floor/wood,
-/area/ship/crew/dorm)
-"EW" = (
-/obj/machinery/atmospherics/pipe/simple/orange/visible{
- dir = 10
- },
-/obj/effect/turf_decal/industrial/warning{
- dir = 4
+/area/ship/engineering/atmospherics)
+"zd" = (
+/obj/structure/cable{
+ icon_state = "2-4"
},
-/turf/open/floor/plating,
-/area/ship/engineering)
-"EX" = (
+/obj/machinery/light/small/directional/north,
/obj/structure/disposalpipe/segment{
- dir = 10
+ dir = 6
},
-/obj/effect/turf_decal/corner/opaque/brown,
-/obj/effect/turf_decal/corner/opaque/brown{
+/turf/open/floor/carpet/cyan,
+/area/ship/medical)
+"zm" = (
+/obj/machinery/atmospherics/pipe/simple/brown/visible/layer1{
dir = 8
},
-/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{
- dir = 4
+/obj/machinery/camera,
+/turf/open/floor/plasteel/patterned,
+/area/ship/engineering/atmospherics)
+"zr" = (
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{
+ dir = 8
},
-/turf/open/floor/plasteel,
-/area/ship/cargo)
-"Fe" = (
-/obj/machinery/door/airlock/highsecurity{
- name = "AI Chamber";
- req_access_txt = "10"
+/obj/machinery/light_switch{
+ pixel_x = -5;
+ pixel_y = 20
},
-/obj/structure/disposalpipe/segment{
- dir = 2
+/obj/machinery/firealarm/directional/north{
+ pixel_x = 6
},
-/obj/effect/turf_decal/borderfloor{
+/obj/effect/turf_decal/trimline/opaque/vired/line{
dir = 1
},
-/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2,
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4,
-/obj/structure/cable{
- icon_state = "1-2"
- },
-/obj/machinery/atmospherics/pipe/simple/orange/hidden,
-/obj/machinery/door/firedoor,
-/turf/open/floor/plasteel/tech/grid,
-/area/ship/science/ai_chamber)
-"Fj" = (
-/obj/structure/window/reinforced{
- dir = 4
+/turf/open/floor/plasteel/dark,
+/area/ship/security)
+"zs" = (
+/obj/machinery/atmospherics/components/unary/outlet_injector/atmos/atmos_waste{
+ dir = 4;
+ piping_layer = 1
},
-/obj/machinery/atmospherics/pipe/manifold/orange/visible{
- dir = 4
+/obj/machinery/atmospherics/pipe/simple/orange/visible/layer5{
+ dir = 6
},
-/turf/open/floor/plasteel/patterned/grid,
-/area/ship/engineering)
-"Fk" = (
-/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{
- dir = 8
+/turf/open/floor/engine/hull/reinforced,
+/area/ship/external/dark)
+"zv" = (
+/obj/effect/turf_decal/trimline/opaque/blue/line,
+/obj/structure/closet/emcloset/wall/directional/south,
+/obj/machinery/camera{
+ dir = 10
},
-/turf/open/floor/plasteel/dark,
-/area/ship/bridge)
-"Fo" = (
-/obj/effect/turf_decal/corner/opaque/white{
+/turf/open/floor/plasteel/white,
+/area/ship/medical)
+"zx" = (
+/obj/structure/sign/directions/service{
dir = 4
},
-/obj/effect/turf_decal/corner/opaque/white{
- dir = 8
+/obj/structure/sign/directions/supply{
+ dir = 4;
+ pixel_y = -6
},
-/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2,
-/turf/open/floor/plasteel,
+/obj/structure/sign/directions/medical{
+ dir = 4;
+ pixel_y = 6
+ },
+/turf/closed/wall/mineral/titanium/nodiagonal,
/area/ship/crew/canteen)
-"Fr" = (
-/obj/structure/table,
-/obj/item/instrument/saxophone,
-/turf/open/floor/plasteel,
-/area/ship/crew/cryo)
-"Fs" = (
-/obj/machinery/door/window/northleft{
- name = "Mining Storage";
- req_access_txt = "48"
+"zy" = (
+/obj/machinery/atmospherics/pipe/simple/brown/visible/layer1,
+/obj/machinery/atmospherics/pipe/simple/cyan/visible{
+ dir = 4
},
-/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2,
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4,
-/obj/effect/turf_decal/borderfloor{
+/obj/machinery/atmospherics/pipe/simple/purple/visible,
+/turf/open/floor/plasteel/patterned,
+/area/ship/engineering/atmospherics)
+"zF" = (
+/obj/structure/fluff/hedge,
+/obj/effect/turf_decal/trimline/opaque/ntblue/filled/line{
dir = 1
},
+/obj/effect/turf_decal/trimline/opaque/ntblue/filled/line,
+/turf/open/floor/plasteel/tech/techmaint,
+/area/ship/hallway/central)
+"zI" = (
/obj/structure/cable{
- icon_state = "1-2"
- },
-/obj/machinery/door/firedoor/border_only{
- dir = 1
+ icon_state = "1-4"
},
-/turf/open/floor/plasteel/patterned/grid,
-/area/ship/cargo)
-"FC" = (
-/obj/structure/disposalpipe/segment{
- dir = 2
+/obj/machinery/atmospherics/components/binary/volume_pump/on/layer4{
+ dir = 8;
+ name = "Waste to Recycling"
},
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4,
-/obj/effect/turf_decal/siding/wood{
- dir = 1
+/obj/machinery/atmospherics/pipe/manifold/green/visible/layer1{
+ dir = 4
},
-/turf/open/floor/wood,
-/area/ship/crew/canteen)
-"FF" = (
-/obj/machinery/button/massdriver{
- id = "osprey_disposals";
- name = "disposals button";
- pixel_x = 7;
- pixel_y = 24
+/obj/machinery/atmospherics/pipe/simple/purple/visible{
+ dir = 5
},
-/obj/machinery/button/door{
- id = "osprey_disposals_preopen";
- pixel_x = -7;
- pixel_y = 25
+/obj/machinery/atmospherics/pipe/simple/orange/visible/layer5{
+ dir = 5
},
-/obj/machinery/conveyor_switch/oneway{
- id = "osprey_garbage"
+/obj/effect/turf_decal/siding/yellow/corner{
+ dir = 1
},
-/turf/open/floor/plating,
-/area/ship/crew/janitor)
-"FI" = (
-/obj/structure/sign/warning/docking{
- pixel_y = -8
+/obj/effect/turf_decal/siding/yellow/corner{
+ dir = 4
},
-/turf/closed/wall/mineral/titanium/nodiagonal,
-/area/ship/hallway/central)
-"FL" = (
-/turf/open/floor/plasteel,
-/area/ship/crew/cryo)
-"FP" = (
/obj/structure/disposalpipe/segment{
- dir = 8
+ dir = 5
},
-/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{
- dir = 1
+/turf/open/floor/plasteel,
+/area/ship/engineering/engine)
+"zO" = (
+/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2,
+/obj/effect/turf_decal/trimline/opaque/ntblue/filled/line{
+ dir = 4
},
-/turf/open/floor/plasteel/white,
-/area/ship/medical)
-"FV" = (
-/obj/structure/sign/departments/restroom,
-/turf/closed/wall/mineral/titanium/nodiagonal,
-/area/ship/crew/toilet)
-"FZ" = (
-/obj/structure/table/wood,
-/obj/structure/bedsheetbin,
-/obj/item/radio/intercom/directional/north,
-/turf/open/floor/wood,
-/area/ship/crew/dorm)
-"Ga" = (
-/obj/structure/chair{
+/turf/open/floor/plasteel,
+/area/ship/hallway/central)
+"zT" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{
dir = 4
},
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2,
/obj/structure/disposalpipe/segment{
dir = 8
},
-/obj/effect/landmark/start/assistant,
-/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{
- dir = 4
+/turf/open/floor/plasteel/mono,
+/area/ship/hallway/central)
+"zU" = (
+/obj/structure/cable{
+ icon_state = "4-10"
},
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{
dir = 4
},
-/obj/structure/cable{
- icon_state = "4-8"
+/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{
+ dir = 4
},
-/turf/open/floor/wood,
-/area/ship/crew/canteen)
-"Ge" = (
-/obj/effect/turf_decal/corner/transparent/neutral,
-/turf/open/floor/plasteel,
+/obj/structure/disposalpipe/segment{
+ dir = 8
+ },
+/turf/open/floor/plasteel/mono,
/area/ship/hallway/central)
-"Gk" = (
-/obj/effect/turf_decal/box/corners,
-/turf/open/floor/plasteel/patterned/cargo_one,
-/area/ship/cargo)
-"Gp" = (
-/obj/machinery/atmospherics/pipe/simple/cyan/visible{
+"zV" = (
+/obj/structure/cable{
+ icon_state = "1-2"
+ },
+/obj/structure/chair/handrail{
dir = 4
},
-/turf/open/floor/plasteel/patterned/grid,
-/area/ship/engineering/atmospherics)
-"Gr" = (
+/turf/open/floor/plasteel/mono,
+/area/ship/hallway/starboard)
+"zX" = (
+/obj/machinery/computer/station_alert{
+ dir = 8;
+ icon_state = "computer-left"
+ },
+/obj/structure/cable{
+ icon_state = "1-4"
+ },
/obj/structure/cable{
icon_state = "1-2"
},
+/turf/open/floor/plasteel/tech/grid,
+/area/ship/bridge)
+"zY" = (
+/obj/structure/table/reinforced,
+/obj/item/folder/blue,
/obj/structure/cable{
icon_state = "1-4"
},
-/obj/machinery/atmospherics/pipe/simple/orange/visible{
- dir = 10
+/obj/structure/cable{
+ icon_state = "1-2"
},
-/turf/open/floor/plasteel/patterned/grid,
-/area/ship/engineering)
-"Gt" = (
-/obj/effect/turf_decal/industrial/warning/fulltile,
-/obj/machinery/door/poddoor{
- id = "ospreydoors";
- name = "Cargo Bay Blast Door";
- dir = 4
+/turf/open/floor/carpet/royalblue,
+/area/ship/bridge)
+"Ad" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{
+ dir = 5
},
-/turf/open/floor/plasteel/tech,
-/area/ship/cargo)
-"Gu" = (
-/obj/machinery/conveyor/inverted{
- dir = 10;
- id = "osprey_packagesort"
+/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{
+ dir = 5
},
-/turf/open/floor/plating,
-/area/ship/cargo/office)
-"Gw" = (
-/obj/machinery/conveyor/inverted{
- dir = 6;
- id = "osprey_production"
+/obj/structure/disposalpipe/segment{
+ dir = 5
+ },
+/turf/open/floor/plasteel/mono,
+/area/ship/hallway/central)
+"Ah" = (
+/obj/effect/turf_decal/industrial/warning{
+ dir = 8
+ },
+/obj/machinery/door/window/westright,
+/obj/structure/disposalpipe/sorting/mail/flip{
+ dir = 8;
+ sortType = 22;
+ tag = "Janitor Closet"
},
/turf/open/floor/plating,
-/area/ship/cargo)
-"Gz" = (
-/obj/machinery/door/airlock/highsecurity{
- name = "AI Chamber";
- req_access_txt = "10"
+/area/ship/crew/janitor)
+"Aj" = (
+/obj/structure/cable{
+ icon_state = "1-2"
},
-/obj/structure/disposalpipe/segment{
- dir = 2
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{
+ dir = 4
},
-/obj/effect/turf_decal/borderfloor,
/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2,
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4,
+/obj/structure/disposalpipe/segment,
+/turf/open/floor/plasteel/mono/dark,
+/area/ship/bridge)
+"Ak" = (
+/obj/machinery/power/apc/auto_name/directional/south,
+/obj/structure/cable,
+/turf/open/floor/plasteel/freezer,
+/area/ship/crew/toilet)
+"Al" = (
+/obj/structure/railing,
+/obj/structure/table,
+/obj/item/paper_bin,
+/obj/item/hand_labeler_refill,
+/obj/item/hand_labeler_refill,
+/obj/item/hand_labeler,
+/obj/item/destTagger,
+/turf/open/floor/plasteel,
+/area/ship/cargo)
+"Ao" = (
+/obj/machinery/computer/card{
+ dir = 8;
+ icon_state = "computer-left"
+ },
/obj/structure/cable{
- icon_state = "1-2"
+ icon_state = "2-4"
},
-/obj/machinery/atmospherics/pipe/simple/dark/hidden/layer5,
-/obj/machinery/atmospherics/pipe/simple/orange/hidden,
-/obj/machinery/door/firedoor,
-/obj/machinery/atmospherics/pipe/simple/green/hidden/layer1,
/turf/open/floor/plasteel/tech/grid,
-/area/ship/science/ai_chamber)
-"GC" = (
-/obj/machinery/vending/boozeomat,
-/obj/effect/turf_decal/corner/opaque/white{
+/area/ship/bridge)
+"Av" = (
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{
dir = 4
},
-/obj/effect/turf_decal/corner/opaque/white{
+/obj/effect/turf_decal/trimline/opaque/ntblue/filled/corner{
dir = 8
},
-/obj/structure/sign/poster/official/cleanliness{
- pixel_y = 32
- },
-/obj/machinery/light/directional/west,
+/turf/open/floor/plasteel,
+/area/ship/storage/eva)
+"Aw" = (
+/obj/structure/table,
+/obj/effect/turf_decal/trimline/opaque/ntblue/line,
/turf/open/floor/plasteel,
/area/ship/crew/canteen)
-"GG" = (
-/obj/structure/disposalpipe/trunk{
- dir = 8
- },
-/obj/machinery/disposal/deliveryChute,
-/obj/structure/window/reinforced{
- dir = 8
- },
-/obj/structure/window/reinforced{
- dir = 4
- },
-/obj/structure/window/reinforced{
- dir = 1
- },
-/obj/machinery/door/window/southright,
-/turf/open/floor/plating,
-/area/ship/cargo/office)
-"GN" = (
-/obj/structure/disposalpipe/segment{
- dir = 6
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2,
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4,
+"Ax" = (
/obj/structure/cable{
icon_state = "1-2"
},
-/turf/open/floor/wood,
-/area/ship/crew/dorm)
-"GU" = (
-/obj/structure/tank_dispenser/oxygen,
-/obj/effect/turf_decal/borderfloor{
- dir = 8
- },
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4,
/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{
- dir = 6
+ dir = 10
},
-/turf/open/floor/plasteel/tech/grid,
-/area/ship/hallway/central)
-"GX" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{
- dir = 4
+/obj/machinery/light_switch{
+ dir = 8;
+ pixel_x = 20;
+ pixel_y = 0
},
-/obj/machinery/atmospherics/pipe/simple/green/visible,
-/turf/open/floor/plasteel/patterned/grid,
-/area/ship/engineering/atmospherics)
-"Hb" = (
-/obj/structure/closet/secure_closet{
- icon_state = "med";
- name = "mortuary locker"
+/obj/structure/disposalpipe/segment{
+ dir = 10
},
-/obj/item/storage/box/bodybags{
- pixel_x = -7;
- pixel_y = 4
+/turf/open/floor/plasteel/tech/techmaint,
+/area/ship/crew/janitor)
+"Az" = (
+/obj/structure/cable{
+ icon_state = "4-8"
},
-/obj/item/storage/box/syringes{
- pixel_x = -6
+/obj/structure/disposalpipe/segment{
+ dir = 8
},
-/obj/item/storage/box/gloves,
-/obj/item/reagent_containers/glass/bottle/formaldehyde{
- pixel_x = 8;
- pixel_y = 8
+/obj/machinery/camera,
+/obj/structure/extinguisher_cabinet/directional/north,
+/turf/open/floor/carpet/cyan,
+/area/ship/medical)
+"AE" = (
+/turf/closed/wall/mineral/titanium/nodiagonal,
+/area/ship/engineering/engine)
+"AS" = (
+/obj/structure/bed,
+/turf/open/floor/plasteel/dark,
+/area/ship/security)
+"AW" = (
+/obj/structure/table/reinforced,
+/obj/structure/cable{
+ icon_state = "4-8"
},
-/obj/item/reagent_containers/glass/bottle{
- list_reagents = list(/datum/reagent/medicine/thializid=30);
- name = "thializid bottle";
- pixel_x = 5
+/obj/structure/cable{
+ icon_state = "2-8"
},
-/obj/effect/turf_decal/industrial/warning/corner{
+/obj/effect/turf_decal/siding/wideplating/dark{
dir = 4
},
-/obj/effect/turf_decal/corner/opaque/blue,
-/obj/effect/turf_decal/corner/opaque/blue{
+/obj/item/storage/fancy/donut_box,
+/turf/open/floor/plasteel/dark,
+/area/ship/bridge)
+"Bb" = (
+/obj/effect/turf_decal/trimline/opaque/ntblue/filled/arrow_ccw,
+/turf/open/floor/plasteel/mono/dark,
+/area/ship/bridge)
+"Bd" = (
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{
dir = 4
},
-/obj/item/storage/box/masks,
-/obj/machinery/light/directional/east,
-/turf/open/floor/plasteel/white,
-/area/ship/medical)
-"Hf" = (
-/obj/machinery/power/port_gen/pacman,
+/obj/effect/turf_decal/trimline/opaque/nsorange/line{
+ dir = 8
+ },
+/turf/open/floor/plasteel,
+/area/ship/cargo)
+"Bj" = (
+/obj/machinery/holopad/emergency/kitchen,
+/obj/effect/turf_decal/box,
/obj/structure/cable{
- icon_state = "0-2"
+ icon_state = "4-8"
},
-/obj/effect/turf_decal/industrial/outline/yellow,
-/obj/structure/sign/warning/electricshock{
- pixel_y = 25
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{
+ dir = 8
+ },
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{
+ dir = 8
},
-/turf/open/floor/plating,
-/area/ship/engineering)
-"Hi" = (
/obj/structure/disposalpipe/segment{
- dir = 10
+ dir = 8
+ },
+/turf/open/floor/plasteel/mono,
+/area/ship/crew/canteen)
+"Bm" = (
+/obj/machinery/holopad/emergency/engineering,
+/obj/effect/turf_decal/industrial/warning{
+ dir = 8
},
+/obj/effect/turf_decal/industrial/warning{
+ dir = 4
+ },
+/obj/structure/disposalpipe/segment,
+/turf/open/floor/plasteel/patterned,
+/area/ship/engineering/engine)
+"Bq" = (
/obj/structure/cable{
- icon_state = "4-8"
+ icon_state = "1-2"
},
-/obj/effect/turf_decal/corner/opaque/yellow{
+/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{
dir = 8
},
-/obj/effect/turf_decal/corner/opaque/yellow{
+/turf/open/floor/plasteel,
+/area/ship/crew)
+"Br" = (
+/obj/structure/table/reinforced,
+/obj/structure/window/reinforced{
dir = 1
},
-/obj/effect/turf_decal/corner/opaque/blue{
+/obj/item/paper_bin,
+/obj/item/folder/white,
+/obj/item/pen,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{
dir = 4
},
-/turf/open/floor/plasteel,
-/area/ship/hallway/central)
-"Hk" = (
-/obj/machinery/power/shuttle/engine/electric{
+/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{
dir = 4
},
+/obj/machinery/door/firedoor/border_only{
+ dir = 1
+ },
+/turf/open/floor/plasteel/white,
+/area/ship/medical)
+"Bs" = (
/obj/structure/cable{
- icon_state = "0-4"
+ icon_state = "1-2"
},
-/turf/open/floor/plating,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2,
+/obj/machinery/atmospherics/pipe/simple/brown/visible/layer1,
+/obj/machinery/atmospherics/pipe/simple/cyan/visible,
+/obj/machinery/atmospherics/pipe/simple/purple/visible{
+ dir = 8
+ },
+/obj/structure/disposalpipe/segment,
+/turf/open/floor/plasteel/patterned,
/area/ship/engineering/atmospherics)
-"Hn" = (
-/turf/open/floor/plasteel/freezer,
-/area/ship/crew/toilet)
-"Ho" = (
-/obj/structure/disposalpipe/segment{
- dir = 6
+"Bx" = (
+/obj/structure/sign/departments/custodian,
+/turf/closed/wall/mineral/titanium/nodiagonal,
+/area/ship/bridge)
+"BA" = (
+/obj/structure/cable{
+ icon_state = "2-4"
},
-/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2,
/obj/structure/cable{
icon_state = "1-2"
},
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4,
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{
+ dir = 8
+ },
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{
+ dir = 8
+ },
/turf/open/floor/plasteel,
/area/ship/hallway/central)
-"Ht" = (
-/obj/structure/disposalpipe/segment{
- dir = 9
- },
+"BF" = (
+/obj/item/kirbyplants/random,
/turf/open/floor/plasteel,
-/area/ship/cargo/office)
-"Hx" = (
-/obj/structure/table/reinforced,
-/obj/item/paper_bin{
- pixel_x = 6
- },
-/obj/item/clipboard{
- pixel_x = -7
- },
-/obj/item/folder/white{
- pixel_x = -7
- },
-/obj/item/pen{
- pixel_x = -7
+/area/ship/bridge)
+"BG" = (
+/obj/structure/chair/office/light{
+ dir = 8
},
-/obj/item/stamp/cmo{
- pixel_x = -1;
- pixel_y = 12
+/obj/effect/landmark/start/paramedic,
+/obj/machinery/button/door{
+ dir = 1;
+ id = "lobbydoors";
+ name = "Lobby Door Control";
+ normaldoorcontrol = 1;
+ pixel_y = -20
},
/turf/open/floor/plasteel/white,
/area/ship/medical)
-"Hy" = (
-/obj/effect/turf_decal/corner/opaque/purple{
- dir = 1
+"BI" = (
+/obj/effect/mapping_helpers/airlock/unres{
+ dir = 4
},
-/obj/structure/rack,
-/obj/item/pickaxe,
-/obj/machinery/light/dim/directional/north,
-/turf/open/floor/plasteel/patterned,
-/area/ship/cargo)
-"HD" = (
-/obj/structure/closet/secure_closet{
- icon_state = "hop";
- name = "\proper first officer's locker";
- req_access_txt = "57"
+/obj/structure/cable{
+ icon_state = "4-8"
},
-/obj/structure/sign/poster/official/bless_this_spess{
- pixel_y = 32
+/obj/machinery/door/airlock/medical/glass{
+ dir = 4;
+ name = "Infirmary";
+ req_access_txt = "5"
},
-/obj/item/storage/backpack/duffelbag,
-/obj/item/storage/backpack/messenger,
-/obj/item/storage/backpack,
-/obj/item/storage/backpack/satchel/leather,
-/obj/item/clothing/shoes/laceup,
-/obj/item/clothing/under/nanotrasen/officer/skirt,
-/obj/item/clothing/under/nanotrasen/officer,
-/obj/item/clothing/suit/armor/vest/hop,
-/obj/item/clothing/gloves/color/white,
-/obj/item/clothing/glasses/sunglasses,
-/obj/item/clothing/head/hopcap/nt,
-/obj/item/assembly/flash/handheld,
-/obj/item/storage/box/ids,
-/obj/item/storage/box/PDAs,
-/turf/open/floor/carpet/blue,
-/area/ship/bridge)
-"HE" = (
-/obj/machinery/door/firedoor/heavy,
-/obj/machinery/door/poddoor{
- id = "osprey_thruster_port";
- name = "Blast Door";
- dir = 4
+/obj/machinery/door/firedoor/border_only{
+ dir = 8
},
-/obj/effect/spawner/structure/window/shuttle,
-/obj/machinery/atmospherics/pipe/simple/dark/hidden/layer5{
+/obj/machinery/door/firedoor/border_only{
dir = 4
},
-/turf/open/floor/plating,
-/area/ship/science/ai_chamber)
-"HK" = (
-/turf/open/floor/plasteel/patterned/grid,
-/area/ship/engineering/atmospherics)
-"HU" = (
-/obj/structure/chair{
- dir = 1
+/obj/structure/disposalpipe/segment{
+ dir = 8
},
-/obj/effect/turf_decal/corner/opaque/blue{
+/obj/effect/turf_decal/borderfloor{
dir = 8
},
-/obj/effect/turf_decal/corner/opaque/blue,
/turf/open/floor/plasteel/white,
/area/ship/medical)
-"HV" = (
-/obj/machinery/atmospherics/components/trinary/filter/atmos/n2,
-/obj/effect/turf_decal/industrial/outline/yellow,
-/turf/open/floor/plasteel/patterned/grid,
-/area/ship/engineering/atmospherics)
-"Ib" = (
-/obj/structure/disposalpipe/segment{
- dir = 8
- },
-/obj/structure/railing,
+"BO" = (
+/obj/machinery/vending/cola/random,
+/obj/effect/turf_decal/trimline/opaque/ntblue/filled/line,
/turf/open/floor/plasteel,
/area/ship/hallway/central)
-"Ie" = (
-/obj/effect/turf_decal/corner/opaque/brown{
- dir = 8
+"BS" = (
+/obj/structure/cable{
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{
+ dir = 4
},
-/obj/effect/turf_decal/corner/opaque/brown{
+/obj/effect/turf_decal/trimline/opaque/ntblue/filled/arrow_cw{
dir = 1
},
-/obj/machinery/photocopier,
-/obj/machinery/computer/helm/viewscreen/directional/west,
-/turf/open/floor/plasteel,
-/area/ship/cargo/office)
-"Ig" = (
-/obj/effect/turf_decal/box/corners{
- dir = 8
+/turf/open/floor/plasteel/mono/dark,
+/area/ship/bridge)
+"BU" = (
+/obj/effect/spawner/structure/window/shuttle,
+/obj/machinery/door/poddoor{
+ dir = 4;
+ id = "harrierwindows";
+ name = "Window Blast Door"
},
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4,
-/turf/open/floor/plasteel/patterned/cargo_one,
-/area/ship/cargo)
-"Ih" = (
-/obj/item/kirbyplants/random,
-/obj/effect/turf_decal/corner/opaque/blue{
- dir = 8
+/turf/open/floor/plating,
+/area/ship/crew/canteen)
+"BY" = (
+/obj/structure/cable{
+ icon_state = "4-8"
},
-/obj/effect/turf_decal/corner/opaque/blue,
-/obj/machinery/camera/autoname{
+/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{
dir = 10
},
-/obj/machinery/light/directional/west,
-/turf/open/floor/plasteel/white,
-/area/ship/medical)
-"Ii" = (
-/obj/effect/turf_decal/corner/transparent/neutral,
-/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2,
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4,
/obj/structure/disposalpipe/segment{
- dir = 9
+ dir = 6
},
-/obj/structure/cable{
- icon_state = "1-2"
+/turf/open/floor/plasteel/mono,
+/area/ship/crew/canteen)
+"Ci" = (
+/obj/machinery/door/poddoor{
+ dir = 4;
+ id = "harrier_enginevent"
},
-/obj/machinery/firealarm/directional/east,
-/turf/open/floor/plasteel,
-/area/ship/hallway/central)
-"Iq" = (
-/obj/structure/table,
-/obj/item/multitool{
- pixel_y = 8
+/obj/effect/turf_decal/industrial/warning/fulltile,
+/turf/open/floor/engine/vacuum,
+/area/ship/engineering/engine)
+"Ck" = (
+/obj/structure/cable{
+ icon_state = "4-8"
},
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{
- dir = 4
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{
+ dir = 8
},
-/obj/item/clothing/gloves/color/black,
-/obj/item/clothing/glasses/welding{
- pixel_y = -1
+/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{
+ dir = 4
},
-/turf/open/floor/plasteel/white,
-/area/ship/science)
-"Iv" = (
-/obj/machinery/pipedispenser,
-/obj/structure/cable{
- icon_state = "2-8"
+/obj/structure/disposalpipe/segment{
+ dir = 8
},
-/obj/structure/cable{
- icon_state = "2-4"
+/turf/open/floor/plasteel/mono,
+/area/ship/crew/canteen)
+"Cm" = (
+/turf/open/floor/plasteel/mono,
+/area/ship/hallway/central)
+"Cn" = (
+/obj/structure/table/wood,
+/obj/machinery/light_switch{
+ dir = 8;
+ pixel_x = 20;
+ pixel_y = 0
},
-/obj/machinery/atmospherics/pipe/simple/orange/hidden{
- dir = 6
+/obj/machinery/airalarm/directional/north,
+/obj/item/reagent_containers/food/drinks/bottle/champagne{
+ pixel_x = 6;
+ pixel_y = 22
},
-/obj/machinery/button/door{
- id = "osprey_thruster_starboard";
- name = "Blast Door Control";
- pixel_y = 25
+/obj/item/reagent_containers/food/drinks/bottle/champagne{
+ pixel_x = -6;
+ pixel_y = 22
},
-/turf/open/floor/plasteel/patterned/grid,
-/area/ship/engineering/atmospherics)
-"Ix" = (
-/obj/structure/window/reinforced{
- dir = 8
+/obj/item/reagent_containers/food/drinks/modglass/large{
+ pixel_x = 7;
+ pixel_y = 12
},
-/obj/machinery/suit_storage_unit/engine,
-/obj/effect/turf_decal/corner/opaque/yellow{
- dir = 8
+/obj/item/reagent_containers/food/drinks/modglass/large{
+ pixel_x = -6;
+ pixel_y = 12
},
-/obj/effect/turf_decal/corner/opaque/yellow{
- dir = 1
+/obj/item/reagent_containers/food/drinks/modglass/large{
+ pixel_y = 6
},
-/turf/open/floor/plasteel/patterned/grid,
-/area/ship/engineering)
-"Iz" = (
-/obj/machinery/door/airlock/atmos{
- name = "Atmospherics";
- req_access_txt = "24";
- dir = 8
+/turf/open/floor/carpet/royalblue,
+/area/ship/crew/dorm/dormtwo)
+"Co" = (
+/obj/structure/chair/sofa/blue/corpo/left/directional/east,
+/turf/open/floor/wood,
+/area/ship/crew)
+"Cv" = (
+/turf/closed/wall/mineral/titanium/interior,
+/area/ship/security)
+"Cz" = (
+/obj/structure/cable{
+ icon_state = "1-4"
},
-/obj/structure/disposalpipe/segment{
- dir = 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/white,
+/area/ship/medical)
+"CA" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{
- dir = 4
+ dir = 6
},
-/obj/effect/turf_decal/borderfloor{
- dir = 8
+/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{
+ dir = 6
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 6
},
+/turf/open/floor/plasteel/mono,
+/area/ship/hallway/central)
+"CH" = (
+/obj/effect/turf_decal/trimline/transparent/white/filled/warning{
+ dir = 1
+ },
+/obj/effect/turf_decal/trimline/transparent/white/filled/warning,
+/obj/machinery/door/firedoor/border_only{
+ dir = 1
+ },
+/obj/machinery/door/firedoor/border_only,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2,
+/obj/structure/disposalpipe/segment,
+/turf/open/floor/plasteel/mono,
+/area/ship/hallway/starboard)
+"CI" = (
/obj/structure/cable{
icon_state = "4-8"
},
-/obj/machinery/door/firedoor/border_only{
- dir = 8
+/turf/open/floor/plasteel/mono,
+/area/ship/hallway/central)
+"CJ" = (
+/obj/structure/cable{
+ icon_state = "4-8"
},
-/obj/machinery/door/firedoor/border_only{
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{
dir = 4
},
-/turf/open/floor/plasteel,
-/area/ship/engineering/atmospherics)
-"IA" = (
-/obj/effect/turf_decal/box/corners{
- dir = 8
- },
-/obj/structure/closet/crate/internals,
-/obj/item/clothing/suit/space/orange,
-/obj/item/clothing/suit/space/orange,
-/obj/item/clothing/suit/space/orange,
-/obj/item/clothing/head/helmet/space/orange,
-/obj/item/clothing/head/helmet/space/orange,
-/obj/item/clothing/head/helmet/space/orange,
-/turf/open/floor/plasteel/patterned/cargo_one,
-/area/ship/cargo)
-"IL" = (
-/turf/closed/wall/mineral/titanium/nodiagonal,
-/area/ship/science)
-"IR" = (
-/obj/structure/table/reinforced,
-/obj/effect/turf_decal/corner/opaque/white{
+/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{
dir = 4
},
-/obj/effect/turf_decal/corner/opaque/white{
- dir = 8
+/obj/machinery/camera{
+ dir = 6
},
-/obj/structure/disposalpipe/segment{
- dir = 2
+/turf/open/floor/plasteel,
+/area/ship/crew)
+"CK" = (
+/obj/structure/closet/secure_closet/security{
+ populate = 0;
+ req_access = list(2)
},
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4,
-/obj/machinery/door/poddoor/shutters{
- id = "ospreykitchen"
+/obj/structure/sign/poster/retro/lasergun_new{
+ pixel_x = 32
},
-/obj/machinery/door/firedoor,
-/turf/open/floor/plasteel,
-/area/ship/crew/canteen)
-"IT" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{
- dir = 4
+/obj/item/clothing/shoes/jackboots,
+/obj/item/clothing/under/nanotrasen/security,
+/obj/item/clothing/gloves/color/black,
+/obj/item/clothing/head/nanotrasen/cap/security,
+/obj/item/clothing/head/nanotrasen/beret/security,
+/obj/item/clothing/glasses/sunglasses,
+/obj/item/storage/backpack/security,
+/obj/item/storage/box/handcuffs,
+/obj/item/reagent_containers/spray/pepper,
+/obj/item/ammo_box/magazine/co9mm,
+/obj/item/ammo_box/magazine/co9mm,
+/obj/item/ammo_box/c9mm,
+/obj/item/ammo_box/c9mm,
+/obj/item/ammo_box/c9mm/rubbershot,
+/obj/effect/turf_decal/trimline/opaque/vired/line,
+/obj/item/storage/belt/security,
+/obj/item/melee/knife/survival,
+/turf/open/floor/plasteel/dark,
+/area/ship/security)
+"CN" = (
+/obj/machinery/conveyor{
+ dir = 1;
+ id = "harrier_packagesort"
},
-/obj/structure/disposalpipe/segment{
- dir = 2
+/obj/structure/sign/poster/official/random{
+ pixel_x = 32
},
-/turf/open/floor/plasteel,
-/area/ship/cargo/office)
-"IU" = (
-/obj/effect/landmark/start/paramedic,
-/obj/effect/turf_decal/corner/opaque/lime{
+/turf/open/floor/plating,
+/area/ship/cargo)
+"CO" = (
+/turf/closed/wall/mineral/titanium/nodiagonal,
+/area/ship/storage/eva)
+"CP" = (
+/obj/machinery/atmospherics/pipe/simple/brown/visible/layer1,
+/obj/machinery/atmospherics/pipe/simple/purple/visible,
+/obj/machinery/atmospherics/pipe/simple/orange/visible/layer5{
+ dir = 10
+ },
+/obj/structure/chair/handrail{
+ dir = 8
+ },
+/turf/open/floor/plasteel/patterned,
+/area/ship/engineering/atmospherics)
+"CR" = (
+/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{
dir = 1
},
-/obj/effect/turf_decal/corner/opaque/lime{
- dir = 4
+/obj/structure/disposalpipe/segment{
+ dir = 5
},
/turf/open/floor/plasteel/white,
/area/ship/medical)
-"IV" = (
-/obj/structure/chair{
+"CV" = (
+/obj/machinery/power/shuttle/engine/fueled/plasma{
dir = 4
},
-/obj/structure/sign/poster/official/high_class_martini{
- pixel_y = -32
- },
-/obj/effect/turf_decal/siding/wood{
- dir = 10
+/obj/machinery/door/poddoor{
+ dir = 4;
+ id = "harrier_thrusters_port";
+ name = "Thruster Blast Door"
},
-/obj/machinery/light/directional/west,
-/turf/open/floor/wood,
-/area/ship/crew/canteen)
-"IW" = (
-/turf/closed/wall/mineral/titanium/nodiagonal,
-/area/ship/crew/dorm)
-"IX" = (
-/obj/effect/turf_decal/box/corners{
+/turf/open/floor/plating,
+/area/ship/engineering/atmospherics)
+"CW" = (
+/obj/machinery/cryopod{
dir = 4
},
-/obj/structure/reagent_dispensers/watertank,
-/turf/open/floor/plasteel/patterned/cargo_one,
-/area/ship/cargo)
-"IY" = (
-/turf/closed/wall/mineral/titanium,
-/area/ship/engineering/atmospherics)
-"Jc" = (
-/obj/structure/disposalpipe/segment,
-/obj/machinery/shower{
+/turf/open/floor/circuit,
+/area/ship/crew/cryo)
+"Da" = (
+/obj/structure/cable{
+ icon_state = "1-4"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{
+ dir = 5
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{
+ dir = 6
+ },
+/obj/effect/turf_decal/trimline/transparent/white/filled/warning{
dir = 8
},
-/obj/structure/sign/warning/nosmoking/circle{
- pixel_x = 25
+/turf/open/floor/plasteel/dark,
+/area/ship/science/ai_chamber)
+"Db" = (
+/obj/structure/chair/comfy/blue/corpo{
+ dir = 4
},
-/turf/open/floor/noslip,
-/area/ship/engineering)
-"Jl" = (
-/obj/machinery/atmospherics/components/trinary/mixer/airmix/flipped{
+/turf/open/floor/carpet/executive,
+/area/ship/crew/law_office)
+"Dg" = (
+/obj/effect/turf_decal/industrial/warning/corner{
dir = 1
},
-/obj/effect/turf_decal/industrial/outline/yellow,
-/turf/open/floor/plasteel/patterned/grid,
-/area/ship/engineering/atmospherics)
-"Jt" = (
-/obj/structure/table,
-/obj/effect/turf_decal/siding/wood,
-/turf/open/floor/wood,
-/area/ship/crew/canteen)
-"Jw" = (
+/obj/effect/turf_decal/industrial/warning/corner{
+ dir = 4
+ },
/obj/structure/disposalpipe/segment{
- dir = 6
+ dir = 5
},
-/obj/machinery/door/window/eastleft,
-/obj/machinery/conveyor{
- dir = 1;
- id = "osprey_garbage"
+/obj/machinery/light/directional/west,
+/turf/open/floor/plasteel/patterned,
+/area/ship/engineering/engine)
+"Dk" = (
+/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{
+ dir = 4
},
-/obj/machinery/camera/autoname{
- dir = 5
+/obj/structure/disposalpipe/segment{
+ dir = 8
},
-/turf/open/floor/plating,
+/turf/open/floor/plasteel/tech/techmaint,
/area/ship/crew/janitor)
-"JD" = (
-/obj/structure/bed,
-/obj/item/bedsheet/medical,
-/obj/effect/turf_decal/industrial/warning/corner,
-/obj/effect/turf_decal/corner/opaque/lime,
-/obj/effect/turf_decal/corner/opaque/lime{
- dir = 4
+"Dl" = (
+/obj/machinery/computer/cryopod/directional/south,
+/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{
+ dir = 1
},
-/obj/machinery/firealarm/directional/east,
+/turf/open/floor/plasteel/dark,
+/area/ship/crew/cryo)
+"Dr" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2,
+/obj/structure/disposalpipe/segment,
+/obj/effect/turf_decal/trimline/opaque/blue/filled/end,
/turf/open/floor/plasteel/white,
/area/ship/medical)
-"JG" = (
-/obj/machinery/disposal/bin,
-/obj/effect/turf_decal/corner/opaque/white{
- dir = 4
+"Ds" = (
+/obj/structure/cable{
+ icon_state = "4-8"
},
-/obj/effect/turf_decal/corner/opaque/white{
- dir = 8
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{
+ dir = 4
},
-/obj/structure/disposalpipe/trunk{
+/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{
dir = 4
},
-/obj/machinery/light_switch{
- dir = 1;
- pixel_x = 5;
- pixel_y = -24
+/obj/machinery/light/small/directional/south,
+/obj/structure/disposalpipe/segment{
+ dir = 8
},
-/obj/machinery/button/door{
- dir = 1;
- id = "ospreykitchen";
- name = "Shutter Control";
- pixel_x = -5;
- pixel_y = -25
- },
-/obj/machinery/firealarm/directional/west,
-/turf/open/floor/plasteel,
-/area/ship/crew/canteen)
-"JL" = (
-/obj/structure/table/reinforced,
-/obj/item/reagent_containers/food/drinks/shaker,
-/obj/item/reagent_containers/food/condiment/enzyme,
-/obj/effect/turf_decal/corner/opaque/white{
- dir = 4
- },
-/obj/effect/turf_decal/corner/opaque/white{
+/turf/open/floor/plasteel/patterned,
+/area/ship/engineering/atmospherics)
+"Dy" = (
+/obj/structure/railing{
dir = 8
},
-/obj/item/reagent_containers/glass/rag,
-/turf/open/floor/plasteel,
-/area/ship/crew/canteen)
-"JN" = (
-/obj/structure/cable{
- icon_state = "1-4"
- },
/obj/structure/cable{
- icon_state = "1-8"
+ icon_state = "1-2"
},
-/obj/effect/turf_decal/industrial/warning,
-/obj/effect/turf_decal/industrial/warning{
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2,
+/obj/structure/disposalpipe/segment,
+/turf/open/floor/plasteel/stairs{
dir = 1
},
-/obj/machinery/door/poddoor{
- id = "osprey_tank_vent"
- },
-/turf/open/floor/engine,
-/area/ship/engineering/atmospherics)
-"JO" = (
-/obj/machinery/holopad/emergency/engineering,
-/obj/effect/turf_decal/box,
-/turf/open/floor/plasteel/tech/techmaint,
-/area/ship/engineering)
-"JW" = (
-/obj/machinery/vending/cigarette,
-/obj/effect/turf_decal/corner/transparent/neutral{
- dir = 4
- },
-/turf/open/floor/plasteel,
-/area/ship/hallway/central)
-"JX" = (
-/obj/structure/sign/departments/engineering,
-/turf/closed/wall/mineral/titanium/nodiagonal,
-/area/ship/crew/janitor)
-"Ka" = (
-/obj/structure/disposalpipe/segment{
- dir = 8
+/area/ship/bridge)
+"DC" = (
+/obj/machinery/door/airlock/grunge{
+ dir = 4;
+ name = "Computer Core"
},
/obj/structure/cable{
icon_state = "4-8"
@@ -5629,1474 +5344,1478 @@
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{
dir = 4
},
-/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{
- dir = 1
+/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{
+ dir = 4
},
-/obj/structure/fireaxecabinet{
- pixel_y = 32
+/obj/machinery/door/firedoor/border_only{
+ dir = 8
},
-/obj/structure/cable{
- icon_state = "2-8"
+/obj/machinery/door/firedoor/border_only{
+ dir = 4
},
-/obj/machinery/camera/autoname,
-/turf/open/floor/plasteel/patterned/grid,
-/area/ship/engineering/atmospherics)
-"Ko" = (
-/obj/structure/window/plasma/reinforced,
+/obj/effect/turf_decal/borderfloorblack{
+ dir = 8
+ },
+/turf/open/floor/plasteel/dark,
+/area/ship/science/ai_chamber)
+"DD" = (
/obj/structure/cable{
- icon_state = "2-8"
+ icon_state = "4-8"
},
-/obj/machinery/atmospherics/components/unary/thermomachine/freezer,
-/turf/open/floor/plasteel/patterned/grid,
-/area/ship/engineering/atmospherics)
-"KA" = (
-/obj/effect/turf_decal/industrial/warning/corner,
-/obj/machinery/light/directional/east,
-/turf/open/floor/plasteel/patterned,
-/area/ship/cargo)
-"KC" = (
-/obj/machinery/atmospherics/pipe/simple/orange/visible{
- dir = 5
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{
+ dir = 4
},
-/obj/structure/cable{
- icon_state = "1-2"
+/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{
+ dir = 6
},
-/turf/open/floor/plasteel/patterned/grid,
-/area/ship/engineering)
-"KD" = (
+/obj/machinery/light/small/directional/north,
+/turf/open/floor/plasteel/dark,
+/area/ship/crew/cryo)
+"DH" = (
/obj/structure/cable{
- icon_state = "0-4"
+ icon_state = "1-2"
},
-/obj/machinery/power/apc/auto_name/directional/west,
-/turf/open/floor/wood,
-/area/ship/crew/dorm)
-"KE" = (
-/obj/structure/closet/secure_closet{
- icon_state = "brig_phys";
- name = "paramedic's locker"
+/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2,
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{
+ dir = 8
},
-/obj/machinery/airalarm/directional/west,
-/obj/effect/turf_decal/corner/opaque/blue{
+/obj/machinery/light/directional/west,
+/obj/structure/disposalpipe/segment,
+/obj/effect/turf_decal/trimline/opaque/ntblue/filled/corner{
dir = 8
},
-/obj/effect/turf_decal/corner/opaque/blue{
- dir = 1
+/turf/open/floor/plasteel/mono,
+/area/ship/hallway/port)
+"DM" = (
+/obj/machinery/door/firedoor/window,
+/obj/effect/spawner/structure/window/shuttle,
+/obj/machinery/door/poddoor{
+ dir = 4;
+ id = "harrierbridge";
+ name = "Window Blast Door"
},
-/obj/item/storage/backpack/duffelbag/med,
-/obj/item/storage/backpack/satchel/med,
-/obj/item/storage/backpack/medic,
-/obj/item/storage/backpack/messenger/para,
-/obj/item/clothing/shoes/sneakers/blue,
-/obj/item/clothing/under/rank/medical/paramedic/skirt,
-/obj/item/clothing/under/rank/medical/paramedic,
-/obj/item/clothing/head/soft/paramedic,
-/obj/item/storage/belt/medical,
-/obj/item/clothing/glasses/hud/health,
-/turf/open/floor/plasteel/white,
-/area/ship/medical)
-"KI" = (
-/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4,
-/turf/open/floor/plasteel/patterned/grid,
-/area/ship/engineering)
-"KL" = (
-/obj/structure/chair/comfy/orange/directional/south,
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4,
-/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2,
/obj/structure/cable{
- icon_state = "0-2"
+ icon_state = "0-8"
},
-/turf/open/floor/plasteel/dark,
+/turf/open/floor/plating,
/area/ship/bridge)
-"La" = (
+"DP" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4,
/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2,
+/obj/structure/disposalpipe/segment,
+/turf/open/floor/plasteel/mono,
+/area/ship/hallway/central)
+"DQ" = (
+/obj/structure/reagent_dispensers/watertank,
+/obj/machinery/light/small/directional/east,
+/obj/effect/turf_decal/industrial/outline/yellow,
+/turf/open/floor/plasteel/tech,
+/area/ship/engineering)
+"Eb" = (
/obj/structure/cable{
- icon_state = "1-2"
+ icon_state = "5-10"
},
-/obj/structure/disposalpipe/junction/flip,
-/turf/open/floor/plasteel,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2,
+/obj/structure/disposalpipe/segment,
+/turf/open/floor/plasteel/mono,
/area/ship/hallway/central)
-"Lc" = (
-/obj/machinery/computer/med_data{
- dir = 4
+"Eh" = (
+/obj/structure/railing{
+ dir = 1
},
-/turf/open/floor/plasteel/white,
-/area/ship/medical)
-"Ll" = (
-/obj/structure/sign/departments/cargo,
-/turf/closed/wall/mineral/titanium/nodiagonal,
-/area/ship/cargo/office)
-"Lt" = (
-/obj/structure/disposalpipe/segment{
- dir = 5
+/obj/effect/turf_decal/siding/yellow{
+ dir = 9
},
-/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{
- dir = 8
+/obj/structure/extinguisher_cabinet/directional/west,
+/turf/open/floor/plasteel,
+/area/ship/engineering/engine)
+"Ei" = (
+/obj/structure/cable{
+ icon_state = "4-8"
},
-/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{
- dir = 8
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{
+ dir = 4
},
-/obj/structure/cable{
- icon_state = "1-4"
+/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{
+ dir = 4
},
-/obj/structure/cable{
- icon_state = "1-2"
+/obj/structure/chair/handrail{
+ dir = 1
},
-/obj/effect/turf_decal/industrial/shutoff,
-/turf/open/floor/plasteel,
+/turf/open/floor/plasteel/mono,
/area/ship/hallway/central)
-"Lz" = (
-/obj/structure/table/reinforced,
+"Em" = (
+/obj/machinery/door/window/southright{
+ name = "Kitchen";
+ req_access_txt = "28"
+ },
/obj/effect/turf_decal/corner/opaque/white{
dir = 4
},
/obj/effect/turf_decal/corner/opaque/white{
dir = 8
},
-/obj/machinery/door/poddoor/shutters{
- id = "ospreykitchen"
- },
-/obj/machinery/door/firedoor,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2,
+/obj/structure/disposalpipe/segment,
/turf/open/floor/plasteel,
/area/ship/crew/canteen)
-"LB" = (
-/obj/machinery/atmospherics/pipe/manifold/orange/visible,
-/obj/effect/turf_decal/industrial/warning{
+"Eq" = (
+/obj/effect/turf_decal/atmos/oxygen,
+/obj/machinery/atmospherics/components/unary/outlet_injector/atmos/oxygen_input{
+ dir = 8;
+ piping_layer = 1
+ },
+/turf/open/floor/engine/o2,
+/area/ship/engineering/atmospherics)
+"Er" = (
+/obj/effect/turf_decal/trimline/transparent/white/filled/warning{
dir = 4
},
-/turf/open/floor/plating,
-/area/ship/engineering)
-"LE" = (
-/obj/machinery/door/window/brigdoor/westleft{
- name = "AI Core Access";
- req_one_access_txt = "16"
+/obj/effect/turf_decal/trimline/transparent/white/filled/warning{
+ dir = 8
},
-/obj/structure/rack,
-/obj/item/aiModule/core/full/asimov,
-/obj/item/aiModule/core/full/corp,
-/obj/item/aiModule/core/freeformcore,
-/obj/item/aiModule/reset/purge{
- pixel_y = 5
+/obj/machinery/door/firedoor/border_only{
+ dir = 8
},
-/turf/open/floor/circuit,
-/area/ship/science/ai_chamber)
-"LF" = (
-/obj/effect/landmark/start/station_engineer,
-/turf/open/floor/plasteel/patterned/grid,
-/area/ship/engineering)
-"LK" = (
-/obj/structure/window/reinforced,
-/obj/structure/table,
-/obj/item/storage/toolbox/mechanical{
- pixel_x = 2;
- pixel_y = 10
+/obj/machinery/door/firedoor/border_only{
+ dir = 4
},
-/obj/effect/turf_decal/corner/opaque/yellow,
-/obj/effect/turf_decal/corner/opaque/yellow{
- dir = 8
+/obj/structure/cable{
+ icon_state = "4-8"
},
-/obj/item/storage/toolbox/mechanical,
-/turf/open/floor/plasteel/patterned/grid,
-/area/ship/engineering)
-"LV" = (
-/obj/effect/turf_decal/siding/wood{
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{
dir = 4
},
-/turf/open/floor/plasteel/grimy,
-/area/ship/crew/dorm)
-"LW" = (
/obj/structure/disposalpipe/segment{
- dir = 2
+ dir = 8
},
-/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{
+/turf/open/floor/plasteel/mono,
+/area/ship/hallway/central)
+"Ev" = (
+/obj/machinery/atmospherics/pipe/simple/brown/visible/layer1{
dir = 8
},
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4,
-/obj/structure/cable{
- icon_state = "1-2"
+/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2,
+/turf/open/floor/plasteel/patterned,
+/area/ship/engineering/atmospherics)
+"Ey" = (
+/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{
+ dir = 4
},
-/obj/machinery/atmospherics/pipe/simple/dark/hidden/layer5,
-/obj/machinery/atmospherics/pipe/simple/orange/hidden,
-/obj/machinery/atmospherics/pipe/simple/green/hidden/layer1,
-/obj/machinery/firealarm/directional/west,
-/turf/open/floor/plasteel/dark,
-/area/ship/science/ai_chamber)
-"LX" = (
-/obj/structure/disposalpipe/trunk{
+/obj/effect/turf_decal/borderfloor,
+/obj/structure/sign/poster/official/safety_internals{
+ pixel_x = -32
+ },
+/obj/structure/chair/handrail{
dir = 4
},
-/obj/structure/disposaloutlet{
- dir = 1
+/turf/open/floor/plasteel/tech/techmaint,
+/area/ship/storage/eva)
+"Ez" = (
+/obj/structure/cable{
+ icon_state = "4-8"
},
-/obj/structure/window/reinforced{
+/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{
dir = 4
},
-/obj/machinery/conveyor{
- dir = 1;
- id = "osprey_garbage"
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{
+ dir = 4
+ },
+/obj/effect/turf_decal/ntspaceworks_big/two{
+ dir = 8
},
-/turf/open/floor/plating,
-/area/ship/crew/janitor)
-"Ma" = (
/obj/structure/disposalpipe/segment{
- dir = 2
+ dir = 8
},
-/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2,
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4,
+/turf/open/floor/plasteel/patterned,
+/area/ship/engineering)
+"EB" = (
/obj/structure/cable{
icon_state = "1-2"
},
-/obj/machinery/atmospherics/pipe/simple/orange/hidden,
-/obj/machinery/turretid{
- pixel_x = 28;
- req_access = null;
- req_access_txt = "16"
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2,
+/obj/structure/disposalpipe/segment,
+/turf/open/floor/plasteel,
+/area/ship/cargo)
+"ED" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4,
+/obj/effect/turf_decal/trimline/opaque/ntblue/filled/corner{
+ dir = 4
},
-/obj/machinery/atmospherics/pipe/simple/dark/hidden/layer5{
- dir = 10
+/turf/open/floor/plasteel/mono,
+/area/ship/hallway/central)
+"EF" = (
+/obj/machinery/atmospherics/components/unary/vent_scrubber/layer4{
+ dir = 4;
+ piping_layer = 5
},
-/obj/machinery/atmospherics/pipe/simple/green/hidden/layer1,
-/obj/structure/catwalk/over,
+/turf/open/floor/engine/vacuum,
+/area/ship/engineering/engine)
+"EJ" = (
+/obj/structure/cable/yellow{
+ icon_state = "1-8"
+ },
+/obj/machinery/light/small/directional/south,
/turf/open/floor/plating,
-/area/ship/science/ai_chamber)
-"Mc" = (
-/obj/structure/sign/warning/vacuum/external,
-/turf/closed/wall/mineral/titanium/nodiagonal,
-/area/ship/hallway/central)
-"Mo" = (
-/obj/effect/turf_decal/industrial/warning/corner,
-/obj/structure/cable,
-/obj/machinery/power/apc/auto_name/directional/east,
-/turf/open/floor/plasteel/patterned/grid,
-/area/ship/engineering/atmospherics)
-"Mu" = (
-/obj/structure/window/reinforced{
+/area/ship/engineering/engine)
+"EQ" = (
+/obj/machinery/atmospherics/pipe/simple/brown/visible/layer1{
dir = 8
},
-/obj/structure/closet/secure_closet{
- icon_state = "eng_secure";
- name = "engineer's locker";
- req_access = list(11)
- },
-/obj/item/storage/backpack/industrial,
-/obj/item/clothing/shoes/workboots,
-/obj/item/clothing/under/rank/engineering/engineer/nt,
-/obj/item/clothing/under/rank/engineering/engineer/nt/skirt,
-/obj/item/clothing/suit/hazardvest,
-/obj/item/clothing/head/hardhat/weldhat,
-/obj/item/storage/belt/utility/full/engi,
-/obj/machinery/light_switch{
- pixel_y = 24
+/obj/machinery/atmospherics/components/binary/pump/on/layer2{
+ name = "Air to Supply"
},
-/obj/effect/turf_decal/corner/opaque/yellow{
+/obj/machinery/atmospherics/pipe/simple/cyan/visible{
dir = 4
},
-/obj/effect/turf_decal/corner/opaque/yellow{
- dir = 1
- },
-/obj/effect/turf_decal/corner/opaque/yellow{
+/turf/open/floor/plasteel/patterned,
+/area/ship/engineering/atmospherics)
+"ES" = (
+/obj/machinery/firealarm/directional/south,
+/obj/structure/janitorialcart{
dir = 8
},
-/obj/item/holosign_creator/engineering,
-/obj/item/storage/box/metalfoam,
-/obj/item/gun/energy/plasmacutter,
-/turf/open/floor/plasteel/patterned/grid,
-/area/ship/engineering)
-"My" = (
-/obj/structure/disposalpipe/sorting/mail/flip{
+/obj/effect/turf_decal/industrial/outline/yellow,
+/turf/open/floor/plasteel/tech/techmaint,
+/area/ship/crew/janitor)
+"EU" = (
+/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,
+/obj/structure/disposalpipe/segment{
+ dir = 5
+ },
+/turf/open/floor/plasteel,
+/area/ship/cargo)
+"EV" = (
+/obj/structure/bed,
+/obj/structure/curtain/bounty,
+/obj/item/bedsheet/nanotrasen,
+/turf/open/floor/carpet/cyan,
+/area/ship/crew)
+"EX" = (
+/obj/machinery/door/airlock/command{
dir = 4;
- sortTypes = list(16,26);
- tag = "Dormitories"
+ name = "Captain's Quarters";
+ req_access_txt = "20"
},
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{
- dir = 5
+ dir = 4
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{
- dir = 5
+ dir = 4
+ },
+/obj/machinery/door/firedoor/border_only{
+ dir = 8
+ },
+/obj/machinery/door/firedoor/border_only{
+ dir = 4
},
/obj/structure/cable{
- icon_state = "1-4"
+ icon_state = "4-8"
},
+/obj/effect/turf_decal/borderfloorblack{
+ dir = 8
+ },
+/turf/open/floor/plasteel/dark,
+/area/ship/crew/dorm/dormtwo)
+"EY" = (
+/obj/structure/railing/corner{
+ dir = 4
+ },
+/obj/structure/table/reinforced,
+/obj/item/flashlight/lamp/green,
/obj/structure/cable{
- icon_state = "1-2"
+ icon_state = "2-8"
},
-/turf/open/floor/plasteel,
-/area/ship/hallway/central)
-"MB" = (
-/obj/structure/sign/departments/engineering,
-/turf/closed/wall/mineral/titanium/nodiagonal,
-/area/ship/crew/toilet)
-"MJ" = (
-/obj/structure/disposalpipe/segment{
- dir = 2
+/turf/open/floor/carpet/royalblue,
+/area/ship/bridge)
+"Fi" = (
+/obj/machinery/holopad/emergency/command,
+/obj/structure/cable{
+ icon_state = "1-8"
},
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4,
/obj/structure/cable{
icon_state = "1-2"
},
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{
+ dir = 4
+ },
/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{
dir = 4
},
+/turf/open/floor/plasteel/mono/dark,
+/area/ship/bridge)
+"Fl" = (
/obj/structure/cable{
- icon_state = "1-8"
+ icon_state = "5-10"
},
-/obj/machinery/atmospherics/pipe/simple/orange/hidden{
- dir = 9
+/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{
+ dir = 1
},
-/obj/machinery/atmospherics/pipe/simple/dark/visible/layer5,
-/turf/open/floor/plasteel/patterned/grid,
-/area/ship/engineering/atmospherics)
-"ML" = (
-/obj/effect/turf_decal/box,
-/obj/machinery/shower{
- dir = 8
+/turf/open/floor/plasteel/mono,
+/area/ship/hallway/central)
+"Fo" = (
+/obj/structure/cable{
+ icon_state = "1-4"
},
-/turf/open/floor/plasteel/showroomfloor,
-/area/ship/cargo)
-"MM" = (
-/turf/closed/wall/mineral/titanium,
-/area/ship/engineering)
-"MR" = (
-/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{
- dir = 4
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{
+ dir = 9
},
-/turf/open/floor/plasteel,
-/area/ship/cargo)
-"MT" = (
-/obj/machinery/power/ship_gravity,
-/obj/structure/cable,
-/obj/effect/turf_decal/industrial/warning/corner,
-/turf/open/floor/plasteel/patterned/grid,
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2,
+/obj/structure/disposalpipe/segment,
+/turf/open/floor/plasteel/dark,
+/area/ship/security)
+"Fp" = (
+/obj/structure/sign/warning/nosmoking,
+/turf/closed/wall/mineral/titanium/nodiagonal,
/area/ship/engineering)
-"Nd" = (
-/obj/structure/disposalpipe/segment{
- dir = 2
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4,
-/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2,
+"Fx" = (
+/obj/structure/railing/corner,
+/obj/structure/table/reinforced,
+/obj/machinery/fax/nanotrasen,
/obj/structure/cable{
- icon_state = "1-2"
- },
-/turf/open/floor/plasteel,
-/area/ship/hallway/central)
-"Ni" = (
-/obj/effect/turf_decal/corner/opaque/ntblue{
- dir = 8
+ icon_state = "1-8"
},
-/obj/machinery/light/directional/west,
-/turf/open/floor/plasteel,
-/area/ship/hallway/central)
-"Nm" = (
-/obj/effect/turf_decal/siding/wood,
-/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2,
-/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4,
+/turf/open/floor/carpet/blue,
+/area/ship/bridge)
+"Fy" = (
+/obj/structure/table/wood,
+/turf/open/floor/carpet/cyan,
+/area/ship/crew)
+"FD" = (
/obj/structure/cable{
- icon_state = "1-2"
+ icon_state = "4-8"
},
-/turf/open/floor/plasteel/grimy,
-/area/ship/crew/dorm)
-"Np" = (
/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"
+/obj/effect/turf_decal/siding/yellow{
+ dir = 1
},
/obj/structure/disposalpipe/segment{
dir = 8
},
+/obj/structure/sign/poster/official/safety_eye_protection{
+ pixel_y = 32
+ },
/turf/open/floor/plasteel,
-/area/ship/hallway/central)
-"Nq" = (
-/obj/effect/turf_decal/industrial/warning{
- dir = 1
+/area/ship/engineering)
+"FK" = (
+/obj/machinery/computer/aifixer,
+/obj/machinery/camera/motion{
+ dir = 8
},
-/obj/structure/disposalpipe/segment{
- dir = 2
+/turf/open/floor/circuit,
+/area/ship/science/ai_chamber)
+"FN" = (
+/obj/machinery/power/apc/auto_name/directional/east,
+/obj/structure/cable{
+ icon_state = "0-1"
},
-/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2,
+/obj/machinery/camera{
+ dir = 8
+ },
+/turf/open/floor/plasteel/mono,
+/area/ship/crew/canteen)
+"FO" = (
/obj/structure/cable{
icon_state = "1-2"
},
-/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{
+/obj/effect/turf_decal/trimline/opaque/ntblue/filled/arrow_ccw,
+/turf/open/floor/plasteel/mono/dark,
+/area/ship/bridge)
+"FP" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{
dir = 4
},
-/obj/machinery/atmospherics/pipe/simple/orange/hidden,
-/obj/machinery/atmospherics/pipe/simple/dark/visible/layer5,
-/obj/machinery/atmospherics/pipe/simple/green/visible/layer1{
- dir = 9
+/obj/effect/turf_decal/trimline/opaque/ntblue/filled/arrow_cw,
+/turf/open/floor/plasteel/mono/dark,
+/area/ship/bridge)
+"FQ" = (
+/obj/structure/cable{
+ icon_state = "2-8"
},
-/obj/structure/sign/poster/official/moth/piping{
- pixel_x = 32
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{
+ dir = 1
+ },
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{
+ dir = 1
},
-/turf/open/floor/plasteel/patterned/grid,
-/area/ship/engineering/atmospherics)
-"Nr" = (
/obj/structure/disposalpipe/segment{
dir = 8
},
-/obj/effect/turf_decal/corner/opaque/brown{
+/obj/effect/turf_decal/trimline/opaque/ntblue/line{
+ dir = 8
+ },
+/turf/open/floor/plasteel/mono,
+/area/ship/hallway/starboard)
+"FS" = (
+/obj/structure/cable{
+ icon_state = "4-8"
+ },
+/obj/effect/turf_decal/siding/wideplating/dark{
+ dir = 4
+ },
+/turf/open/floor/plasteel/mono/dark,
+/area/ship/bridge)
+"FX" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{
dir = 4
},
-/obj/effect/turf_decal/corner/opaque/brown{
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{
dir = 1
},
-/obj/structure/table,
-/obj/item/stack/sheet/metal/five{
- pixel_x = -3
+/obj/structure/disposalpipe/segment{
+ dir = 8
},
-/obj/item/stack/sheet/glass/five{
- pixel_x = 2;
- pixel_y = 5
+/turf/open/floor/plasteel/mono,
+/area/ship/hallway/central)
+"FY" = (
+/obj/structure/table/glass,
+/obj/item/storage/box/bodybags{
+ pixel_x = -7;
+ pixel_y = 4
},
-/obj/machinery/camera/autoname{
- dir = 6
+/obj/item/reagent_containers/glass/bottle/formaldehyde{
+ pixel_x = 8;
+ pixel_y = 8
},
-/turf/open/floor/plasteel,
-/area/ship/cargo/office)
-"Nv" = (
-/obj/machinery/disposal/bin,
-/obj/structure/disposalpipe/trunk{
- dir = 1
+/obj/machinery/light/small/directional/south,
+/obj/machinery/light_switch{
+ dir = 4;
+ pixel_x = -20
},
-/obj/effect/turf_decal/corner/opaque/brown{
+/obj/item/reagent_containers/syringe,
+/turf/open/floor/plasteel/showroomfloor,
+/area/ship/medical)
+"Ga" = (
+/obj/effect/landmark/start/station_engineer,
+/obj/structure/chair{
dir = 8
},
-/obj/effect/turf_decal/corner/opaque/brown,
-/obj/structure/sign/poster/retro/radio{
- pixel_x = -32
- },
-/obj/structure/extinguisher_cabinet/directional/south,
/turf/open/floor/plasteel,
-/area/ship/cargo/office)
-"Nw" = (
-/obj/machinery/door/airlock{
- name = "Dormitory"
- },
-/obj/structure/disposalpipe/segment{
- dir = 2
+/area/ship/engineering)
+"Gd" = (
+/obj/structure/fluff/hedge,
+/obj/effect/turf_decal/trimline/opaque/ntblue/filled/end{
+ dir = 1
},
-/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2,
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4,
-/obj/effect/turf_decal/borderfloor{
- dir = 1
- },
-/obj/structure/cable{
- icon_state = "1-2"
- },
-/obj/machinery/door/firedoor/border_only,
-/obj/machinery/door/firedoor/border_only{
- dir = 1
- },
-/turf/open/floor/plasteel,
-/area/ship/crew/dorm)
-"NA" = (
-/obj/effect/landmark/start/shaft_miner,
-/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2,
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4,
+/turf/open/floor/plasteel/tech/techmaint,
+/area/ship/crew/canteen)
+"Gg" = (
+/obj/structure/railing,
/obj/structure/cable{
- icon_state = "1-8"
+ icon_state = "4-8"
},
-/turf/open/floor/plasteel/patterned/grid,
-/area/ship/cargo)
-"ND" = (
-/obj/machinery/vending/coffee,
-/obj/effect/turf_decal/corner/transparent/neutral{
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{
dir = 4
},
-/turf/open/floor/plasteel,
-/area/ship/hallway/central)
-"NH" = (
-/obj/structure/table/glass,
-/obj/item/storage/backpack/duffelbag/med/surgery{
- pixel_x = -3;
- pixel_y = 13
+/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{
+ dir = 4
},
-/obj/effect/turf_decal/corner/opaque/pink{
+/turf/open/floor/plasteel/stairs{
dir = 4
},
-/obj/effect/turf_decal/corner/opaque/pink,
-/obj/item/clothing/gloves/color/latex/nitrile,
-/turf/open/floor/plasteel/white,
-/area/ship/medical)
-"NP" = (
-/obj/machinery/suit_storage_unit/atmos,
-/obj/effect/turf_decal/corner/opaque/bottlegreen{
+/area/ship/cargo)
+"Gi" = (
+/obj/effect/spawner/structure/window/shuttle,
+/obj/machinery/atmospherics/pipe/simple/brown/visible/layer1{
dir = 8
},
-/obj/effect/turf_decal/corner/opaque/yellow,
-/obj/effect/turf_decal/corner/opaque/yellow{
- dir = 1
- },
-/obj/structure/window/reinforced{
+/turf/open/floor/plating,
+/area/ship/engineering/atmospherics)
+"Gq" = (
+/obj/structure/disposalpipe/segment{
dir = 8
},
-/turf/open/floor/plasteel/patterned/grid,
-/area/ship/engineering/atmospherics)
-"NT" = (
-/obj/machinery/atmospherics/components/unary/tank/toxins,
-/obj/effect/turf_decal/industrial/outline/yellow,
-/obj/machinery/light/directional/north,
-/turf/open/floor/plasteel/patterned/grid,
-/area/ship/engineering)
-"NW" = (
-/obj/effect/turf_decal/industrial/warning{
- dir = 1
+/obj/effect/turf_decal/trimline/opaque/nsorange/line{
+ dir = 4
},
-/turf/open/floor/plasteel/patterned/grid,
-/area/ship/engineering)
-"Of" = (
-/obj/machinery/atmospherics/components/unary/vent_pump/high_volume/siphon/on/layer2{
- dir = 1
+/obj/structure/chair/handrail{
+ dir = 8
+ },
+/turf/open/floor/plasteel,
+/area/ship/storage/eva)
+"Gr" = (
+/obj/machinery/power/apc/auto_name/directional/east,
+/obj/structure/cable{
+ icon_state = "0-8"
},
/obj/effect/turf_decal/industrial/outline/yellow,
-/turf/open/floor/engine/air,
-/area/ship/engineering/atmospherics)
-"Oh" = (
-/obj/structure/dresser,
-/obj/machinery/airalarm/directional/north,
-/turf/open/floor/wood,
-/area/ship/crew/dorm)
-"Oj" = (
-/obj/effect/landmark/start/scientist,
-/obj/structure/chair/office/light,
+/obj/item/clothing/shoes/sneakers/brown,
+/obj/item/clothing/under/nanotrasen/supply/qm,
+/obj/item/storage/backpack/satchel/leather,
+/obj/item/clothing/glasses/sunglasses,
+/obj/item/clothing/head/nanotrasen/cap/supply,
+/obj/structure/closet/secure_closet/quartermaster{
+ populate = 0
+ },
+/obj/item/stack/tape,
+/turf/open/floor/plasteel/tech,
+/area/ship/cargo)
+"Gy" = (
+/turf/closed/wall/mineral/titanium/interior,
+/area/ship/medical)
+"Gz" = (
+/turf/closed/wall/mineral/titanium/nodiagonal,
+/area/ship/bridge)
+"GE" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2,
/obj/structure/disposalpipe/segment,
-/obj/effect/turf_decal/corner/opaque/mauve,
-/obj/effect/turf_decal/corner/opaque/mauve{
- dir = 8
+/obj/structure/sign/warning/electricshock{
+ pixel_x = -23
},
-/turf/open/floor/plasteel/white,
-/area/ship/science)
-"Ol" = (
-/obj/effect/turf_decal/corner/opaque/purple{
+/turf/open/floor/plasteel/mono,
+/area/ship/hallway/central)
+"GF" = (
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{
dir = 4
},
-/obj/effect/turf_decal/corner/opaque/purple{
- dir = 1
- },
-/obj/structure/disposalpipe/segment,
-/turf/open/floor/plasteel,
+/turf/open/floor/plasteel/patterned/cargo_one,
/area/ship/cargo)
-"Oq" = (
-/obj/machinery/suit_storage_unit/mining/eva,
-/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{
- dir = 8
+"GG" = (
+/obj/machinery/power/shuttle/engine/fueled/plasma{
+ dir = 4
},
-/obj/structure/sign/poster/official/miners{
- pixel_x = 32
+/obj/machinery/door/poddoor{
+ dir = 4;
+ id = "harrier_thrusters_starboard";
+ name = "Thruster Blast Door"
},
-/obj/structure/extinguisher_cabinet/directional/south,
-/turf/open/floor/plasteel/patterned/grid,
-/area/ship/cargo)
-"Os" = (
+/turf/open/floor/plating,
+/area/ship/engineering)
+"GH" = (
/obj/effect/turf_decal/industrial/warning/fulltile,
+/obj/machinery/light/small/directional/south,
/obj/structure/cable{
- icon_state = "0-8"
- },
-/obj/machinery/power/shieldwallgen/atmos/roundstart{
- dir = 1;
- id = "osprey_cargofield";
- locked = 1
- },
-/obj/machinery/door/poddoor{
- id = "ospreydoors";
- name = "Cargo Bay Blast Door";
- dir = 4
+ icon_state = "4-8"
},
/turf/open/floor/plasteel/tech,
+/area/ship/engineering)
+"GK" = (
+/obj/structure/sign/departments/cargo,
+/turf/closed/wall/mineral/titanium/nodiagonal,
/area/ship/cargo)
-"Ou" = (
-/obj/structure/closet/secure_closet{
- icon_door = "mixed";
- icon_state = "generic";
- name = "custodial closet"
- },
-/obj/item/storage/backpack,
-/obj/item/clothing/shoes/galoshes,
-/obj/item/clothing/under/rank/civilian/janitor,
-/obj/item/clothing/gloves/color/black,
-/obj/item/clothing/glasses/science,
-/obj/item/storage/belt/janitor,
-/obj/item/clothing/head/soft/purple,
-/obj/machinery/light_switch{
- dir = 8;
- pixel_x = 24;
- pixel_y = 5
+"GY" = (
+/obj/structure/cable{
+ icon_state = "6-9"
},
-/obj/structure/cable,
-/obj/item/holosign_creator/janibarrier,
-/obj/machinery/power/apc/auto_name/directional/south,
-/turf/open/floor/plasteel,
-/area/ship/crew/janitor)
-"OA" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2,
/obj/structure/disposalpipe/segment,
-/obj/structure/window/reinforced,
-/obj/structure/table,
-/obj/item/circuitboard/machine/pacman/super{
- pixel_x = 6;
- pixel_y = 8
- },
-/obj/item/circuitboard/machine/pacman/super{
- pixel_y = -4
+/turf/open/floor/plasteel/mono,
+/area/ship/hallway/central)
+"Ha" = (
+/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{
+ dir = 1
},
-/obj/effect/turf_decal/corner/opaque/yellow{
- dir = 4
+/obj/machinery/light/small/directional/south,
+/obj/structure/table/wood,
+/obj/item/storage/lockbox/medal{
+ pixel_y = 6
},
-/obj/effect/turf_decal/corner/opaque/yellow,
-/obj/effect/turf_decal/corner/opaque/yellow{
+/turf/open/floor/carpet/royalblue,
+/area/ship/crew/dorm/dormtwo)
+"He" = (
+/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{
dir = 8
},
-/turf/open/floor/plasteel/patterned/grid,
+/turf/open/floor/plasteel/patterned,
/area/ship/engineering)
-"OB" = (
-/obj/structure/disposalpipe/segment{
- dir = 5
+"Hh" = (
+/obj/structure/cable{
+ icon_state = "6-9"
},
-/obj/structure/window/reinforced{
- dir = 4
+/obj/structure/cable{
+ icon_state = "4-9"
},
-/obj/machinery/conveyor{
- dir = 1;
- id = "osprey_garbage"
+/turf/open/floor/plasteel/mono,
+/area/ship/hallway/port)
+"Hj" = (
+/obj/structure/cable{
+ icon_state = "2-4"
},
-/obj/item/trash/popcorn,
-/turf/open/floor/plating,
-/area/ship/crew/janitor)
-"OD" = (
-/obj/machinery/conveyor{
- dir = 8;
- id = "osprey_cargoload"
+/obj/effect/turf_decal/industrial/warning{
+ dir = 1
},
-/turf/open/floor/plating,
-/area/ship/cargo)
-"OG" = (
-/obj/machinery/conveyor_switch/oneway{
- id = "osprey_production"
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{
+ dir = 6
},
-/obj/effect/turf_decal/industrial/warning/cee{
- dir = 1
+/obj/machinery/atmospherics/pipe/simple/purple/hidden{
+ dir = 10
},
-/turf/open/floor/plasteel/patterned/grid,
-/area/ship/cargo)
-"OH" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{
- dir = 9
- },
-/turf/open/floor/plasteel/white,
-/area/ship/medical)
-"OS" = (
-/obj/effect/spawner/structure/window/shuttle,
-/obj/machinery/door/poddoor/shutters{
- id = "ospreymed"
+ dir = 6
},
-/obj/machinery/door/firedoor/window,
-/turf/open/floor/plating,
-/area/ship/medical)
-"OV" = (
/obj/structure/disposalpipe/segment{
- dir = 8
- },
-/obj/structure/sign/departments/custodian,
-/turf/closed/wall/mineral/titanium/nodiagonal,
-/area/ship/crew/janitor)
-"OW" = (
-/obj/effect/turf_decal/corner/transparent/neutral{
- dir = 8
+ dir = 10
},
-/obj/effect/turf_decal/corner/opaque/green{
+/turf/open/floor/plasteel/patterned,
+/area/ship/engineering/engine)
+"Hk" = (
+/obj/effect/turf_decal/trimline/transparent/white/filled/warning{
dir = 1
},
-/obj/structure/disposalpipe/sorting/mail/flip{
- sortTypes = list(7,8,15,29,30);
- tag = "Command"
+/obj/effect/turf_decal/trimline/transparent/white/filled/warning,
+/obj/machinery/door/poddoor/shutters{
+ id = "harriercargoaccess"
+ },
+/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,
+/obj/machinery/door/firedoor/border_only{
+ dir = 1
},
-/obj/structure/extinguisher_cabinet/directional/west,
/turf/open/floor/plasteel,
-/area/ship/hallway/central)
-"Pa" = (
-/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{
- dir = 4
+/area/ship/storage/eva)
+"Ho" = (
+/obj/structure/filingcabinet{
+ density = 0;
+ pixel_x = 11
},
-/turf/open/floor/carpet/royalblue,
-/area/ship/bridge)
-"Pe" = (
+/obj/structure/reagent_dispensers/peppertank{
+ pixel_y = 26
+ },
+/obj/effect/turf_decal/trimline/opaque/vired/line{
+ dir = 1
+ },
+/turf/open/floor/plasteel/dark,
+/area/ship/security)
+"Hq" = (
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4,
/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{
- dir = 4
+ dir = 10
},
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{
- dir = 4
+/turf/open/floor/carpet/cyan,
+/area/ship/crew)
+"Hu" = (
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4,
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2,
+/obj/structure/disposalpipe/segment{
+ dir = 9
},
-/obj/structure/cable{
- icon_state = "4-8"
+/obj/effect/turf_decal/trimline/opaque/ntblue/line{
+ dir = 1
},
-/turf/open/floor/plasteel,
+/turf/open/floor/plasteel/mono,
/area/ship/hallway/central)
-"Pg" = (
-/obj/structure/table/reinforced,
-/obj/machinery/recharger,
-/obj/effect/turf_decal/corner/opaque/ntblue{
- dir = 8
- },
-/obj/effect/turf_decal/corner/opaque/ntblue,
-/obj/effect/turf_decal/corner/opaque/ntblue{
+"Hw" = (
+/obj/structure/chair/comfy/blue/corpo/directional/west,
+/obj/effect/turf_decal/trimline/opaque/ntblue/line{
dir = 4
},
/turf/open/floor/plasteel/dark,
/area/ship/bridge)
-"Pj" = (
-/obj/machinery/disposal/bin,
-/obj/structure/disposalpipe/trunk{
- dir = 2
+"Hx" = (
+/obj/structure/cable{
+ icon_state = "6-9"
},
-/obj/effect/turf_decal/corner/opaque/purple{
- dir = 4
+/turf/open/floor/plasteel/mono,
+/area/ship/hallway/port)
+"HC" = (
+/obj/structure/chair/stool/bar{
+ dir = 1
},
-/obj/effect/turf_decal/corner/opaque/blue{
- dir = 8
+/obj/effect/turf_decal/corner/opaque/white{
+ dir = 4
},
-/obj/effect/turf_decal/industrial/warning/corner{
+/obj/effect/turf_decal/corner/opaque/white{
dir = 8
},
-/obj/effect/turf_decal/corner/opaque/purple{
- dir = 1
- },
-/obj/machinery/airalarm/directional/west,
-/obj/machinery/light/directional/north,
+/obj/effect/turf_decal/siding,
/turf/open/floor/plasteel,
-/area/ship/cargo)
-"Pl" = (
-/turf/closed/wall/mineral/titanium/nodiagonal,
-/area/ship/cargo/office)
-"Po" = (
-/turf/open/floor/plasteel/dark,
-/area/ship/science)
-"Pq" = (
-/obj/effect/turf_decal/corner/transparent/neutral{
- dir = 4
+/area/ship/crew/canteen)
+"HD" = (
+/obj/machinery/atmospherics/components/trinary/filter/atmos/o2{
+ dir = 1;
+ piping_layer = 1
},
-/obj/machinery/disposal/bin,
-/obj/structure/disposalpipe/trunk{
- dir = 8
+/obj/machinery/atmospherics/pipe/simple/purple/visible,
+/turf/open/floor/plasteel/patterned,
+/area/ship/engineering/atmospherics)
+"HG" = (
+/obj/structure/chair/comfy/shuttle{
+ dir = 4;
+ name = "Helm"
},
-/turf/open/floor/plasteel,
-/area/ship/hallway/central)
-"PE" = (
-/obj/machinery/recharge_station,
-/obj/effect/turf_decal/corner/opaque/mauve{
+/obj/effect/landmark/start/head_of_personnel,
+/obj/effect/turf_decal/siding/wideplating/dark{
dir = 4
},
-/obj/effect/turf_decal/corner/opaque/mauve{
- dir = 1
+/turf/open/floor/plasteel/dark,
+/area/ship/bridge)
+"HI" = (
+/obj/structure/bed,
+/obj/item/bedsheet/captain,
+/obj/structure/curtain/cloth/fancy,
+/turf/open/floor/carpet/royalblue,
+/area/ship/crew/dorm/dormtwo)
+"HL" = (
+/obj/machinery/door/airlock/engineering{
+ name = "Engine Room";
+ req_access_txt = "10"
},
-/obj/structure/sign/warning/nosmoking/circle{
- pixel_y = 25
+/obj/structure/cable{
+ icon_state = "1-2"
},
-/turf/open/floor/plasteel/white,
-/area/ship/science)
-"PJ" = (
-/obj/effect/turf_decal/industrial/warning{
+/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4,
+/obj/machinery/atmospherics/pipe/simple/green/hidden/layer1,
+/obj/machinery/atmospherics/pipe/simple/purple/hidden,
+/obj/machinery/door/firedoor/border_only,
+/obj/machinery/door/firedoor/border_only{
+ dir = 1
+ },
+/obj/structure/disposalpipe/segment,
+/obj/effect/turf_decal/borderfloor{
dir = 1
},
-/obj/effect/turf_decal/siding/white{
+/turf/open/floor/plasteel/tech,
+/area/ship/engineering/engine)
+"HO" = (
+/obj/structure/toilet{
+ dir = 8
+ },
+/obj/structure/curtain,
+/obj/machinery/airalarm/directional/east,
+/turf/open/floor/plasteel/freezer,
+/area/ship/crew/toilet)
+"HW" = (
+/obj/machinery/atmospherics/components/unary/shuttle/heater{
dir = 4
},
+/turf/open/floor/plating,
+/area/ship/engineering/atmospherics)
+"HY" = (
/obj/structure/cable{
icon_state = "4-8"
},
-/turf/open/floor/plasteel/tech/techmaint,
-/area/ship/crew/cryo)
-"PP" = (
-/turf/closed/wall/mineral/titanium,
-/area/ship/crew/cryo)
-"PQ" = (
-/obj/structure/disposalpipe/sorting/mail/flip{
- dir = 4;
- sortTypes = list(12,13,14,23,24,25,27,28);
- tag = "Research"
+/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{
+ dir = 4
},
-/obj/structure/cable{
- icon_state = "4-8"
+/turf/open/floor/plasteel/patterned/cargo_one,
+/area/ship/storage/eva)
+"Ia" = (
+/obj/effect/turf_decal/corner/opaque/ntblue/full,
+/turf/open/floor/plasteel,
+/area/ship/hallway/central)
+"Ig" = (
+/obj/machinery/disposal/bin,
+/obj/structure/disposalpipe/trunk{
+ dir = 1
},
+/obj/effect/turf_decal/trimline/opaque/vired/line,
+/turf/open/floor/plasteel/dark,
+/area/ship/security)
+"Ih" = (
+/obj/item/kirbyplants/random,
+/obj/machinery/light/directional/south,
/turf/open/floor/plasteel,
-/area/ship/cargo)
-"PS" = (
-/obj/structure/window/reinforced{
- dir = 4
+/area/ship/hallway/starboard)
+"Ij" = (
+/obj/structure/cable/yellow{
+ icon_state = "2-4"
},
-/obj/machinery/atmospherics/components/binary/volume_pump,
-/turf/open/floor/plasteel/patterned/grid,
-/area/ship/engineering)
-"PU" = (
-/obj/structure/chair{
+/obj/machinery/atmospherics/pipe/simple/green/hidden/layer1,
+/obj/machinery/atmospherics/pipe/simple/purple/hidden,
+/obj/machinery/atmospherics/pipe/simple/orange/hidden/layer5{
dir = 8
},
-/obj/structure/railing{
- dir = 5;
- layer = 4.1
- },
+/obj/structure/catwalk/over/plated_catwalk,
+/turf/open/floor/plating,
+/area/ship/engineering/engine)
+"Im" = (
+/obj/item/radio/intercom/directional/south,
+/turf/open/floor/carpet/cyan,
+/area/ship/medical)
+"In" = (
+/obj/structure/chair/sofa/blue/corpo/right/directional/north,
/turf/open/floor/plasteel,
-/area/ship/cargo)
-"PV" = (
-/obj/structure/disposalpipe/sorting/mail/flip{
- dir = 4;
- sortTypes = list(9,10,11);
- tag = "Medbay"
+/area/ship/hallway/central)
+"Io" = (
+/obj/machinery/advanced_airlock_controller{
+ pixel_x = -24
},
-/obj/machinery/atmospherics/pipe/manifold4w/supply/hidden/layer2,
-/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4,
-/obj/structure/cable{
- icon_state = "1-8"
+/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{
+ dir = 5
},
+/turf/open/floor/engine,
+/area/ship/engineering/engine)
+"Is" = (
+/obj/machinery/light/small/directional/south,
+/obj/effect/turf_decal/industrial/outline/yellow,
+/obj/structure/reagent_dispensers/watertank/high,
+/turf/open/floor/plasteel/tech/techmaint,
+/area/ship/crew/janitor)
+"Iu" = (
/obj/structure/cable{
icon_state = "4-8"
},
-/obj/effect/turf_decal/corner/opaque/blue{
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{
dir = 1
},
-/obj/effect/turf_decal/corner/opaque/blue{
- dir = 4
- },
-/turf/open/floor/plasteel/white,
-/area/ship/medical)
-"PW" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2,
-/turf/open/floor/plasteel/freezer,
-/area/ship/crew/toilet)
-"Qb" = (
-/obj/machinery/light/directional/south,
-/turf/open/floor/plasteel/patterned/grid,
-/area/ship/engineering/atmospherics)
-"Qm" = (
-/obj/structure/disposalpipe/segment{
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2,
+/obj/structure/disposalpipe/junction/flip{
dir = 8
},
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{
- dir = 4
+/turf/open/floor/carpet/cyan,
+/area/ship/medical)
+"IE" = (
+/turf/closed/wall/mineral/titanium/nodiagonal,
+/area/ship/crew/dorm/dormtwo)
+"IK" = (
+/obj/structure/table/glass,
+/obj/item/storage/fancy/cigarettes/cigars/havana{
+ pixel_x = -8;
+ pixel_y = 8
},
+/turf/open/floor/plasteel/dark,
+/area/ship/bridge)
+"IM" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{
dir = 4
},
+/obj/effect/turf_decal/borderfloor,
+/turf/open/floor/plasteel/tech/techmaint,
+/area/ship/storage/eva)
+"IS" = (
+/obj/structure/sign/warning/docking{
+ pixel_y = -8
+ },
+/turf/closed/wall/mineral/titanium/nodiagonal,
+/area/ship/hallway/starboard)
+"IT" = (
+/obj/machinery/power/apc/auto_name/directional/east,
/obj/structure/cable{
- icon_state = "4-8"
+ icon_state = "0-2"
},
-/obj/effect/turf_decal/trimline/opaque/blue/corner{
- dir = 8
+/obj/machinery/atmospherics/pipe/simple/brown/visible/layer1{
+ dir = 10
},
-/turf/open/floor/plasteel/white,
-/area/ship/medical)
-"Qr" = (
-/obj/structure/disposalpipe/segment{
- dir = 8
+/obj/machinery/atmospherics/pipe/simple/cyan/visible{
+ dir = 9
},
+/turf/open/floor/plasteel/patterned,
+/area/ship/engineering/atmospherics)
+"IV" = (
/obj/structure/cable{
icon_state = "4-8"
},
-/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{
- dir = 9
- },
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{
dir = 4
},
-/obj/machinery/airalarm/directional/south,
-/obj/machinery/camera/autoname{
- dir = 1
+/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{
+ dir = 4
+ },
+/turf/open/floor/plasteel/mono/dark,
+/area/ship/bridge)
+"IX" = (
+/obj/structure/ore_box,
+/obj/effect/turf_decal/box,
+/obj/machinery/power/apc/auto_name/directional/west,
+/obj/structure/cable{
+ icon_state = "0-4"
},
/turf/open/floor/plasteel/patterned/grid,
-/area/ship/engineering)
-"Qt" = (
-/obj/effect/turf_decal/corner/transparent/neutral{
- dir = 4
+/area/ship/storage/eva)
+"Jd" = (
+/obj/machinery/power/apc/auto_name/directional/west,
+/obj/structure/cable{
+ icon_state = "0-2"
},
-/obj/machinery/light/dim/directional/north,
-/turf/open/floor/plasteel,
-/area/ship/hallway/central)
-"Qv" = (
-/obj/effect/turf_decal/corner/opaque/yellow{
+/turf/open/floor/plasteel/mono,
+/area/ship/hallway/starboard)
+"Je" = (
+/obj/structure/cable{
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{
dir = 4
},
-/obj/effect/turf_decal/corner/opaque/yellow{
- dir = 1
+/turf/open/floor/plasteel/mono,
+/area/ship/crew/canteen)
+"Jk" = (
+/obj/effect/spawner/structure/window/shuttle,
+/turf/open/floor/plating,
+/area/ship/engineering/engine)
+"Jl" = (
+/obj/effect/turf_decal/industrial/warning,
+/obj/structure/cable{
+ icon_state = "1-8"
},
/obj/structure/cable{
- icon_state = "2-4"
+ icon_state = "4-8"
},
-/obj/item/radio/intercom/directional/north,
-/turf/open/floor/plasteel/patterned/grid,
-/area/ship/engineering)
-"Qy" = (
-/obj/structure/disposalpipe/segment{
- dir = 9
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{
+ dir = 4
},
-/obj/effect/turf_decal/corner/transparent/neutral,
-/turf/open/floor/plasteel,
-/area/ship/hallway/central)
-"QD" = (
-/obj/machinery/atmospherics/components/binary/volume_pump,
-/obj/effect/turf_decal/industrial/warning/corner{
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{
dir = 4
},
-/turf/open/floor/plasteel/patterned/grid,
-/area/ship/engineering)
-"QE" = (
/obj/structure/disposalpipe/segment{
dir = 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/mono,
+/area/ship/hallway/starboard)
+"Jt" = (
+/obj/effect/spawner/structure/window/shuttle,
+/obj/machinery/door/firedoor/window,
+/turf/open/floor/plating,
+/area/ship/storage/eva)
+"Ju" = (
+/obj/machinery/vending/cigarette,
+/obj/effect/turf_decal/siding/wood{
+ dir = 9
},
+/turf/open/floor/wood,
+/area/ship/crew)
+"Jv" = (
+/turf/closed/wall/mineral/titanium/exterior,
+/area/ship/cargo)
+"Jw" = (
/obj/structure/cable{
- icon_state = "4-8"
+ icon_state = "1-8"
},
-/obj/effect/turf_decal/trimline/opaque/blue/corner,
-/turf/open/floor/plasteel/white,
-/area/ship/medical)
-"QI" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2,
/obj/structure/disposalpipe/segment{
- dir = 8
+ dir = 9
},
-/obj/effect/turf_decal/corner/transparent/neutral,
-/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2,
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4,
-/obj/structure/disposalpipe/segment,
-/obj/structure/cable{
- icon_state = "1-2"
+/obj/effect/turf_decal/trimline/opaque/ntblue/line{
+ dir = 1
},
-/turf/open/floor/plasteel,
-/area/ship/hallway/central)
-"QJ" = (
-/obj/machinery/conveyor{
- dir = 8;
- id = "osprey_cargoload"
+/turf/open/floor/plasteel/mono,
+/area/ship/hallway/port)
+"Jx" = (
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{
+ dir = 4
},
-/obj/structure/sign/warning{
- pixel_y = -25
+/obj/machinery/light_switch{
+ dir = 4;
+ pixel_x = -20
},
-/obj/machinery/light/directional/south,
-/turf/open/floor/plating,
-/area/ship/cargo)
-"QK" = (
-/obj/structure/disposalpipe/segment{
+/turf/open/floor/plasteel/mono/dark,
+/area/ship/bridge)
+"JB" = (
+/obj/effect/turf_decal/number/nine{
dir = 8
},
-/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{
- dir = 5
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{
- dir = 5
+/obj/machinery/button/door{
+ dir = 4;
+ id = "harrier_thrusters_starboard";
+ name = "Blast Door Control";
+ pixel_x = -25;
+ pixel_y = 6
},
-/turf/open/floor/plasteel/white,
-/area/ship/medical)
-"QW" = (
+/turf/open/floor/plasteel/patterned,
+/area/ship/engineering)
+"JC" = (
/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{
dir = 8
},
-/obj/effect/turf_decal/industrial/warning,
-/turf/open/floor/plasteel,
-/area/ship/cargo/office)
-"Re" = (
-/obj/structure/sign/number/one{
- color = "Black"
+/turf/open/floor/plasteel/mono,
+/area/ship/hallway/port)
+"JH" = (
+/obj/effect/turf_decal/trimline/transparent/white/filled/warning{
+ dir = 1
},
-/turf/closed/wall/mineral/titanium/nodiagonal,
-/area/ship/cargo/office)
-"Ri" = (
-/obj/structure/cable{
- icon_state = "1-8"
+/obj/effect/turf_decal/trimline/transparent/white/filled/warning,
+/obj/machinery/door/firedoor/border_only{
+ dir = 1
},
-/obj/structure/cable{
- icon_state = "1-2"
+/obj/machinery/door/firedoor/border_only,
+/turf/open/floor/plasteel/mono,
+/area/ship/hallway/port)
+"JK" = (
+/obj/machinery/atmospherics/pipe/manifold/purple/visible{
+ dir = 1
},
-/obj/structure/cable{
- icon_state = "1-4"
+/obj/effect/turf_decal/industrial/warning{
+ dir = 8
},
-/turf/open/floor/plasteel/patterned/grid,
-/area/ship/engineering/atmospherics)
-"Ro" = (
-/turf/closed/wall/mineral/titanium/nodiagonal,
-/area/ship/crew/toilet)
-"Rq" = (
-/turf/closed/wall/mineral/titanium,
-/area/ship/crew/dorm)
-"Rr" = (
-/turf/open/floor/plasteel/stairs/left{
+/turf/open/floor/plating,
+/area/ship/engineering)
+"JL" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{
dir = 4
},
-/area/ship/cargo)
-"Ry" = (
-/obj/structure/table/reinforced,
-/obj/item/areaeditor/shuttle{
- pixel_x = 5;
- pixel_y = 1
- },
-/obj/item/megaphone/command{
- pixel_x = 1;
- pixel_y = 1
- },
-/obj/machinery/airalarm/directional/south,
-/obj/effect/turf_decal/corner/opaque/ntblue{
- dir = 8
+/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{
+ dir = 4
},
-/obj/effect/turf_decal/corner/opaque/ntblue,
-/turf/open/floor/plasteel/dark,
-/area/ship/bridge)
-"RB" = (
-/obj/machinery/atmospherics/components/binary/pump/layer4{
+/obj/structure/disposalpipe/segment{
dir = 8
},
-/obj/effect/turf_decal/industrial/warning/corner{
+/obj/effect/turf_decal/trimline/opaque/ntblue/filled/corner{
dir = 4
},
-/obj/machinery/atmospherics/pipe/simple/green/visible{
- dir = 10
- },
-/obj/machinery/atmospherics/pipe/simple/green/visible/layer1{
- dir = 8
- },
-/obj/machinery/airalarm/directional/north,
-/turf/open/floor/plasteel/patterned/grid,
-/area/ship/engineering/atmospherics)
-"RD" = (
-/obj/machinery/door/airlock/highsecurity{
- name = "AI Chamber";
- req_access_txt = "24"
+/turf/open/floor/plasteel/mono,
+/area/ship/hallway/central)
+"JN" = (
+/obj/machinery/photocopier,
+/obj/machinery/light_switch{
+ pixel_x = -5;
+ pixel_y = 20
},
-/obj/structure/disposalpipe/segment{
- dir = 2
+/turf/open/floor/plasteel,
+/area/ship/cargo)
+"JP" = (
+/obj/effect/turf_decal/trimline/opaque/ntblue/line{
+ dir = 5
},
-/obj/effect/turf_decal/borderfloor,
-/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2,
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4,
-/obj/structure/cable{
- icon_state = "1-2"
+/turf/open/floor/plasteel/dark,
+/area/ship/bridge)
+"JQ" = (
+/obj/structure/sign/warning/vacuum/external,
+/turf/closed/wall/mineral/titanium/nodiagonal,
+/area/ship/hallway/starboard)
+"JS" = (
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4,
+/obj/machinery/firealarm/directional/north,
+/obj/effect/turf_decal/trimline/opaque/ntblue/filled/corner,
+/obj/effect/turf_decal/trimline/opaque/ntblue/filled/line{
+ dir = 1
},
-/obj/machinery/atmospherics/pipe/simple/dark/hidden/layer5,
-/obj/machinery/atmospherics/pipe/simple/orange/hidden,
-/obj/machinery/door/firedoor,
-/obj/machinery/atmospherics/pipe/simple/green/hidden/layer1,
-/turf/open/floor/plasteel/tech/grid,
-/area/ship/science/ai_chamber)
-"RE" = (
-/obj/structure/closet/crate/engineering{
- name = "fuel crate"
+/turf/open/floor/plasteel,
+/area/ship/hallway/central)
+"JT" = (
+/obj/structure/table/glass,
+/obj/item/storage/box/matches{
+ pixel_y = 9
},
-/obj/item/stack/sheet/mineral/plasma/twenty,
-/obj/machinery/light/directional/north,
-/turf/open/floor/plasteel/tech/techmaint,
-/area/ship/engineering)
-"RI" = (
-/obj/structure/disposalpipe/trunk{
- dir = 1
+/obj/effect/turf_decal/trimline/opaque/ntblue/line{
+ dir = 8
},
-/obj/machinery/disposal/bin,
-/obj/structure/sign/warning/nosmoking/circle{
- pixel_x = 25
+/obj/effect/turf_decal/siding/thinplating/dark{
+ dir = 8
},
-/obj/structure/sign/poster/official/moth/smokey{
- pixel_y = -32
+/turf/open/floor/plasteel/dark,
+/area/ship/bridge)
+"JU" = (
+/obj/structure/cable{
+ icon_state = "4-8"
},
-/obj/effect/turf_decal/corner/opaque/yellow,
-/obj/effect/turf_decal/corner/opaque/bottlegreen{
+/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{
dir = 4
},
-/obj/effect/turf_decal/corner/opaque/bottlegreen{
+/obj/machinery/atmospherics/pipe/simple/brown/visible/layer1,
+/obj/structure/disposalpipe/segment{
dir = 8
},
-/turf/open/floor/plasteel/patterned/grid,
+/turf/open/floor/plasteel/patterned,
/area/ship/engineering/atmospherics)
-"RO" = (
+"JX" = (
/obj/structure/disposalpipe/segment{
- dir = 2
+ dir = 8
},
-/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2,
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4,
-/obj/structure/cable{
- icon_state = "1-2"
+/turf/open/floor/carpet/executive,
+/area/ship/crew/law_office)
+"JZ" = (
+/obj/structure/chair/sofa/blue/corpo/left,
+/turf/open/floor/plasteel,
+/area/ship/hallway/central)
+"Kc" = (
+/obj/structure/closet/secure_closet/atmospherics{
+ populate = 0
},
-/obj/machinery/atmospherics/pipe/simple/orange/hidden,
-/obj/machinery/atmospherics/pipe/simple/green/hidden/layer1{
+/obj/effect/turf_decal/industrial/outline/yellow,
+/obj/machinery/airalarm/directional/south,
+/obj/item/clothing/shoes/workboots,
+/obj/item/clothing/under/nanotrasen/engineering/atmos,
+/obj/item/clothing/suit/nanotrasen/vest/blue,
+/obj/item/storage/backpack/industrial,
+/obj/item/clothing/head/hardhat/nanotrasen/blue,
+/obj/item/clothing/gloves/color/black,
+/obj/item/clothing/glasses/meson/engine,
+/obj/item/analyzer,
+/turf/open/floor/plasteel/patterned,
+/area/ship/engineering)
+"Kd" = (
+/obj/structure/chair{
+ dir = 1
+ },
+/obj/effect/turf_decal/trimline/opaque/ntblue/line{
dir = 10
},
-/obj/structure/catwalk/over,
-/turf/open/floor/plating,
-/area/ship/science/ai_chamber)
-"RQ" = (
-/obj/structure/disposalpipe/segment,
/turf/open/floor/plasteel,
-/area/ship/cargo)
-"RU" = (
-/obj/structure/table/wood,
-/obj/item/toy/plush/carpplushie,
-/obj/machinery/light/small/directional/west,
+/area/ship/crew/canteen)
+"Kg" = (
+/obj/machinery/vending/coffee,
+/obj/effect/turf_decal/siding/wood{
+ dir = 5
+ },
/turf/open/floor/wood,
-/area/ship/crew/dorm)
-"RW" = (
-/obj/structure/disposalpipe/segment{
- dir = 8
+/area/ship/crew)
+"Ki" = (
+/obj/structure/cable{
+ icon_state = "1-2"
},
+/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2,
/turf/open/floor/plasteel,
-/area/ship/hallway/central)
-"RY" = (
-/obj/machinery/atmospherics/pipe/manifold/orange/visible,
-/turf/open/floor/plasteel/patterned/grid,
/area/ship/engineering)
-"Sa" = (
-/obj/structure/table,
-/obj/item/storage/box/lights/mixed{
- pixel_x = 4;
- pixel_y = 9
+"Kj" = (
+/obj/structure/closet/secure_closet/engineering_personal{
+ populate = 0
},
-/obj/machinery/airalarm/directional/south,
-/obj/item/storage/box/mousetraps{
- pixel_x = -9
+/obj/effect/turf_decal/industrial/outline/yellow,
+/obj/machinery/firealarm/directional/south,
+/obj/item/clothing/shoes/workboots,
+/obj/item/clothing/under/nanotrasen/engineering,
+/obj/item/clothing/suit/nanotrasen/vest,
+/obj/item/storage/backpack/industrial,
+/obj/item/clothing/head/hardhat/nanotrasen,
+/obj/item/clothing/gloves/color/yellow,
+/obj/item/clothing/glasses/meson/engine,
+/turf/open/floor/plasteel/patterned,
+/area/ship/engineering)
+"Kl" = (
+/obj/structure/cable{
+ icon_state = "2-8"
},
-/turf/open/floor/plasteel,
-/area/ship/crew/janitor)
-"Sd" = (
-/obj/item/kirbyplants/random,
-/obj/effect/turf_decal/corner/opaque/blue,
-/obj/effect/turf_decal/corner/opaque/blue{
- dir = 8
+/obj/structure/cable{
+ icon_state = "1-8"
},
-/obj/machinery/firealarm/directional/south,
-/obj/machinery/light/directional/east,
-/turf/open/floor/plasteel/white,
-/area/ship/medical)
-"Se" = (
-/obj/structure/disposalpipe/segment{
- dir = 10
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{
+ dir = 4
},
-/turf/open/floor/plasteel/white,
-/area/ship/science)
-"Si" = (
/obj/structure/disposalpipe/segment{
- dir = 2
+ dir = 6
},
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4,
+/obj/effect/turf_decal/trimline/opaque/nsorange/line,
+/turf/open/floor/plasteel/mono,
+/area/ship/hallway/central)
+"Kq" = (
+/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{
+ dir = 4
+ },
+/obj/machinery/light/small/directional/west,
+/turf/open/floor/carpet/cyan,
+/area/ship/crew)
+"Kr" = (
/obj/structure/cable{
icon_state = "1-2"
},
-/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2,
-/turf/open/floor/plasteel,
-/area/ship/hallway/central)
-"Sm" = (
-/obj/structure/disposalpipe/segment{
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{
dir = 8
},
-/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{
+/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2,
+/obj/structure/disposalpipe/segment,
+/obj/effect/turf_decal/trimline/opaque/vired/line{
dir = 1
},
-/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{
- dir = 4
+/turf/open/floor/plasteel/dark,
+/area/ship/security)
+"Kt" = (
+/obj/structure/table/wood,
+/obj/structure/bedsheetbin,
+/obj/machinery/light/small/directional/east,
+/obj/structure/sign/poster/official/random{
+ pixel_y = 32
},
+/turf/open/floor/carpet/cyan,
+/area/ship/crew)
+"Kx" = (
/obj/structure/cable{
icon_state = "4-8"
},
-/obj/effect/turf_decal/corner/opaque/blue{
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{
dir = 4
},
-/obj/effect/turf_decal/corner/opaque/blue{
- dir = 1
- },
-/obj/item/radio/intercom/directional/north,
-/turf/open/floor/plasteel/white,
-/area/ship/medical)
-"Su" = (
-/obj/effect/turf_decal/industrial/warning,
-/obj/machinery/airalarm/directional/west,
-/turf/open/floor/plasteel/tech/techmaint,
-/area/ship/crew/cryo)
-"SB" = (
-/obj/effect/turf_decal/industrial/warning/fulltile,
-/obj/machinery/door/poddoor{
- id = "osprey_disposals";
- name = "Disposals Blast Door";
+/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{
dir = 4
},
-/turf/open/floor/plating,
-/area/ship/crew/janitor)
-"SC" = (
-/obj/effect/turf_decal/corner/opaque/mauve{
+/obj/structure/disposalpipe/segment{
dir = 8
},
-/obj/effect/turf_decal/corner/opaque/mauve,
-/turf/open/floor/plasteel/white,
-/area/ship/science)
-"SD" = (
+/obj/structure/closet/emcloset/wall/directional/south,
+/turf/open/floor/plasteel/patterned,
+/area/ship/engineering/atmospherics)
+"Ky" = (
+/obj/structure/chair{
+ dir = 4
+ },
+/turf/open/floor/plasteel/dark,
+/area/ship/security)
+"Kz" = (
+/obj/machinery/power/shuttle/engine/electric{
+ dir = 4
+ },
/obj/structure/cable{
- icon_state = "2-8"
+ icon_state = "0-4"
},
-/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4,
-/turf/open/floor/plasteel/patterned/grid,
-/area/ship/engineering)
-"SG" = (
-/obj/structure/closet/secure_closet{
- icon_state = "qm";
- name = "\proper quartermaster's locker";
- req_access_txt = "41"
+/obj/machinery/door/poddoor{
+ dir = 4;
+ id = "harrier_thrusters_port";
+ name = "Thruster Blast Door"
+ },
+/turf/open/floor/plating,
+/area/ship/engineering/atmospherics)
+"KA" = (
+/obj/structure/crate_shelf,
+/turf/open/floor/plasteel/patterned,
+/area/ship/cargo)
+"KB" = (
+/obj/effect/turf_decal/trimline/transparent/white/filled/warning{
+ dir = 4
},
-/obj/effect/turf_decal/corner/opaque/brown{
+/obj/effect/turf_decal/trimline/transparent/white/filled/warning{
dir = 8
},
-/obj/effect/turf_decal/corner/opaque/brown,
-/obj/structure/disposalpipe/segment{
- dir = 5
+/obj/machinery/door/firedoor/border_only{
+ dir = 8
},
-/obj/structure/cable,
-/obj/item/storage/backpack,
-/obj/item/storage/backpack/messenger,
-/obj/item/storage/backpack/satchel/leather,
-/obj/item/storage/backpack/duffelbag,
-/obj/item/clothing/shoes/sneakers/brown,
-/obj/item/clothing/under/rank/cargo/qm/skirt,
-/obj/item/clothing/under/rank/cargo/qm,
-/obj/item/clothing/head/beret/qm,
-/obj/item/stamp/qm,
-/obj/item/clothing/glasses/sunglasses,
-/obj/item/clothing/gloves/fingerless,
-/obj/item/megaphone/cargo,
-/obj/item/clothing/head/safety_helmet,
-/obj/machinery/power/apc/auto_name/directional/south,
-/obj/machinery/light_switch{
- dir = 1;
- pixel_x = -8;
- pixel_y = -16
+/obj/machinery/door/firedoor/border_only{
+ dir = 4
},
-/turf/open/floor/plasteel,
-/area/ship/cargo/office)
-"SK" = (
-/obj/structure/table,
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4,
-/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2,
-/obj/structure/cable{
- icon_state = "1-2"
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{
+ dir = 4
},
-/obj/item/taperecorder,
-/obj/machinery/camera/autoname{
- dir = 5
+/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{
+ dir = 4
},
-/obj/item/radio/intercom/directional/west,
-/turf/open/floor/plasteel/dark,
+/obj/structure/disposalpipe/segment{
+ dir = 8
+ },
+/turf/open/floor/plasteel/mono,
+/area/ship/hallway/central)
+"KC" = (
+/turf/closed/wall/mineral/titanium/interior,
/area/ship/bridge)
-"SO" = (
-/obj/effect/turf_decal/siding/wood{
+"KG" = (
+/obj/structure/table/wood/reinforced,
+/obj/item/folder/blue,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{
+ dir = 4
+ },
+/turf/open/floor/carpet/executive,
+/area/ship/crew/law_office)
+"KM" = (
+/obj/effect/turf_decal/trimline/opaque/ntblue/filled/line,
+/turf/open/floor/plasteel,
+/area/ship/hallway/central)
+"KN" = (
+/obj/effect/turf_decal/trimline/transparent/white/filled/warning{
dir = 1
},
-/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2,
-/obj/structure/cable{
- icon_state = "2-8"
+/obj/effect/turf_decal/trimline/transparent/white/filled/warning,
+/obj/machinery/door/poddoor/shutters{
+ id = "harriercargoaccess"
},
-/turf/open/floor/plasteel/grimy,
-/area/ship/crew/dorm)
-"SQ" = (
-/obj/structure/table/reinforced,
-/obj/machinery/door/window/northleft{
- dir = 2;
- name = "Cargo Desk";
- req_access_txt = "31"
+/obj/machinery/door/firedoor/border_only,
+/obj/machinery/door/firedoor/border_only{
+ dir = 1
},
-/obj/structure/disposalpipe/segment{
- dir = 2
+/obj/structure/disposalpipe/segment,
+/turf/open/floor/plasteel,
+/area/ship/storage/eva)
+"KO" = (
+/obj/machinery/power/apc/auto_name/directional/west,
+/obj/structure/cable{
+ icon_state = "0-4"
},
-/obj/structure/noticeboard{
- dir = 4;
- pixel_x = -32
+/obj/effect/turf_decal/siding/yellow{
+ dir = 10
},
-/obj/item/table_bell,
-/obj/machinery/door/poddoor/shutters{
- id = "ospreycargo"
+/obj/machinery/firealarm/directional/south,
+/obj/structure/chair/handrail{
+ dir = 1
},
-/obj/machinery/door/firedoor,
-/turf/open/floor/plating,
-/area/ship/cargo/office)
-"SR" = (
-/obj/effect/turf_decal/corner/opaque/brown{
+/turf/open/floor/plasteel,
+/area/ship/engineering/engine)
+"KQ" = (
+/obj/effect/turf_decal/corner/opaque/white{
dir = 8
},
-/obj/effect/turf_decal/corner/opaque/brown,
-/obj/structure/disposalpipe/junction/flip{
+/obj/effect/turf_decal/corner/opaque/white{
dir = 4
},
-/obj/structure/closet/secure_closet{
- icon_state = "cargo";
- name = "\proper cargo technician's locker";
- req_access_txt = "31"
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2,
+/obj/effect/turf_decal/siding{
+ dir = 8
},
-/obj/item/storage/backpack,
-/obj/item/storage/backpack/satchel,
-/obj/item/storage/backpack/messenger,
-/obj/item/storage/backpack/duffelbag,
-/obj/item/clothing/shoes/sneakers/black,
-/obj/item/clothing/under/rank/cargo/tech/skirt,
-/obj/item/clothing/under/rank/cargo/tech,
-/obj/item/clothing/head/safety_helmet,
-/obj/machinery/airalarm/directional/south,
/turf/open/floor/plasteel,
-/area/ship/cargo/office)
-"SU" = (
-/obj/machinery/cryopod{
- dir = 1
+/area/ship/crew/canteen)
+"KS" = (
+/turf/closed/wall/mineral/titanium/nodiagonal,
+/area/ship/crew/dorm)
+"KT" = (
+/obj/structure/cable{
+ icon_state = "4-8"
},
-/obj/structure/window/reinforced{
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{
dir = 4
},
-/obj/structure/sign/poster/official/work_for_a_future{
- pixel_y = -32
+/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{
+ dir = 4
},
-/turf/open/floor/plasteel/tech/grid,
-/area/ship/crew/cryo)
-"SW" = (
-/obj/machinery/button/door{
- dir = 8;
- id = "ospreysci_window";
- name = "Shutter Control";
- pixel_x = 25
+/obj/structure/disposalpipe/segment{
+ dir = 8
},
-/turf/open/floor/plasteel/dark,
-/area/ship/science)
-"SX" = (
-/obj/machinery/atmospherics/components/unary/vent_pump/high_volume/on{
- dir = 1
+/obj/effect/turf_decal/trimline/opaque/ntblue/line{
+ dir = 8
},
-/obj/effect/turf_decal/industrial/outline/yellow,
-/turf/open/floor/engine/air,
-/area/ship/engineering/atmospherics)
-"Tb" = (
-/obj/machinery/power/shieldwallgen/atmos/roundstart{
- dir = 4;
- id = "osprey_atmosfield"
+/turf/open/floor/plasteel,
+/area/ship/hallway/starboard)
+"KW" = (
+/obj/structure/chair/sofa/blue/corpo/right/directional/north,
+/obj/effect/turf_decal/trimline/opaque/ntblue/filled/line,
+/turf/open/floor/plasteel,
+/area/ship/hallway/central)
+"KY" = (
+/obj/structure/chair/comfy/blue/corpo/directional/south,
+/obj/machinery/firealarm/directional/north,
+/turf/open/floor/carpet/cyan,
+/area/ship/medical)
+"KZ" = (
+/obj/machinery/atmospherics/pipe/simple/brown/visible/layer1{
+ dir = 8
},
-/obj/structure/cable{
- icon_state = "0-4"
+/obj/machinery/atmospherics/components/trinary/mixer/airmix/inverse{
+ dir = 1
},
-/obj/effect/turf_decal/industrial/warning,
+/turf/open/floor/plasteel/patterned,
+/area/ship/engineering/atmospherics)
+"Lb" = (
/obj/effect/turf_decal/industrial/warning{
- dir = 1
+ dir = 8
},
-/obj/machinery/door/poddoor{
- id = "osprey_tank_vent"
+/obj/machinery/conveyor_switch/oneway{
+ id = "harrier_garbage"
},
-/turf/open/floor/engine,
-/area/ship/engineering/atmospherics)
-"Tg" = (
-/obj/machinery/disposal/bin,
-/obj/structure/disposalpipe/trunk{
- dir = 1
+/obj/structure/window/reinforced{
+ dir = 8
},
-/obj/effect/turf_decal/box,
-/turf/open/floor/plasteel/patterned/grid,
-/area/ship/engineering)
-"Ti" = (
-/obj/machinery/conveyor/inverted{
- dir = 5;
- id = "osprey_production"
+/obj/machinery/button/massdriver{
+ id = "harrier_disposals";
+ name = "disposals button";
+ pixel_x = 5;
+ pixel_y = 20
+ },
+/obj/machinery/button/shieldwallgen{
+ id = "harrier_disposalfield";
+ pixel_x = -5;
+ pixel_y = 20
},
/turf/open/floor/plating,
-/area/ship/cargo)
-"Tn" = (
+/area/ship/crew/janitor)
+"Lc" = (
/obj/structure/cable{
- icon_state = "0-8"
+ icon_state = "4-8"
},
-/obj/machinery/power/smes/shuttle/precharged{
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{
dir = 4
},
-/obj/machinery/door/window/eastleft{
- name = "Engine Access"
- },
-/obj/structure/window/plasma/reinforced/spawner/west,
-/obj/structure/window/plasma/reinforced/spawner/north,
-/obj/machinery/door/poddoor{
- id = "osprey_thruster_port";
- name = "Thruster Blast Door";
+/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{
dir = 4
},
-/turf/open/floor/plating,
-/area/ship/engineering)
-"Tq" = (
-/obj/machinery/atmospherics/components/binary/dp_vent_pump/high_volume/layer4,
-/obj/machinery/light/small/directional/east,
-/turf/open/floor/plasteel/tech/techmaint,
-/area/ship/hallway/central)
-"Tr" = (
-/obj/machinery/atmospherics/components/unary/shuttle/heater{
+/obj/structure/disposalpipe/segment{
+ dir = 8
+ },
+/turf/open/floor/carpet/cyan,
+/area/ship/medical)
+"Lf" = (
+/obj/structure/railing{
dir = 4
},
-/obj/machinery/door/window/eastright{
- name = "Engine Access"
+/obj/structure/cable{
+ icon_state = "2-8"
},
-/obj/structure/window/plasma/reinforced/spawner/west,
-/obj/structure/window/plasma/reinforced/spawner,
-/obj/machinery/door/poddoor{
- id = "osprey_thruster_port";
- name = "Thruster Blast Door";
+/obj/effect/turf_decal/trimline/transparent/white/filled/warning,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{
+ dir = 10
+ },
+/obj/machinery/atmospherics/pipe/simple/purple/visible{
+ dir = 8
+ },
+/obj/machinery/atmospherics/pipe/simple/purple/hidden,
+/obj/machinery/atmospherics/pipe/simple/orange/visible/layer5{
dir = 4
},
-/turf/open/floor/plating,
-/area/ship/engineering)
-"Tt" = (
-/obj/effect/turf_decal/industrial/warning,
+/obj/effect/turf_decal/siding/yellow{
+ dir = 5
+ },
/obj/structure/disposalpipe/segment{
- dir = 2
+ dir = 10
},
-/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2,
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4,
-/obj/structure/cable{
- icon_state = "1-2"
+/turf/open/floor/plasteel,
+/area/ship/engineering/engine)
+"Lh" = (
+/obj/structure/railing{
+ dir = 5;
+ layer = 4.1
},
-/obj/machinery/atmospherics/pipe/simple/dark/hidden/layer5,
-/obj/machinery/atmospherics/pipe/simple/orange/hidden,
+/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2,
/obj/machinery/atmospherics/pipe/simple/green/hidden/layer1,
-/turf/open/floor/plasteel/dark,
-/area/ship/science/ai_chamber)
-"Tw" = (
-/obj/machinery/suit_storage_unit/standard_unit,
-/obj/effect/turf_decal/borderfloor{
- dir = 8
+/obj/effect/turf_decal/siding/yellow{
+ dir = 5
},
+/turf/open/floor/plasteel,
+/area/ship/engineering/engine)
+"Li" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{
dir = 5
},
-/obj/structure/sign/poster/official/safety_internals{
- pixel_x = -32
+/obj/structure/disposalpipe/segment,
+/turf/open/floor/plasteel,
+/area/ship/crew)
+"Lj" = (
+/obj/machinery/airalarm/directional/west,
+/obj/effect/turf_decal/trimline/opaque/blue/line,
+/turf/open/floor/plasteel/white,
+/area/ship/medical)
+"Lp" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{
+ dir = 9
},
-/turf/open/floor/plasteel/tech/grid,
-/area/ship/hallway/central)
-"Tx" = (
-/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{
- dir = 8
+/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{
+ dir = 5
},
-/turf/open/floor/plasteel/dark,
-/area/ship/bridge)
-"Tz" = (
+/obj/structure/disposalpipe/segment{
+ dir = 6
+ },
+/turf/open/floor/plasteel/patterned/cargo_one,
+/area/ship/cargo)
+"Lv" = (
/obj/structure/cable{
icon_state = "1-2"
},
-/obj/machinery/atmospherics/pipe/manifold/orange/visible{
- dir = 4
- },
-/turf/open/floor/plasteel/patterned/grid,
-/area/ship/engineering/atmospherics)
-"TG" = (
-/obj/effect/turf_decal/industrial/warning{
- dir = 4
+/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2,
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{
+ dir = 8
},
-/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{
- dir = 4
+/obj/machinery/light/directional/west,
+/obj/effect/turf_decal/trimline/opaque/ntblue/filled/corner{
+ dir = 1
},
+/turf/open/floor/plasteel/mono,
+/area/ship/hallway/starboard)
+"Lw" = (
/obj/structure/cable{
- icon_state = "1-8"
- },
-/turf/open/floor/plasteel/white,
-/area/ship/science)
-"TH" = (
-/obj/structure/disposalpipe/junction,
-/obj/effect/turf_decal/corner/transparent/neutral{
- dir = 1
+ icon_state = "4-8"
},
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{
dir = 4
@@ -7104,2815 +6823,4937 @@
/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{
dir = 4
},
-/obj/structure/cable{
- icon_state = "4-8"
+/obj/machinery/light_switch{
+ dir = 1;
+ pixel_x = -5;
+ pixel_y = -20
},
-/turf/open/floor/plasteel,
-/area/ship/hallway/central)
-"TJ" = (
-/obj/structure/cable{
- icon_state = "4-8"
+/obj/structure/disposalpipe/segment{
+ dir = 8
},
-/obj/structure/disposalpipe/junction/flip{
- dir = 4
+/obj/machinery/camera{
+ dir = 10
},
-/turf/open/floor/plasteel,
-/area/ship/cargo)
-"TP" = (
-/obj/structure/closet/secure_closet{
- icon_state = "mining";
- name = "miner's equipment locker";
- req_access_txt = "48"
- },
-/obj/item/clothing/under/rank/cargo/miner,
-/obj/item/mining_scanner,
-/obj/item/mining_scanner,
-/obj/item/storage/bag/ore,
-/obj/item/storage/bag/ore,
-/obj/item/pickaxe,
-/obj/item/pickaxe,
-/obj/machinery/light/small/directional/south,
-/turf/open/floor/plasteel/patterned/grid,
-/area/ship/cargo)
-"TR" = (
-/obj/structure/disposalpipe/segment{
+/turf/open/floor/plasteel/mono,
+/area/ship/hallway/central)
+"Lz" = (
+/obj/structure/chair/comfy/blue/corpo/directional/north,
+/obj/effect/turf_decal/trimline/opaque/ntblue/line{
+ dir = 10
+ },
+/obj/effect/turf_decal/siding/thinplating/dark{
dir = 8
},
-/obj/effect/turf_decal/corner/opaque/bar{
+/turf/open/floor/plasteel/dark,
+/area/ship/bridge)
+"LD" = (
+/obj/effect/spawner/structure/window/shuttle,
+/obj/machinery/door/poddoor{
+ dir = 4;
+ id = "harrierwindows";
+ name = "Window Blast Door"
+ },
+/turf/open/floor/plating,
+/area/ship/hallway/starboard)
+"LJ" = (
+/obj/machinery/advanced_airlock_controller{
+ pixel_x = -24
+ },
+/obj/machinery/atmospherics/components/binary/dp_vent_pump/high_volume/layer2,
+/obj/effect/turf_decal/borderfloor{
+ dir = 4
+ },
+/turf/open/floor/plasteel/tech/grid,
+/area/ship/hallway/starboard)
+"LK" = (
+/obj/machinery/door/airlock/external/glass,
+/obj/effect/turf_decal/industrial/warning/fulltile,
+/turf/open/floor/engine/vacuum,
+/area/ship/engineering/engine)
+"LP" = (
+/obj/machinery/vending/dinnerware,
+/obj/effect/turf_decal/corner/opaque/white{
dir = 4
},
-/obj/effect/turf_decal/corner/opaque/bar,
+/obj/effect/turf_decal/corner/opaque/white{
+ dir = 8
+ },
+/obj/machinery/airalarm/directional/north,
/turf/open/floor/plasteel,
-/area/ship/hallway/central)
-"TU" = (
-/obj/machinery/door/airlock/research{
- name = "Science Lab";
- req_access_txt = "47"
+/area/ship/crew/canteen)
+"LW" = (
+/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/turf_decal/borderfloor,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2,
+/obj/structure/disposalpipe/segment,
+/turf/open/floor/plasteel/dark,
+/area/ship/security)
+"LZ" = (
+/obj/machinery/atmospherics/pipe/simple/green/hidden/layer1{
+ dir = 4
+ },
+/obj/effect/spawner/structure/window/shuttle,
+/obj/machinery/door/poddoor{
+ dir = 4;
+ id = "harrierwindows";
+ name = "Window Blast Door"
+ },
+/turf/open/floor/plating,
+/area/ship/engineering)
+"Me" = (
+/obj/structure/window/reinforced{
+ dir = 8
+ },
+/turf/open/floor/carpet/blue,
+/area/ship/bridge)
+"Mf" = (
+/obj/structure/railing{
+ dir = 8
+ },
/obj/structure/cable{
icon_state = "1-2"
},
-/obj/machinery/door/firedoor/border_only,
-/obj/machinery/door/firedoor/border_only{
+/obj/effect/turf_decal/siding/wideplating/dark{
+ dir = 8
+ },
+/turf/open/floor/plasteel/mono/dark,
+/area/ship/bridge)
+"Mn" = (
+/obj/machinery/firealarm/directional/east,
+/obj/effect/turf_decal/siding/thinplating,
+/turf/open/floor/plasteel/dark,
+/area/ship/science/ai_chamber)
+"Mo" = (
+/obj/effect/turf_decal/industrial/warning{
dir = 1
},
-/turf/open/floor/plasteel,
-/area/ship/science)
-"TW" = (
-/obj/effect/turf_decal/industrial/warning,
-/obj/machinery/conveyor_switch/oneway{
- id = "osprey_cargoload"
+/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/atmospherics/pipe/simple/green/hidden/layer1{
+ dir = 9
},
+/obj/machinery/atmospherics/pipe/simple/purple/hidden,
+/obj/structure/disposalpipe/segment,
/turf/open/floor/plasteel/patterned,
-/area/ship/cargo)
-"TZ" = (
-/obj/effect/turf_decal/industrial/outline/yellow,
-/obj/machinery/rnd/production/circuit_imprinter/department/science,
-/turf/open/floor/plasteel/dark,
-/area/ship/science)
-"Uc" = (
-/obj/structure/window/plasma/reinforced{
- dir = 8
+/area/ship/engineering)
+"Ms" = (
+/obj/structure/cable{
+ icon_state = "4-8"
},
-/obj/machinery/atmospherics/pipe/layer_manifold/visible,
-/obj/machinery/button/door{
- dir = 1;
- id = "osprey_tank_vent";
- pixel_x = -5;
- pixel_y = -25
+/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{
+ dir = 4
},
-/obj/machinery/button/shieldwallgen{
- dir = 1;
- id = "osprey_atmosfield";
- pixel_x = 5;
- pixel_y = -24
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{
+ dir = 4
},
-/turf/open/floor/plasteel/patterned/grid,
-/area/ship/engineering/atmospherics)
-"Uj" = (
-/obj/effect/spawner/structure/window/shuttle,
-/obj/machinery/door/poddoor/shutters{
- id = "ospreywindows"
+/obj/machinery/light/small/directional/north,
+/obj/effect/turf_decal/siding/yellow{
+ dir = 1
},
-/obj/machinery/door/firedoor/heavy,
-/turf/open/floor/plating,
-/area/ship/medical)
-"Uo" = (
/obj/structure/disposalpipe/segment{
- dir = 5
- },
-/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{
dir = 8
},
+/obj/machinery/camera,
+/turf/open/floor/plasteel,
+/area/ship/engineering)
+"Mu" = (
+/obj/structure/cable{
+ icon_state = "1-2"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2,
+/obj/structure/disposalpipe/segment,
+/turf/open/floor/wood,
+/area/ship/crew)
+"Mv" = (
+/turf/open/floor/engine/hull/reinforced,
+/area/ship/external/dark)
+"Mx" = (
+/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
},
+/obj/machinery/atmospherics/pipe/simple/purple/hidden,
+/obj/structure/disposalpipe/segment,
+/turf/open/floor/plasteel/patterned,
+/area/ship/engineering)
+"MB" = (
/obj/structure/cable{
- icon_state = "1-4"
+ icon_state = "4-8"
},
-/obj/machinery/atmospherics/pipe/simple/dark/visible/layer5,
-/turf/open/floor/plasteel/patterned/grid,
-/area/ship/engineering/atmospherics)
-"UB" = (
-/obj/machinery/sleeper{
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{
dir = 4
},
-/obj/effect/turf_decal/corner/opaque/lime{
- dir = 1
- },
-/obj/effect/turf_decal/corner/opaque/lime{
+/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{
dir = 4
},
-/obj/effect/turf_decal/corner/opaque/lime{
+/obj/effect/turf_decal/siding/wood{
+ dir = 1
+ },
+/obj/structure/disposalpipe/segment{
dir = 8
},
-/obj/structure/sign/warning/nosmoking/circle{
- pixel_x = -25
+/obj/structure/sign/poster/official/random{
+ pixel_y = 32
+ },
+/turf/open/floor/wood,
+/area/ship/crew)
+"MK" = (
+/obj/effect/turf_decal/trimline/opaque/ntblue/filled/corner{
+ dir = 1
},
-/turf/open/floor/plasteel/white,
-/area/ship/medical)
-"UG" = (
-/obj/effect/turf_decal/industrial/warning{
+/obj/effect/turf_decal/trimline/opaque/ntblue/filled/line{
dir = 4
},
/turf/open/floor/plasteel,
-/area/ship/cargo/office)
-"UL" = (
-/turf/open/floor/plasteel/dark,
-/area/ship/bridge)
-"UT" = (
-/obj/structure/chair/comfy/shuttle{
- dir = 4;
- name = "Helm"
- },
-/turf/open/floor/plasteel/dark,
-/area/ship/bridge)
-"UU" = (
-/obj/structure/chair{
- dir = 8
- },
-/obj/effect/turf_decal/siding/wood,
-/turf/open/floor/wood,
-/area/ship/crew/canteen)
-"UZ" = (
-/obj/effect/turf_decal/siding/white{
+/area/ship/hallway/port)
+"MM" = (
+/obj/machinery/power/shuttle/engine/electric{
dir = 4
},
-/turf/open/floor/plasteel/tech/techmaint,
-/area/ship/crew/cryo)
-"Vf" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{
- dir = 6
+/obj/machinery/door/poddoor{
+ dir = 4;
+ id = "harrier_thrusters_starboard";
+ name = "Thruster Blast Door"
},
/obj/structure/cable{
- icon_state = "2-4"
+ icon_state = "0-4"
+ },
+/turf/open/floor/plating,
+/area/ship/engineering)
+"MP" = (
+/obj/structure/cable{
+ icon_state = "1-2"
},
-/turf/open/floor/plasteel/white,
-/area/ship/science)
-"Vh" = (
/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4,
-/turf/open/floor/plasteel/white,
-/area/ship/medical)
-"Vl" = (
-/obj/structure/sign/warning/vacuum/external,
-/turf/closed/wall/mineral/titanium/nodiagonal,
-/area/ship/cargo)
-"Vq" = (
-/obj/machinery/conveyor{
- dir = 1;
- id = "osprey_packagesort"
+/obj/machinery/light/small/directional/west,
+/obj/effect/turf_decal/trimline/transparent/white/filled/corner{
+ dir = 8
},
-/turf/open/floor/plating,
-/area/ship/cargo/office)
-"Vs" = (
-/obj/effect/turf_decal/corner/opaque/red,
-/obj/structure/disposalpipe/segment{
- dir = 9
+/obj/effect/turf_decal/siding/thinplating{
+ dir = 1
},
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{
+/obj/structure/chair/handrail{
dir = 4
},
-/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{
+/turf/open/floor/plasteel/dark,
+/area/ship/science/ai_chamber)
+"MQ" = (
+/obj/effect/turf_decal/corner/opaque/ntblue/full,
+/obj/effect/turf_decal/corner/opaque/white{
dir = 4
},
-/obj/effect/turf_decal/corner/opaque/bottlegreen{
- dir = 8
+/obj/effect/turf_decal/corner/opaque/white,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{
+ dir = 4
},
-/obj/effect/turf_decal/corner/opaque/yellow{
- dir = 1
+/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{
+ dir = 4
},
-/obj/structure/cable{
- icon_state = "4-8"
+/obj/structure/disposalpipe/junction/flip{
+ dir = 4
},
/turf/open/floor/plasteel,
/area/ship/hallway/central)
-"Vx" = (
-/obj/machinery/door/window/eastleft,
-/obj/machinery/shower{
- pixel_y = 10
- },
-/obj/structure/curtain,
-/turf/open/floor/plasteel/freezer,
-/area/ship/crew/toilet)
-"VA" = (
+"MT" = (
+/obj/structure/bed,
+/obj/structure/curtain/cloth/fancy,
+/obj/item/bedsheet/head_of_personnel,
+/turf/open/floor/carpet/blue,
+/area/ship/crew/dorm)
+"MV" = (
/obj/structure/cable{
- icon_state = "0-8"
+ icon_state = "1-2"
},
-/obj/machinery/power/smes/shuttle/precharged{
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4,
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{
dir = 4
},
-/obj/machinery/door/window/eastright{
- name = "Engine Access"
+/turf/open/floor/plasteel/mono,
+/area/ship/storage/eva)
+"MW" = (
+/obj/structure/chair/sofa/blue/corpo/right/directional/east,
+/obj/effect/turf_decal/siding/wood,
+/turf/open/floor/wood,
+/area/ship/crew)
+"MX" = (
+/obj/structure/cable/yellow{
+ icon_state = "1-4"
},
-/obj/structure/window/plasma/reinforced/spawner/west,
-/obj/structure/window/plasma/reinforced/spawner,
-/obj/machinery/door/poddoor{
- id = "osprey_thruster_port";
- name = "Thruster Blast Door";
+/obj/machinery/atmospherics/pipe/simple/green/hidden/layer1,
+/obj/machinery/atmospherics/pipe/simple/purple/hidden,
+/obj/structure/catwalk/over/plated_catwalk,
+/obj/machinery/atmospherics/pipe/simple/purple/hidden{
dir = 4
},
/turf/open/floor/plating,
-/area/ship/engineering)
-"VC" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{
- dir = 4
- },
-/turf/open/floor/plasteel/dark,
-/area/ship/science)
-"VF" = (
-/obj/structure/chair/comfy/orange/directional/east,
-/obj/effect/landmark/start/captain,
-/obj/machinery/airalarm/directional/west,
-/obj/structure/sign/poster/retro/lasergun_new{
- pixel_y = 32
+/area/ship/engineering/engine)
+"MZ" = (
+/turf/template_noop,
+/area/template_noop)
+"Nc" = (
+/obj/structure/cable{
+ icon_state = "4-8"
},
-/turf/open/floor/carpet/royalblue,
-/area/ship/bridge)
-"VI" = (
-/obj/effect/landmark/start/scientist,
/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{
dir = 4
},
/turf/open/floor/plasteel/dark,
-/area/ship/science)
-"VL" = (
-/obj/effect/turf_decal/corner/transparent/neutral,
-/obj/effect/turf_decal/corner/transparent/neutral{
- dir = 8
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4,
-/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2,
+/area/ship/security)
+"Ni" = (
/obj/structure/cable{
icon_state = "1-2"
},
-/obj/structure/disposalpipe/segment,
-/turf/open/floor/plasteel,
-/area/ship/hallway/central)
-"VN" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2,
-/obj/effect/turf_decal/siding/wood{
- dir = 1
- },
-/turf/open/floor/wood,
-/area/ship/crew/canteen)
-"VR" = (
-/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{
- dir = 1
- },
-/obj/machinery/atmospherics/pipe/manifold4w/supply/hidden/layer2,
-/obj/structure/cable{
- icon_state = "4-8"
- },
-/obj/structure/disposalpipe/segment{
- dir = 6
- },
-/obj/structure/cable{
- icon_state = "2-4"
+/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{
+ dir = 5
},
-/obj/effect/turf_decal/industrial/shutoff,
+/turf/open/floor/plasteel/patterned,
+/area/ship/engineering)
+"Nk" = (
+/obj/item/kirbyplants/random,
+/obj/machinery/light/directional/north,
+/obj/machinery/camera,
/turf/open/floor/plasteel,
-/area/ship/hallway/central)
-"VS" = (
+/area/ship/hallway/port)
+"Nl" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{
- dir = 9
+ dir = 4
},
-/obj/machinery/light/directional/south,
-/turf/open/floor/plasteel/freezer,
-/area/ship/crew/toilet)
-"VV" = (
-/turf/closed/wall/mineral/titanium/nodiagonal,
-/area/ship/science/ai_chamber)
-"VW" = (
-/obj/machinery/door/firedoor,
-/obj/effect/turf_decal/industrial/warning/fulltile,
-/obj/machinery/door/poddoor/shutters{
- id = "ospreysci_window"
+/obj/effect/turf_decal/trimline/opaque/ntblue/line{
+ dir = 8
},
-/turf/open/floor/plasteel/tech,
-/area/ship/science)
-"Wb" = (
-/obj/structure/table,
/turf/open/floor/plasteel,
-/area/ship/crew/cryo)
-"Wc" = (
-/obj/effect/turf_decal/industrial/loading,
-/obj/machinery/mineral/processing_unit_console{
- machinedir = 1;
- pixel_x = -32;
- pixel_y = -4
+/area/ship/storage/eva)
+"Nm" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{
+ dir = 5
},
-/turf/open/floor/plasteel/patterned/cargo_one,
-/area/ship/cargo)
-"Wf" = (
-/obj/effect/turf_decal/corner/opaque/blue{
- dir = 1
+/obj/structure/disposalpipe/segment,
+/turf/open/floor/plasteel/mono,
+/area/ship/crew/canteen)
+"Nn" = (
+/obj/structure/cable{
+ icon_state = "1-2"
},
-/obj/effect/turf_decal/industrial/warning/corner{
- dir = 1
+/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4,
+/obj/machinery/atmospherics/pipe/simple/purple/hidden{
+ dir = 9
+ },
+/obj/effect/turf_decal/ntspaceworks_big/five{
+ dir = 8
},
/obj/structure/disposalpipe/segment,
-/obj/machinery/camera/autoname{
- dir = 5
+/turf/open/floor/plasteel/patterned,
+/area/ship/engineering)
+"No" = (
+/obj/structure/cable{
+ icon_state = "1-4"
},
-/obj/structure/closet/firecloset,
-/turf/open/floor/plasteel,
-/area/ship/cargo)
-"Wj" = (
-/obj/machinery/mineral/processing_unit,
+/obj/structure/cable{
+ icon_state = "2-4"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4,
+/obj/machinery/atmospherics/pipe/simple/purple/visible,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2,
+/obj/structure/catwalk/over/plated_catwalk,
/turf/open/floor/plating,
-/area/ship/cargo)
-"Wk" = (
-/obj/structure/sign/number/four{
- color = "Black"
+/area/ship/engineering/engine)
+"Np" = (
+/obj/structure/chair/comfy/shuttle{
+ dir = 4;
+ name = "Helm"
},
-/turf/closed/wall/mineral/titanium/nodiagonal,
-/area/ship/cargo/office)
-"Wn" = (
-/obj/structure/table/wood,
-/obj/machinery/light/small/directional/south,
-/turf/open/floor/carpet/blue,
-/area/ship/bridge)
-"Wq" = (
-/obj/docking_port/stationary{
- dwidth = 15;
- width = 30;
- height = 15;
- dir = 2
+/obj/effect/landmark/start/captain,
+/obj/effect/turf_decal/siding/wideplating/dark{
+ dir = 4
},
-/turf/template_noop,
-/area/template_noop)
-"Ws" = (
-/obj/structure/chair/comfy/orange/directional/east,
-/obj/effect/landmark/start/head_of_personnel,
-/obj/machinery/airalarm/directional/west,
-/turf/open/floor/carpet/blue,
+/turf/open/floor/plasteel/dark,
/area/ship/bridge)
-"WE" = (
-/obj/structure/disposalpipe/segment{
- dir = 8
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2,
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4,
-/obj/structure/cable{
- icon_state = "1-2"
+"Nq" = (
+/obj/machinery/door_timer{
+ id = "Cell 1";
+ pixel_y = 4
},
-/turf/open/floor/plasteel,
-/area/ship/hallway/central)
-"WK" = (
-/obj/structure/window/reinforced{
+/turf/closed/wall/mineral/titanium/nodiagonal,
+/area/ship/security)
+"Nr" = (
+/obj/machinery/atmospherics/pipe/simple/purple/hidden{
dir = 8
},
-/obj/structure/window/reinforced,
-/obj/effect/turf_decal/corner/opaque/yellow{
+/obj/effect/turf_decal/number/four{
dir = 8
},
-/obj/effect/turf_decal/corner/opaque/yellow{
- dir = 1
+/obj/machinery/light/small/directional/north,
+/obj/machinery/camera{
+ dir = 6
},
-/obj/effect/turf_decal/corner/opaque/yellow,
-/obj/structure/closet/secure_closet/engineering_electrical,
-/turf/open/floor/plasteel/patterned/grid,
+/turf/open/floor/plasteel/patterned,
/area/ship/engineering)
-"WN" = (
-/turf/open/floor/plasteel/white,
-/area/ship/medical)
-"WS" = (
-/obj/structure/chair{
- dir = 1
- },
-/obj/structure/disposalpipe/segment{
- dir = 8
+"Nt" = (
+/obj/structure/cable{
+ icon_state = "1-2"
},
-/obj/effect/landmark/start/assistant,
-/obj/structure/railing,
-/turf/open/floor/plasteel,
-/area/ship/hallway/central)
-"WU" = (
-/turf/closed/wall/mineral/titanium/nodiagonal,
-/area/ship/engineering)
-"WZ" = (
-/obj/machinery/door/airlock/public/glass{
- name = "Canteen";
- dir = 4
+/obj/machinery/atmospherics/pipe/simple/green/visible/layer1{
+ dir = 6
},
-/obj/structure/disposalpipe/segment{
- dir = 8
+/obj/machinery/light/small/directional/west,
+/obj/machinery/atmospherics/pipe/simple/orange/visible/layer5{
+ dir = 6
},
-/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{
- dir = 4
+/obj/structure/disposalpipe/segment,
+/obj/machinery/atmospherics/components/trinary/mixer/flipped{
+ dir = 1;
+ name = "Fuel Mixer"
},
+/turf/open/floor/plasteel/patterned,
+/area/ship/engineering/atmospherics)
+"Nv" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{
- dir = 4
- },
-/obj/effect/turf_decal/borderfloor{
- dir = 4
+ dir = 6
},
+/obj/structure/reagent_dispensers/fueltank,
+/turf/open/floor/plasteel/patterned/cargo_one,
+/area/ship/cargo)
+"Ny" = (
/obj/structure/cable{
icon_state = "4-8"
},
-/obj/machinery/door/firedoor/border_only{
- dir = 8
+/obj/machinery/door/airlock/glass{
+ dir = 4;
+ name = "Crew Quarters";
+ req_ship_access = 0
},
-/obj/machinery/door/firedoor/border_only{
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{
dir = 4
},
-/turf/open/floor/plasteel,
-/area/ship/crew/canteen)
-"Xe" = (
-/obj/structure/disposalpipe/segment{
- dir = 8
- },
-/obj/effect/turf_decal/corner/opaque/brown,
/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{
dir = 4
},
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{
+/obj/machinery/door/firedoor/border_only{
dir = 4
},
-/obj/effect/turf_decal/corner/opaque/brown{
+/obj/machinery/door/firedoor/border_only{
dir = 8
},
-/obj/machinery/light/directional/south,
-/turf/open/floor/plasteel,
-/area/ship/cargo)
-"Xi" = (
/obj/structure/disposalpipe/segment{
dir = 8
},
-/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{
+/obj/effect/turf_decal/borderfloor{
dir = 4
},
-/obj/structure/cable{
- icon_state = "4-8"
+/turf/open/floor/plasteel,
+/area/ship/crew/canteen)
+"Nz" = (
+/obj/structure/cable/yellow{
+ icon_state = "0-4"
},
-/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{
+/obj/machinery/power/terminal{
dir = 1
},
-/obj/machinery/light/directional/north,
-/turf/open/floor/plasteel/patterned/grid,
-/area/ship/engineering/atmospherics)
-"Xl" = (
-/obj/structure/sink{
- dir = 4;
- pixel_x = -12
- },
-/obj/effect/turf_decal/corner/opaque/pink{
- dir = 8
- },
-/obj/effect/turf_decal/corner/opaque/pink{
- dir = 1
+/obj/structure/sign/warning/electricshock{
+ pixel_y = -20
},
-/obj/structure/sign/poster/official/cleanliness{
- pixel_x = -32
+/turf/open/floor/plating,
+/area/ship/engineering/engine)
+"ND" = (
+/obj/effect/turf_decal/industrial/warning/fulltile,
+/obj/machinery/door/poddoor{
+ dir = 1;
+ id = "harrierdoors";
+ name = "Cargo Bay Blast Door"
},
-/turf/open/floor/plasteel/white,
-/area/ship/medical)
-"Xo" = (
-/obj/docking_port/stationary{
- dwidth = 15;
- width = 30;
- height = 15
+/obj/machinery/power/shieldwallgen/atmos/roundstart{
+ dir = 4;
+ id = "harrier_cargofield";
+ locked = 1
},
-/turf/template_noop,
-/area/template_noop)
-"Xp" = (
-/obj/machinery/door/airlock/command{
- name = "Captain's Quarters";
- req_access_txt = "20";
- dir = 4
+/obj/structure/cable{
+ icon_state = "0-1"
},
-/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{
- dir = 4
+/turf/open/floor/plating,
+/area/ship/storage/eva)
+"NE" = (
+/obj/structure/filingcabinet/double{
+ dir = 8;
+ pixel_x = 10
},
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{
- dir = 4
+/obj/structure/sign/poster/official/fruit_bowl{
+ pixel_x = 32
},
-/obj/effect/turf_decal/borderfloor{
+/turf/open/floor/wood,
+/area/ship/crew/law_office)
+"NF" = (
+/obj/structure/toilet{
dir = 8
},
-/turf/open/floor/plasteel/dark,
-/area/ship/bridge)
-"Xr" = (
-/obj/machinery/disposal/bin,
-/obj/structure/disposalpipe/trunk,
-/obj/machinery/light_switch{
- dir = 8;
- pixel_x = 24;
- pixel_y = -5
+/obj/structure/window/reinforced{
+ dir = 1
},
+/obj/structure/curtain,
/turf/open/floor/plasteel/freezer,
/area/ship/crew/toilet)
-"Xv" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2,
+"NP" = (
/obj/structure/cable{
- icon_state = "1-2"
- },
-/turf/open/floor/plasteel/grimy,
-/area/ship/crew/dorm)
-"Xz" = (
-/obj/machinery/disposal/bin,
-/obj/structure/disposalpipe/trunk,
-/obj/effect/turf_decal/corner/opaque/yellow{
- dir = 4
+ icon_state = "4-8"
},
-/obj/effect/turf_decal/corner/opaque/yellow,
-/obj/machinery/firealarm/directional/east,
-/turf/open/floor/plasteel/patterned/grid,
-/area/ship/engineering)
-"XE" = (
-/obj/structure/table/reinforced,
-/obj/item/melee/knife/kitchen,
-/obj/item/kitchen/rollingpin,
-/obj/item/reagent_containers/food/condiment/sugar,
-/obj/item/reagent_containers/food/condiment/rice,
-/obj/effect/turf_decal/corner/opaque/white{
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4,
+/obj/effect/turf_decal/trimline/opaque/ntblue/line{
dir = 4
},
-/obj/effect/turf_decal/corner/opaque/white{
- dir = 8
+/turf/open/floor/plasteel/mono,
+/area/ship/hallway/central)
+"NQ" = (
+/obj/structure/rack,
+/obj/item/circuitboard/aicore,
+/obj/item/stack/sheet/rglass{
+ amount = 5
},
-/turf/open/floor/plasteel,
-/area/ship/crew/canteen)
-"XK" = (
-/obj/machinery/atmospherics/components/binary/volume_pump{
+/obj/item/assembly/flash/handheld{
+ pixel_x = 5
+ },
+/obj/item/assembly/flash/handheld{
+ pixel_x = -5
+ },
+/obj/item/stock_parts/cell/high/plus,
+/obj/item/borg/upgrade/ai,
+/obj/item/aicard,
+/obj/item/mmi/posibrain,
+/obj/item/aiModule/reset/purge,
+/turf/open/floor/circuit,
+/area/ship/science/ai_chamber)
+"NS" = (
+/obj/structure/cable{
+ icon_state = "2-8"
+ },
+/obj/machinery/light/small/directional/north,
+/obj/structure/closet/firecloset,
+/obj/effect/turf_decal/industrial/outline/yellow,
+/turf/open/floor/plasteel/patterned,
+/area/ship/engineering/atmospherics)
+"NT" = (
+/obj/machinery/power/smes/shuttle/precharged{
dir = 4
},
/obj/structure/cable{
- icon_state = "4-8"
+ icon_state = "0-8"
+ },
+/turf/open/floor/plating,
+/area/ship/engineering/atmospherics)
+"NX" = (
+/obj/effect/spawner/structure/window/shuttle,
+/obj/machinery/atmospherics/pipe/simple/cyan/visible,
+/turf/open/floor/plating,
+/area/ship/engineering/atmospherics)
+"Ob" = (
+/obj/structure/railing,
+/obj/effect/turf_decal/industrial/warning{
+ dir = 8
},
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{
dir = 4
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{
- dir = 5
+ dir = 4
},
-/turf/open/floor/plasteel/patterned/grid,
-/area/ship/engineering)
-"XR" = (
-/obj/structure/disposalpipe/segment{
- dir = 2
+/obj/effect/turf_decal/siding/yellow,
+/obj/effect/turf_decal/industrial/caution{
+ dir = 4
},
-/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2,
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4,
-/obj/structure/cable{
- icon_state = "1-2"
+/turf/open/floor/plasteel,
+/area/ship/engineering/engine)
+"Oh" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{
+ dir = 10
},
-/obj/machinery/atmospherics/pipe/simple/orange/hidden,
-/obj/machinery/atmospherics/pipe/manifold/green/hidden/layer1{
+/obj/structure/disposalpipe/segment,
+/turf/open/floor/carpet/executive,
+/area/ship/crew/law_office)
+"Om" = (
+/turf/closed/wall/mineral/titanium/nodiagonal,
+/area/ship/crew)
+"Os" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{
dir = 4
},
-/obj/machinery/atmospherics/pipe/simple/dark/hidden/layer5,
-/obj/structure/catwalk/over,
-/turf/open/floor/plating,
-/area/ship/science/ai_chamber)
-"XU" = (
-/obj/structure/table/wood,
-/obj/item/storage/fancy/cigarettes/cigars{
- pixel_y = 12
- },
-/obj/item/lighter{
- pixel_x = -6;
- pixel_y = -3
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{
+ dir = 1
},
-/obj/machinery/light/small/directional/north,
-/obj/machinery/firealarm/directional/north,
-/turf/open/floor/carpet/royalblue,
-/area/ship/bridge)
-"XX" = (
-/obj/effect/turf_decal/borderfloor{
+/obj/structure/disposalpipe/segment{
dir = 8
},
-/obj/machinery/advanced_airlock_controller{
- pixel_x = -24
+/turf/open/floor/plasteel/mono,
+/area/ship/hallway/port)
+"Ot" = (
+/obj/structure/cable{
+ icon_state = "4-8"
},
-/obj/machinery/atmospherics/components/binary/dp_vent_pump/high_volume/layer2{
- dir = 1
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{
+ dir = 4
},
-/turf/open/floor/plasteel/tech/grid,
-/area/ship/hallway/central)
-"Yc" = (
-/obj/machinery/atmospherics/pipe/simple/orange/visible,
-/turf/open/floor/plasteel/patterned/grid,
-/area/ship/engineering)
-"Yh" = (
-/obj/effect/turf_decal/industrial/warning{
- dir = 8
+/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{
+ dir = 4
},
-/obj/structure/reagent_dispensers/watertank/high,
-/turf/open/floor/plasteel,
-/area/ship/crew/janitor)
-"Yt" = (
/obj/structure/disposalpipe/segment{
dir = 8
},
-/obj/structure/disposalpipe/segment,
-/turf/open/floor/plasteel,
+/obj/structure/chair/handrail,
+/turf/open/floor/plasteel/mono,
/area/ship/hallway/central)
-"Yw" = (
-/obj/structure/noticeboard{
- pixel_y = 32
+"Oy" = (
+/obj/effect/turf_decal/corner/opaque/white{
+ dir = 4
},
-/obj/machinery/light_switch{
- dir = 8;
- pixel_x = 24;
- pixel_y = 9
+/obj/effect/turf_decal/corner/opaque/white{
+ dir = 8
},
-/obj/machinery/light/small/directional/east,
-/turf/open/floor/plasteel,
-/area/ship/crew/cryo)
-"YD" = (
-/obj/structure/chair/office/light,
-/obj/effect/landmark/start/medical_doctor,
-/turf/open/floor/plasteel/white,
-/area/ship/medical)
-"YF" = (
-/obj/structure/table,
-/obj/item/paper_bin,
-/obj/item/clipboard,
-/obj/item/pen/red,
-/obj/machinery/button/door{
- dir = 4;
- id = "ospreycargo";
- name = "Shutter Control";
- pixel_x = -25;
- pixel_y = 5
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{
+ dir = 4
},
-/obj/machinery/light_switch{
- dir = 4;
- pixel_x = -24;
- pixel_y = -5
+/obj/structure/disposalpipe/segment{
+ dir = 8
},
-/obj/effect/turf_decal/corner/opaque/brown{
+/turf/open/floor/plasteel,
+/area/ship/crew/canteen)
+"OA" = (
+/obj/structure/railing{
dir = 1
},
-/obj/effect/turf_decal/corner/opaque/brown{
- dir = 4
+/obj/structure/cable{
+ icon_state = "4-8"
},
-/obj/effect/turf_decal/corner/opaque/brown{
- dir = 8
+/obj/effect/turf_decal/siding/wideplating/dark{
+ dir = 1
},
-/obj/item/folder/yellow,
-/obj/item/stamp/denied{
- pixel_x = 4
+/turf/open/floor/plasteel/stairs{
+ dir = 8
},
-/obj/item/stamp{
- pixel_x = -5;
- pixel_y = 9
+/area/ship/bridge)
+"OB" = (
+/obj/machinery/power/apc/auto_name/directional/north,
+/obj/structure/cable{
+ icon_state = "0-8"
},
-/obj/item/pen/red,
-/obj/item/holochip{
- credits = 4000
+/obj/structure/disposalpipe/segment{
+ dir = 10
},
+/obj/effect/turf_decal/trimline/opaque/ntblue/filled/corner,
+/turf/open/floor/plasteel/mono,
+/area/ship/hallway/central)
+"OD" = (
+/obj/machinery/vending/snack/random,
+/obj/machinery/light/directional/south,
+/obj/effect/turf_decal/trimline/opaque/ntblue/filled/line,
/turf/open/floor/plasteel,
-/area/ship/cargo/office)
-"YH" = (
-/obj/structure/table,
-/obj/effect/turf_decal/siding/wood,
-/obj/item/trash/plate,
-/turf/open/floor/wood,
-/area/ship/crew/canteen)
-"YI" = (
-/obj/effect/spawner/structure/window/shuttle,
-/obj/machinery/door/poddoor/shutters{
- id = "ospreywindows";
- dir = 4
+/area/ship/hallway/central)
+"OK" = (
+/obj/structure/table/reinforced,
+/obj/item/table_bell{
+ pixel_x = -4;
+ pixel_y = 13
},
-/obj/machinery/door/firedoor/heavy,
/turf/open/floor/plating,
-/area/ship/crew/dorm)
-"YJ" = (
-/obj/structure/disposalpipe/segment{
- dir = 2
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2,
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4,
-/obj/structure/cable{
- icon_state = "1-2"
+/area/ship/crew/canteen)
+"OO" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{
+ dir = 10
},
-/obj/machinery/atmospherics/pipe/simple/orange/hidden,
-/obj/effect/turf_decal/industrial/warning,
-/turf/open/floor/plasteel/patterned/grid,
-/area/ship/engineering)
-"YK" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4,
/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{
- dir = 6
+ dir = 10
},
-/obj/structure/cable{
- icon_state = "2-8"
+/obj/structure/extinguisher_cabinet/directional/east,
+/obj/structure/disposalpipe/segment{
+ dir = 10
},
-/turf/open/floor/plasteel/white,
-/area/ship/medical)
-"YP" = (
-/obj/machinery/disposal/bin,
-/obj/structure/disposalpipe/trunk{
- dir = 4
+/obj/item/radio/intercom/directional/north,
+/turf/open/floor/plasteel/mono,
+/area/ship/hallway/port)
+"OR" = (
+/obj/effect/turf_decal/industrial/warning{
+ dir = 8
},
-/obj/effect/turf_decal/corner/opaque/mauve{
- dir = 1
+/turf/open/floor/plating,
+/area/ship/engineering/atmospherics)
+"OW" = (
+/obj/effect/spawner/structure/window/shuttle,
+/obj/machinery/atmospherics/pipe/simple/purple/visible{
+ dir = 8
},
-/obj/effect/turf_decal/corner/opaque/mauve{
+/turf/open/floor/plating,
+/area/ship/engineering/engine)
+"OX" = (
+/obj/effect/landmark/start/security_officer,
+/obj/structure/chair/office{
dir = 8
},
-/obj/structure/sign/poster/official/random{
- pixel_x = -32
+/turf/open/floor/plasteel/dark,
+/area/ship/security)
+"Pb" = (
+/obj/structure/dresser{
+ dir = 4
},
-/obj/machinery/firealarm/directional/north,
-/turf/open/floor/plasteel/white,
-/area/ship/science)
-"YR" = (
-/obj/structure/chair/comfy/shuttle{
- dir = 4;
- name = "Operations"
+/obj/machinery/light_switch{
+ dir = 1;
+ pixel_x = -5;
+ pixel_y = -20
+ },
+/obj/machinery/firealarm/directional/east,
+/turf/open/floor/carpet/cyan,
+/area/ship/crew)
+"Pi" = (
+/obj/structure/sign/warning/vacuum/external,
+/turf/closed/wall/mineral/titanium/nodiagonal,
+/area/ship/hallway/port)
+"Pj" = (
+/obj/machinery/power/apc/auto_name/directional/north,
+/obj/structure/cable{
+ icon_state = "0-4"
},
+/obj/machinery/firealarm/directional/west,
/turf/open/floor/plasteel/dark,
-/area/ship/bridge)
-"Zj" = (
-/obj/structure/tank_dispenser/oxygen,
-/obj/effect/turf_decal/borderfloor{
- dir = 8
+/area/ship/crew/cryo)
+"Pk" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{
+ dir = 4
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{
- dir = 5
- },
-/turf/open/floor/plasteel/tech/grid,
-/area/ship/hallway/central)
-"Zo" = (
-/obj/effect/turf_decal/corner/opaque/yellow{
dir = 4
},
-/obj/effect/turf_decal/corner/opaque/yellow{
- dir = 1
- },
/obj/structure/cable{
- icon_state = "0-8"
+ icon_state = "4-8"
},
-/obj/machinery/power/apc/auto_name/directional/north,
-/turf/open/floor/plasteel/patterned/grid,
-/area/ship/engineering)
-"Zr" = (
-/turf/closed/wall/mineral/titanium/nodiagonal,
-/area/ship/medical)
-"Zs" = (
-/obj/effect/turf_decal/corner/opaque/brown{
- dir = 8
+/turf/open/floor/carpet/blue,
+/area/ship/crew/dorm)
+"Pm" = (
+/obj/effect/turf_decal/corner/opaque/white{
+ dir = 4
},
-/obj/effect/turf_decal/corner/opaque/brown,
-/obj/machinery/autolathe,
-/obj/machinery/light/directional/south,
-/turf/open/floor/plasteel,
-/area/ship/cargo/office)
-"Zu" = (
-/obj/effect/turf_decal/corner/opaque/brown,
-/obj/effect/turf_decal/corner/opaque/brown{
+/obj/effect/turf_decal/corner/opaque/white{
dir = 8
},
-/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{
- dir = 4
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2,
+/obj/effect/turf_decal/siding{
+ dir = 10
+ },
+/turf/open/floor/plasteel,
+/area/ship/crew/canteen)
+"Pn" = (
+/obj/structure/cable{
+ icon_state = "1-2"
+ },
+/turf/open/floor/plasteel/dark,
+/area/ship/security)
+"Po" = (
+/obj/effect/turf_decal/ntspaceworks_big/three{
+ dir = 8
+ },
+/turf/open/floor/plasteel/patterned,
+/area/ship/engineering)
+"Pq" = (
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4,
+/obj/machinery/suit_storage_unit/atmos,
+/turf/open/floor/engine,
+/area/ship/engineering/engine)
+"Pr" = (
+/obj/structure/cable{
+ icon_state = "1-4"
+ },
+/obj/machinery/light/small/directional/south,
+/turf/open/floor/plasteel/patterned,
+/area/ship/engineering)
+"Ps" = (
+/obj/structure/sink{
+ dir = 1;
+ pixel_y = -10
+ },
+/obj/structure/mirror{
+ pixel_y = -25
+ },
+/turf/open/floor/plasteel/freezer,
+/area/ship/crew/toilet)
+"Pu" = (
+/obj/machinery/disposal/deliveryChute{
+ dir = 4
+ },
+/obj/structure/window/reinforced{
+ dir = 8
+ },
+/obj/structure/window/reinforced,
+/obj/structure/window/reinforced{
+ dir = 1
+ },
+/obj/machinery/door/window/eastleft,
+/obj/structure/disposalpipe/trunk,
+/turf/open/floor/plating,
+/area/ship/cargo)
+"Pv" = (
+/obj/machinery/conveyor{
+ dir = 1;
+ id = "harrier_packagesort"
+ },
+/obj/machinery/camera{
+ dir = 8
+ },
+/turf/open/floor/plating,
+/area/ship/cargo)
+"Pw" = (
+/obj/structure/table,
+/obj/effect/turf_decal/trimline/opaque/ntblue/line{
+ dir = 4
+ },
+/turf/open/floor/plasteel,
+/area/ship/crew/canteen)
+"Py" = (
+/obj/structure/table/reinforced,
+/obj/structure/cable{
+ icon_state = "2-4"
+ },
+/obj/structure/cable{
+ icon_state = "1-2"
+ },
+/obj/machinery/recharger,
+/obj/effect/turf_decal/siding/wideplating/dark{
+ dir = 4
+ },
+/turf/open/floor/plasteel/dark,
+/area/ship/bridge)
+"Pz" = (
+/obj/structure/cable{
+ icon_state = "1-2"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2,
+/obj/structure/cable{
+ icon_state = "1-4"
+ },
+/obj/structure/disposalpipe/segment,
+/turf/open/floor/plasteel/mono/dark,
+/area/ship/bridge)
+"PA" = (
+/obj/effect/turf_decal/industrial/warning{
+ dir = 8
+ },
+/turf/open/floor/plating,
+/area/ship/engineering)
+"PC" = (
+/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/turf_decal/siding/wood{
+ dir = 5
+ },
+/obj/machinery/light/small/directional/north,
+/obj/structure/disposalpipe/segment{
+ dir = 8
+ },
+/turf/open/floor/wood,
+/area/ship/crew)
+"PF" = (
+/turf/closed/wall/mineral/titanium/nodiagonal,
+/area/ship/hallway/port)
+"PH" = (
+/obj/structure/table,
+/obj/effect/turf_decal/trimline/opaque/ntblue/line{
+ dir = 8
+ },
+/turf/open/floor/plasteel,
+/area/ship/crew/canteen)
+"PL" = (
+/obj/effect/turf_decal/industrial/warning,
+/obj/structure/cable{
+ icon_state = "1-2"
+ },
+/obj/effect/turf_decal/trimline/opaque/ntblue/arrow_cw{
+ dir = 4
+ },
+/turf/open/floor/plasteel/patterned,
+/area/ship/storage/eva)
+"PQ" = (
+/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{
+ dir = 8
+ },
+/obj/effect/turf_decal/trimline/opaque/nsorange/filled/corner,
+/obj/structure/chair/handrail{
+ dir = 8
+ },
+/turf/open/floor/plasteel,
+/area/ship/storage/eva)
+"PU" = (
+/obj/effect/turf_decal/corner/opaque/ntblue/full,
+/obj/effect/turf_decal/corner/opaque/white{
+ dir = 8
+ },
+/obj/effect/turf_decal/corner/opaque/white{
+ dir = 1
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{
+ dir = 4
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 8
+ },
+/turf/open/floor/plasteel,
+/area/ship/hallway/central)
+"PZ" = (
+/obj/effect/turf_decal/trimline/opaque/ntblue/arrow_cw{
+ dir = 4
+ },
+/turf/open/floor/plasteel/patterned,
+/area/ship/storage/eva)
+"Qb" = (
+/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{
+ dir = 8
+ },
+/obj/machinery/light/directional/east,
+/obj/effect/turf_decal/siding/wideplating/dark{
+ dir = 4
+ },
+/turf/open/floor/plasteel/dark,
+/area/ship/bridge)
+"Qf" = (
+/obj/structure/cable{
+ icon_state = "1-2"
+ },
+/obj/effect/turf_decal/trimline/opaque/ntblue/filled/corner{
+ dir = 8
+ },
+/obj/structure/chair/handrail{
+ dir = 4
+ },
+/turf/open/floor/plasteel/mono,
+/area/ship/hallway/port)
+"Qm" = (
+/obj/machinery/atmospherics/components/binary/circulator{
+ piping_layer = 5
+ },
+/obj/structure/cable/yellow{
+ icon_state = "5-8"
+ },
+/turf/open/floor/plating,
+/area/ship/engineering/engine)
+"Qn" = (
+/obj/structure/cable{
+ icon_state = "4-8"
+ },
+/obj/structure/cable{
+ icon_state = "2-8"
+ },
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{
+ dir = 1
+ },
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{
+ dir = 1
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 8
+ },
+/obj/effect/turf_decal/trimline/opaque/ntblue/line,
+/turf/open/floor/plasteel/mono,
+/area/ship/hallway/central)
+"Qs" = (
+/obj/structure/cable{
+ icon_state = "1-2"
+ },
+/obj/machinery/door/airlock/atmos{
+ dir = 1;
+ name = "Atmospherics";
+ req_access_txt = "10"
+ },
+/obj/machinery/atmospherics/pipe/simple/purple/visible,
+/obj/machinery/atmospherics/pipe/simple/green/visible/layer1,
+/obj/machinery/door/firedoor/border_only,
+/obj/machinery/door/firedoor/border_only{
+ dir = 1
+ },
+/obj/machinery/atmospherics/pipe/simple/orange/visible/layer5,
+/obj/structure/disposalpipe/segment,
+/obj/effect/turf_decal/borderfloor{
+ dir = 1
+ },
+/turf/open/floor/plasteel,
+/area/ship/engineering/engine)
+"Qu" = (
+/obj/structure/cable{
+ icon_state = "1-2"
+ },
+/obj/machinery/light/directional/west,
+/turf/open/floor/plasteel/mono,
+/area/ship/crew/canteen)
+"Qx" = (
+/obj/effect/turf_decal/trimline/opaque/ntblue/filled/line{
+ dir = 4
+ },
+/turf/open/floor/plasteel,
+/area/ship/hallway/port)
+"Qz" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{
+ dir = 4
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 8
+ },
+/turf/open/floor/plasteel/mono,
+/area/ship/hallway/starboard)
+"QC" = (
+/obj/effect/turf_decal/trimline/opaque/nsorange/filled/arrow_ccw{
+ dir = 4
+ },
+/obj/structure/chair/handrail{
+ dir = 8
+ },
+/turf/open/floor/plasteel,
+/area/ship/storage/eva)
+"QG" = (
+/obj/machinery/button/door{
+ dir = 4;
+ id = "harrier_thrusters_port";
+ name = "Blast Door Control";
+ pixel_x = -25;
+ pixel_y = 6
+ },
+/turf/open/floor/plasteel/patterned,
+/area/ship/engineering/atmospherics)
+"QH" = (
+/obj/effect/turf_decal/atmos/nitrogen,
+/obj/machinery/atmospherics/components/unary/outlet_injector/atmos/nitrogen_input{
+ piping_layer = 1
+ },
+/turf/open/floor/engine/n2,
+/area/ship/engineering/atmospherics)
+"QN" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2,
+/turf/open/floor/plasteel/mono,
+/area/ship/crew/canteen)
+"QO" = (
+/turf/closed/wall/mineral/titanium/interior,
+/area/ship/crew/law_office)
+"QP" = (
+/obj/structure/window/reinforced{
+ dir = 4
+ },
+/obj/structure/sink{
+ pixel_y = 15
+ },
+/obj/effect/turf_decal/trimline/opaque/vired/filled/line{
+ dir = 4
+ },
+/turf/open/floor/plasteel/dark,
+/area/ship/security)
+"QQ" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{
+ dir = 5
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{
+ dir = 5
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 5
+ },
+/turf/open/floor/plasteel/mono,
+/area/ship/hallway/port)
+"QR" = (
+/obj/machinery/disposal/bin,
+/obj/structure/disposalpipe/trunk{
+ dir = 4
+ },
+/obj/machinery/computer/helm/viewscreen/directional/south,
+/turf/open/floor/carpet/cyan,
+/area/ship/medical)
+"QV" = (
+/obj/structure/railing,
+/obj/machinery/autolathe,
+/turf/open/floor/plasteel,
+/area/ship/cargo)
+"QW" = (
+/obj/machinery/door/airlock/command{
+ dir = 8;
+ name = "First Officer's Quarters";
+ req_access_txt = "57"
+ },
+/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/structure/cable{
+ icon_state = "4-8"
+ },
+/obj/effect/turf_decal/borderfloorblack{
+ dir = 8
+ },
+/turf/open/floor/plasteel/dark,
+/area/ship/crew/dorm)
+"QX" = (
+/obj/structure/railing{
+ dir = 1
+ },
+/obj/structure/cable{
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{
+ dir = 4
+ },
+/obj/effect/turf_decal/siding/wideplating/dark{
+ dir = 1
+ },
+/turf/open/floor/plasteel/stairs{
+ dir = 8
+ },
+/area/ship/bridge)
+"Ra" = (
+/obj/effect/turf_decal/trimline/transparent/white/filled/warning{
+ dir = 8
+ },
+/obj/structure/railing/corner{
+ dir = 8
+ },
+/obj/structure/cable{
+ icon_state = "1-2"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{
+ dir = 5
+ },
+/turf/open/floor/plasteel/mono/dark,
+/area/ship/bridge)
+"Rb" = (
+/obj/structure/table/reinforced,
+/obj/item/folder/blue,
+/obj/structure/cable{
+ icon_state = "2-4"
+ },
+/obj/structure/cable{
+ icon_state = "1-2"
+ },
+/turf/open/floor/carpet/blue,
+/area/ship/bridge)
+"Rf" = (
+/obj/effect/spawner/structure/window/shuttle,
+/obj/machinery/door/poddoor{
+ dir = 1;
+ id = "harrierwindows";
+ name = "Window Blast Door"
+ },
+/turf/open/floor/plating,
+/area/ship/crew/law_office)
+"Rg" = (
+/obj/structure/railing{
+ 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/effect/turf_decal/siding/wideplating/dark{
+ dir = 1
+ },
+/turf/open/floor/plasteel/mono/dark,
+/area/ship/bridge)
+"Rn" = (
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{
+ dir = 4
+ },
+/turf/open/floor/wood,
+/area/ship/crew/law_office)
+"Ro" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{
+ dir = 4
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 6
+ },
+/turf/open/floor/plasteel/mono,
+/area/ship/hallway/starboard)
+"Rs" = (
+/obj/structure/cable{
+ icon_state = "1-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{
+ dir = 4
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 9
+ },
+/turf/open/floor/carpet/cyan,
+/area/ship/medical)
+"Rt" = (
+/obj/machinery/cryopod{
+ dir = 8
+ },
+/obj/machinery/airalarm/directional/south,
+/turf/open/floor/circuit,
+/area/ship/crew/cryo)
+"Rv" = (
+/obj/effect/turf_decal/number/nine{
+ dir = 8
+ },
+/turf/open/floor/plasteel/patterned,
+/area/ship/engineering)
+"Ry" = (
+/obj/structure/table/reinforced,
+/obj/structure/cable{
+ icon_state = "2-8"
+ },
+/obj/structure/cable{
+ icon_state = "1-8"
+ },
+/obj/structure/cable{
+ icon_state = "4-8"
+ },
+/obj/item/radio/intercom/wideband/table{
+ dir = 4;
+ pixel_x = 9;
+ pixel_y = 3
+ },
+/obj/item/megaphone/command,
+/turf/open/floor/plasteel/tech/grid,
+/area/ship/bridge)
+"RB" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2,
+/obj/structure/disposalpipe/segment,
+/turf/open/floor/plasteel/mono,
+/area/ship/hallway/port)
+"RJ" = (
+/turf/closed/wall/mineral/titanium/exterior,
+/area/ship/crew/toilet)
+"RR" = (
+/obj/effect/landmark/start/atmospheric_technician,
+/obj/structure/chair{
+ dir = 8
+ },
+/turf/open/floor/plasteel,
+/area/ship/engineering)
+"RT" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{
+ dir = 4
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 8
+ },
+/obj/machinery/light_switch{
+ pixel_x = -5;
+ pixel_y = 20
+ },
+/turf/open/floor/plasteel/mono,
+/area/ship/hallway/starboard)
+"RU" = (
+/obj/structure/cable{
+ icon_state = "4-8"
+ },
+/obj/structure/cable{
+ icon_state = "1-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{
+ dir = 4
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 8
+ },
+/obj/machinery/firealarm/directional/south,
+/turf/open/floor/plasteel/patterned,
+/area/ship/engineering/atmospherics)
+"RV" = (
+/obj/structure/cable{
+ icon_state = "4-8"
+ },
+/obj/structure/disposalpipe/segment,
+/turf/open/floor/plasteel/mono,
+/area/ship/hallway/central)
+"RX" = (
+/obj/machinery/atmospherics/components/trinary/filter/atmos/plasma{
+ dir = 1;
+ piping_layer = 1
+ },
+/obj/machinery/atmospherics/pipe/simple/orange/visible/layer5,
+/obj/machinery/atmospherics/pipe/simple/purple/visible,
+/turf/open/floor/plasteel/patterned,
+/area/ship/engineering/atmospherics)
+"Sb" = (
+/obj/structure/cable{
+ icon_state = "5-10"
+ },
+/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2,
+/obj/machinery/firealarm/directional/north,
+/obj/structure/chair/handrail,
+/turf/open/floor/plasteel/mono,
+/area/ship/hallway/starboard)
+"Sj" = (
+/obj/machinery/atmospherics/components/unary/outlet_injector/atmos/engine_waste{
+ dir = 1;
+ piping_layer = 5
+ },
+/turf/open/floor/engine/hull/reinforced,
+/area/ship/external/dark)
+"Sm" = (
+/obj/structure/cable{
+ icon_state = "6-9"
+ },
+/obj/structure/cable{
+ icon_state = "2-9"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{
+ dir = 4
+ },
+/obj/structure/disposalpipe/sorting/mail/flip{
+ dir = 4;
+ sortType = 29;
+ tag = "Internal Affairs Office"
+ },
+/turf/open/floor/plasteel/mono,
+/area/ship/hallway/port)
+"Sn" = (
+/obj/structure/sign/departments/engineering,
+/turf/closed/wall/mineral/titanium/nodiagonal,
+/area/ship/hallway/starboard)
+"Sr" = (
+/obj/structure/railing{
+ dir = 6;
+ layer = 3.1
+ },
+/obj/machinery/atmospherics/components/binary/volume_pump{
+ dir = 1;
+ name = "Environment to Recycling";
+ piping_layer = 1
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{
+ dir = 4
+ },
+/obj/effect/turf_decal/siding/yellow{
+ dir = 6
+ },
+/turf/open/floor/plasteel,
+/area/ship/engineering/engine)
+"St" = (
+/obj/machinery/door/airlock/external,
+/obj/machinery/atmospherics/pipe/layer_manifold,
+/turf/open/floor/plasteel/tech,
+/area/ship/hallway/starboard)
+"Sw" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2,
+/turf/open/floor/plasteel/mono,
+/area/ship/hallway/starboard)
+"Sy" = (
+/obj/structure/railing/corner{
+ dir = 1
+ },
+/obj/effect/turf_decal/trimline/transparent/white/filled/warning{
+ dir = 1
+ },
+/obj/structure/cable{
+ icon_state = "1-2"
+ },
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{
+ dir = 4
+ },
+/obj/structure/cable{
+ icon_state = "1-8"
+ },
+/obj/structure/disposalpipe/segment,
+/turf/open/floor/plasteel/mono/dark,
+/area/ship/bridge)
+"SB" = (
+/obj/structure/chair{
+ dir = 8
+ },
+/turf/open/floor/plasteel/white,
+/area/ship/medical)
+"SE" = (
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{
+ dir = 1
+ },
+/obj/effect/turf_decal/trimline/opaque/ntblue/filled/line{
+ dir = 8
+ },
+/turf/open/floor/plasteel,
+/area/ship/hallway/central)
+"SF" = (
+/turf/open/floor/circuit,
+/area/ship/science/ai_chamber)
+"SM" = (
+/obj/effect/spawner/structure/window/shuttle,
+/turf/open/floor/plating,
+/area/ship/medical)
+"SN" = (
+/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/turf_decal/siding/wood{
+ dir = 1
+ },
+/obj/machinery/firealarm/directional/north,
+/obj/structure/disposalpipe/segment{
+ dir = 8
+ },
+/turf/open/floor/wood,
+/area/ship/crew)
+"SS" = (
+/obj/machinery/atmospherics/components/binary/dp_vent_pump/high_volume/layer4{
+ dir = 1
+ },
+/obj/machinery/light/small/directional/east,
+/turf/open/floor/plasteel/tech/techmaint,
+/area/ship/hallway/starboard)
+"SW" = (
+/obj/machinery/computer/atmos_alert{
+ dir = 8;
+ icon_state = "computer-right"
+ },
+/obj/effect/turf_decal/siding/yellow,
+/turf/open/floor/plasteel,
+/area/ship/engineering)
+"SZ" = (
+/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{
+ dir = 8
+ },
+/turf/open/floor/wood,
+/area/ship/crew/law_office)
+"Ta" = (
+/obj/structure/bookcase,
+/obj/machinery/light/small/directional/south,
+/turf/open/floor/wood,
+/area/ship/crew/law_office)
+"Tf" = (
+/obj/structure/cable{
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2,
+/obj/machinery/airalarm/directional/south,
+/obj/structure/disposalpipe/segment{
+ dir = 8
+ },
+/turf/open/floor/plasteel/mono,
+/area/ship/hallway/central)
+"Th" = (
+/obj/effect/turf_decal/trimline/transparent/white/filled/warning{
+ dir = 8
+ },
+/obj/effect/turf_decal/trimline/transparent/white/filled/warning{
+ dir = 4
+ },
+/obj/machinery/door/poddoor/shutters{
+ dir = 4;
+ id = "harriereva"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{
+ dir = 4
+ },
+/obj/machinery/door/firedoor/border_only{
+ dir = 4
+ },
+/obj/machinery/door/firedoor/border_only{
+ dir = 8
+ },
+/turf/open/floor/plasteel,
+/area/ship/storage/eva)
+"Tj" = (
+/obj/machinery/firealarm/directional/east,
+/turf/open/floor/plasteel/mono,
+/area/ship/crew/canteen)
+"Tm" = (
+/obj/structure/chair/comfy/blue/corpo/directional/east,
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4,
+/obj/structure/sign/poster/official/random{
+ pixel_y = 32
+ },
+/turf/open/floor/carpet/royalblue,
+/area/ship/crew/dorm/dormtwo)
+"Tr" = (
+/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/structure/disposalpipe/segment{
+ dir = 8
+ },
+/obj/item/radio/intercom/directional/south,
+/turf/open/floor/plasteel/patterned,
+/area/ship/engineering/atmospherics)
+"Tu" = (
+/obj/structure/crate_shelf,
+/obj/structure/closet/crate,
+/obj/item/stack/sheet/metal/five{
+ pixel_x = -3
+ },
+/obj/item/stack/sheet/glass/five{
+ pixel_x = 2;
+ pixel_y = 5
+ },
+/turf/open/floor/plasteel/patterned,
+/area/ship/cargo)
+"Tv" = (
+/turf/open/floor/plasteel,
+/area/ship/crew/canteen)
+"Tx" = (
+/obj/structure/cable{
+ icon_state = "1-4"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4,
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{
+ dir = 8
+ },
+/obj/structure/cable{
+ icon_state = "1-2"
+ },
+/turf/open/floor/plasteel/mono/dark,
+/area/ship/bridge)
+"Tz" = (
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4,
+/obj/machinery/light/small/directional/north,
+/turf/open/floor/carpet/blue,
+/area/ship/crew/dorm)
+"TC" = (
+/obj/machinery/atmospherics/components/unary/passive_vent{
+ dir = 4;
+ piping_layer = 1
+ },
+/turf/open/floor/engine/hull/reinforced,
+/area/ship/external/dark)
+"TD" = (
+/obj/structure/reagent_dispensers/water_cooler,
+/obj/item/radio/intercom/directional/west,
+/turf/open/floor/plasteel/dark,
+/area/ship/bridge)
+"TI" = (
+/turf/closed/wall/mineral/titanium/nodiagonal,
+/area/ship/crew/janitor)
+"TJ" = (
+/obj/structure/chair/sofa/blue/corpo/right,
+/turf/open/floor/plasteel,
+/area/ship/hallway/central)
+"TM" = (
+/obj/machinery/shower{
+ pixel_y = 18
+ },
+/obj/effect/turf_decal/steeldecal/steel_decals10{
+ dir = 1
+ },
+/obj/structure/closet/emcloset/wall/directional/west,
+/turf/open/floor/noslip,
+/area/ship/storage/eva)
+"TO" = (
+/obj/machinery/computer/helm{
+ dir = 8;
+ icon_state = "computer-right"
+ },
+/obj/machinery/button/door{
+ dir = 1;
+ id = "harrierwindows";
+ name = "External Windows";
+ pixel_x = -1;
+ pixel_y = -20
+ },
+/obj/machinery/button/door{
+ dir = 1;
+ id = "harrierbridge";
+ name = "Bridge Lockdown";
+ pixel_x = 10;
+ pixel_y = -20
+ },
+/obj/structure/cable{
+ icon_state = "1-4"
+ },
+/turf/open/floor/plasteel/tech/grid,
+/area/ship/bridge)
+"TT" = (
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{
+ dir = 4
+ },
+/obj/effect/turf_decal/borderfloor{
+ dir = 1
+ },
+/obj/machinery/light/small/directional/west,
+/obj/structure/chair/handrail{
+ dir = 4
+ },
+/turf/open/floor/plasteel/tech/techmaint,
+/area/ship/storage/eva)
+"TX" = (
+/obj/structure/filingcabinet/double{
+ pixel_x = 4
+ },
+/obj/structure/window/reinforced{
+ dir = 8
+ },
+/obj/machinery/camera,
+/turf/open/floor/carpet/blue,
+/area/ship/bridge)
+"TZ" = (
+/obj/effect/spawner/structure/window/shuttle,
+/obj/machinery/door/firedoor/window,
+/obj/machinery/door/poddoor{
+ dir = 4;
+ id = "harrierbridge";
+ name = "Window Blast Door"
+ },
+/turf/open/floor/plating,
+/area/ship/bridge)
+"Ub" = (
+/obj/effect/turf_decal/trimline/transparent/white/filled/warning{
+ dir = 1
+ },
+/obj/effect/turf_decal/trimline/transparent/white/filled/warning,
+/obj/machinery/door/firedoor/border_only{
+ dir = 1
+ },
+/obj/machinery/door/firedoor/border_only,
+/obj/structure/cable{
+ icon_state = "6-9"
+ },
+/turf/open/floor/plasteel/mono,
+/area/ship/hallway/port)
+"Ud" = (
+/obj/effect/spawner/structure/window/shuttle,
+/obj/machinery/atmospherics/pipe/simple/brown/visible/layer1,
+/turf/open/floor/plating,
+/area/ship/engineering/atmospherics)
+"Uf" = (
+/obj/structure/window/reinforced,
+/obj/machinery/shower{
+ pixel_y = 18
+ },
+/obj/structure/curtain,
+/obj/effect/turf_decal/steeldecal/steel_decals10{
+ dir = 9
+ },
+/turf/open/floor/plasteel/freezer,
+/area/ship/crew/toilet)
+"Ug" = (
+/obj/structure/cable{
+ icon_state = "1-2"
+ },
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{
+ dir = 8
+ },
+/turf/open/floor/plasteel/mono,
+/area/ship/storage/eva)
+"Uj" = (
+/obj/machinery/atmospherics/components/unary/outlet_injector/atmos/incinerator_input{
+ dir = 4
+ },
+/turf/open/floor/engine/vacuum,
+/area/ship/engineering/engine)
+"Um" = (
+/obj/structure/cable{
+ icon_state = "1-2"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2,
+/obj/effect/turf_decal/siding/wood{
+ dir = 4
+ },
+/obj/structure/disposalpipe/segment,
+/turf/open/floor/wood,
+/area/ship/crew)
+"Up" = (
+/obj/structure/cable{
+ icon_state = "4-8"
+ },
+/obj/machinery/door/airlock/glass{
+ dir = 4;
+ name = "Crew Quarters";
+ req_ship_access = 0
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{
+ dir = 4
+ },
+/obj/machinery/door/firedoor/border_only{
+ dir = 4
+ },
+/obj/machinery/door/firedoor/border_only{
+ dir = 8
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 8
+ },
+/obj/effect/turf_decal/borderfloor{
+ dir = 4
+ },
+/turf/open/floor/plasteel,
+/area/ship/crew/canteen)
+"Uq" = (
+/obj/structure/cable{
+ icon_state = "2-8"
+ },
+/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{
+ dir = 8
+ },
+/obj/effect/turf_decal/trimline/opaque/ntblue/arrow_cw{
+ dir = 8
+ },
+/obj/effect/turf_decal/trimline/opaque/nsorange/line{
+ dir = 4
+ },
+/turf/open/floor/plasteel/patterned,
+/area/ship/storage/eva)
+"Ur" = (
+/obj/structure/chair,
+/obj/effect/landmark/start/assistant,
+/obj/effect/turf_decal/trimline/opaque/ntblue/line{
+ dir = 5
+ },
+/turf/open/floor/plasteel,
+/area/ship/crew/canteen)
+"Us" = (
+/obj/structure/cable{
+ icon_state = "1-2"
+ },
+/obj/structure/cable{
+ icon_state = "2-8"
+ },
+/obj/structure/cable/yellow{
+ icon_state = "4-9"
+ },
+/obj/effect/turf_decal/industrial/warning,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{
+ dir = 9
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{
+ dir = 9
+ },
+/obj/effect/turf_decal/industrial/warning{
+ dir = 1
+ },
+/turf/open/floor/plasteel/patterned,
+/area/ship/engineering/engine)
+"Ut" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4,
+/obj/structure/disposalpipe/segment{
+ dir = 8
+ },
+/turf/open/floor/plasteel/mono,
+/area/ship/hallway/central)
+"Uw" = (
+/obj/structure/cable{
+ icon_state = "6-9"
+ },
+/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{
+ dir = 1
+ },
+/obj/machinery/firealarm/directional/south,
+/obj/structure/chair/handrail{
+ dir = 1
+ },
+/turf/open/floor/plasteel/mono,
+/area/ship/hallway/port)
+"Ux" = (
+/obj/machinery/atmospherics/components/binary/circulator/cold{
+ dir = 1
+ },
+/obj/structure/cable/yellow{
+ icon_state = "6-8"
+ },
+/turf/open/floor/plating,
+/area/ship/engineering/engine)
+"UD" = (
+/obj/structure/railing{
+ dir = 4
+ },
+/obj/structure/cable{
+ icon_state = "1-8"
+ },
+/obj/effect/turf_decal/trimline/transparent/white/filled/warning{
+ dir = 1
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{
+ dir = 9
+ },
+/obj/machinery/atmospherics/pipe/simple/purple/hidden{
+ dir = 9
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{
+ dir = 9
+ },
+/obj/machinery/light_switch{
+ dir = 1;
+ pixel_x = -5;
+ pixel_y = -20
+ },
+/obj/effect/turf_decal/siding/yellow{
+ dir = 6
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 9
+ },
+/turf/open/floor/plasteel,
+/area/ship/engineering/engine)
+"UF" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{
+ dir = 4
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 8
+ },
+/obj/structure/chair/handrail,
+/turf/open/floor/plasteel/mono,
+/area/ship/hallway/central)
+"UI" = (
+/obj/structure/table/wood/reinforced,
+/obj/item/flashlight/lamp/green,
+/turf/open/floor/carpet/executive,
+/area/ship/crew/law_office)
+"UJ" = (
+/obj/structure/cable{
+ icon_state = "1-2"
+ },
+/obj/machinery/atmospherics/pipe/simple/brown/visible/layer1{
+ dir = 9
+ },
+/obj/machinery/atmospherics/components/binary/volume_pump{
+ dir = 8;
+ name = "Engine Waste to Environment";
+ piping_layer = 5
+ },
+/obj/machinery/atmospherics/pipe/simple/cyan/visible,
+/obj/structure/disposalpipe/segment,
+/turf/open/floor/plasteel/patterned,
+/area/ship/engineering/atmospherics)
+"UN" = (
+/obj/structure/cable{
+ icon_state = "1-2"
+ },
+/obj/structure/cable{
+ icon_state = "1-4"
+ },
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4,
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{
+ dir = 8
+ },
+/obj/effect/turf_decal/siding/wood/corner{
+ dir = 4
+ },
+/obj/structure/disposalpipe/sorting/mail/flip{
+ dir = 2;
+ sortType = 26;
+ tag = "Dormitories"
+ },
+/turf/open/floor/wood,
+/area/ship/crew)
+"US" = (
+/turf/closed/wall/mineral/titanium/nodiagonal,
+/area/ship/engineering)
+"UT" = (
+/obj/structure/cable{
+ icon_state = "1-2"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2,
+/obj/structure/disposalpipe/segment{
+ dir = 9
+ },
+/turf/open/floor/plasteel/mono/dark,
+/area/ship/bridge)
+"UV" = (
+/obj/structure/window/reinforced,
+/obj/machinery/shower{
+ pixel_y = 18
+ },
+/obj/structure/curtain,
+/obj/effect/turf_decal/steeldecal/steel_decals10{
+ dir = 10
+ },
+/turf/open/floor/plasteel/freezer,
+/area/ship/crew/toilet)
+"UW" = (
+/turf/closed/wall/mineral/titanium/exterior,
+/area/ship/medical)
+"UZ" = (
+/obj/machinery/atmospherics/pipe/simple/purple/visible{
+ dir = 9
+ },
+/obj/effect/turf_decal/industrial/warning{
+ dir = 8
+ },
+/turf/open/floor/plating,
+/area/ship/engineering)
+"Vc" = (
+/obj/structure/tank_dispenser/oxygen,
+/obj/effect/turf_decal/box,
+/obj/machinery/airalarm/directional/west,
+/turf/open/floor/plasteel/patterned/grid,
+/area/ship/storage/eva)
+"Vi" = (
+/obj/machinery/atmospherics/components/unary/vent_pump/siphon/on/layer2,
+/turf/open/floor/engine/air,
+/area/ship/engineering/atmospherics)
+"Vp" = (
+/obj/structure/table/wood,
+/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{
+ dir = 1
+ },
+/obj/structure/sign/poster/official/random{
+ pixel_y = -32
+ },
+/turf/open/floor/carpet/blue,
+/area/ship/crew/dorm)
+"Vr" = (
+/obj/effect/turf_decal/trimline/transparent/white/filled/warning{
+ dir = 8
+ },
+/obj/effect/turf_decal/trimline/transparent/white/filled/warning{
+ dir = 4
+ },
+/obj/machinery/door/poddoor/shutters{
+ dir = 4;
+ id = "harriereva"
+ },
+/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
+ },
+/turf/open/floor/plasteel,
+/area/ship/storage/eva)
+"Vs" = (
+/obj/machinery/conveyor{
+ dir = 1;
+ id = "harrier_garbage"
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 6
+ },
+/turf/open/floor/plating,
+/area/ship/crew/janitor)
+"Vv" = (
+/turf/closed/wall/mineral/titanium/interior,
+/area/ship/hallway/port)
+"VA" = (
+/obj/structure/chair/office{
+ dir = 1
+ },
+/obj/structure/cable{
+ icon_state = "1-2"
+ },
+/turf/open/floor/carpet/blue,
+/area/ship/bridge)
+"VE" = (
+/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/stairs,
+/area/ship/storage/eva)
+"VJ" = (
+/obj/structure/cable{
+ icon_state = "1-2"
+ },
+/obj/machinery/door/firedoor/border_only,
+/obj/machinery/door/firedoor/border_only{
+ dir = 1
+ },
+/obj/structure/disposalpipe/segment,
+/obj/effect/turf_decal/borderfloor,
+/obj/machinery/door/airlock/public/glass{
+ dir = 1;
+ name = "Canteen"
+ },
+/turf/open/floor/plasteel,
+/area/ship/crew/canteen)
+"VO" = (
+/obj/structure/closet/secure_closet{
+ icon_state = "med";
+ name = "medicine locker";
+ req_access = list(5)
+ },
+/obj/item/storage/box/gloves,
+/obj/item/storage/box/masks,
+/obj/item/storage/box/syringes,
+/obj/item/storage/firstaid/fire{
+ pixel_x = -4;
+ pixel_y = 5
+ },
+/obj/item/storage/firstaid/regular,
+/obj/machinery/light/directional/east,
+/turf/open/floor/plasteel/white,
+/area/ship/medical)
+"VS" = (
+/obj/machinery/shower{
+ dir = 4;
+ pixel_y = 10
+ },
+/obj/structure/curtain,
+/obj/structure/window/reinforced{
+ dir = 4
+ },
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{
+ dir = 1
+ },
+/obj/effect/turf_decal/steeldecal/steel_decals10{
+ dir = 6
+ },
+/turf/open/floor/plasteel/freezer,
+/area/ship/bridge)
+"VY" = (
+/obj/structure/table/wood/reinforced,
+/obj/item/paper_bin,
+/obj/item/pen/fountain,
+/obj/machinery/light_switch{
+ dir = 1;
+ pixel_x = -5;
+ pixel_y = -20
+ },
+/obj/machinery/camera{
+ dir = 10
+ },
+/obj/item/stamp/centcom,
+/turf/open/floor/carpet/executive,
+/area/ship/crew/law_office)
+"VZ" = (
+/obj/structure/table/reinforced,
+/obj/item/paper_bin{
+ pixel_x = -6
+ },
+/obj/item/stamp/head_of_personnel{
+ name = "first officer's rubber stamp";
+ pixel_x = 6
+ },
+/obj/item/pen/fourcolor{
+ pixel_x = -6
+ },
+/turf/open/floor/carpet/blue,
+/area/ship/bridge)
+"Wa" = (
+/obj/docking_port/stationary{
+ dir = 2;
+ dwidth = 15;
+ height = 15;
+ width = 30
+ },
+/turf/template_noop,
+/area/template_noop)
+"Wd" = (
+/obj/machinery/computer/operating,
+/turf/open/floor/plasteel/showroomfloor,
+/area/ship/medical)
+"We" = (
+/obj/machinery/vending/cigarette,
+/obj/effect/turf_decal/trimline/opaque/ntblue/filled/line{
+ dir = 1
+ },
+/obj/machinery/camera,
+/turf/open/floor/plasteel,
+/area/ship/hallway/central)
+"Wj" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2,
+/obj/structure/disposalpipe/segment{
+ dir = 8
+ },
+/turf/open/floor/plasteel/mono,
+/area/ship/hallway/starboard)
+"Wk" = (
+/obj/machinery/door/window/brigdoor/security/cell/eastleft{
+ id = "Cell 1"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{
+ dir = 6
+ },
+/obj/effect/turf_decal/trimline/opaque/vired/filled/warning{
+ dir = 4
+ },
+/turf/open/floor/plasteel/dark,
+/area/ship/security)
+"Wm" = (
+/obj/machinery/vending/coffee,
+/obj/machinery/light/directional/north,
+/obj/effect/turf_decal/trimline/opaque/ntblue/filled/line{
+ dir = 1
+ },
+/turf/open/floor/plasteel,
+/area/ship/hallway/central)
+"Wp" = (
+/obj/structure/cable{
+ icon_state = "1-2"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2,
+/obj/structure/disposalpipe/segment,
+/turf/open/floor/carpet/executive,
+/area/ship/crew/law_office)
+"Wt" = (
+/obj/structure/cable{
+ icon_state = "4-8"
+ },
+/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{
+ dir = 4
+ },
+/turf/open/floor/plasteel/mono,
+/area/ship/crew/canteen)
+"Wv" = (
+/obj/effect/turf_decal/trimline/opaque/ntblue/filled/line{
+ dir = 8
+ },
+/turf/open/floor/plasteel,
+/area/ship/hallway/central)
+"Wx" = (
+/obj/machinery/atmospherics/components/unary/shuttle/heater{
+ dir = 4
+ },
+/turf/open/floor/plating,
+/area/ship/engineering)
+"WH" = (
+/obj/structure/cable{
+ icon_state = "6-9"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{
+ dir = 4
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 8
+ },
+/turf/open/floor/plasteel/mono,
+/area/ship/hallway/port)
+"WL" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{
+ dir = 4
+ },
+/obj/effect/turf_decal/trimline/opaque/blue/filled/end{
+ dir = 4
+ },
+/turf/open/floor/plasteel/white,
+/area/ship/medical)
+"WN" = (
+/obj/machinery/atmospherics/pipe/simple/brown/visible/layer1{
+ dir = 6
+ },
+/obj/machinery/atmospherics/pipe/simple/cyan/visible{
+ dir = 4
+ },
+/turf/open/floor/plasteel/patterned,
+/area/ship/engineering/atmospherics)
+"WP" = (
+/obj/effect/turf_decal/industrial/warning{
+ dir = 8
+ },
+/turf/open/floor/plasteel/patterned/cargo_one,
+/area/ship/cargo)
+"WR" = (
+/turf/open/floor/plasteel/patterned/cargo_one,
+/area/ship/storage/eva)
+"WT" = (
+/obj/structure/table/wood,
+/obj/item/toy/cards/deck/kotahi,
+/turf/open/floor/wood,
+/area/ship/crew)
+"WV" = (
+/obj/effect/spawner/structure/window/shuttle,
+/obj/machinery/atmospherics/pipe/simple/purple/visible,
+/turf/open/floor/plating,
+/area/ship/engineering/engine)
+"Xf" = (
+/obj/structure/chair,
+/obj/effect/turf_decal/trimline/opaque/ntblue/line{
+ dir = 5
+ },
+/turf/open/floor/plasteel,
+/area/ship/crew/canteen)
+"Xg" = (
+/obj/machinery/door/airlock/external/glass,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4,
+/obj/effect/turf_decal/borderfloor{
+ dir = 1
+ },
+/turf/open/floor/plasteel/tech,
+/area/ship/hallway/starboard)
+"Xj" = (
+/obj/structure/cable{
+ icon_state = "5-10"
+ },
+/obj/structure/cable{
+ icon_state = "4-10"
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 8
+ },
+/turf/open/floor/plasteel/mono,
+/area/ship/hallway/starboard)
+"Xl" = (
+/obj/effect/turf_decal/atmos/plasma,
+/obj/machinery/atmospherics/components/unary/outlet_injector/atmos/toxin_input{
+ dir = 8;
+ piping_layer = 1
+ },
+/turf/open/floor/engine/plasma,
+/area/ship/engineering/atmospherics)
+"Xo" = (
+/obj/structure/cable{
+ icon_state = "4-8"
+ },
+/obj/structure/disposalpipe/segment,
+/obj/effect/turf_decal/trimline/opaque/nsorange/line{
+ dir = 4
+ },
+/turf/open/floor/plasteel/patterned/cargo_one,
+/area/ship/cargo)
+"Xw" = (
+/obj/effect/turf_decal/industrial/warning/fulltile,
+/obj/machinery/door/poddoor{
+ dir = 4;
+ id = "harrier_disposals";
+ name = "Disposals Blast Door"
+ },
+/obj/machinery/power/shieldwallgen/atmos/roundstart{
+ dir = 8;
+ id = "harrier_disposalfield";
+ locked = 1
+ },
+/obj/structure/cable{
+ icon_state = "0-8"
+ },
+/turf/open/floor/plating,
+/area/ship/crew/janitor)
+"Xz" = (
+/obj/structure/cable{
+ icon_state = "1-2"
+ },
+/obj/machinery/firealarm/directional/west,
+/obj/structure/disposalpipe/segment,
+/obj/machinery/atmospherics/pipe/simple/cyan/visible,
+/turf/open/floor/plasteel/patterned,
+/area/ship/engineering/atmospherics)
+"XB" = (
+/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/structure/disposalpipe/segment{
+ dir = 8
+ },
+/obj/effect/turf_decal/trimline/opaque/ntblue/filled/corner{
+ dir = 1
+ },
+/turf/open/floor/plasteel/mono,
+/area/ship/hallway/central)
+"XF" = (
+/obj/effect/spawner/structure/window/shuttle,
+/obj/machinery/door/firedoor/window,
+/obj/machinery/door/poddoor{
+ dir = 1;
+ id = "harrierbridge";
+ name = "Window Blast Door"
+ },
+/obj/structure/cable{
+ icon_state = "0-1"
+ },
+/turf/open/floor/plating,
+/area/ship/bridge)
+"XH" = (
+/obj/structure/chair/sofa/blue/corpo/right/directional/west,
+/obj/effect/turf_decal/siding/wood{
+ dir = 4
+ },
+/turf/open/floor/wood,
+/area/ship/crew)
+"XI" = (
+/obj/machinery/suit_storage_unit/standard_unit,
+/obj/effect/turf_decal/siding/thinplating,
+/turf/open/floor/plasteel/tech/grid,
+/area/ship/storage/eva)
+"XK" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{
+ dir = 4
+ },
+/obj/structure/disposalpipe/segment,
+/turf/open/floor/plasteel/mono,
+/area/ship/storage/eva)
+"XL" = (
+/obj/effect/turf_decal/corner/opaque/white{
+ dir = 4
+ },
+/obj/effect/turf_decal/corner/opaque/white{
+ dir = 8
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{
+ dir = 10
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{
+ dir = 6
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 10
+ },
+/turf/open/floor/plasteel,
+/area/ship/crew/canteen)
+"XP" = (
+/obj/structure/cable{
+ icon_state = "1-2"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4,
+/obj/machinery/atmospherics/pipe/simple/purple/visible,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2,
+/obj/machinery/atmospherics/pipe/simple/orange/visible/layer5{
+ dir = 9
+ },
+/obj/structure/catwalk/over/plated_catwalk,
+/obj/machinery/light/directional/east,
+/obj/structure/chair/handrail{
+ dir = 8
+ },
+/turf/open/floor/plating,
+/area/ship/engineering/engine)
+"XQ" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4,
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{
+ dir = 4
+ },
+/turf/open/floor/plasteel/mono,
+/area/ship/crew/canteen)
+"XW" = (
+/turf/open/floor/plasteel/stairs,
+/area/ship/storage/eva)
+"XY" = (
+/obj/structure/cable{
+ icon_state = "1-2"
+ },
+/obj/structure/cable{
+ icon_state = "2-8"
+ },
+/obj/machinery/atmospherics/pipe/simple/brown/visible/layer1{
+ dir = 6
+ },
+/turf/open/floor/plasteel/patterned,
+/area/ship/engineering/atmospherics)
+"Yb" = (
+/obj/effect/spawner/structure/window/shuttle,
+/obj/machinery/door/firedoor/window,
+/obj/machinery/door/poddoor{
+ dir = 4;
+ id = "harrierbridge";
+ name = "Window Blast Door"
+ },
+/obj/structure/cable{
+ icon_state = "0-8"
+ },
+/turf/open/floor/plating,
+/area/ship/bridge)
+"Yc" = (
+/obj/machinery/firealarm/directional/east,
+/obj/machinery/disposal/bin,
+/obj/structure/disposalpipe/trunk{
+ dir = 8
+ },
+/turf/open/floor/wood,
+/area/ship/crew/law_office)
+"Yi" = (
+/obj/item/radio/intercom/directional/east,
+/obj/effect/turf_decal/trimline/opaque/ntblue/arrow_cw{
+ dir = 8
+ },
+/obj/effect/turf_decal/trimline/opaque/nsorange/filled/corner,
+/turf/open/floor/plasteel/patterned,
+/area/ship/storage/eva)
+"Yk" = (
+/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/turf_decal/siding/wood{
+ dir = 8
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 8
+ },
+/turf/open/floor/wood,
+/area/ship/crew)
+"Yp" = (
+/turf/closed/wall/mineral/titanium/nodiagonal,
+/area/ship/engineering/atmospherics)
+"Yr" = (
+/obj/effect/spawner/structure/window/shuttle,
+/obj/machinery/door/poddoor{
+ dir = 4;
+ id = "harrierwindows";
+ name = "Window Blast Door"
+ },
+/turf/open/floor/plating,
+/area/ship/hallway/port)
+"Yw" = (
+/obj/structure/disposalpipe/segment{
+ dir = 9
+ },
+/obj/effect/turf_decal/trimline/opaque/vired/filled/corner{
+ dir = 8
+ },
+/obj/effect/turf_decal/trimline/opaque/ntblue/filled/line{
+ dir = 4
+ },
+/obj/machinery/camera{
+ dir = 1
+ },
+/turf/open/floor/plasteel,
+/area/ship/hallway/starboard)
+"Yy" = (
+/obj/structure/chair/office,
+/obj/effect/landmark/start/cargo_technician,
+/obj/structure/disposalpipe/segment{
+ dir = 8
+ },
+/turf/open/floor/plasteel,
+/area/ship/cargo)
+"Yz" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{
+ dir = 4
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 8
+ },
+/obj/structure/closet/emcloset/wall/directional/north,
+/turf/open/floor/plasteel/mono,
+/area/ship/hallway/starboard)
+"YB" = (
+/obj/structure/closet/secure_closet/bar{
+ name = "internal affairs agent's locker";
+ populate = 0;
+ req_access = list(38)
+ },
+/obj/machinery/airalarm/directional/north,
+/obj/item/clothing/shoes/laceup,
+/obj/item/clothing/under/nanotrasen/affairs,
+/obj/item/clothing/suit/nanotrasen/suitjacket,
+/obj/item/clothing/neck/tie/black,
+/obj/item/clothing/neck/tie/black,
+/obj/item/clothing/neck/tie/black,
+/obj/item/clothing/neck/tie/black,
+/obj/item/clothing/neck/tie/black,
+/obj/item/clothing/neck/tie/black,
+/obj/item/clothing/neck/tie/black,
+/obj/item/storage/backpack/satchel/leather,
+/obj/item/clothing/glasses/sunglasses,
+/turf/open/floor/wood,
+/area/ship/crew/law_office)
+"YC" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2,
+/obj/structure/disposalpipe/segment,
+/obj/effect/turf_decal/trimline/opaque/blue/filled/end{
+ dir = 1
+ },
+/turf/open/floor/plasteel/white,
+/area/ship/medical)
+"YM" = (
+/obj/structure/cable{
+ icon_state = "1-2"
+ },
+/turf/open/floor/plasteel/mono,
+/area/ship/crew/canteen)
+"YP" = (
+/obj/structure/cable{
+ icon_state = "2-8"
+ },
+/obj/machinery/light_switch{
+ pixel_x = -5;
+ pixel_y = 20
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 8
+ },
+/obj/effect/turf_decal/trimline/opaque/blue/line{
+ dir = 1
+ },
+/turf/open/floor/plasteel/white,
+/area/ship/medical)
+"YT" = (
+/obj/structure/cable{
+ icon_state = "1-2"
},
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{
+ dir = 1
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2,
+/obj/structure/disposalpipe/segment{
+ dir = 5
+ },
+/turf/open/floor/plasteel,
+/area/ship/engineering)
+"YV" = (
+/obj/structure/table/reinforced,
+/obj/item/paper_bin{
+ pixel_x = 8
+ },
+/obj/item/folder/red{
+ pixel_x = 8
+ },
+/obj/machinery/recharger{
+ pixel_x = -6
+ },
+/obj/effect/turf_decal/trimline/opaque/vired/filled/line{
+ dir = 8
+ },
+/obj/machinery/door/window/westleft{
+ req_access_txt = "2"
+ },
+/turf/open/floor/plasteel/dark,
+/area/ship/security)
+"YW" = (
+/obj/effect/turf_decal/corner/opaque/white{
dir = 4
},
+/obj/effect/turf_decal/corner/opaque/white{
+ dir = 8
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2,
+/obj/structure/disposalpipe/segment,
/turf/open/floor/plasteel,
-/area/ship/cargo)
-"ZC" = (
+/area/ship/crew/canteen)
+"YX" = (
/obj/structure/cable{
- icon_state = "0-4"
+ icon_state = "1-8"
},
-/obj/machinery/light/directional/south,
-/obj/machinery/power/apc/auto_name/directional/west,
-/turf/open/floor/plasteel/dark,
-/area/ship/hallway/central)
-"ZJ" = (
-/turf/closed/wall/mineral/titanium/nodiagonal,
-/area/ship/hallway/central)
-"ZK" = (
-/obj/structure/window/reinforced{
- dir = 1
+/obj/item/radio/intercom/directional/south,
+/turf/open/floor/plasteel/mono,
+/area/ship/crew/canteen)
+"YZ" = (
+/obj/effect/turf_decal/siding/wideplating/dark{
+ dir = 4
},
-/obj/structure/table,
-/obj/item/radio/intercom/directional/west,
-/turf/open/floor/plasteel/patterned/grid,
+/turf/open/floor/plasteel/mono/dark,
+/area/ship/bridge)
+"Za" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{
+ dir = 4
+ },
+/obj/structure/disposalpipe/segment{
+ dir = 8
+ },
+/turf/open/floor/plasteel,
/area/ship/cargo)
-"ZO" = (
-/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{
+"Zb" = (
+/turf/open/floor/plasteel,
+/area/ship/crew)
+"Ze" = (
+/obj/machinery/atmospherics/components/unary/vent_pump/siphon/atmos/oxygen_output{
dir = 8
},
-/turf/open/floor/circuit,
-/area/ship/science/ai_chamber)
-"ZR" = (
-/obj/machinery/porta_turret/ai,
-/turf/open/floor/circuit,
-/area/ship/science/ai_chamber)
-"ZW" = (
-/obj/structure/disposalpipe/junction{
+/turf/open/floor/engine/o2,
+/area/ship/engineering/atmospherics)
+"Zf" = (
+/turf/closed/wall/mineral/titanium/nodiagonal,
+/area/ship/security)
+"Zg" = (
+/obj/structure/filingcabinet/double{
+ dir = 1;
+ pixel_x = 4
+ },
+/obj/structure/window/reinforced{
dir = 8
},
-/turf/open/floor/plasteel,
-/area/ship/cargo/office)
-"ZX" = (
-/obj/machinery/atmospherics/pipe/simple/dark/hidden/layer5{
+/obj/machinery/camera{
+ dir = 1
+ },
+/turf/open/floor/carpet/royalblue,
+/area/ship/bridge)
+"Zi" = (
+/obj/structure/railing{
dir = 4
},
-/obj/machinery/door/poddoor{
- id = "osprey_thruster_starboard";
- name = "Blast Door";
+/obj/structure/cable{
+ icon_state = "1-2"
+ },
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/purple/hidden,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{
+ dir = 10
+ },
+/obj/effect/turf_decal/siding/yellow{
+ dir = 4
+ },
+/obj/structure/disposalpipe/segment,
+/turf/open/floor/plasteel/stairs,
+/area/ship/engineering/engine)
+"Zk" = (
+/obj/structure/closet/secure_closet{
+ icon_state = "cargo";
+ name = "\proper cargo technician's locker";
+ req_access_txt = "31"
+ },
+/obj/effect/turf_decal/industrial/outline/yellow,
+/obj/machinery/airalarm/directional/east,
+/obj/machinery/firealarm/directional/south,
+/obj/item/clothing/shoes/sneakers/black,
+/obj/item/clothing/under/nanotrasen/supply,
+/obj/item/clothing/head/nanotrasen/cap/supply,
+/obj/item/clothing/gloves/fingerless,
+/obj/item/storage/backpack/messenger,
+/turf/open/floor/plasteel/tech,
+/area/ship/cargo)
+"Zm" = (
+/obj/effect/turf_decal/trimline/opaque/ntblue/filled/corner{
dir = 4
},
+/turf/open/floor/plasteel,
+/area/ship/hallway/port)
+"Zv" = (
/obj/effect/spawner/structure/window/shuttle,
-/obj/machinery/door/firedoor/heavy,
+/obj/machinery/atmospherics/pipe/simple/cyan/visible{
+ dir = 4
+ },
/turf/open/floor/plating,
-/area/ship/science/ai_chamber)
-"ZY" = (
-/obj/effect/turf_decal/industrial/outline/yellow,
-/obj/machinery/rnd/production/protolathe/department/science,
+/area/ship/engineering/atmospherics)
+"Zw" = (
+/obj/structure/cable{
+ icon_state = "1-2"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4,
+/obj/machinery/atmospherics/pipe/simple/purple/visible{
+ dir = 9
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2,
+/obj/structure/catwalk/over/plated_catwalk,
+/obj/machinery/camera{
+ dir = 8
+ },
+/obj/structure/chair/handrail{
+ dir = 8
+ },
+/turf/open/floor/plating,
+/area/ship/engineering/engine)
+"ZJ" = (
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4,
+/obj/structure/disposalpipe/segment{
+ dir = 10
+ },
+/obj/item/radio/intercom/directional/north,
+/obj/effect/turf_decal/trimline/opaque/blue/line{
+ dir = 1
+ },
+/turf/open/floor/plasteel/white,
+/area/ship/medical)
+"ZL" = (
+/obj/effect/turf_decal/trimline/opaque/blue/filled/end{
+ dir = 8
+ },
+/turf/open/floor/plasteel/white,
+/area/ship/medical)
+"ZN" = (
+/obj/structure/chair/comfy/blue/corpo/directional/south,
+/obj/effect/turf_decal/trimline/opaque/ntblue/line{
+ dir = 1
+ },
/turf/open/floor/plasteel/dark,
-/area/ship/science)
-"ZZ" = (
-/obj/structure/sign/nanotrasen,
+/area/ship/bridge)
+"ZQ" = (
+/obj/structure/sign/number/random{
+ color = "Black"
+ },
/turf/closed/wall/mineral/titanium/nodiagonal,
-/area/ship/crew/cryo)
+/area/ship/cargo)
+"ZS" = (
+/obj/effect/spawner/structure/window/shuttle,
+/obj/machinery/door/firedoor/window,
+/turf/open/floor/plating,
+/area/ship/crew/canteen)
+"ZU" = (
+/obj/machinery/atmospherics/components/trinary/filter/atmos/n2{
+ dir = 8;
+ piping_layer = 1
+ },
+/obj/machinery/atmospherics/pipe/simple/cyan/visible{
+ dir = 4
+ },
+/turf/open/floor/plasteel/patterned,
+/area/ship/engineering/atmospherics)
+"ZX" = (
+/obj/machinery/power/apc/auto_name/directional/west,
+/obj/structure/cable{
+ icon_state = "0-1"
+ },
+/obj/effect/turf_decal/trimline/opaque/ntblue/filled/corner{
+ dir = 1
+ },
+/turf/open/floor/plasteel/mono,
+/area/ship/hallway/port)
(1,1,1) = {"
-li
-WU
-pD
-pD
-rG
-rG
-pD
-pD
-WU
-li
-li
-li
-li
-li
-li
-li
-li
-li
-li
-li
-li
-li
-li
-li
-yj
-Hk
-Hk
-wT
-wT
-Hk
-Hk
-yj
-li
+MZ
+MZ
+MZ
+MZ
+MZ
+Yp
+CV
+CV
+Yp
+MZ
+MZ
+MZ
+MZ
+ok
+AE
+AE
+AE
+AE
+Ci
+AE
+AE
+AE
+AE
+ok
+MZ
+MZ
+MZ
+MZ
+US
+GG
+GG
+US
+MZ
+MZ
+MZ
+MZ
+MZ
"}
(2,1,1) = {"
-li
-WU
-Tn
-VA
-qX
-Tr
-Tn
-VA
-WU
-li
-li
-li
-li
-li
-li
-li
-li
-li
-li
-li
-li
-li
-li
-li
-yj
-wo
-wQ
-kB
-hU
-wo
-wQ
-yj
-li
+MZ
+Yp
+Kz
+Yp
+Kz
+Yp
+HW
+HW
+Yp
+MZ
+MZ
+MZ
+MZ
+AE
+Pq
+Io
+LK
+EF
+tQ
+Uj
+AE
+AE
+hE
+AE
+MZ
+MZ
+MZ
+MZ
+US
+Wx
+Wx
+US
+MM
+US
+MM
+US
+MZ
"}
(3,1,1) = {"
-li
-WU
-eE
-eE
-EW
-LB
-eE
-eE
-WU
-li
-li
-li
-li
-li
-li
-li
-li
-li
-li
-li
-li
-li
-li
-li
-yj
-kG
-kG
-cJ
-cJ
-kG
-kG
-yj
-li
+MZ
+Yp
+NT
+rh
+NT
+Yp
+rf
+cy
+Yp
+Mv
+zs
+Sj
+Mv
+AE
+AE
+yS
+AE
+qq
+Jk
+OW
+AE
+AE
+AE
+AE
+Mv
+Mv
+TC
+Mv
+US
+JK
+UZ
+US
+cg
+Fp
+cg
+US
+MZ
"}
(4,1,1) = {"
-li
-WU
-pP
-ap
-KC
-Gr
-oi
-mZ
-WU
-li
-li
-li
-li
-li
-li
-li
-li
-li
-li
-li
-li
-li
-li
-li
-yj
-Iv
-Bl
-Tz
-ra
-Ri
-dS
-yj
-li
+MZ
+Yp
+bi
+OR
+bi
+QG
+jf
+uW
+Yp
+Yp
+zc
+Yp
+Yp
+AE
+uv
+Ob
+mC
+sF
+Bm
+uk
+Dg
+Eh
+KO
+AE
+aE
+US
+LZ
+US
+US
+Nr
+Rv
+JB
+kR
+PA
+kR
+US
+MZ
"}
(5,1,1) = {"
-li
-WU
-NT
-Yc
-RY
-SD
-BN
-ci
-WU
-MM
-li
-li
-li
-li
-li
-li
-li
-li
-li
-li
-li
-li
-li
-IY
-yj
-pT
-pH
-kb
-Jl
-kD
-SX
-Tb
-li
+MZ
+Yp
+NS
+nf
+XY
+cS
+vM
+Bs
+gX
+lQ
+UJ
+Xz
+Nt
+Qs
+zI
+Sr
+ys
+Ij
+dO
+MX
+yz
+Lh
+yx
+HL
+uD
+uT
+Mo
+fb
+Mx
+Nn
+wq
+pY
+vY
+Ni
+es
+US
+MZ
"}
(6,1,1) = {"
-li
-WU
-qc
-PS
-Fj
-QD
-vY
-yg
-Tg
-WU
-ao
-kP
-uz
-VV
-VV
-VV
-VV
-VV
-VV
-VV
-ao
-kP
-uz
-yj
-go
-pz
-Gp
-wV
-Gp
-Ko
-tF
-JN
-li
+MZ
+Yp
+Yp
+Yp
+zm
+WN
+JU
+fH
+HD
+zy
+CP
+RX
+pr
+WV
+Lf
+Zi
+gf
+Qm
+my
+Ux
+Hj
+yd
+UD
+AE
+GH
+US
+DQ
+bL
+ym
+bR
+Ez
+Po
+sc
+He
+ea
+US
+MZ
"}
(7,1,1) = {"
-li
-WU
-qa
-gX
-hr
-vx
-XK
-jn
-MT
-VV
-Aj
-VV
-HE
-VV
-kU
-VV
-yP
-VV
-kU
-VV
-pe
-eZ
-ZX
-VV
-RB
-qp
-HV
-GX
-xp
-cT
-Of
-xP
-li
+MZ
+Yp
+bk
+NX
+KZ
+kq
+Ds
+Yp
+Gi
+Zv
+Yp
+Gi
+cF
+AE
+jM
+bK
+kH
+XP
+No
+Zw
+Us
+qB
+Nz
+AE
+Xw
+TI
+TI
+TI
+TI
+TI
+eG
+hH
+hH
+hH
+US
+US
+MZ
"}
(8,1,1) = {"
-li
-WU
-RE
-JO
-uh
-lb
-vj
-ip
-YJ
-Fe
-RO
-rf
-Ma
-Gz
-wY
-LW
-Ap
-BL
-Tt
-do
-XR
-ll
-wF
-RD
-Nq
-MJ
-Uo
-sq
-sw
-cp
-Uc
-yj
-li
-"}
-(9,1,1) = {"
-li
-WU
-Hf
-gX
-oQ
-NW
-rN
-Ro
-Ro
-Ro
-Ro
-Ro
-Ro
-VV
-bw
-hd
-ZR
-ZO
-dr
-VV
-SB
-kQ
-kQ
-kQ
-kQ
-kQ
-oO
-HK
-hm
-HK
-Qb
-yj
-li
+MZ
+Yp
+Vi
+dX
+EQ
+Ev
+ex
+Yp
+Eq
+Ze
+Yp
+Xl
+tq
+AE
+aX
+ru
+fh
+AE
+jU
+AE
+mk
+ru
+EJ
+AE
+nz
+mJ
+mJ
+Vs
+iT
+TI
+FD
+fd
+ez
+xa
+Kc
+US
+MZ
+"}
+(9,1,1) = {"
+MZ
+Yp
+Yp
+Yp
+oX
+fu
+Tr
+cp
+cp
+cp
+cp
+cp
+KS
+KS
+KS
+hY
+hY
+hY
+hY
+hY
+hY
+hY
+IE
+IE
+IE
+TI
+Lb
+Ah
+bd
+TI
+Ms
+Ga
+RR
+vs
+Kj
+US
+MZ
"}
(10,1,1) = {"
-li
-WU
-Mu
-Ix
-WK
-mY
-Qr
-Ro
-BU
-Ro
-BU
-Ro
-Vx
-VV
-ui
-cI
-cI
-yC
-xE
-VV
-hj
-vD
-Jw
-OB
-LX
-kQ
-Ka
-lV
-Mo
-eX
-fU
-yj
-li
+MZ
+Yp
+QH
+Ud
+ZU
+fu
+Kx
+cp
+Pj
+CW
+CW
+cp
+MT
+hI
+vd
+hY
+wM
+hY
+gn
+hY
+qJ
+hY
+ol
+oU
+HI
+TI
+hy
+Dk
+Is
+TI
+lA
+YT
+Ki
+xv
+Pr
+US
+MZ
"}
(11,1,1) = {"
-li
-WU
-Qv
-lz
-Em
-dm
-BK
-Ro
-jc
-zl
-Hn
-oK
-Hn
-VV
-cD
-VV
-lr
-VV
-LE
-VV
-ki
-Yh
-je
-ut
-vi
-kQ
-uq
-NP
-yj
-pJ
-gC
-yj
-li
+MZ
+Yp
+wY
+NX
+IT
+kM
+RU
+cp
+DD
+ms
+Dl
+cp
+Tz
+ln
+Vp
+hY
+eA
+MP
+Da
+uo
+SF
+hY
+Tm
+sD
+Ha
+TI
+vI
+hL
+ES
+TI
+gU
+bg
+hQ
+SW
+mO
+US
+MZ
"}
(12,1,1) = {"
-li
-WU
-Zo
-LF
-LK
-KI
-mf
-Ro
-to
-pq
-PW
-VS
-gT
-gT
-gT
-gT
-gT
-gT
-gT
-gT
-gT
-FF
-uI
-wb
-Sa
-kQ
-Xi
-lM
-yj
-oo
-oo
-yj
-li
+MZ
+Yp
+Yp
+Yp
+Yp
+Yp
+jl
+cp
+xl
+ud
+Rt
+cp
+fZ
+Pk
+gm
+hY
+FK
+rk
+jI
+Mn
+NQ
+hY
+Cn
+sy
+sl
+TI
+lX
+Ax
+mc
+TI
+jm
+US
+US
+US
+US
+US
+MZ
"}
(13,1,1) = {"
-li
-WU
-bH
-Xz
-OA
-Jc
-eT
-Ro
-Xr
-dx
-Hn
-nf
-gT
-eD
-pU
-Ws
-gT
-VF
-Pa
-dP
-gT
-fn
-xj
-uJ
-Ou
-kQ
-mo
-RI
-yj
-ik
-lA
-yj
-li
+MZ
+aL
+cN
+de
+dK
+cf
+rR
+cp
+kJ
+cp
+cp
+cp
+KS
+QW
+KS
+hY
+hY
+hY
+DC
+hY
+hY
+hY
+IE
+EX
+IE
+TI
+TI
+TI
+dI
+TI
+KT
+Sn
+iA
+LJ
+wS
+IS
+MZ
"}
(14,1,1) = {"
-li
-WU
-WU
-WU
-WU
-WU
-Ag
-MB
-Ro
-CL
-FV
-Ro
-gT
-HD
-lv
-Wn
-gT
-XU
-pp
-ht
-gT
-kQ
-OV
-kf
-kQ
-JX
-Iz
-yj
-yj
-yj
-yj
-yj
-li
+aA
+cm
+da
+dA
+dL
+ha
+bW
+DH
+mN
+Gz
+dr
+lH
+BF
+Rg
+Jx
+bv
+ow
+jx
+IV
+TD
+cE
+cz
+Jx
+fO
+Gz
+lg
+VS
+Bx
+FQ
+Lv
+Jl
+Xg
+fr
+SS
+uf
+St
+Wa
"}
(15,1,1) = {"
-li
-nK
-GU
-XX
-Tw
-Mc
-Hi
-si
-gc
-TH
-kZ
-ZC
-gT
-gT
-zL
-gT
-gT
-gT
-Xp
-gT
-gT
-la
-eB
-zF
-OW
-sZ
-Vs
-Mc
-jC
-gJ
-Zj
-FI
-li
+MZ
+PF
+PF
+PF
+PF
+Pi
+og
+JC
+rQ
+Gz
+ox
+Dy
+Dy
+Sy
+Aj
+Pz
+dB
+UT
+Fi
+tG
+Tx
+aq
+fw
+mm
+hV
+ue
+yY
+Gz
+RT
+qp
+uw
+JQ
+fI
+fI
+fI
+fI
+MZ
"}
(16,1,1) = {"
-Xo
-uQ
-mB
-Tq
-rJ
-bl
-yQ
-sJ
-sJ
-gy
-yE
-xK
-tY
-ow
-hl
-KL
-SK
-ac
-ej
-ce
-wj
-Ey
-wC
-VR
-QI
-Ii
-yw
-ti
-hg
-oN
-ou
-uQ
-Wq
+MZ
+ig
+gH
+pI
+co
+ig
+QO
+Hh
+iI
+uZ
+st
+Gz
+Gz
+TX
+Me
+ss
+FP
+wL
+JT
+Lz
+BS
+Bb
+sh
+Zg
+Gz
+Gz
+Gz
+Gz
+Yz
+Xj
+Cv
+Zf
+oi
+ew
+AS
+Zf
+MZ
"}
(17,1,1) = {"
-li
-BH
-IW
-IW
-IW
-IW
-IW
-IW
-Qt
-Pe
-WS
-xT
-gT
-Di
-Fk
-UL
-uA
-UL
-Tx
-nx
-gT
-aY
-hy
-Np
-rS
-gV
-gV
-gV
-gV
-gV
-gV
-ZZ
-li
+MZ
+ig
+YB
+Rn
+oT
+Ta
+ig
+tZ
+Sm
+Qf
+iD
+ZX
+gE
+Rb
+VA
+bn
+FP
+ZN
+IK
+qf
+eJ
+FO
+iG
+zY
+XF
+Jd
+nZ
+zV
+av
+bH
+lD
+Nq
+QP
+Wk
+dv
+Zf
+MZ
"}
(18,1,1) = {"
-li
-IW
-iO
-KD
-fb
-RU
-iO
-IW
-tL
-Pe
-Ib
-hL
-gT
-wn
-UL
-YR
-UL
-UT
-UL
-Ry
-gT
-zN
-RW
-Np
-qv
-gV
-os
-ea
-yI
-Su
-dw
-gV
-li
+MZ
+Rf
+tm
+Oh
+ko
+Wp
+jN
+Jw
+gN
+uh
+uC
+QQ
+gE
+Fx
+VZ
+OA
+cY
+JP
+Hw
+iS
+QX
+ta
+dz
+EY
+XF
+cl
+Sw
+yc
+hx
+sE
+jA
+Kr
+LW
+Fo
+Ig
+tI
+MZ
"}
(19,1,1) = {"
-li
-IW
-fc
-pv
-iv
-nl
-oE
-IW
-xF
-Pe
-RW
-mI
-DU
-tc
-uC
-tr
-xq
-ud
-pm
-Pg
-DU
-iA
-Yt
-qs
-bA
-gV
-mj
-PJ
-UZ
-uk
-SU
-gV
-li
+MZ
+Rf
+JX
+Db
+gD
+Db
+pH
+MK
+Qx
+Zm
+Hx
+iI
+KC
+Gz
+aO
+xg
+vL
+qX
+pp
+Mf
+wz
+Ra
+ky
+Gz
+KC
+Ro
+ju
+wD
+ls
+Yw
+Zf
+zr
+Ky
+Nc
+tT
+tI
+MZ
"}
(20,1,1) = {"
-li
-IW
-rz
-SO
-Xv
-Nm
-GN
-Nw
-zi
-ep
-My
-Ai
-sG
-tx
-tx
-tx
-gT
-tx
-tx
-tx
-sG
-CC
-WE
-rO
-VL
-uM
-pk
-tp
-yl
-gB
-sI
-gV
-li
+MZ
+ig
+uy
+UI
+KG
+VY
+ig
+Yr
+Yr
+Vv
+wN
+WH
+wN
+gE
+Py
+uz
+HG
+YZ
+FS
+YZ
+Np
+Qb
+AW
+XF
+ba
+qh
+ba
+cB
+LD
+LD
+Zf
+ei
+YV
+ec
+iQ
+Zf
+MZ
"}
(21,1,1) = {"
-li
-IW
-Oh
-hv
-LV
-mV
-cg
-IW
-bh
-Cn
-mg
-Cn
-ak
-ak
-ak
-ak
-Ni
-ak
-ak
-ak
-ak
-in
-RW
-Cn
-rX
-gV
-Yw
-FL
-FL
-FL
-EO
-gV
-li
+MZ
+Rf
+JX
+eY
+nQ
+eg
+ig
+MZ
+MZ
+PF
+Nk
+Os
+Uw
+Gz
+Yb
+Gz
+Ao
+la
+Ry
+zX
+TO
+Gz
+TZ
+Gz
+Sb
+Wj
+Ih
+fI
+MZ
+MZ
+Zf
+Ho
+OX
+Nc
+tT
+tI
+MZ
"}
(22,1,1) = {"
-li
-Rq
-IW
-FZ
-xN
-ET
-IW
-IW
-ZJ
-Es
-cY
-Nd
-Nd
-Si
-Nd
-La
-ie
-Nd
-Lt
-Ho
-xY
-eG
-Qy
-Ge
-ZJ
-gV
-gV
-bs
-Fr
-Wb
-gV
-PP
-li
+MZ
+Rf
+Yc
+sU
+SZ
+fc
+ig
+MZ
+MZ
+rT
+Vv
+iI
+wN
+Ub
+qx
+KC
+Yb
+Yb
+Yb
+Yb
+DM
+KC
+qx
+yI
+ba
+Qz
+cB
+dV
+MZ
+MZ
+Zf
+pF
+Pn
+uc
+CK
+tI
+MZ
"}
(23,1,1) = {"
-li
-li
-Rq
-YI
-YI
-YI
-Rq
-li
-sG
-su
-ZJ
-AB
-zJ
-JW
-ND
-Pq
-bb
-dJ
-Cp
-TR
-zU
-uN
-ZJ
-kV
-sG
-li
-PP
-EN
-EN
-EN
-PP
-li
-li
+MZ
+ng
+ig
+NE
+cb
+ig
+ng
+MZ
+MZ
+MZ
+PF
+OO
+RB
+qF
+GY
+GE
+DP
+DP
+Ad
+Cm
+CA
+GE
+Eb
+CH
+gM
+sw
+fI
+MZ
+MZ
+MZ
+gk
+Zf
+uX
+km
+Zf
+gk
+MZ
"}
-(24,1,1) = {"
-li
-li
-li
-li
-li
-li
-li
-li
-li
-li
-sG
-cq
-cq
-cq
-cq
-cq
-cq
-cq
-WZ
-zy
-cq
-cq
-sG
-li
-li
-li
-li
-li
-li
-li
-li
-li
-li
+(24,1,1) = {"
+MZ
+MZ
+ng
+ig
+ig
+ng
+MZ
+MZ
+MZ
+MZ
+rT
+PF
+Vv
+JH
+Cm
+kn
+Cm
+jT
+zT
+Cm
+FX
+Fl
+Cm
+td
+cB
+fI
+dV
+MZ
+MZ
+MZ
+MZ
+gk
+Zf
+Zf
+gk
+MZ
+MZ
"}
(25,1,1) = {"
-li
-li
-li
-li
-li
-li
-li
-li
-li
-li
-li
-cq
-GC
-jU
-JG
-cq
-Bu
-cL
-oU
-lt
-IV
-cq
-li
-li
-li
-li
-li
-li
-li
-li
-li
-li
-li
+MZ
+MZ
+MZ
+MZ
+MZ
+MZ
+MZ
+MZ
+MZ
+MZ
+MZ
+MZ
+PF
+PF
+fz
+We
+qg
+fl
+lE
+TJ
+zU
+BO
+be
+fI
+fI
+MZ
+MZ
+MZ
+MZ
+MZ
+MZ
+MZ
+MZ
+MZ
+MZ
+MZ
+MZ
"}
(26,1,1) = {"
-li
-li
-li
-li
-li
-li
-li
-li
-li
-li
-li
-gM
-JL
-rH
-wP
-IR
-rZ
-FC
-jM
-pC
-YH
-gM
-li
-li
-li
-li
-li
-li
-li
-li
-li
-li
-li
+MZ
+MZ
+MZ
+MZ
+MZ
+MZ
+MZ
+MZ
+MZ
+MZ
+MZ
+MZ
+Mv
+MZ
+rj
+Wm
+CI
+In
+lE
+JZ
+ch
+OD
+rj
+MZ
+Mv
+MZ
+MZ
+MZ
+MZ
+MZ
+MZ
+MZ
+MZ
+MZ
+MZ
+MZ
+MZ
"}
(27,1,1) = {"
-li
-li
-li
-li
-li
-li
-li
-li
-li
-li
-li
-gM
-iD
-rH
-rH
-Lz
-rP
-xb
-Ga
-pK
-UU
-gM
-li
-li
-li
-li
-li
-li
-li
-li
-li
-li
-li
+MZ
+MZ
+MZ
+MZ
+MZ
+MZ
+MZ
+MZ
+MZ
+MZ
+MZ
+MZ
+Mv
+MZ
+wa
+wO
+RV
+wr
+MQ
+vm
+ch
+KM
+wa
+MZ
+Mv
+MZ
+MZ
+MZ
+MZ
+MZ
+MZ
+MZ
+MZ
+MZ
+MZ
+MZ
+MZ
"}
(28,1,1) = {"
-li
-li
-li
-li
-li
-li
-li
-li
-li
-li
-li
-cq
-lY
-rH
-gt
-Lz
-rP
-xb
-ga
-pK
-Bp
-cq
-li
-li
-li
-li
-li
-li
-li
-li
-li
-li
-li
+MZ
+MZ
+MZ
+MZ
+MZ
+MZ
+MZ
+MZ
+MZ
+MZ
+MZ
+MZ
+Mv
+MZ
+wa
+bU
+CI
+Ia
+tJ
+Ia
+ch
+rK
+wa
+MZ
+Mv
+MZ
+MZ
+MZ
+MZ
+MZ
+MZ
+MZ
+MZ
+MZ
+MZ
+MZ
+MZ
"}
(29,1,1) = {"
-li
-li
-li
-li
-li
-li
-li
-li
-li
-li
-li
-gM
-CT
-rH
-rH
-sl
-sC
-qw
-ly
-pK
-lh
-gM
-li
-li
-li
-li
-li
-li
-li
-li
-li
-li
-li
+MZ
+MZ
+MZ
+MZ
+MZ
+MZ
+MZ
+MZ
+MZ
+MZ
+MZ
+MZ
+Mv
+MZ
+wa
+cx
+CI
+nx
+PU
+qO
+ch
+KW
+wa
+MZ
+Mv
+MZ
+MZ
+MZ
+MZ
+MZ
+MZ
+MZ
+MZ
+MZ
+MZ
+MZ
+MZ
"}
(30,1,1) = {"
-li
-li
-li
-li
-li
-li
-li
-li
-li
-li
-li
-gM
-XE
-rH
-Fo
-Dg
-DH
-VN
-aj
-cK
-Jt
-gM
-li
-li
-li
-li
-li
-li
-li
-li
-li
-li
-li
+MZ
+MZ
+MZ
+MZ
+MZ
+MZ
+MZ
+MZ
+MZ
+MZ
+MZ
+MZ
+Mv
+MZ
+rj
+JS
+NP
+ED
+Ut
+Cm
+rc
+xD
+rj
+MZ
+Mv
+MZ
+MZ
+MZ
+MZ
+MZ
+MZ
+MZ
+MZ
+MZ
+MZ
+MZ
+MZ
"}
(31,1,1) = {"
-li
-li
-li
-li
-li
-li
-li
-li
-li
-li
-li
-cq
-DK
-tO
-qN
-cq
-ir
-DA
-yq
-tT
-DY
-cq
-li
-li
-li
-li
-li
-li
-li
-li
-li
-li
-li
+MZ
+MZ
+MZ
+MZ
+MZ
+MZ
+MZ
+MZ
+MZ
+MZ
+pP
+BU
+BU
+BU
+qI
+qI
+vT
+zx
+KB
+hA
+Er
+CO
+CO
+CO
+CO
+CO
+dG
+MZ
+MZ
+MZ
+MZ
+MZ
+MZ
+MZ
+MZ
+MZ
+MZ
"}
(32,1,1) = {"
-li
-li
-li
-li
-li
-li
-li
-li
-li
-li
-li
-Zr
-Zr
-Zr
-Zr
-Zr
-Zr
-Zr
-ke
-xB
-Zr
-Zr
-li
-li
-li
-li
-li
-li
-li
-li
-li
-li
-li
+MZ
+MZ
+MZ
+MZ
+MZ
+MZ
+MZ
+MZ
+pP
+qI
+qI
+Tv
+kO
+YM
+Qu
+mV
+YX
+qI
+aR
+qx
+Lw
+CO
+XI
+TT
+Ey
+fi
+CO
+CO
+dG
+MZ
+MZ
+MZ
+MZ
+MZ
+MZ
+MZ
+MZ
"}
(33,1,1) = {"
-li
-li
-li
-li
-li
-li
-li
-li
-li
-li
-li
-Zr
-ux
-Xl
-KE
-Ee
-tm
-Zr
-eP
-dN
-Ih
-Zr
-li
-li
-li
-li
-li
-li
-li
-li
-li
-li
-li
+MZ
+MZ
+MZ
+MZ
+MZ
+MZ
+pP
+qI
+qI
+jD
+aC
+aH
+Wt
+Gd
+aC
+aH
+gV
+ZS
+eQ
+zO
+Tf
+CO
+oe
+qK
+IM
+sf
+CO
+CO
+CO
+CO
+dG
+MZ
+MZ
+MZ
+MZ
+MZ
+MZ
"}
(34,1,1) = {"
-li
-li
-li
-li
-li
-li
-li
-li
-li
-li
-li
-Uj
-Bc
-WN
-Vh
-YK
-aW
-nL
-PV
-FP
-HU
-Uj
-li
-li
-li
-li
-li
-li
-li
-li
-li
-li
-li
+MZ
+MZ
+MZ
+MZ
+MZ
+MZ
+uG
+pZ
+dJ
+ql
+PH
+Kd
+Je
+ql
+PH
+Kd
+mB
+ZS
+UF
+zF
+xo
+CO
+Jt
+Vr
+Th
+Jt
+CO
+TM
+IX
+Vc
+hj
+MZ
+MZ
+MZ
+MZ
+MZ
+MZ
"}
(35,1,1) = {"
-li
-li
-li
-li
-li
-li
-li
-li
-li
-li
-li
-Uj
-Dj
-NH
-WN
-CQ
-Lc
-OS
-QE
-uE
-HU
-Uj
-li
-li
-li
-li
-li
-li
-li
-li
-li
-li
-li
+MZ
+MZ
+MZ
+MZ
+MZ
+MZ
+uG
+Aw
+mB
+Xf
+Pw
+se
+Je
+Ur
+Pw
+se
+mB
+ZS
+JL
+zF
+oV
+Jt
+Av
+vl
+Nl
+bM
+rm
+PZ
+ur
+PL
+ND
+MZ
+MZ
+MZ
+MZ
+MZ
+MZ
"}
(36,1,1) = {"
-li
-li
-li
-li
-li
-li
-li
-li
-li
-li
-li
-Zr
-Zr
-Zr
-aI
-un
-YD
-wq
-zQ
-vl
-jk
-Zr
-li
-li
-li
-li
-li
-li
-li
-li
-li
-li
-li
+MZ
+MZ
+MZ
+MZ
+MZ
+MZ
+uG
+qw
+mB
+xn
+xn
+xn
+BY
+Nm
+yB
+yB
+qE
+hD
+Hu
+Wv
+Qn
+Hk
+Ug
+ct
+MV
+lj
+VE
+mW
+hP
+ih
+rJ
+MZ
+MZ
+MZ
+MZ
+MZ
+MZ
"}
(37,1,1) = {"
-li
-li
-li
-li
-li
-li
-li
-li
-li
-li
-li
-Uj
-UB
-it
-WN
-CQ
-Hx
-oW
-Qm
-Ac
-wr
-Uj
-li
-li
-li
-li
-li
-li
-li
-li
-li
-li
-li
+MZ
+MZ
+MZ
+MZ
+MZ
+MZ
+uG
+kr
+pd
+KQ
+KQ
+Pm
+Bj
+XQ
+QN
+QN
+wU
+VJ
+iM
+pR
+oj
+KN
+XK
+sv
+wH
+je
+XW
+WR
+HY
+ih
+rJ
+Wa
+MZ
+MZ
+MZ
+MZ
+MZ
"}
(38,1,1) = {"
-li
-li
-li
-li
-li
-li
-li
-li
-li
-li
-li
-Uj
-IU
-WN
-gH
-OH
-yc
-Zr
-Sm
-il
-wr
-Uj
-li
-li
-li
-li
-li
-li
-li
-li
-li
-li
-li
+MZ
+MZ
+MZ
+MZ
+MZ
+MZ
+qI
+qI
+pQ
+na
+OK
+HC
+bu
+ql
+PH
+Kd
+bu
+ZS
+XB
+zF
+kV
+Jt
+PQ
+Gq
+QC
+va
+dN
+Yi
+Uq
+go
+wn
+MZ
+MZ
+MZ
+MZ
+MZ
+MZ
"}
(39,1,1) = {"
-li
-li
-li
-li
-li
-li
-li
-li
-li
-li
-CF
-Zr
-wR
-JD
-gg
-gg
-Hb
-Zr
-CH
-QK
-Sd
-Zr
-CF
-li
-li
-li
-li
-li
-li
-li
-li
-li
-li
+MZ
+MZ
+MZ
+MZ
+MZ
+MZ
+qI
+mZ
+ad
+xK
+vZ
+HC
+bu
+Xf
+Pw
+se
+bu
+ZS
+Ot
+yL
+Ei
+GK
+oG
+eZ
+gQ
+oG
+oG
+oG
+yr
+oG
+ZQ
+MZ
+MZ
+MZ
+MZ
+MZ
+MZ
"}
(40,1,1) = {"
-li
-li
-li
-li
-li
-li
-li
-li
-hh
-IL
-IL
-IL
-IL
-Zr
-cd
-cd
-dE
-Zr
-xJ
-oX
-Pl
-Pl
-Pl
-Pl
-iI
-li
-li
-li
-li
-li
-li
-li
-li
+MZ
+MZ
+MZ
+MZ
+MZ
+MZ
+qI
+nv
+Oy
+ul
+vZ
+HC
+rx
+Gd
+aC
+aH
+Ck
+ZS
+rc
+SE
+do
+oG
+xe
+vN
+Bd
+tH
+tk
+hq
+WP
+KA
+ZQ
+MZ
+MZ
+MZ
+MZ
+MZ
+MZ
"}
(41,1,1) = {"
-li
-li
-li
-li
-li
-li
-li
-hh
-IL
-YP
-my
-kL
-IL
-Pj
-bN
-bN
-Wf
-Bn
-TJ
-Xe
-Pl
-YF
-Ie
-nT
-Pl
-iI
-li
-li
-li
-li
-li
-li
-li
+MZ
+MZ
+MZ
+MZ
+MZ
+MZ
+qI
+op
+XL
+YW
+Em
+jL
+bJ
+FN
+kA
+Tj
+gC
+qI
+xf
+BA
+Kl
+bc
+EB
+sN
+EU
+ka
+mH
+tN
+GF
+Tu
+ZQ
+MZ
+MZ
+MZ
+MZ
+MZ
+MZ
"}
(42,1,1) = {"
-li
-li
-li
-li
-li
-li
-li
-IL
-qb
-Se
-co
-Oj
-pL
-Ol
-RQ
-RQ
-RQ
-RQ
-PQ
-EX
-SQ
-AS
-mW
-tH
+MZ
+MZ
+MZ
+MZ
+MZ
+MZ
+qI
+LP
+ri
+gq
+bX
+qI
+Ny
+qI
+qI
+qI
+Up
+qI
+OB
+iV
+cW
+oG
+JN
+Za
+vj
+nj
+xj
Nv
-Pl
-li
-li
-li
-li
-li
-li
-li
+pX
+tC
+ZQ
+MZ
+MZ
+MZ
+MZ
+MZ
+MZ
"}
(43,1,1) = {"
-li
-li
-li
-li
-li
-li
-li
-IL
-ct
-hG
-Iq
-SC
-An
-mR
-MR
-bF
-bF
-bF
-fg
-Zu
-eh
-aL
-mF
-ZW
-Zs
-Pl
-li
-li
-li
-li
-li
-li
-li
+MZ
+MZ
+MZ
+MZ
+MZ
+MZ
+pP
+qI
+rr
+uI
+qI
+Ju
+Yk
+iP
+ai
+ty
+vW
+jH
+fv
+hB
+ir
+oG
+vS
+Za
+qo
+QV
+Gg
+yl
+dF
+oG
+Jv
+MZ
+MZ
+MZ
+MZ
+MZ
+MZ
"}
(44,1,1) = {"
-li
-li
-li
-li
-li
-li
-li
-IL
-PE
-Vf
-iM
-ez
-TU
-yU
-fa
-gi
-lF
-gi
-gW
-nZ
-AR
-kS
-yn
-mq
-SG
-Pl
-li
-li
-li
-li
-li
-li
-li
+MZ
+MZ
+MZ
+MZ
+MZ
+MZ
+MZ
+qI
+tO
+iy
+qI
+Kg
+up
+Um
+UN
+Mu
+er
+jH
+KY
+Lc
+QR
+oG
+Pu
+lP
+Yy
+Al
+tF
+Lp
+uu
+oG
+MZ
+MZ
+MZ
+MZ
+MZ
+MZ
+MZ
"}
(45,1,1) = {"
-li
-li
-li
-li
-li
-li
-li
-IL
-fF
-TG
-ss
-oB
-IL
-ko
-DV
-wW
-zt
-Rr
-PU
-iQ
-Ll
-Nr
-tH
-IT
-SR
-Pl
-li
-li
-li
-li
-li
-li
-li
+MZ
+MZ
+MZ
+MZ
+MZ
+MZ
+MZ
+pP
+qI
+qI
+qI
+Om
+Om
+Om
+SN
+Co
+MW
+jH
+sn
+Iu
+tV
+oG
+sG
+yE
+wd
+xH
+Xo
+cH
+oG
+Jv
+MZ
+MZ
+MZ
+MZ
+MZ
+MZ
+MZ
"}
(46,1,1) = {"
-li
-li
-li
-li
-li
-li
-li
-ja
-ZY
-VC
-TZ
-Po
-VW
-xH
-yd
-yd
-ot
-yd
-TW
-hD
-lk
-vp
-Ht
-lJ
-zM
-DF
-li
-li
-li
-li
-li
-li
-li
+MZ
+MZ
+MZ
+MZ
+MZ
+MZ
+MZ
+MZ
+Om
+Om
+EV
+Kq
+EV
+Om
+MB
+WT
+yG
+jH
+zd
+Rs
+Im
+oG
+za
+CN
+Pv
+vr
+Gr
+Zk
+oG
+MZ
+MZ
+MZ
+MZ
+MZ
+MZ
+MZ
+MZ
"}
(47,1,1) = {"
-li
-li
-li
-li
-li
-li
-li
-DP
-hw
-VI
-rd
-Po
-VW
-xH
-Cw
-tG
-AT
-Ig
-DO
-OD
-eh
-Bq
-hc
-QW
-wc
-Wk
-li
-li
-li
-li
-li
-li
-li
+MZ
+MZ
+MZ
+MZ
+MZ
+MZ
+MZ
+MZ
+qQ
+Om
+xy
+qr
+Fy
+Om
+PC
+XH
+cc
+jH
+Az
+xN
+uH
+oG
+oG
+oG
+oG
+oG
+oG
+oG
+Jv
+MZ
+MZ
+MZ
+MZ
+MZ
+MZ
+MZ
+MZ
"}
(48,1,1) = {"
-li
-li
-li
-li
-li
-li
-li
-DP
-yX
-zb
-yS
-Po
-VW
-xH
-yd
-oF
-sE
-oF
-gw
-OD
-eh
-jG
-UG
-Ek
-bG
-Wk
-li
-li
-li
-li
-li
-li
-li
+MZ
+MZ
+MZ
+MZ
+MZ
+MZ
+MZ
+MZ
+MZ
+Om
+EV
+qr
+EV
+Om
+gg
+Li
+xS
+jH
+BI
+Br
+BG
+jH
+di
+rL
+di
+Lj
+um
+jH
+MZ
+MZ
+MZ
+MZ
+MZ
+MZ
+MZ
+MZ
+MZ
"}
(49,1,1) = {"
-li
-li
-li
-li
-li
-li
-li
-hs
-lL
-sO
-tb
-SW
-IL
-Hy
-yd
-IX
-CA
-Gk
-gw
-QJ
-Pl
-GG
-Bv
-Vq
-Gu
-Re
-li
-li
-li
-li
-li
-li
-li
+MZ
+MZ
+MZ
+MZ
+MZ
+MZ
+MZ
+MZ
+MZ
+qQ
+wX
+Hq
+pW
+uS
+gA
+Bq
+kE
+jH
+YP
+Cz
+fT
+fR
+ZL
+fT
+fT
+zv
+jH
+UW
+MZ
+MZ
+MZ
+MZ
+MZ
+MZ
+MZ
+MZ
+MZ
"}
(50,1,1) = {"
-li
-li
-li
-li
-li
-li
-li
-sd
-IL
-IL
-IL
-IL
-IL
-sy
-yd
-nE
-CA
-IA
-gw
-xG
-Pl
-Pl
-Pl
-Pl
-Pl
-aE
-li
-li
-li
-li
-li
-li
-li
+MZ
+MZ
+MZ
+MZ
+MZ
+MZ
+MZ
+MZ
+MZ
+MZ
+Om
+Kt
+Pb
+Om
+CJ
+Zb
+wp
+jH
+ZJ
+wA
+iz
+YC
+if
+Dr
+CR
+bp
+jH
+MZ
+MZ
+MZ
+MZ
+MZ
+MZ
+MZ
+MZ
+MZ
+MZ
"}
(51,1,1) = {"
-li
-li
-li
-li
-li
-li
-li
-iw
-Cv
-bT
-Ti
-Wj
-Wc
-yd
-yd
-mH
-dK
-Dx
-gE
-DE
-ZK
-iZ
-wd
-ry
-Cv
-iw
-li
-li
-li
-li
-li
-li
-li
+MZ
+MZ
+MZ
+MZ
+MZ
+MZ
+MZ
+MZ
+MZ
+MZ
+qQ
+Om
+Om
+Om
+vC
+dt
+Om
+jH
+yR
+gO
+VO
+SB
+WL
+fn
+tS
+Gy
+UW
+MZ
+MZ
+MZ
+MZ
+MZ
+MZ
+MZ
+MZ
+MZ
+MZ
"}
(52,1,1) = {"
-li
-li
-li
-li
-li
-li
-li
-li
-Cv
-fh
-mu
-OG
-yd
-yd
-Bs
-Cu
-ar
-bg
-fj
-ch
-Fs
-NA
-Cj
-TP
-Cv
-li
-li
-li
-li
-li
-li
-li
-li
+MZ
+MZ
+MZ
+MZ
+MZ
+MZ
+MZ
+MZ
+MZ
+MZ
+MZ
+tY
+tY
+Uf
+xQ
+dd
+tY
+jH
+jH
+jH
+jH
+SM
+eX
+jH
+jH
+jH
+MZ
+MZ
+MZ
+MZ
+MZ
+MZ
+MZ
+MZ
+MZ
+MZ
+MZ
"}
(53,1,1) = {"
-li
-li
-li
-li
-li
-li
-li
-li
-iw
-Cv
-Gw
-cN
-jo
-KA
-qL
-EA
-EA
-EA
-qL
-yT
-na
-ML
-Oq
-Cv
-iw
-li
-li
-li
-li
-li
-li
-li
-li
+MZ
+MZ
+MZ
+MZ
+MZ
+MZ
+MZ
+MZ
+MZ
+MZ
+MZ
+RJ
+tY
+mK
+gF
+Ps
+tY
+MZ
+MZ
+MZ
+jH
+Wd
+ej
+FY
+jH
+UW
+MZ
+MZ
+MZ
+MZ
+MZ
+MZ
+MZ
+MZ
+MZ
+MZ
+MZ
"}
(54,1,1) = {"
-li
-li
-li
-li
-li
-li
-li
-li
-li
-iw
-Cv
-Cv
-Cv
-Cv
-wx
-Gt
-Gt
-Gt
-Os
-Vl
-Cv
-Cv
-Cv
-iw
-li
-li
-li
-li
-li
-li
-li
-li
-li
+MZ
+MZ
+MZ
+MZ
+MZ
+MZ
+MZ
+MZ
+MZ
+MZ
+MZ
+MZ
+tY
+UV
+xM
+Ak
+tY
+MZ
+MZ
+MZ
+jH
+dj
+rZ
+mG
+jH
+MZ
+MZ
+MZ
+MZ
+MZ
+MZ
+MZ
+MZ
+MZ
+MZ
+MZ
+MZ
"}
(55,1,1) = {"
-li
-li
-li
-li
-li
-li
-li
-li
-li
-li
-li
-iw
-Cv
-Dq
-fJ
-fJ
-hQ
-fJ
-fJ
-qM
-Cv
-iw
-li
-li
-li
-li
-li
-li
-li
-li
-li
-li
-li
+MZ
+MZ
+MZ
+MZ
+MZ
+MZ
+MZ
+MZ
+MZ
+MZ
+MZ
+MZ
+RJ
+tY
+HO
+NF
+tY
+MZ
+MZ
+MZ
+jH
+fX
+rS
+jH
+UW
+MZ
+MZ
+MZ
+MZ
+MZ
+MZ
+MZ
+MZ
+MZ
+MZ
+MZ
+MZ
"}
(56,1,1) = {"
-li
-li
-li
-li
-li
-li
-li
-li
-li
-li
-li
-li
-Cv
-li
-li
-li
-li
-li
-li
-li
-Cv
-li
-li
-li
-li
-li
-li
-li
-li
-li
-li
-li
-li
+MZ
+MZ
+MZ
+MZ
+MZ
+MZ
+MZ
+MZ
+MZ
+MZ
+MZ
+MZ
+MZ
+RJ
+tY
+uB
+tY
+MZ
+MZ
+MZ
+jH
+jH
+jH
+UW
+MZ
+MZ
+MZ
+MZ
+MZ
+MZ
+MZ
+MZ
+MZ
+MZ
+MZ
+MZ
+MZ
"}
diff --git a/_maps/shuttles/nanotrasen/nanotrasen_heron.dmm b/_maps/shuttles/nanotrasen/nanotrasen_heron.dmm
index b469bbaa0984..a5673c22d7bc 100644
--- a/_maps/shuttles/nanotrasen/nanotrasen_heron.dmm
+++ b/_maps/shuttles/nanotrasen/nanotrasen_heron.dmm
@@ -4136,7 +4136,6 @@
"pk" = (
/obj/structure/closet/secure_closet/freezer/wall/directional/east,
/obj/item/clothing/under/shorts/cookjorts,
-/obj/item/clothing/shoes/cookflops,
/obj/item/clothing/suit/toggle/chef,
/obj/item/clothing/under/rank/civilian/chef,
/obj/item/clothing/under/rank/civilian/chef/skirt,
@@ -7054,11 +7053,11 @@
/area/ship/hallway/fore)
"zN" = (
/obj/structure/closet/secure_closet/freezer/fridge,
-/obj/item/reagent_containers/food/condiment/soysauce{
+/obj/item/reagent_containers/condiment/soysauce{
pixel_x = 3;
pixel_y = 3
},
-/obj/item/reagent_containers/food/condiment/mayonnaise,
+/obj/item/reagent_containers/condiment/mayonnaise,
/obj/effect/turf_decal/box/corners{
dir = 4
},
@@ -9209,12 +9208,12 @@
"HT" = (
/obj/structure/table/reinforced,
/obj/machinery/door/firedoor,
-/obj/item/reagent_containers/food/condiment/peppermill{
+/obj/item/reagent_containers/condiment/peppermill{
desc = "Often used to flavor food or make people sneeze. Fashionably moved to the left side of the table.";
pixel_x = -8;
pixel_y = 2
},
-/obj/item/reagent_containers/food/condiment/saltshaker{
+/obj/item/reagent_containers/condiment/saltshaker{
desc = "Salt. From space oceans, presumably. A staple of modern medicine.";
pixel_x = -8;
pixel_y = 12
@@ -9319,11 +9318,11 @@
"Ip" = (
/obj/structure/table,
/obj/item/reagent_containers/food/snacks/mint,
-/obj/item/reagent_containers/food/condiment/enzyme{
+/obj/item/reagent_containers/condiment/enzyme{
pixel_x = -2;
pixel_y = 6
},
-/obj/item/reagent_containers/food/condiment/sugar{
+/obj/item/reagent_containers/condiment/sugar{
pixel_x = 5;
pixel_y = 5
},
@@ -12148,12 +12147,12 @@
pixel_x = 6;
pixel_y = 6
},
-/obj/item/reagent_containers/food/condiment/peppermill{
+/obj/item/reagent_containers/condiment/peppermill{
desc = "Often used to flavor food or make people sneeze. Fashionably moved to the left side of the table.";
pixel_x = -8;
pixel_y = 2
},
-/obj/item/reagent_containers/food/condiment/saltshaker{
+/obj/item/reagent_containers/condiment/saltshaker{
desc = "Salt. From space oceans, presumably. A staple of modern medicine.";
pixel_x = -8;
pixel_y = 12
@@ -13621,7 +13620,7 @@
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{
dir = 6
},
-/obj/structure/fireaxecabinet{
+/obj/structure/cabinet/fireaxe{
pixel_y = 27
},
/obj/structure/closet/secure_closet/engineering_electrical,
diff --git a/_maps/shuttles/nanotrasen/nanotrasen_meta.dmm b/_maps/shuttles/nanotrasen/nanotrasen_meta.dmm
index 1f645758f3cb..95b61c204b54 100644
--- a/_maps/shuttles/nanotrasen/nanotrasen_meta.dmm
+++ b/_maps/shuttles/nanotrasen/nanotrasen_meta.dmm
@@ -543,11 +543,11 @@
pixel_y = 3
},
/obj/effect/turf_decal/corner/transparent/bar/diagonal,
-/obj/item/reagent_containers/food/condiment/ketchup{
+/obj/item/reagent_containers/condiment/ketchup{
pixel_y = 14;
pixel_x = 9
},
-/obj/item/reagent_containers/food/condiment/mayonnaise{
+/obj/item/reagent_containers/condiment/mayonnaise{
pixel_y = 14
},
/obj/item/reagent_containers/food/drinks/soda_cans/cola{
@@ -1680,9 +1680,10 @@
/turf/open/floor/plating,
/area/ship/cargo)
"jo" = (
-/obj/machinery/porta_turret/ship/weak{
- dir = 4;
- id = "meta_grid"
+/obj/machinery/porta_turret/ship/nt/light{
+ id = "meta_grid";
+ pixel_y = 0;
+ dir = 4
},
/turf/closed/wall/mineral/titanium,
/area/ship/crew)
@@ -1808,10 +1809,10 @@
/area/ship/engineering)
"lH" = (
/obj/item/storage/fancy/egg_box,
-/obj/item/reagent_containers/food/condiment/flour,
-/obj/item/reagent_containers/food/condiment/rice,
-/obj/item/reagent_containers/food/condiment/sugar,
-/obj/item/reagent_containers/food/condiment/enzyme,
+/obj/item/reagent_containers/condiment/flour,
+/obj/item/reagent_containers/condiment/rice,
+/obj/item/reagent_containers/condiment/sugar,
+/obj/item/reagent_containers/condiment/enzyme,
/obj/item/reagent_containers/food/snacks/meat/slab/synthmeat{
pixel_x = -3;
pixel_y = 3
@@ -1827,10 +1828,10 @@
name = "fridge";
anchored = 1
},
-/obj/item/reagent_containers/food/condiment/soymilk,
-/obj/item/reagent_containers/food/condiment/milk,
-/obj/item/reagent_containers/food/condiment/milk,
-/obj/item/reagent_containers/food/condiment/soymilk,
+/obj/item/reagent_containers/condiment/soymilk,
+/obj/item/reagent_containers/condiment/milk,
+/obj/item/reagent_containers/condiment/milk,
+/obj/item/reagent_containers/condiment/soymilk,
/turf/open/floor/plasteel,
/area/ship/crew/canteen/kitchen)
"lK" = (
@@ -2206,9 +2207,10 @@
/turf/open/floor/plasteel/dark,
/area/ship/cargo)
"uT" = (
-/obj/machinery/porta_turret/ship/weak{
- dir = 4;
- id = "meta_grid"
+/obj/machinery/porta_turret/ship/nt/light{
+ id = "meta_grid";
+ pixel_y = 0;
+ dir = 4
},
/turf/closed/wall/mineral/titanium,
/area/ship/crew/canteen/kitchen)
@@ -2399,9 +2401,10 @@
/turf/open/floor/plasteel,
/area/ship/crew/canteen/kitchen)
"yF" = (
-/obj/machinery/porta_turret/ship/weak{
- dir = 1;
- id = "meta_grid"
+/obj/machinery/porta_turret/ship/nt/light{
+ id = "meta_grid";
+ pixel_y = 0;
+ dir = 5
},
/turf/closed/wall/mineral/titanium,
/area/ship/engineering)
@@ -2758,11 +2761,11 @@
/area/ship/cargo)
"EX" = (
/obj/structure/table,
-/obj/item/reagent_containers/food/condiment/saltshaker{
+/obj/item/reagent_containers/condiment/saltshaker{
pixel_x = -8;
pixel_y = 10
},
-/obj/item/reagent_containers/food/condiment/peppermill{
+/obj/item/reagent_containers/condiment/peppermill{
pixel_x = -8;
pixel_y = 4
},
@@ -2869,11 +2872,11 @@
pixel_y = 6
},
/obj/effect/turf_decal/corner/opaque/white/diagonal,
-/obj/item/reagent_containers/food/condiment/saltshaker{
+/obj/item/reagent_containers/condiment/saltshaker{
pixel_x = -8;
pixel_y = 10
},
-/obj/item/reagent_containers/food/condiment/peppermill{
+/obj/item/reagent_containers/condiment/peppermill{
pixel_x = -8;
pixel_y = 4
},
@@ -3079,9 +3082,10 @@
/turf/open/floor/plating,
/area/ship/engineering)
"Lo" = (
-/obj/machinery/porta_turret/ship/weak{
- dir = 2;
- id = "meta_grid"
+/obj/machinery/porta_turret/ship/nt/light{
+ id = "meta_grid";
+ pixel_y = 0;
+ dir = 6
},
/turf/closed/wall/mineral/titanium,
/area/ship/engineering)
@@ -3480,16 +3484,18 @@
/turf/open/floor/plasteel/dark,
/area/ship/cargo)
"TR" = (
-/obj/machinery/porta_turret/ship/weak{
- dir = 2;
- id = "meta_grid"
+/obj/machinery/porta_turret/ship/nt/light{
+ id = "meta_grid";
+ pixel_y = 0;
+ dir = 10
},
/turf/closed/wall/mineral/titanium,
/area/ship/crew/canteen)
"TV" = (
-/obj/machinery/porta_turret/ship/weak{
- dir = 1;
- id = "meta_grid"
+/obj/machinery/porta_turret/ship/nt/light{
+ id = "meta_grid";
+ pixel_y = 0;
+ dir = 9
},
/turf/closed/wall/mineral/titanium,
/area/ship/crew)
diff --git a/_maps/shuttles/nanotrasen/nanotrasen_mimir.dmm b/_maps/shuttles/nanotrasen/nanotrasen_mimir.dmm
index bc6d9ebdb7a0..7791494023f4 100644
--- a/_maps/shuttles/nanotrasen/nanotrasen_mimir.dmm
+++ b/_maps/shuttles/nanotrasen/nanotrasen_mimir.dmm
@@ -2314,19 +2314,6 @@
/obj/item/reagent_containers/food/snacks/urinalcake,
/turf/open/floor/plasteel/white,
/area/ship/crew/toilet)
-"nb" = (
-/obj/structure/table/wood,
-/obj/structure/window/reinforced/tinted/frosted{
- dir = 8
- },
-/obj/structure/window/reinforced/tinted/frosted{
- dir = 4
- },
-/obj/item/flashlight/lamp{
- pixel_y = 13
- },
-/turf/open/floor/wood,
-/area/ship/crew/dorm)
"nh" = (
/turf/closed/wall/r_wall,
/area/ship/crew/dorm/dormtwo)
@@ -2803,32 +2790,6 @@
/obj/effect/turf_decal/siding/wood,
/turf/open/floor/wood,
/area/ship/crew/hydroponics)
-"qe" = (
-/obj/structure/closet/secure_closet/freezer{
- name = "Refrigerator";
- desc = "A refrigerated cabinet for food."
- },
-/obj/effect/turf_decal/siding/wideplating/light/end{
- dir = 4
- },
-/obj/item/storage/fancy/egg_box,
-/obj/item/storage/fancy/egg_box,
-/obj/item/reagent_containers/food/condiment/milk,
-/obj/item/reagent_containers/food/condiment/milk,
-/obj/item/reagent_containers/food/condiment/milk,
-/obj/item/reagent_containers/food/condiment/soymilk,
-/obj/item/reagent_containers/food/condiment/soymilk,
-/obj/item/reagent_containers/food/condiment/soymilk,
-/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/sugar,
-/obj/item/reagent_containers/food/condiment/sugar,
-/obj/item/reagent_containers/food/condiment/rice,
-/obj/item/reagent_containers/food/snacks/tofu,
-/obj/item/reagent_containers/food/snacks/tofu,
-/turf/open/floor/plasteel/mono/white,
-/area/ship/crew/canteen/kitchen)
"qh" = (
/obj/machinery/hydroponics/constructable{
pixel_y = 8
@@ -3875,27 +3836,6 @@
/obj/structure/table,
/turf/open/floor/plasteel,
/area/ship/crew/canteen/kitchen)
-"xb" = (
-/obj/structure/table,
-/obj/item/reagent_containers/food/condiment/sugar{
- pixel_y = 4
- },
-/obj/item/reagent_containers/food/condiment/rice{
- pixel_y = 10;
- pixel_x = 3
- },
-/obj/item/reagent_containers/food/condiment/enzyme{
- pixel_x = -5;
- pixel_y = 5
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{
- dir = 5
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{
- dir = 5
- },
-/turf/open/floor/plasteel/mono/white,
-/area/ship/crew/canteen/kitchen)
"xc" = (
/obj/effect/turf_decal/siding/wood/end{
dir = 8
@@ -4099,11 +4039,6 @@
"ys" = (
/turf/closed/wall/r_wall,
/area/ship/crew/dorm)
-"yu" = (
-/obj/item/clothing/mask/gas/monkeymask,
-/obj/item/clothing/suit/monkeysuit,
-/turf/open/floor/plating,
-/area/ship/maintenance/fore)
"yw" = (
/obj/effect/decal/cleanable/food/tomato_smudge,
/obj/effect/turf_decal/siding/wood{
@@ -4460,21 +4395,6 @@
},
/turf/open/floor/plasteel/tech/grid,
/area/ship/maintenance/starboard)
-"AH" = (
-/obj/structure/table,
-/obj/item/toy/figure/chef,
-/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2,
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4,
-/obj/item/reagent_containers/food/condiment/saltshaker{
- pixel_y = 10;
- pixel_x = -7
- },
-/obj/item/reagent_containers/food/condiment/peppermill{
- pixel_x = 8;
- pixel_y = 9
- },
-/turf/open/floor/plasteel/mono/white,
-/area/ship/crew/canteen/kitchen)
"AI" = (
/obj/machinery/atmospherics/pipe/simple/cyan/hidden/layer4{
dir = 6
@@ -4567,6 +4487,19 @@
},
/turf/open/floor/plasteel,
/area/ship/security/prison)
+"Bf" = (
+/obj/structure/table/wood,
+/obj/structure/window/reinforced/tinted/frosted{
+ dir = 8
+ },
+/obj/structure/window/reinforced/tinted/frosted{
+ dir = 4
+ },
+/obj/item/flashlight/lamp{
+ pixel_y = 13
+ },
+/turf/open/floor/wood,
+/area/ship/crew/dorm)
"Bi" = (
/obj/structure/cable{
icon_state = "1-2"
@@ -4921,6 +4854,27 @@
/obj/effect/spawner/lootdrop/ration,
/turf/open/floor/plasteel,
/area/ship/security/prison)
+"Dj" = (
+/obj/structure/table,
+/obj/item/reagent_containers/condiment/sugar{
+ pixel_y = 4
+ },
+/obj/item/reagent_containers/condiment/rice{
+ pixel_y = 10;
+ pixel_x = 3
+ },
+/obj/item/reagent_containers/condiment/enzyme{
+ pixel_x = -5;
+ pixel_y = 5
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{
+ dir = 5
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{
+ dir = 5
+ },
+/turf/open/floor/plasteel/mono/white,
+/area/ship/crew/canteen/kitchen)
"Dm" = (
/obj/structure/window/reinforced/spawner{
dir = 1
@@ -5863,6 +5817,21 @@
/obj/effect/turf_decal/siding/yellow,
/turf/open/floor/plasteel,
/area/ship/security/prison)
+"Ie" = (
+/obj/structure/table,
+/obj/item/toy/figure/chef,
+/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4,
+/obj/item/reagent_containers/condiment/saltshaker{
+ pixel_y = 10;
+ pixel_x = -7
+ },
+/obj/item/reagent_containers/condiment/peppermill{
+ pixel_x = 8;
+ pixel_y = 9
+ },
+/turf/open/floor/plasteel/mono/white,
+/area/ship/crew/canteen/kitchen)
"Ig" = (
/obj/machinery/door/poddoor/shutters/preopen{
id = "quickpoint_shut";
@@ -6210,6 +6179,10 @@
},
/turf/open/floor/plasteel,
/area/ship/security)
+"Kc" = (
+/obj/item/clothing/mask/gas/monkeymask,
+/turf/open/floor/plating,
+/area/ship/maintenance/fore)
"Kg" = (
/obj/effect/turf_decal/siding/red{
dir = 8
@@ -8459,6 +8432,32 @@
},
/turf/open/floor/wood,
/area/ship/crew/dorm/dormfour)
+"Xf" = (
+/obj/structure/closet/secure_closet/freezer{
+ name = "Refrigerator";
+ desc = "A refrigerated cabinet for food."
+ },
+/obj/effect/turf_decal/siding/wideplating/light/end{
+ dir = 4
+ },
+/obj/item/storage/fancy/egg_box,
+/obj/item/storage/fancy/egg_box,
+/obj/item/reagent_containers/condiment/milk,
+/obj/item/reagent_containers/condiment/milk,
+/obj/item/reagent_containers/condiment/milk,
+/obj/item/reagent_containers/condiment/soymilk,
+/obj/item/reagent_containers/condiment/soymilk,
+/obj/item/reagent_containers/condiment/soymilk,
+/obj/item/reagent_containers/condiment/flour,
+/obj/item/reagent_containers/condiment/flour,
+/obj/item/reagent_containers/condiment/flour,
+/obj/item/reagent_containers/condiment/sugar,
+/obj/item/reagent_containers/condiment/sugar,
+/obj/item/reagent_containers/condiment/rice,
+/obj/item/reagent_containers/food/snacks/tofu,
+/obj/item/reagent_containers/food/snacks/tofu,
+/turf/open/floor/plasteel/mono/white,
+/area/ship/crew/canteen/kitchen)
"Xg" = (
/obj/machinery/door/window{
dir = 4
@@ -9144,7 +9143,7 @@ Mv
Lu
rq
Hm
-nb
+Bf
dJ
VG
oM
@@ -9550,8 +9549,8 @@ PP
td
VK
Fg
-AH
-xb
+Ie
+Dj
nR
zq
mU
@@ -9674,7 +9673,7 @@ pe
Rr
KQ
wa
-qe
+Xf
Ad
gZ
eF
@@ -10356,7 +10355,7 @@ oI
VU
Dy
nh
-yu
+Kc
nK
jY
jY
diff --git a/_maps/shuttles/nanotrasen/nanotrasen_ranger.dmm b/_maps/shuttles/nanotrasen/nanotrasen_ranger.dmm
index fcd049fb153f..07b8722e5e7b 100644
--- a/_maps/shuttles/nanotrasen/nanotrasen_ranger.dmm
+++ b/_maps/shuttles/nanotrasen/nanotrasen_ranger.dmm
@@ -6,12 +6,16 @@
pixel_y = 11;
layer = 4.2
},
-/obj/structure/railing{
+/obj/item/toy/plush/moth/redish{
+ pixel_x = -4
+ },
+/obj/structure/window/reinforced/tinted{
dir = 4
},
-/obj/item/toy/plush/moth/redish{
+/obj/item/folder/red{
pixel_x = -4;
- layer = 4.3
+ layer = 3.01;
+ pixel_y = -8
},
/turf/open/floor/wood,
/area/ship/security)
@@ -29,7 +33,8 @@
pixel_x = 8;
pixel_y = 22
},
-/turf/open/floor/plating,
+/obj/effect/decal/cleanable/plasma,
+/turf/open/floor/plasteel/tech,
/area/ship/maintenance/port)
"am" = (
/obj/structure/urinal{
@@ -39,7 +44,7 @@
/obj/structure/cable{
icon_state = "0-4"
},
-/turf/open/floor/plastic,
+/turf/open/floor/plasteel/showroomfloor,
/area/ship/crew/toilet)
"an" = (
/obj/structure/railing/corner,
@@ -56,34 +61,47 @@
icon_state = "1-2"
},
/obj/machinery/light/floor,
-/turf/open/floor/plasteel/white,
+/obj/effect/turf_decal/corner/opaque/vired/half{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{
+ dir = 4
+ },
+/turf/open/floor/plasteel/dark,
/area/ship/hallway/central)
"aD" = (
/obj/machinery/light/dim/directional/north,
/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4,
-/obj/effect/turf_decal/corner/opaque/ntblue/three_quarters{
+/obj/effect/turf_decal/corner/opaque/vired/three_quarters{
dir = 4
},
-/turf/open/floor/plasteel/white,
+/obj/structure/closet/crate/bin,
+/turf/open/floor/plasteel/dark,
/area/ship/hallway/starboard)
"aG" = (
-/obj/structure/railing{
- dir = 4
+/obj/structure/closet/cabinet,
+/obj/item/clothing/suit/hooded/wintercoat/engineering,
+/obj/item/clothing/head/beret/eng/hazard,
+/obj/item/storage/backpack/satchel/eng,
+/obj/item/storage/backpack/messenger/engi,
+/obj/item/storage/backpack/industrial,
+/obj/item/storage/backpack/duffelbag/engineering,
+/obj/item/clothing/under/rank/engineering/engineer/nt/lp,
+/obj/item/clothing/under/rank/engineering/engineer/nt/skirt/lp,
+/obj/item/storage/backpack/ert/engineer,
+/obj/item/clothing/suit/nanotrasen/vest,
+/obj/structure/window/reinforced/tinted{
+ dir = 1
},
-/obj/structure/table/reinforced,
-/obj/item/storage/box/stockparts/basic,
-/obj/machinery/light/dim/directional/south,
-/obj/effect/turf_decal/techfloor{
- dir = 4
+/obj/structure/window/reinforced/tinted{
+ dir = 8
},
-/obj/machinery/cell_charger,
-/turf/open/floor/plasteel/mono/dark,
+/obj/effect/turf_decal/siding/wood{
+ dir = 9
+ },
+/turf/open/floor/wood,
/area/ship/engineering)
"aI" = (
-/obj/machinery/door/poddoor/shutters{
- dir = 4;
- id = "Ranger_FireFighting_Shut"
- },
/obj/structure/cable{
icon_state = "4-8"
},
@@ -99,15 +117,33 @@
/obj/machinery/door/firedoor/border_only{
dir = 4
},
-/obj/effect/turf_decal/corner/opaque/brown/mono,
+/obj/effect/turf_decal/techfloor{
+ dir = 8
+ },
+/obj/effect/turf_decal/techfloor{
+ dir = 4
+ },
+/obj/machinery/door/poddoor/shutters{
+ dir = 4;
+ id = "Ranger_FireFighting_Shut";
+ name = "Ready Room"
+ },
+/obj/effect/turf_decal/siding/thinplating/dark/corner,
/turf/open/floor/plasteel/dark,
-/area/ship/storage)
+/area/ship/storage/equip)
"aK" = (
/obj/machinery/light/dim/directional/north,
-/obj/item/radio/intercom/directional/east,
-/obj/structure/reagent_dispensers/foamtank,
-/turf/open/floor/plasteel/tech,
-/area/ship/storage)
+/obj/effect/turf_decal/industrial/fire/corner{
+ dir = 1
+ },
+/obj/machinery/suit_storage_unit/inherit/industrial,
+/obj/item/clothing/suit/space/hardsuit/ancient/lp,
+/obj/item/clothing/mask/breath,
+/obj/effect/turf_decal/siding/thinplating/dark{
+ dir = 6
+ },
+/turf/open/floor/plasteel/lightgrey,
+/area/ship/storage/equip)
"aO" = (
/obj/structure/closet/secure_closet/lp/medical,
/obj/item/storage/box/gloves,
@@ -119,6 +155,25 @@
/obj/item/pinpointer/crew,
/obj/item/storage/box/bodybags,
/obj/item/storage/firstaid/regular,
+/obj/structure/window/reinforced/tinted{
+ dir = 4
+ },
+/obj/structure/window/reinforced/tinted{
+ dir = 1
+ },
+/obj/item/defibrillator/loaded,
+/obj/item/roller{
+ pixel_x = -3;
+ pixel_y = 7
+ },
+/obj/item/roller{
+ pixel_x = 5;
+ pixel_y = 12
+ },
+/obj/item/clothing/neck/stethoscope,
+/obj/item/gps,
+/obj/item/clothing/glasses/hud/health,
+/obj/item/clothing/glasses/hud/health/prescription,
/turf/open/floor/wood,
/area/ship/medical)
"aP" = (
@@ -129,6 +184,7 @@
dir = 1
},
/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4,
+/obj/effect/decal/cleanable/plasma,
/turf/open/floor/plating,
/area/ship/maintenance/port)
"bf" = (
@@ -141,7 +197,7 @@
/obj/effect/turf_decal/trimline/opaque/blue/filled/corner{
dir = 1
},
-/turf/open/floor/plasteel/white,
+/turf/open/floor/plasteel/dark,
/area/ship/hallway/port)
"bn" = (
/obj/machinery/light/dim/directional/south,
@@ -150,10 +206,10 @@
pixel_x = -21;
pixel_y = 7
},
-/obj/effect/turf_decal/corner/opaque/ntblue/three_quarters{
+/obj/effect/turf_decal/corner/opaque/vired/three_quarters{
dir = 1
},
-/turf/open/floor/plasteel/white,
+/turf/open/floor/plasteel/dark,
/area/ship/hallway/port)
"br" = (
/obj/machinery/atmospherics/components/unary/shuttle/heater{
@@ -164,16 +220,17 @@
},
/obj/machinery/door/poddoor/shutters{
dir = 4;
- id = "Ranger_SB_maint_shut"
+ id = "Ranger_SB_maint_shut";
+ name = "Engine Shutters"
},
/turf/open/floor/plating,
/area/ship/maintenance/starboard)
"bu" = (
-/turf/open/floor/plasteel/dark,
+/obj/effect/turf_decal/siding/thinplating/dark,
+/turf/open/floor/plasteel/lightgrey,
/area/ship/hallway/central)
"bw" = (
/obj/structure/closet/secure_closet/lp/security,
-/obj/item/clothing/glasses/sunglasses/gar,
/obj/item/melee/classic_baton/telescopic,
/obj/item/flashlight/seclite,
/obj/item/melee/knife/survival,
@@ -184,31 +241,47 @@
/obj/item/clothing/suit/armor/vest/security,
/obj/item/clothing/mask/gas/sechailer,
/obj/item/gps,
-/obj/structure/railing{
- dir = 4
- },
-/obj/item/ammo_box/c9mm,
-/obj/item/ammo_box/c9mm,
/obj/item/ammo_box/magazine/co9mm,
/obj/item/storage/belt/security/webbing,
/obj/item/storage/pistolcase/commander,
+/obj/item/clothing/glasses/hud/security/sunglasses,
+/obj/structure/window/reinforced/tinted{
+ dir = 4
+ },
/turf/open/floor/wood,
/area/ship/security)
"bD" = (
-/obj/structure/chair/wood{
- dir = 8
- },
-/obj/effect/turf_decal/corner/opaque/ntblue/half{
+/obj/effect/turf_decal/corner/opaque/vired/half{
dir = 1
},
-/turf/open/floor/plasteel/white,
+/turf/open/floor/plasteel/dark,
/area/ship/hallway/starboard)
-"bN" = (
-/obj/structure/window/reinforced{
+"bK" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4,
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{
+ dir = 8
+ },
+/obj/effect/turf_decal/corner/opaque/vired/half{
dir = 8
},
-/obj/structure/weightmachine/weightlifter,
/turf/open/floor/plasteel/dark,
+/area/ship/hallway/central)
+"bN" = (
+/obj/item/flashlight/lamp{
+ pixel_x = -6;
+ pixel_y = 4
+ },
+/obj/item/paper_bin{
+ pixel_x = 8;
+ pixel_y = 2
+ },
+/obj/item/pen/red{
+ pixel_x = 6
+ },
+/obj/structure/table/reinforced{
+ color = "#8A9397"
+ },
+/turf/open/floor/mineral/plastitanium/red/brig,
/area/ship/security)
"bX" = (
/obj/machinery/telecomms/bus/preset_four{
@@ -217,25 +290,41 @@
id = "Nanotrasen Communications Bus";
freq_listening = list(1353,1447,1459)
},
-/turf/open/floor/circuit/telecomms{
- initial_gas_mix = "TEMP=2.7"
+/obj/effect/turf_decal/techfloor{
+ dir = 4
},
+/turf/open/floor/circuit,
/area/ship/engineering/communications)
-"cj" = (
-/obj/effect/turf_decal/industrial/outline/yellow,
-/obj/structure/closet/crate/secure/loot,
+"ci" = (
+/obj/effect/turf_decal/industrial/outline/orange,
+/obj/machinery/portable_atmospherics/pump,
/turf/open/floor/plasteel/tech,
-/area/ship/cargo)
+/area/ship/maintenance/port)
+"cj" = (
+/obj/structure/closet/cabinet,
+/obj/item/clothing/under/rank/medical/paramedic/skirt/lp,
+/obj/item/clothing/under/rank/medical/paramedic/lp,
+/obj/item/clothing/suit/hooded/wintercoat/medical,
+/obj/item/clothing/head/beret/med,
+/obj/item/storage/backpack/satchel/med,
+/obj/item/storage/backpack/messenger/med,
+/obj/item/storage/backpack/medic,
+/obj/item/storage/backpack/duffelbag/med,
+/obj/structure/window/reinforced/tinted{
+ dir = 1
+ },
+/obj/item/storage/backpack/ert/medical,
+/turf/open/floor/wood,
+/area/ship/medical)
"cv" = (
/obj/structure/chair/comfy/shuttle{
dir = 4;
- name = "Operations"
+ name = "Navigator's Chair"
},
-/obj/effect/turf_decal/steeldecal/steel_decals9,
-/obj/effect/turf_decal/steeldecal/steel_decals9{
- dir = 4
+/obj/structure/cable{
+ icon_state = "1-8"
},
-/turf/open/floor/plasteel/dark,
+/turf/open/floor/plasteel/telecomms_floor,
/area/ship/bridge)
"cx" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{
@@ -247,7 +336,6 @@
/obj/machinery/camera/autoname{
dir = 10
},
-/obj/effect/turf_decal/corner/opaque/ntblue/half,
/obj/machinery/firealarm/directional/south,
/obj/structure/cable{
icon_state = "4-8"
@@ -255,7 +343,8 @@
/obj/structure/cable{
icon_state = "4-9"
},
-/turf/open/floor/plasteel/white,
+/obj/effect/turf_decal/corner/opaque/vired/half,
+/turf/open/floor/plasteel/dark,
/area/ship/hallway/port)
"cE" = (
/obj/structure/railing{
@@ -263,20 +352,28 @@
},
/obj/effect/decal/cleanable/glass,
/obj/machinery/light/dim/directional/south,
+/obj/structure/janitorialcart{
+ dir = 4
+ },
+/obj/item/mop,
+/obj/item/reagent_containers/food/drinks/sillycup{
+ pixel_x = -8;
+ pixel_y = 10
+ },
/turf/open/floor/plating,
/area/ship/maintenance/starboard)
"cI" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{
- dir = 10
+/obj/structure/chair/handrail{
+ dir = 8;
+ pixel_x = 2
},
-/obj/structure/window/reinforced/fulltile,
-/obj/structure/grille,
-/obj/machinery/door/firedoor/window,
-/obj/machinery/door/poddoor/shutters{
- dir = 4;
- id = "Ranger_Cycler_Shutters"
+/obj/machinery/light/dim/directional/north,
+/obj/effect/turf_decal/techfloor{
+ dir = 4
+ },
+/turf/open/floor/plasteel/tech/techmaint{
+ color = "#a8b2b6"
},
-/turf/open/floor/plating,
/area/ship/hallway/central)
"cN" = (
/obj/structure/cable{
@@ -288,13 +385,13 @@
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{
dir = 10
},
-/obj/effect/turf_decal/corner/opaque/ntblue/half{
- dir = 1
- },
/obj/effect/turf_decal/industrial/warning{
dir = 8
},
-/turf/open/floor/plasteel/white,
+/obj/effect/turf_decal/corner/opaque/vired/half{
+ dir = 1
+ },
+/turf/open/floor/plasteel/dark,
/area/ship/hallway/starboard)
"cR" = (
/obj/structure/cable{
@@ -305,9 +402,15 @@
/obj/effect/turf_decal/trimline/opaque/blue/filled/line{
dir = 1
},
-/turf/open/floor/plasteel/white,
+/turf/open/floor/plasteel/dark,
/area/ship/hallway/port)
"cW" = (
+/obj/effect/turf_decal/techfloor{
+ dir = 1
+ },
+/obj/effect/turf_decal/corner/opaque/lightgrey{
+ dir = 10
+ },
/turf/open/floor/plasteel/dark,
/area/ship/crew/cryo)
"dd" = (
@@ -315,22 +418,71 @@
/obj/effect/turf_decal/trimline/opaque/ntblue/filled/corner{
dir = 4
},
-/turf/open/floor/plasteel/white,
+/obj/structure/closet/crate/bin,
+/turf/open/floor/plasteel/dark,
/area/ship/hallway/port)
-"dl" = (
-/obj/machinery/door/poddoor/shutters{
- dir = 4;
- id = "Ranger_FireFighting_Shut"
+"df" = (
+/obj/effect/turf_decal/siding/wood{
+ dir = 10
+ },
+/obj/effect/turf_decal/siding/wood/corner{
+ dir = 4
+ },
+/obj/machinery/firealarm/directional/south,
+/obj/structure/table/wood,
+/obj/item/toy/plush/moth/deadhead{
+ pixel_x = -7;
+ layer = 4.3
+ },
+/obj/item/flashlight/lamp/green{
+ pixel_x = 5;
+ pixel_y = 13;
+ layer = 4.2
},
+/obj/item/folder/yellow{
+ pixel_y = -4;
+ pixel_x = 4
+ },
+/obj/item/pen/survival{
+ pixel_x = 5;
+ pixel_y = -5
+ },
+/obj/effect/turf_decal/siding/wood{
+ dir = 10
+ },
+/turf/open/floor/wood,
+/area/ship/engineering)
+"dl" = (
/obj/machinery/door/firedoor/border_only{
dir = 8
},
/obj/machinery/door/firedoor/border_only{
dir = 4
},
-/obj/effect/turf_decal/corner/opaque/brown/mono,
+/obj/effect/turf_decal/techfloor{
+ dir = 8
+ },
+/obj/effect/turf_decal/techfloor{
+ dir = 4
+ },
+/obj/machinery/door/poddoor/shutters{
+ dir = 4;
+ id = "Ranger_FireFighting_Shut";
+ name = "Ready Room"
+ },
+/turf/open/floor/plasteel/dark,
+/area/ship/storage/equip)
+"dm" = (
+/obj/machinery/camera/autoname{
+ dir = 5
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4,
+/obj/effect/turf_decal/trimline/transparent/white/filled/warning{
+ dir = 10
+ },
/turf/open/floor/plasteel/dark,
-/area/ship/storage)
+/area/ship/hallway/starboard)
"dn" = (
/obj/structure/cable{
icon_state = "4-8"
@@ -341,15 +493,15 @@
/obj/effect/turf_decal/steeldecal/steel_decals7{
dir = 4
},
-/turf/open/floor/plasteel/tech/airless,
+/turf/open/floor/plasteel/tech,
/area/ship/engineering/communications)
"dq" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2,
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4,
-/obj/effect/turf_decal/corner/opaque/ntblue{
+/obj/effect/turf_decal/corner/opaque/vired{
dir = 8
},
-/turf/open/floor/plasteel/white,
+/turf/open/floor/plasteel/dark,
/area/ship/hallway/port)
"dr" = (
/obj/machinery/power/smes{
@@ -358,25 +510,33 @@
/obj/structure/cable{
icon_state = "0-2"
},
+/obj/structure/catwalk/over/plated_catwalk/dark,
/turf/open/floor/plating,
/area/ship/engineering)
+"dx" = (
+/obj/structure/chair/handrail{
+ dir = 4
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4,
+/obj/machinery/light/floor,
+/turf/open/floor/engine/hull,
+/area/ship/external/dark)
"dC" = (
/obj/effect/turf_decal/ntspaceworks_small/right,
/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{
dir = 9
},
-/obj/machinery/light/dim/directional/south,
+/obj/effect/turf_decal/spline/fancy/opaque/blue,
/turf/open/floor/plasteel/dark,
/area/ship/bridge)
"dG" = (
/obj/machinery/airalarm/directional/south,
-/obj/machinery/atmospherics/components/binary/valve/layer4{
- dir = 8;
- name = "Disposals Outlet Valve"
- },
/obj/machinery/door/firedoor/border_only{
dir = 4
},
+/obj/machinery/atmospherics/components/unary/portables_connector{
+ dir = 4
+ },
/turf/open/floor/plating,
/area/ship/hallway/central)
"dK" = (
@@ -387,10 +547,10 @@
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{
dir = 4
},
-/obj/effect/turf_decal/corner/opaque/ntblue/half{
+/obj/effect/turf_decal/corner/opaque/vired/half{
dir = 1
},
-/turf/open/floor/plasteel/white,
+/turf/open/floor/plasteel/dark,
/area/ship/hallway/starboard)
"dM" = (
/obj/structure/cable/cyan{
@@ -399,34 +559,38 @@
/obj/effect/decal/cleanable/glass,
/turf/open/floor/plating,
/area/ship/maintenance/port)
+"dN" = (
+/obj/effect/turf_decal/trimline/transparent/white/filled/warning{
+ dir = 1
+ },
+/obj/machinery/atmospherics/pipe/simple/cyan/hidden,
+/turf/open/floor/plasteel/dark,
+/area/ship/hallway/port)
"dP" = (
/obj/structure/grille,
-/obj/structure/window/reinforced/fulltile,
/obj/machinery/door/poddoor/shutters{
- id = "Engineering_Specialist_Shutters"
+ id = "Engineering_Specialist_Shutters";
+ name = "Communications Shutters"
},
/obj/machinery/door/firedoor/window,
+/obj/structure/window/reinforced/fulltile/shuttle,
/turf/open/floor/plating,
/area/ship/engineering)
"ec" = (
/obj/effect/turf_decal/ntspaceworks_small/left,
-/obj/structure/cable{
- icon_state = "1-8"
- },
/obj/structure/cable{
icon_state = "5-8"
},
-/obj/machinery/light_switch{
- dir = 1;
- pixel_x = -7;
- pixel_y = -19
- },
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{
dir = 4
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{
dir = 4
},
+/obj/effect/turf_decal/spline/fancy/opaque/blue,
+/obj/structure/cable{
+ icon_state = "2-8"
+ },
/turf/open/floor/plasteel/dark,
/area/ship/bridge)
"ef" = (
@@ -438,15 +602,19 @@
/turf/template_noop,
/area/template_noop)
"eo" = (
-/obj/effect/turf_decal/techfloor{
- dir = 4
+/obj/machinery/camera/autoname{
+ dir = 5
},
-/obj/structure/cable{
- icon_state = "0-2"
+/obj/structure/railing{
+ dir = 4;
+ layer = 4.1
},
-/obj/machinery/power/ship_gravity,
-/turf/open/floor/plasteel/mono/dark,
-/area/ship/engineering)
+/obj/effect/turf_decal/siding/thinplating/dark{
+ dir = 4
+ },
+/obj/structure/closet/emcloset/wall/directional/west,
+/turf/open/floor/plasteel/lightgrey,
+/area/ship/hallway/central)
"er" = (
/obj/structure/cable{
icon_state = "4-8"
@@ -460,13 +628,16 @@
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{
dir = 4
},
-/obj/effect/turf_decal/corner/opaque/ntblue,
-/turf/open/floor/plasteel/white,
+/obj/effect/turf_decal/corner/opaque/vired,
+/turf/open/floor/plasteel/dark,
/area/ship/hallway/port)
"eE" = (
/obj/machinery/computer/cargo{
dir = 1
},
+/obj/structure/railing{
+ dir = 8
+ },
/turf/open/floor/plasteel/tech,
/area/ship/cargo)
"eN" = (
@@ -481,7 +652,8 @@
dir = 1;
pixel_y = -21;
id = "Rangar_Starboard_Blasts";
- name = "Blast Doors"
+ name = "Blast Doors";
+ req_ship_access = 1
},
/obj/machinery/button/shieldwallgen{
dir = 1;
@@ -495,23 +667,50 @@
/obj/structure/cable{
icon_state = "4-9"
},
-/turf/open/floor/plasteel/white,
+/obj/effect/turf_decal/trimline/transparent/white/filled/corner,
+/turf/open/floor/plasteel/dark,
/area/ship/hallway/starboard)
"eU" = (
-/obj/structure/closet/crate,
-/obj/effect/decal/cleanable/sprayweb,
-/turf/open/floor/plasteel/tech,
+/obj/effect/turf_decal/trimline/opaque/nsorange/line{
+ dir = 5
+ },
+/obj/item/stack/tape{
+ pixel_y = 10;
+ pixel_x = 6
+ },
+/obj/item/stack/tape{
+ pixel_y = 24;
+ pixel_x = 6;
+ layer = 3.02
+ },
+/obj/item/stack/tape{
+ pixel_y = 17;
+ pixel_x = 7;
+ layer = 3.01
+ },
+/obj/item/hand_labeler{
+ pixel_x = -7;
+ pixel_y = 8
+ },
+/obj/item/folder/yellow{
+ pixel_x = 6
+ },
+/obj/structure/table/reinforced{
+ color = "#c1b6a5"
+ },
+/obj/machinery/computer/helm/viewscreen/directional/east,
+/turf/open/floor/plasteel/lightgrey,
/area/ship/cargo)
"eY" = (
-/obj/effect/turf_decal/trimline/opaque/yellow/filled/line{
+/obj/effect/turf_decal/trimline/transparent/white/filled/warning{
+ dir = 1
+ },
+/obj/effect/turf_decal/trimline/opaque/vired/filled/shrink_ccw{
dir = 4
},
-/turf/open/floor/plasteel/white,
+/turf/open/floor/plasteel/dark,
/area/ship/hallway/port)
"fd" = (
-/obj/effect/turf_decal/corner/opaque/ntblue/border{
- dir = 8
- },
/obj/structure/cable{
icon_state = "6-8"
},
@@ -524,85 +723,139 @@
/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{
dir = 4
},
-/turf/open/floor/plasteel/white,
+/turf/open/floor/plasteel/dark,
/area/ship/hallway/central)
"ff" = (
/obj/structure/railing{
dir = 1
},
/obj/effect/turf_decal/techfloor/hole/right,
-/obj/machinery/telecomms/message_server/preset{
- autolinkers = list("messaging","hub");
- network = "nt_commnet";
- layer = 3.1
+/obj/effect/turf_decal/spline/fancy/opaque/blue/corner{
+ dir = 8
},
+/obj/structure/closet/crate/bin,
/turf/open/floor/plasteel/dark,
/area/ship/bridge)
"fo" = (
-/obj/structure/window/reinforced/tinted/frosted,
-/obj/machinery/airalarm/directional/west,
-/turf/open/floor/plastic,
-/area/ship/crew/toilet)
+/obj/structure/girder/reinforced,
+/obj/machinery/camera/autoname{
+ dir = 10
+ },
+/turf/open/floor/engine/hull,
+/area/ship/external/dark)
"fy" = (
-/obj/structure/table/wood,
/obj/item/newspaper,
-/turf/open/floor/plasteel/dark,
+/obj/structure/table/reinforced{
+ color = "#8A9397"
+ },
+/obj/effect/turf_decal/siding/thinplating/dark{
+ dir = 8
+ },
+/turf/open/floor/plasteel/lightgrey,
/area/ship/hallway/central)
"fz" = (
-/obj/machinery/door/poddoor/shutters{
- dir = 8;
- name = "Cargo Bay";
- id = "Ranger_Cargo_Door"
- },
/obj/machinery/door/firedoor/border_only{
dir = 8
},
/obj/machinery/door/firedoor/border_only{
dir = 4
},
-/turf/open/floor/plasteel/tech,
+/obj/effect/turf_decal/trimline/opaque/nsorange/line{
+ dir = 10
+ },
+/obj/machinery/door/poddoor/shutters{
+ dir = 8;
+ name = "Cargo Bay";
+ id = "Ranger_Cargo_Door"
+ },
+/turf/open/floor/plasteel/lightgrey,
/area/ship/cargo)
"fU" = (
/obj/structure/cable{
icon_state = "4-8"
},
-/turf/open/floor/plasteel/tech/airless,
+/obj/effect/turf_decal/techfloor/hole/right,
+/turf/open/floor/plasteel/tech,
/area/ship/engineering/communications)
"fV" = (
-/turf/closed/wall/r_wall,
+/turf/closed/wall/mineral/titanium/nodiagonal,
/area/ship/security)
+"gd" = (
+/obj/structure/sign/nanotrasen/vigilitas,
+/turf/closed/wall/mineral/titanium/nodiagonal,
+/area/ship/hallway/port)
"gg" = (
-/turf/closed/wall/r_wall,
+/turf/closed/wall/mineral/titanium/nodiagonal,
/area/ship/crew/toilet)
"gh" = (
-/obj/structure/chair/comfy/blue/directional/east,
-/obj/item/toy/plush/moth/lovers,
/obj/item/radio/intercom/directional/north,
-/turf/open/floor/circuit/green/airless,
+/obj/effect/turf_decal/techfloor{
+ dir = 4
+ },
+/obj/structure/table/reinforced{
+ color = "#8A9397"
+ },
+/obj/item/wrench,
+/obj/item/screwdriver,
+/obj/item/stack/cable_coil/cyan,
+/obj/item/stack/sheet/rglass{
+ amount = 25
+ },
+/obj/item/aicard,
+/turf/open/floor/circuit,
/area/ship/engineering/communications)
"gi" = (
-/obj/machinery/light_switch{
- pixel_x = 8;
- pixel_y = 22
- },
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{
dir = 6
},
/obj/effect/turf_decal/siding/red{
dir = 1
},
-/obj/machinery/camera/autoname,
-/turf/open/floor/mineral/plastitanium/red/brig,
+/obj/effect/decal/cleanable/confetti,
+/turf/open/floor/plasteel/tech,
/area/ship/security)
"gk" = (
-/obj/structure/grille,
-/obj/structure/window/reinforced/fulltile,
-/obj/machinery/door/firedoor/window,
/obj/structure/cable{
icon_state = "4-8"
},
-/turf/open/floor/plating,
+/obj/machinery/door/poddoor/preopen{
+ dir = 4;
+ name = "Intelligence Core";
+ id = "AiCore"
+ },
+/obj/effect/turf_decal/techfloor{
+ dir = 8
+ },
+/obj/effect/turf_decal/techfloor{
+ dir = 4
+ },
+/obj/machinery/door/airlock/engineering/glass{
+ dir = 4;
+ name = "Intelligence Core";
+ req_access_txt = "10"
+ },
+/turf/open/floor/plasteel/tech,
/area/ship/engineering/communications)
+"gr" = (
+/obj/structure/cable{
+ icon_state = "1-2"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2,
+/obj/machinery/door/poddoor/shutters/preopen{
+ id = "RangerCryoShutters";
+ name = "Cryogenic Storage"
+ },
+/obj/machinery/button/door{
+ pixel_x = -21;
+ dir = 4;
+ pixel_y = 3;
+ name = "Cryogenics Access";
+ id = "RangerCryoShutters"
+ },
+/turf/open/floor/plasteel/stairs{
+ color = "#8A9397"
+ },
+/area/ship/crew/cryo)
"gz" = (
/obj/machinery/camera/autoname{
dir = 9
@@ -610,7 +863,7 @@
/obj/effect/turf_decal/industrial/outline/blue,
/obj/structure/closet/crate/trashcart,
/obj/item/storage/bag/trash,
-/turf/open/floor/plating,
+/turf/open/floor/plasteel/tech,
/area/ship/maintenance/starboard)
"gD" = (
/obj/structure/cable/cyan{
@@ -619,12 +872,17 @@
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{
dir = 6
},
-/obj/effect/decal/cleanable/vomit/old,
+/obj/effect/decal/cleanable/vomit/old{
+ color = "#30b7e5";
+ name = "blueish dried vomit"
+ },
+/obj/item/broken_bottle{
+ pixel_x = -10
+ },
/turf/open/floor/plating,
/area/ship/maintenance/starboard)
"gG" = (
/obj/effect/turf_decal/corner/opaque/blue/diagonal,
-/obj/machinery/door/airlock/medical/glass,
/obj/structure/cable{
icon_state = "1-2"
},
@@ -634,13 +892,13 @@
dir = 1
},
/obj/machinery/door/firedoor/border_only,
+/obj/machinery/door/airlock/medical{
+ name = "Medical Bay"
+ },
/turf/open/floor/plasteel/white,
/area/ship/medical)
"gL" = (
-/obj/structure/railing/corner{
- dir = 4
- },
-/obj/effect/turf_decal/industrial/outline/yellow,
+/obj/structure/crate_shelf,
/turf/open/floor/plasteel/tech,
/area/ship/cargo)
"gN" = (
@@ -655,16 +913,18 @@
/turf/open/floor/plating,
/area/ship/engineering)
"gT" = (
-/obj/structure/cable{
- icon_state = "2-5"
- },
/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{
dir = 10
},
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{
dir = 10
},
-/obj/effect/turf_decal/siding/blue,
+/obj/structure/cable{
+ icon_state = "1-2"
+ },
+/obj/effect/turf_decal/siding/blue{
+ dir = 6
+ },
/turf/open/floor/plasteel/white,
/area/ship/medical)
"gW" = (
@@ -676,14 +936,21 @@
dir = 8
},
/obj/item/radio/intercom/directional/west,
-/obj/effect/turf_decal/corner/opaque/ntblue/half{
+/obj/effect/turf_decal/corner/opaque/vired/half{
dir = 8
},
-/turf/open/floor/plasteel/white,
+/turf/open/floor/plasteel/dark,
/area/ship/hallway/central)
"hf" = (
-/obj/structure/table/reinforced,
-/turf/open/floor/plasteel/dark,
+/obj/structure/grille,
+/obj/machinery/door/poddoor/shutters/preopen{
+ id = "CellHallShutters";
+ name = "Holding Cell Hall Shutters"
+ },
+/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4,
+/obj/structure/window/reinforced/fulltile/shuttle,
+/turf/open/floor/plating,
/area/ship/security)
"hk" = (
/obj/structure/cable{
@@ -699,7 +966,7 @@
/obj/structure/cable{
icon_state = "1-10"
},
-/turf/open/floor/plasteel/white,
+/turf/open/floor/plasteel/dark,
/area/ship/hallway/starboard)
"hl" = (
/obj/structure/cable/cyan{
@@ -708,35 +975,42 @@
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{
dir = 5
},
+/obj/effect/decal/cleanable/plasma,
/turf/open/floor/plating,
/area/ship/maintenance/port)
"hn" = (
-/obj/effect/turf_decal/corner/opaque/orange/full,
-/obj/structure/railing/corner,
/obj/structure/cable{
icon_state = "1-8"
},
-/obj/effect/turf_decal/siding/yellow,
+/obj/effect/decal/cleanable/oil,
+/obj/effect/turf_decal/spline/fancy/opaque/orange,
+/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{
+ dir = 1
+ },
/turf/open/floor/plasteel/tech,
/area/ship/engineering)
"hp" = (
-/obj/structure/railing{
- dir = 4
- },
-/obj/effect/turf_decal/industrial/outline/yellow,
-/obj/effect/turf_decal/industrial/warning{
- dir = 1
- },
+/obj/effect/turf_decal/industrial/outline/orange,
+/obj/effect/decal/cleanable/plasma,
+/obj/machinery/portable_atmospherics/pump,
/turf/open/floor/plasteel/tech,
-/area/ship/cargo)
+/area/ship/maintenance/port)
"hx" = (
+/obj/structure/closet/cabinet,
+/obj/item/clothing/under/rank/security/head_of_security/alt/skirt/lp,
+/obj/item/clothing/under/rank/security/head_of_security/alt/lp,
+/obj/item/clothing/shoes/jackboots,
+/obj/item/clothing/suit/jacket/miljacket,
+/obj/item/storage/backpack/messenger/com,
+/obj/item/storage/backpack/satchel/cap,
+/obj/item/storage/backpack/captain,
+/obj/item/storage/backpack/duffelbag/captain,
+/obj/item/storage/backpack/ert,
/obj/machinery/airalarm/directional/south,
-/obj/effect/turf_decal/siding/wood,
-/obj/effect/turf_decal/siding/wood/corner{
- dir = 4
- },
+/obj/item/clothing/head/nanotrasen/beret/security/command,
+/obj/item/clothing/suit/armor/nanotrasen/sec_director,
/turf/open/floor/wood,
-/area/ship/crew/dorm)
+/area/ship/crew/dorm/captain)
"hz" = (
/obj/docking_port/mobile{
dir = 2;
@@ -746,12 +1020,8 @@
/obj/machinery/camera/autoname,
/obj/machinery/light/floor,
/turf/open/floor/engine/hull,
-/area/ship/external)
+/area/ship/external/dark)
"hF" = (
-/obj/machinery/power/apc/auto_name/directional/west,
-/obj/structure/cable{
- icon_state = "0-2"
- },
/turf/open/floor/plasteel/dark,
/area/ship/bridge)
"hJ" = (
@@ -761,22 +1031,23 @@
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{
dir = 4
},
-/obj/effect/turf_decal/corner/opaque/ntblue{
- dir = 8
- },
/obj/structure/cable{
icon_state = "4-8"
},
-/turf/open/floor/plasteel/white,
+/obj/effect/turf_decal/corner/opaque/vired{
+ dir = 8
+ },
+/turf/open/floor/plasteel/dark,
/area/ship/hallway/port)
"hK" = (
/obj/structure/grille,
-/obj/structure/window/reinforced/fulltile,
+/obj/machinery/door/firedoor/window,
/obj/machinery/door/poddoor/shutters{
id = "Engineering_Specialist_Shutters";
- dir = 4
+ dir = 4;
+ name = "Communications Shutters"
},
-/obj/machinery/door/firedoor/window,
+/obj/structure/window/reinforced/fulltile/shuttle,
/turf/open/floor/plating,
/area/ship/engineering)
"hN" = (
@@ -785,33 +1056,34 @@
},
/obj/machinery/light/floor,
/turf/open/floor/engine/hull,
-/area/ship/external)
+/area/ship/external/dark)
"hQ" = (
+/obj/machinery/door/window/survival_pod{
+ dir = 4;
+ opacity = 1;
+ req_access_txt = "1";
+ name = "Security Specialist Quarters";
+ req_ship_access = 1
+ },
/turf/open/floor/plasteel/stairs/wood{
dir = 8
},
/area/ship/security)
"hZ" = (
-/obj/structure/table/wood,
-/obj/item/flashlight/lamp/green{
- pixel_x = 5;
- pixel_y = 13;
- layer = 4.2
- },
-/obj/effect/turf_decal/siding/wood/end{
- dir = 1
+/obj/machinery/camera/autoname{
+ dir = 4
},
-/obj/item/toy/plush/moth/deadhead{
- pixel_x = -7;
- layer = 4.3
+/obj/effect/turf_decal/siding/thinplating/dark{
+ dir = 6
},
-/turf/open/floor/wood,
-/area/ship/engineering)
+/turf/open/floor/plasteel/lightgrey,
+/area/ship/hallway/central)
"ib" = (
/obj/structure/cable/cyan{
icon_state = "5-10"
},
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4,
+/obj/effect/decal/cleanable/oil,
/turf/open/floor/plating,
/area/ship/maintenance/starboard)
"id" = (
@@ -833,6 +1105,12 @@
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{
dir = 4
},
+/obj/effect/turf_decal/techfloor{
+ dir = 4
+ },
+/obj/effect/turf_decal/techfloor{
+ dir = 8
+ },
/turf/open/floor/plating,
/area/ship/maintenance/starboard)
"ih" = (
@@ -851,7 +1129,7 @@
pixel_x = 7;
pixel_y = -20
},
-/turf/open/floor/plating,
+/turf/open/floor/plasteel/tech,
/area/ship/maintenance/starboard)
"iq" = (
/obj/effect/turf_decal/industrial/warning{
@@ -859,25 +1137,35 @@
},
/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2,
/obj/machinery/firealarm/directional/east,
+/obj/effect/spawner/lootdrop/waste/trash,
+/obj/effect/decal/cleanable/plasma,
/turf/open/floor/plating,
/area/ship/maintenance/port)
+"iv" = (
+/turf/open/floor/plasteel/lightgrey,
+/area/ship/hallway/central)
"ix" = (
-/obj/structure/table/greyscale,
+/obj/machinery/camera/autoname,
/obj/effect/turf_decal/siding/blue{
- dir = 1
+ dir = 5
},
-/obj/item/storage/firstaid/medical{
- pixel_y = 7;
- pixel_x = -2
+/obj/item/storage/firstaid/toxin{
+ pixel_x = 4;
+ pixel_y = -3
},
/obj/item/storage/firstaid/o2{
pixel_x = 1;
pixel_y = 2
},
-/obj/item/storage/firstaid/toxin{
- pixel_x = 4;
- pixel_y = -3
+/obj/item/storage/firstaid/medical{
+ pixel_y = 7;
+ pixel_x = -2
},
+/obj/machinery/power/apc/auto_name/directional/north,
+/obj/structure/cable{
+ icon_state = "0-2"
+ },
+/obj/structure/table/reinforced,
/turf/open/floor/plasteel/white,
/area/ship/medical)
"iC" = (
@@ -885,22 +1173,23 @@
dir = 4
},
/obj/effect/decal/cleanable/robot_debris/old,
+/obj/structure/reagent_dispensers/watertank,
/turf/open/floor/plating,
/area/ship/maintenance/starboard)
"iD" = (
/obj/structure/cable{
icon_state = "4-8"
},
-/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{
- dir = 4
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{
+ dir = 1
},
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{
- dir = 4
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{
+ dir = 1
},
-/obj/machinery/camera/autoname{
- dir = 10
+/obj/effect/turf_decal/trimline/transparent/white/filled/corner{
+ dir = 8
},
-/turf/open/floor/plasteel/white,
+/turf/open/floor/plasteel/dark,
/area/ship/hallway/starboard)
"iF" = (
/obj/structure/railing{
@@ -914,23 +1203,35 @@
/obj/structure/table/reinforced{
color = "#c1b6a5"
},
-/obj/effect/spawner/lootdrop/lpaid{
- pixel_x = -4;
+/obj/item/stamp/captain{
+ pixel_x = 7
+ },
+/obj/item/folder/blue{
+ pixel_x = 8;
pixel_y = 10
},
-/obj/effect/spawner/lootdrop/lpcombat{
- pixel_y = 6
+/obj/effect/turf_decal/techfloor{
+ dir = 10
},
-/obj/effect/spawner/lootdrop/lpretrieval{
- pixel_x = 3;
- pixel_y = 1
+/obj/item/clipboard{
+ pixel_y = -2;
+ pixel_x = -7
},
-/turf/open/floor/plasteel/dark,
+/obj/item/pen{
+ pixel_x = -7;
+ pixel_y = -1
+ },
+/turf/open/floor/plasteel/telecomms_floor,
/area/ship/bridge)
"iH" = (
-/obj/structure/bed,
-/obj/item/bedsheet/grey,
-/turf/open/floor/plasteel/dark,
+/obj/structure/grille,
+/obj/machinery/door/poddoor/shutters/preopen{
+ dir = 4;
+ id = "SecCellWindowShutters";
+ name = "Brig Cell Window Shutters"
+ },
+/obj/structure/window/reinforced/fulltile/shuttle,
+/turf/open/floor/plating,
/area/ship/security)
"iI" = (
/obj/structure/closet/emcloset/wall/directional/north,
@@ -940,27 +1241,37 @@
/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{
dir = 1
},
-/obj/effect/turf_decal/corner/opaque/ntblue/half{
+/obj/effect/turf_decal/corner/opaque/vired/half{
dir = 1
},
-/turf/open/floor/plasteel/white,
+/turf/open/floor/plasteel/dark,
/area/ship/hallway/starboard)
+"iS" = (
+/obj/effect/turf_decal/siding/thinplating/dark{
+ dir = 9
+ },
+/turf/open/floor/plasteel/lightgrey,
+/area/ship/hallway/central)
"iX" = (
/obj/effect/turf_decal/siding/yellow{
dir = 10
},
/obj/structure/ore_box,
-/turf/open/floor/plasteel/dark,
+/obj/structure/railing{
+ dir = 8
+ },
+/obj/machinery/computer/helm/viewscreen/directional/east,
+/turf/open/floor/plasteel/tech,
/area/ship/hallway/port)
"iZ" = (
/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2,
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{
dir = 4
},
-/obj/effect/turf_decal/corner/opaque/ntblue{
+/obj/effect/turf_decal/corner/opaque/vired{
dir = 4
},
-/turf/open/floor/plasteel/white,
+/turf/open/floor/plasteel/dark,
/area/ship/hallway/starboard)
"jb" = (
/obj/machinery/power/shuttle/engine/fueled/plasma{
@@ -968,30 +1279,61 @@
},
/turf/open/floor/plating,
/area/ship/maintenance/port)
+"jd" = (
+/obj/structure/grille,
+/obj/machinery/door/poddoor/shutters/preopen{
+ id = "CellHallShutters";
+ name = "Holding Cell Hall Shutters"
+ },
+/obj/structure/window/reinforced/fulltile/shuttle,
+/turf/open/floor/plating,
+/area/ship/security)
"ji" = (
/obj/structure/cable{
icon_state = "4-8"
},
-/obj/structure/mopbucket,
-/obj/item/mop,
-/turf/open/floor/plasteel/white,
+/obj/machinery/light/dim/directional/south,
+/obj/effect/turf_decal/trimline/transparent/white/filled/corner{
+ dir = 8
+ },
+/turf/open/floor/plasteel/dark,
/area/ship/hallway/starboard)
"jj" = (
/obj/machinery/holopad/emergency,
-/turf/open/floor/plasteel/dark,
+/obj/structure/cable{
+ icon_state = "4-8"
+ },
+/obj/structure/window/reinforced/survival_pod{
+ dir = 8
+ },
+/obj/effect/turf_decal/techfloor{
+ dir = 8
+ },
+/turf/open/floor/plasteel/telecomms_floor,
/area/ship/bridge)
"jk" = (
/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4,
+/obj/effect/turf_decal/siding/blue/corner{
+ dir = 4
+ },
+/obj/effect/turf_decal/siding/blue/corner{
+ dir = 8
+ },
/turf/open/floor/plasteel/white,
/area/ship/medical)
"jr" = (
-/obj/machinery/suit_storage_unit/inherit,
-/obj/item/clothing/suit/space/hardsuit/ert/lp/engi,
-/obj/item/clothing/mask/breath,
-/obj/item/tank/internals/emergency_oxygen,
/obj/effect/turf_decal/techfloor{
dir = 8
},
+/obj/structure/cable{
+ icon_state = "0-2"
+ },
+/obj/structure/rack,
+/obj/item/storage/toolbox/mechanical,
+/obj/item/storage/toolbox/electrical{
+ pixel_x = 3;
+ pixel_y = 7
+ },
/turf/open/floor/plasteel/mono/dark,
/area/ship/engineering)
"js" = (
@@ -999,12 +1341,22 @@
/turf/open/floor/plasteel/telecomms_floor,
/area/ship/crew/cryo)
"jt" = (
-/obj/machinery/autolathe,
/obj/effect/turf_decal/techfloor{
dir = 1
},
+/obj/machinery/airalarm/directional/west,
+/obj/machinery/computer/atmos_control/external{
+ dir = 4;
+ icon_state = "computer-right"
+ },
+/obj/machinery/light_switch{
+ pixel_y = 23;
+ name = "External Lighting Switch";
+ color = "#efbc43";
+ pixel_x = 6
+ },
/turf/open/floor/plasteel/mono/dark,
-/area/ship/engineering)
+/area/ship/external/dark)
"jv" = (
/obj/structure/closet/cabinet,
/obj/item/clothing/shoes/jackboots,
@@ -1016,29 +1368,43 @@
/obj/item/clothing/suit/armor/vest/security/officer,
/obj/item/clothing/under/rank/security/head_of_security/alt/lp,
/obj/machinery/light/dim/directional/west,
+/obj/item/storage/backpack/ert/security,
/turf/open/floor/wood,
/area/ship/security)
"jA" = (
-/turf/closed/wall/r_wall,
+/turf/closed/wall/mineral/titanium/nodiagonal,
/area/ship/hallway/port)
"jC" = (
-/obj/machinery/atmospherics/components/unary/outlet_injector/on/layer4{
- dir = 8
+/obj/structure/bed,
+/obj/item/bedsheet/nanotrasen,
+/obj/item/toy/plush/moth/royal{
+ pixel_x = 5;
+ pixel_y = 1
},
-/turf/open/floor/engine/hull,
-/area/ship/external)
+/obj/effect/turf_decal/siding/wood{
+ dir = 9
+ },
+/turf/open/floor/wood,
+/area/ship/crew/dorm/captain)
"jF" = (
-/obj/effect/turf_decal/corner/opaque/orange/full,
/obj/structure/cable{
icon_state = "1-4"
},
/obj/structure/cable{
icon_state = "1-10"
},
-/obj/effect/turf_decal/siding/yellow{
- dir = 10
+/obj/structure/table/reinforced,
+/obj/item/weldingtool{
+ pixel_x = -6
},
-/turf/open/floor/plasteel/tech,
+/obj/item/multitool,
+/obj/item/t_scanner{
+ pixel_x = 7;
+ pixel_y = 4
+ },
+/obj/item/stack/cable_coil/random,
+/obj/item/storage/belt/utility,
+/turf/open/floor/plasteel/mono/dark,
/area/ship/engineering)
"jH" = (
/obj/machinery/power/apc/auto_name/directional/north,
@@ -1051,8 +1417,12 @@
/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{
dir = 1
},
-/turf/open/floor/plasteel/white,
+/turf/open/floor/plasteel/dark,
/area/ship/hallway/port)
+"jQ" = (
+/obj/structure/sign/nanotrasen/vigilitas,
+/turf/closed/wall/mineral/titanium/nodiagonal,
+/area/ship/hallway/starboard)
"jZ" = (
/obj/structure/cable{
icon_state = "6-8"
@@ -1063,38 +1433,87 @@
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{
dir = 9
},
-/obj/effect/turf_decal/corner/opaque/brown/mono,
-/obj/effect/turf_decal/industrial/warning,
-/turf/open/floor/plasteel/dark,
-/area/ship/storage)
+/obj/effect/turf_decal/corner/opaque/vired/three_quarters{
+ dir = 1
+ },
+/obj/effect/turf_decal/siding/thinplating/dark,
+/turf/open/floor/plasteel/tech,
+/area/ship/storage/equip)
"kh" = (
/obj/machinery/light_switch{
dir = 1;
pixel_x = 7;
pixel_y = -20
},
-/obj/item/radio/intercom/directional/west,
+/obj/effect/turf_decal/techfloor{
+ dir = 1
+ },
+/obj/machinery/firealarm/directional/south{
+ pixel_x = -4
+ },
+/obj/effect/turf_decal/corner/opaque/lightgrey{
+ dir = 10
+ },
+/obj/machinery/computer/cryopod/directional/west,
/turf/open/floor/plasteel/dark,
/area/ship/crew/cryo)
"ks" = (
/obj/effect/decal/cleanable/cobweb,
+/obj/machinery/portable_atmospherics/scrubber,
+/obj/machinery/camera/autoname,
/turf/open/floor/plating,
/area/ship/maintenance/port)
"kt" = (
-/obj/effect/turf_decal/borderfloorblack,
-/turf/open/floor/plasteel/tech/airless,
-/area/ship/engineering/communications)
+/obj/machinery/light/dim/directional/south,
+/obj/machinery/airalarm/directional/east,
+/obj/structure/filingcabinet/double{
+ dir = 1
+ },
+/obj/item/folder/blue{
+ pixel_x = 8;
+ pixel_y = 10
+ },
+/obj/item/folder/red{
+ pixel_x = -4;
+ layer = 3.01;
+ pixel_y = -8
+ },
+/obj/item/folder,
+/obj/item/pen,
+/obj/item/pen{
+ pixel_x = 7;
+ pixel_y = 10
+ },
+/obj/item/pen{
+ pixel_x = -4;
+ pixel_y = -6
+ },
+/turf/open/floor/plasteel/patterned/brushed,
+/area/ship/bridge)
"kw" = (
+/obj/effect/turf_decal/techfloor{
+ dir = 8
+ },
+/obj/effect/turf_decal/techfloor{
+ dir = 4
+ },
/obj/structure/grille,
-/obj/structure/window/reinforced/fulltile,
-/obj/machinery/door/firedoor/window,
+/obj/machinery/door/poddoor/preopen{
+ dir = 4;
+ name = "Intelligence Core";
+ id = "AiCore"
+ },
+/obj/structure/window/reinforced/fulltile/shuttle,
/turf/open/floor/plating,
/area/ship/engineering/communications)
"kK" = (
-/obj/structure/table/wood,
-/obj/item/storage/box/cups,
/obj/machinery/light/dim/directional/south,
-/turf/open/floor/plasteel/dark,
+/obj/structure/table/reinforced{
+ color = "#8A9397"
+ },
+/obj/item/cutting_board,
+/obj/item/reagent_containers/food/snacks/donkpocket/warm,
+/turf/open/floor/plasteel/lightgrey,
/area/ship/hallway/central)
"kO" = (
/obj/structure/cable{
@@ -1103,8 +1522,9 @@
/obj/structure/cable{
icon_state = "2-5"
},
-/obj/effect/turf_decal/corner/opaque/ntblue,
-/turf/open/floor/plasteel/white,
+/obj/effect/turf_decal/corner/opaque/vired,
+/obj/machinery/atmospherics/pipe/simple/cyan/hidden,
+/turf/open/floor/plasteel/dark,
/area/ship/hallway/port)
"kQ" = (
/obj/structure/grille,
@@ -1118,8 +1538,8 @@
/area/ship/engineering/communications)
"kS" = (
/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2,
-/obj/effect/turf_decal/siding/blue/corner{
- dir = 4
+/obj/effect/turf_decal/siding/blue{
+ dir = 1
},
/turf/open/floor/plasteel/white,
/area/ship/medical)
@@ -1132,14 +1552,11 @@
dir = 4;
railing_color = "#0C119E"
},
-/obj/machinery/computer/cryopod/directional/south,
+/obj/machinery/recharge_station,
/turf/open/floor/plasteel/dark,
/area/ship/crew/cryo)
"lj" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2,
-/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{
- dir = 8
- },
/obj/machinery/button/door{
dir = 4;
pixel_x = -22;
@@ -1147,10 +1564,14 @@
id = "Ranger_Cycler_Shutters";
name = "Air Cycler Shutters"
},
-/obj/effect/turf_decal/corner/opaque/ntblue/half{
+/obj/structure/chair/handrail{
+ dir = 4
+ },
+/obj/effect/turf_decal/corner/opaque/vired/half{
dir = 8
},
-/turf/open/floor/plasteel/white,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4,
+/turf/open/floor/plasteel/dark,
/area/ship/hallway/central)
"lp" = (
/obj/machinery/button/door{
@@ -1158,7 +1579,10 @@
pixel_y = 6;
pixel_x = 22;
id = "Ranger_FireFighting_Shut";
- name = "Shutters"
+ name = "Ready Room";
+ req_ship_access = 1;
+ req_one_access_txt = "50,10,5,1,20";
+ req_one_access = list(50, 10, 5, 1, 20)
},
/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{
dir = 1
@@ -1166,89 +1590,98 @@
/obj/machinery/camera/autoname{
dir = 1
},
-/obj/effect/turf_decal/corner/opaque/ntblue/half,
-/obj/effect/turf_decal/trimline/opaque/yellow/filled/corner{
+/obj/item/radio/intercom/directional/south,
+/obj/effect/turf_decal/trimline/opaque/vired/filled/corner{
dir = 4
},
-/obj/item/radio/intercom/directional/south,
-/turf/open/floor/plasteel/white,
+/obj/effect/turf_decal/corner/opaque/vired/half,
+/turf/open/floor/plasteel/dark,
/area/ship/hallway/port)
"lv" = (
-/obj/effect/decal/cleanable/insectguts,
-/turf/open/floor/plasteel/tech,
+/obj/effect/turf_decal/trimline/opaque/nsorange/warning{
+ dir = 1
+ },
+/obj/effect/turf_decal/siding{
+ color = "#474747";
+ dir = 1
+ },
+/turf/open/floor/plasteel/lightgrey,
/area/ship/cargo)
"lw" = (
-/obj/machinery/airalarm/directional/north,
-/obj/structure/closet/crate/large,
-/turf/open/floor/plasteel/tech,
+/obj/effect/turf_decal/trimline/opaque/nsorange/line{
+ dir = 9
+ },
+/obj/structure/fluff/hedge/opaque,
+/obj/structure/railing{
+ dir = 8
+ },
+/obj/effect/turf_decal/siding/thinplating/dark{
+ dir = 8
+ },
+/turf/open/floor/plasteel/lightgrey,
/area/ship/cargo)
"lB" = (
/obj/structure/cable{
icon_state = "1-2"
},
-/turf/open/floor/plasteel/white,
+/obj/effect/turf_decal/trimline/transparent/white/filled/warning{
+ dir = 1
+ },
+/turf/open/floor/plasteel/dark,
/area/ship/hallway/port)
"lD" = (
/obj/structure/cable{
icon_state = "1-4"
},
-/obj/machinery/camera/autoname{
- dir = 5
- },
/turf/open/floor/plasteel/stairs{
- dir = 1
+ dir = 1;
+ color = "#a8b2b6"
},
/area/ship/bridge)
"lL" = (
+/obj/structure/cable{
+ icon_state = "2-9"
+ },
/obj/effect/turf_decal/siding/blue{
- dir = 1
+ dir = 5
},
/turf/open/floor/plasteel/white,
/area/ship/medical)
"lU" = (
-/obj/effect/turf_decal/industrial/outline/yellow,
-/obj/effect/turf_decal/industrial/warning{
- dir = 1
- },
/obj/machinery/light_switch{
dir = 4;
pixel_x = -21;
pixel_y = 7
},
+/obj/structure/crate_shelf,
/turf/open/floor/plasteel/tech,
/area/ship/cargo)
"lW" = (
-/obj/effect/turf_decal/steeldecal/steel_decals9,
-/obj/effect/turf_decal/steeldecal/steel_decals9{
- dir = 4
- },
-/turf/open/floor/plasteel/dark,
+/obj/item/radio/intercom/wideband/directional/south,
+/obj/effect/turf_decal/techfloor,
+/turf/open/floor/plasteel/telecomms_floor,
/area/ship/bridge)
"lX" = (
/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{
dir = 1
},
-/obj/effect/turf_decal/corner/opaque/orange/full,
-/obj/effect/turf_decal/siding/yellow,
-/obj/structure/railing{
- dir = 2;
- layer = 4.1
+/obj/effect/turf_decal/steeldecal/steel_decals10{
+ dir = 6
+ },
+/obj/effect/turf_decal/steeldecal/steel_decals10{
+ dir = 5
},
-/obj/effect/turf_decal/siding/yellow,
/turf/open/floor/plasteel/tech,
/area/ship/engineering)
"mh" = (
/obj/structure/cable{
icon_state = "1-2"
},
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{
- dir = 4
- },
/obj/machinery/light/floor,
-/obj/effect/turf_decal/corner/opaque/ntblue/half{
+/obj/effect/turf_decal/corner/opaque/vired/half{
dir = 4
},
-/turf/open/floor/plasteel/white,
+/turf/open/floor/plasteel/dark,
/area/ship/hallway/central)
"ml" = (
/obj/structure/cable{
@@ -1259,46 +1692,46 @@
dir = 4
},
/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4,
-/obj/effect/turf_decal/corner/opaque/ntblue/half,
-/turf/open/floor/plasteel/white,
+/obj/effect/turf_decal/corner/opaque/vired/half,
+/turf/open/floor/plasteel/dark,
/area/ship/hallway/port)
"mn" = (
-/obj/structure/table/reinforced{
- color = "#c1b6a5"
- },
-/obj/item/modular_computer/laptop/preset/civilian,
/obj/machinery/light/dim/directional/north,
-/turf/open/floor/plasteel/dark,
+/obj/structure/cable{
+ icon_state = "0-2"
+ },
+/obj/effect/turf_decal/techfloor{
+ dir = 1
+ },
+/obj/item/computer_hardware/card_slot,
+/obj/machinery/modular_computer/console/preset/research{
+ name = "modular console"
+ },
+/turf/open/floor/plasteel/telecomms_floor,
/area/ship/bridge)
"mv" = (
-/obj/item/radio/intercom/directional/north,
/obj/effect/turf_decal/siding/wood{
- dir = 1
+ dir = 8
},
-/mob/living/simple_animal/pet/dog/corgi/Lisa,
-/obj/structure/bed/dogbed,
/turf/open/floor/wood,
-/area/ship/crew/dorm)
+/area/ship/crew/dorm/captain)
"mw" = (
-/obj/effect/turf_decal/corner/opaque/ntblue/half{
- dir = 8
- },
/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2,
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4,
/obj/machinery/light/dim/directional/west,
-/turf/open/floor/plasteel/white,
+/obj/effect/turf_decal/corner/opaque/vired/half{
+ dir = 8
+ },
+/turf/open/floor/plasteel/dark,
/area/ship/hallway/central)
"my" = (
-/obj/structure/urinal{
- pixel_y = 29
- },
-/obj/structure/cable{
- icon_state = "4-8"
- },
-/turf/open/floor/plastic,
-/area/ship/crew/toilet)
+/obj/machinery/light/dim/directional/east,
+/obj/effect/turf_decal/borderfloorblack,
+/obj/structure/bed,
+/obj/item/bedsheet,
+/turf/open/floor/plasteel/tech,
+/area/ship/security)
"mJ" = (
-/obj/machinery/portable_atmospherics/pump,
/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4,
/obj/machinery/light_switch{
dir = 4;
@@ -1308,13 +1741,37 @@
/obj/machinery/camera/autoname{
dir = 4
},
-/turf/open/floor/plasteel/tech,
-/area/ship/storage)
+/obj/effect/turf_decal/industrial/fire{
+ dir = 1
+ },
+/obj/structure/closet/crate/secure/gear{
+ name = "Ammunition Crate"
+ },
+/obj/structure/chair/handrail{
+ dir = 4
+ },
+/obj/item/ammo_box/c9mm,
+/obj/item/ammo_box/c9mm,
+/obj/item/ammo_box/c9mm/rubbershot,
+/obj/item/ammo_box/c9mm,
+/obj/item/ammo_box/c9mm,
+/obj/effect/turf_decal/siding/thinplating/dark{
+ dir = 10
+ },
+/obj/effect/decal/cleanable/wrapping,
+/turf/open/floor/plasteel/lightgrey,
+/area/ship/storage/equip)
"mQ" = (
/obj/structure/cable{
icon_state = "2-4"
},
/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2,
+/obj/effect/turf_decal/techfloor{
+ dir = 1
+ },
+/obj/effect/turf_decal/corner/opaque/lightgrey{
+ dir = 10
+ },
/turf/open/floor/plasteel/dark,
/area/ship/crew/cryo)
"nh" = (
@@ -1322,38 +1779,43 @@
dir = 1
},
/obj/effect/turf_decal/siding/red,
-/obj/machinery/door/window/brigdoor{
- req_ship_access = 1;
- req_access_txt = "1";
- id = "ranger_brig";
- name = "Holding Cell Door"
+/obj/effect/turf_decal/siding/red{
+ dir = 6
},
-/turf/open/floor/mineral/plastitanium/red/brig,
+/turf/open/floor/plasteel/tech,
/area/ship/security)
"no" = (
/obj/structure/cable{
icon_state = "6-8"
},
-/obj/structure/chair/wood{
- dir = 4
- },
-/obj/effect/turf_decal/corner/opaque/ntblue/half{
+/obj/effect/turf_decal/corner/opaque/vired/half{
dir = 1
},
-/turf/open/floor/plasteel/white,
+/turf/open/floor/plasteel/dark,
/area/ship/hallway/starboard)
+"nq" = (
+/obj/structure/grille,
+/obj/machinery/door/firedoor/window,
+/obj/machinery/door/poddoor/shutters/preopen{
+ id = "SecShutters";
+ name = "Security Specialist's Office"
+ },
+/obj/structure/window/reinforced/fulltile/shuttle,
+/turf/open/floor/plating,
+/area/ship/security)
"nA" = (
/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2,
/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4,
-/turf/open/floor/plasteel/white,
+/turf/open/floor/plasteel/dark,
/area/ship/hallway/starboard)
"nE" = (
/obj/machinery/button/door{
dir = 2;
pixel_x = -2;
- name = "Blast Doors";
+ name = "Access Blast Doors";
id = "Ranger_AI_Core_Blasts";
- pixel_y = 22
+ pixel_y = 22;
+ req_access_txt = "10"
},
/obj/machinery/button/shieldwallgen{
dir = 2;
@@ -1361,7 +1823,14 @@
pixel_y = 20;
id = "AI_Core_Field_Engi"
},
-/turf/open/floor/plasteel/tech/airless,
+/obj/effect/turf_decal/techfloor{
+ dir = 8
+ },
+/obj/effect/turf_decal/techfloor{
+ dir = 4
+ },
+/obj/machinery/recharge_station,
+/turf/open/floor/plasteel/tech,
/area/ship/engineering/communications)
"nJ" = (
/obj/structure/cable/cyan{
@@ -1383,12 +1852,11 @@
/turf/open/floor/plating,
/area/ship/maintenance/port)
"of" = (
-/obj/machinery/light/dim/directional/south,
/obj/structure/cable{
icon_state = "1-4"
},
-/obj/structure/reagent_dispensers/watertank,
-/turf/open/floor/plasteel/white,
+/obj/effect/turf_decal/trimline/transparent/white/filled/warning,
+/turf/open/floor/plasteel/dark,
/area/ship/hallway/starboard)
"og" = (
/obj/structure/railing{
@@ -1398,12 +1866,22 @@
dir = 8;
icon_state = "computer-right"
},
-/turf/open/floor/plasteel/dark,
+/obj/structure/cable{
+ icon_state = "4-8"
+ },
+/obj/effect/turf_decal/techfloor{
+ dir = 6
+ },
+/turf/open/floor/plasteel/telecomms_floor,
/area/ship/bridge)
"oi" = (
-/obj/structure/railing/corner{
+/obj/effect/turf_decal/siding/blue{
dir = 8
},
+/obj/structure/chair/office{
+ dir = 4;
+ name = "tactical swivel chair"
+ },
/turf/open/floor/plasteel/white,
/area/ship/medical)
"ok" = (
@@ -1413,13 +1891,23 @@
/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{
dir = 4
},
-/obj/machinery/door/firedoor/border_only{
+/obj/machinery/door/poddoor{
+ dir = 4;
+ id = "Ranger_Cycler_Shutters";
+ name = "Air Cycler Lockdown"
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{
dir = 4
},
-/obj/machinery/door/firedoor/border_only{
+/obj/effect/turf_decal/techfloor{
+ dir = 4
+ },
+/obj/effect/turf_decal/techfloor{
dir = 8
},
-/turf/open/floor/plasteel/dark,
+/turf/open/floor/plasteel/tech/techmaint{
+ color = "#a8b2b6"
+ },
/area/ship/hallway/central)
"oq" = (
/obj/structure/cable/cyan{
@@ -1428,16 +1916,38 @@
/turf/open/floor/plating,
/area/ship/maintenance/starboard)
"or" = (
+/obj/item/bodypart/leg/right/robot,
+/obj/item/bodypart/r_arm/robot,
+/obj/item/bodypart/leg/left/robot,
+/obj/item/bodypart/l_arm/robot,
+/obj/item/bodypart/chest/robot,
+/obj/item/bodypart/head/robot,
+/obj/item/borg/upgrade/ai,
+/obj/item/robot_suit,
+/obj/structure/closet/crate/engineering{
+ name = "Robotics Crate"
+ },
+/obj/item/stock_parts/cell/high,
+/obj/item/assembly/flash/handheld,
+/obj/item/assembly/flash/handheld,
+/obj/item/borg/upgrade/restart,
/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4,
/turf/open/floor/plating,
/area/ship/engineering)
"ox" = (
/obj/structure/chair/sofa/brown/corner/directional/south,
/obj/machinery/light/dim/directional/east,
-/turf/open/floor/plasteel/dark,
+/obj/item/ammo_casing/spent{
+ pixel_x = 13;
+ desc = "A spent bullet-casing that someone hid behind the couch, likely to avoid the Lieutenant's ire."
+ },
+/turf/open/floor/plasteel/lightgrey,
/area/ship/hallway/central)
"oz" = (
-/turf/open/floor/plasteel/white,
+/obj/effect/turf_decal/trimline/transparent/white/filled/warning{
+ dir = 1
+ },
+/turf/open/floor/plasteel/dark,
/area/ship/hallway/port)
"oI" = (
/obj/machinery/power/smes/shuttle/precharged{
@@ -1446,37 +1956,33 @@
/obj/machinery/door/window/northleft{
dir = 4
},
-/obj/machinery/door/poddoor/shutters{
- dir = 4;
- id = "Ranger_Port_maint_shut"
- },
/obj/structure/cable/yellow{
icon_state = "0-8"
},
+/obj/machinery/door/poddoor/shutters{
+ dir = 4;
+ id = "Ranger_Port_maint_shut";
+ name = "Engine Shutters"
+ },
/turf/open/floor/plating,
/area/ship/maintenance/port)
-"oM" = (
-/obj/machinery/door/window/eastleft{
- dir = 2
- },
-/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{
- dir = 1
- },
-/turf/open/floor/plastic,
-/area/ship/crew/toilet)
"oQ" = (
/obj/item/radio/intercom/directional/west,
+/obj/machinery/camera/autoname{
+ dir = 4
+ },
/turf/open/floor/wood,
/area/ship/medical)
"pa" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{
dir = 4
},
+/obj/machinery/holopad,
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{
dir = 4
},
-/obj/machinery/holopad,
-/turf/open/floor/plasteel/white,
+/obj/machinery/atmospherics/pipe/simple/cyan/hidden,
+/turf/open/floor/plasteel/dark,
/area/ship/hallway/port)
"pf" = (
/obj/structure/closet/emcloset/wall/directional/south,
@@ -1484,39 +1990,72 @@
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{
dir = 4
},
-/obj/effect/turf_decal/corner/opaque/ntblue/half,
/obj/structure/cable{
icon_state = "4-8"
},
-/turf/open/floor/plasteel/white,
+/obj/effect/turf_decal/corner/opaque/vired/half,
+/turf/open/floor/plasteel/dark,
/area/ship/hallway/port)
"pi" = (
/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2,
-/obj/effect/turf_decal/corner/opaque/ntblue/three_quarters{
+/obj/effect/turf_decal/corner/opaque/vired/three_quarters{
dir = 8
},
-/turf/open/floor/plasteel/white,
+/obj/structure/table/rolling,
+/obj/item/chair/plastic,
+/obj/item/chair/plastic{
+ pixel_y = 4
+ },
+/obj/item/chair/plastic{
+ pixel_y = 6
+ },
+/obj/item/chair/plastic{
+ pixel_y = 10
+ },
+/turf/open/floor/plasteel/dark,
/area/ship/hallway/starboard)
"pn" = (
/obj/structure/chair/wood,
/obj/item/toy/figure/assistant{
layer = 3.1
},
-/turf/open/floor/plasteel/dark,
+/obj/effect/turf_decal/siding/thinplating/dark{
+ dir = 8
+ },
+/obj/effect/decal/cleanable/molten_object{
+ pixel_x = 10
+ },
+/turf/open/floor/plasteel/lightgrey,
/area/ship/hallway/central)
"pp" = (
-/obj/structure/sink{
- dir = 8;
- pixel_x = 13;
- pixel_y = 2
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{
+ dir = 1
},
-/obj/structure/mirror{
- pixel_x = 24
+/obj/structure/window/reinforced/tinted,
+/obj/structure/dresser{
+ dir = 1
+ },
+/obj/structure/bedsheetbin/empty{
+ pixel_y = 7
+ },
+/obj/item/towel{
+ pixel_y = 10
+ },
+/obj/item/towel{
+ pixel_y = 10
},
-/turf/open/floor/plastic,
+/obj/item/towel{
+ pixel_y = 10
+ },
+/obj/item/towel{
+ pixel_y = 10
+ },
+/obj/item/towel{
+ pixel_y = 10
+ },
+/turf/open/floor/plasteel/showroomfloor,
/area/ship/crew/toilet)
"ps" = (
-/obj/structure/closet/secure_closet/lp/engineer,
/obj/machinery/light/dim/directional/north,
/obj/item/clothing/gloves/color/yellow{
pixel_y = -9
@@ -1551,10 +2090,19 @@
/obj/item/clothing/head/welding{
pixel_y = -9
},
-/obj/item/clothing/glasses/meson/gar{
- pixel_y = 8
+/obj/item/clothing/glasses/meson/engine,
+/obj/item/clothing/glasses/hud/diagnostic,
+/obj/item/pipe_dispenser,
+/obj/effect/turf_decal/techfloor{
+ dir = 4
},
+/obj/structure/closet/secure_closet/lp/engineer,
/obj/item/gun/energy/plasmacutter,
+/obj/machinery/light_switch{
+ dir = 8;
+ pixel_x = 19;
+ pixel_y = -10
+ },
/turf/open/floor/plasteel/mono/dark,
/area/ship/engineering)
"pA" = (
@@ -1562,56 +2110,68 @@
icon_state = "1-2"
},
/turf/open/floor/plasteel/stairs{
- dir = 1
+ dir = 1;
+ color = "#a8b2b6"
},
/area/ship/bridge)
"pD" = (
+/obj/structure/closet/crate/secure/loot,
/turf/open/floor/plasteel/tech,
/area/ship/cargo)
"pL" = (
/obj/structure/chair/comfy/blue/directional/east,
-/obj/item/toy/plush/moth/royal,
+/obj/item/toy/plush/moth/royal{
+ layer = 3.05;
+ pixel_x = -6;
+ pixel_y = 11
+ },
/obj/item/radio/intercom/wideband/directional/south,
-/turf/open/floor/circuit/green/airless,
+/obj/effect/turf_decal/techfloor{
+ dir = 4
+ },
+/obj/item/toy/plush/moth/lovers{
+ layer = 3.05;
+ pixel_x = 4
+ },
+/turf/open/floor/circuit,
/area/ship/engineering/communications)
"pU" = (
/obj/machinery/camera/autoname{
dir = 1
},
-/obj/effect/turf_decal/corner/opaque/ntblue/half,
/obj/structure/cable{
icon_state = "4-8"
},
-/turf/open/floor/plasteel/white,
+/obj/effect/turf_decal/corner/opaque/vired/half,
+/turf/open/floor/plasteel/dark,
/area/ship/hallway/port)
"qb" = (
/obj/item/radio/intercom/directional/south,
/obj/effect/turf_decal/industrial/outline/blue,
-/obj/structure/janitorialcart{
- dir = 4
- },
-/obj/item/mop,
-/turf/open/floor/plating,
+/obj/structure/reagent_dispensers/foamtank,
+/obj/item/extinguisher/advanced,
+/turf/open/floor/plasteel/tech,
/area/ship/maintenance/port)
"qe" = (
-/obj/structure/urinal{
- pixel_y = 29
- },
-/obj/structure/cable{
- icon_state = "4-8"
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{
+/obj/structure/girder/reinforced,
+/obj/machinery/camera/autoname{
dir = 6
},
-/turf/open/floor/plastic,
-/area/ship/crew/toilet)
-"qs" = (
-/obj/machinery/power/shuttle/engine/electric{
- dir = 4
+/turf/open/floor/engine/hull,
+/area/ship/external/dark)
+"qn" = (
+/obj/effect/turf_decal/siding/wood{
+ dir = 5
},
+/obj/structure/bed/dogbed,
+/mob/living/simple_animal/pet/dog/corgi/Lisa,
+/turf/open/floor/wood,
+/area/ship/crew/dorm/captain)
+"qs" = (
/obj/structure/cable/yellow{
icon_state = "0-4"
},
+/obj/machinery/power/shuttle/engine/electric/premium,
/turf/open/floor/plating,
/area/ship/maintenance/starboard)
"qQ" = (
@@ -1621,10 +2181,6 @@
/turf/open/floor/plating,
/area/ship/maintenance/starboard)
"qR" = (
-/obj/machinery/door/airlock/security/glass,
-/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{
@@ -1632,6 +2188,13 @@
},
/obj/machinery/door/firedoor/border_only,
/obj/effect/turf_decal/corner/opaque/red/full,
+/obj/machinery/door/airlock/security{
+ name = "Security Specialist's Office";
+ req_access_txt = "1"
+ },
+/obj/structure/cable{
+ icon_state = "1-2"
+ },
/turf/open/floor/plasteel/dark,
/area/ship/security)
"qS" = (
@@ -1640,38 +2203,55 @@
},
/obj/effect/decal/cleanable/oil/streak,
/obj/machinery/light/dim/directional/north,
+/obj/machinery/portable_atmospherics/scrubber,
/turf/open/floor/plating,
/area/ship/maintenance/port)
"qZ" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2,
-/obj/effect/turf_decal/corner/opaque/brown/mono,
-/obj/effect/turf_decal/industrial/warning{
+/obj/effect/turf_decal/corner/opaque/vired/half{
dir = 1
},
-/turf/open/floor/plasteel/dark,
-/area/ship/storage)
+/obj/machinery/holopad,
+/turf/open/floor/plasteel/tech,
+/area/ship/storage/equip)
"rg" = (
-/obj/machinery/portable_atmospherics/scrubber,
/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2,
-/turf/open/floor/plasteel/tech,
-/area/ship/storage)
+/obj/effect/turf_decal/industrial/fire{
+ dir = 1
+ },
+/obj/effect/turf_decal/siding/thinplating/dark,
+/turf/open/floor/plasteel/lightgrey,
+/area/ship/storage/equip)
"rq" = (
/obj/structure/cable{
icon_state = "1-2"
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2,
-/turf/open/floor/plasteel/stairs,
+/turf/open/floor/plasteel/stairs{
+ color = "#8A9397"
+ },
/area/ship/crew/cryo)
+"rw" = (
+/obj/machinery/camera/autoname{
+ dir = 5
+ },
+/obj/machinery/light/floor,
+/turf/open/floor/engine/hull,
+/area/ship/external/dark)
"rA" = (
-/obj/effect/turf_decal/corner/opaque/orange/full,
/obj/structure/cable{
icon_state = "4-8"
},
-/obj/effect/turf_decal/siding/yellow,
-/obj/machinery/holopad,
-/turf/open/floor/plasteel/tech,
-/area/ship/engineering)
-"rC" = (
+/obj/structure/chair/office{
+ dir = 8;
+ name = "tactical swivel chair"
+ },
+/obj/effect/turf_decal/spline/fancy/opaque/orange{
+ dir = 10
+ },
+/turf/open/floor/plasteel/tech,
+/area/ship/engineering)
+"rC" = (
/obj/structure/cable{
icon_state = "1-2"
},
@@ -1693,31 +2273,31 @@
/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{
dir = 1
},
-/turf/open/floor/plasteel/white,
+/turf/open/floor/plasteel/dark,
/area/ship/hallway/port)
"rM" = (
/obj/structure/cable{
icon_state = "1-2"
},
-/obj/effect/turf_decal/corner/opaque/orange/border{
- dir = 8
- },
-/obj/effect/turf_decal/industrial/warning{
- dir = 1
- },
-/obj/effect/turf_decal/trimline/opaque/orange/arrow_cw{
+/obj/effect/turf_decal/trimline/opaque/vired/arrow_cw{
dir = 4
},
-/turf/open/floor/plasteel/white,
+/obj/effect/turf_decal/trimline/opaque/vired/filled/line{
+ dir = 8
+ },
+/turf/open/floor/plasteel/tech/techmaint,
/area/ship/hallway/starboard)
"rT" = (
-/obj/structure/reagent_dispensers/water_cooler,
/obj/machinery/light_switch{
dir = 1;
pixel_x = -7;
pixel_y = -19
},
-/turf/open/floor/plasteel/dark,
+/obj/effect/turf_decal/siding/thinplating/dark{
+ dir = 8
+ },
+/obj/structure/closet/secure_closet/freezer/fridge,
+/turf/open/floor/plasteel/lightgrey,
/area/ship/hallway/central)
"rW" = (
/obj/machinery/power/smes/shuttle/precharged{
@@ -1728,7 +2308,8 @@
},
/obj/machinery/door/poddoor/shutters{
dir = 4;
- id = "Ranger_SB_maint_shut"
+ id = "Ranger_SB_maint_shut";
+ name = "Engine Shutters"
},
/obj/structure/cable/yellow{
icon_state = "0-8"
@@ -1736,21 +2317,20 @@
/turf/open/floor/plating,
/area/ship/maintenance/starboard)
"rX" = (
-/obj/effect/turf_decal/corner/opaque/ntblue/half{
- dir = 8
+/obj/structure/railing{
+ dir = 5;
+ layer = 4.1
},
-/obj/machinery/power/apc/auto_name/directional/west,
-/obj/structure/cable{
- icon_state = "0-2"
+/obj/effect/turf_decal/siding/thinplating/dark{
+ dir = 5
},
-/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2,
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4,
-/turf/open/floor/plasteel/white,
+/obj/structure/closet/firecloset/wall/directional/west,
+/turf/open/floor/plasteel/lightgrey,
/area/ship/hallway/central)
"rZ" = (
/obj/effect/turf_decal/atmos/air,
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{
- dir = 4
+/obj/machinery/atmospherics/components/unary/outlet_injector/on{
+ dir = 8
},
/turf/open/floor/engine/air,
/area/ship/hallway/central)
@@ -1763,13 +2343,28 @@
color = "#c1b6a5"
},
/obj/machinery/fax/nanotrasen,
-/turf/open/floor/plasteel/dark,
+/obj/machinery/camera/autoname{
+ dir = 6
+ },
+/obj/effect/turf_decal/techfloor{
+ dir = 9
+ },
+/obj/machinery/button/door{
+ pixel_y = 21;
+ id = "BridgeAtrium";
+ name = "Atrium Shutters";
+ pixel_x = 9
+ },
+/turf/open/floor/plasteel/telecomms_floor,
/area/ship/bridge)
"sl" = (
-/obj/effect/turf_decal/borderfloorblack{
- dir = 8
+/obj/effect/turf_decal/trimline/opaque/yellow/filled/warning{
+ dir = 1
+ },
+/obj/effect/turf_decal/spline/fancy/opaque/black{
+ dir = 9
},
-/turf/open/floor/plasteel/tech/airless,
+/turf/open/floor/plasteel/telecomms_floor,
/area/ship/engineering/communications)
"sm" = (
/obj/structure/cable{
@@ -1782,8 +2377,14 @@
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{
dir = 4
},
-/turf/open/floor/plating,
+/obj/effect/decal/cleanable/plasma,
+/turf/open/floor/plasteel/tech,
/area/ship/maintenance/port)
+"sp" = (
+/obj/machinery/camera/autoname,
+/obj/machinery/light/floor,
+/turf/open/floor/engine/hull,
+/area/ship/external/dark)
"sw" = (
/obj/structure/cable{
icon_state = "6-8"
@@ -1794,10 +2395,9 @@
/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{
dir = 1
},
-/turf/open/floor/plasteel/white,
+/turf/open/floor/plasteel/dark,
/area/ship/hallway/port)
"sF" = (
-/obj/structure/table/greyscale,
/obj/item/storage/box/syringes{
pixel_y = 10;
pixel_x = -5
@@ -1813,28 +2413,51 @@
pixel_x = 5
},
/obj/machinery/light/dim/directional/north,
+/obj/structure/table/reinforced,
+/obj/machinery/airalarm/directional/west,
/turf/open/floor/plasteel/white,
/area/ship/medical)
"sJ" = (
-/turf/closed/wall/r_wall,
+/turf/closed/wall/mineral/titanium/nodiagonal,
/area/ship/hallway/central)
"sR" = (
-/obj/structure/table/wood,
/obj/machinery/light/dim/directional/south,
/obj/effect/turf_decal/siding/red/end,
-/obj/item/toy/plush/spider,
-/turf/open/floor/mineral/plastitanium/red/brig,
+/obj/machinery/computer/security/telescreen{
+ dir = 1;
+ pixel_y = -32;
+ network = list("ss13")
+ },
+/obj/machinery/airalarm/directional/west,
+/obj/effect/decal/cleanable/confetti,
+/turf/open/floor/plasteel/tech,
/area/ship/security)
"sU" = (
-/obj/structure/table/greyscale,
-/obj/machinery/power/apc/auto_name/directional/east,
-/obj/structure/cable{
- icon_state = "0-10"
+/obj/effect/turf_decal/industrial/warning{
+ dir = 9
},
-/obj/effect/turf_decal/siding/blue{
- dir = 5
+/obj/effect/turf_decal/siding/thinplating/light{
+ dir = 9
+ },
+/obj/effect/turf_decal/borderfloorwhite/corner,
+/obj/structure/sink{
+ dir = 8;
+ pixel_x = 12;
+ pixel_y = 4
+ },
+/obj/machinery/button/door{
+ pixel_x = 26;
+ dir = 8;
+ name = "Medical Shutters";
+ id = "MedShutters";
+ req_ship_access = 1;
+ req_access_txt = "5"
+ },
+/obj/machinery/light_switch{
+ dir = 8;
+ pixel_x = 25;
+ pixel_y = -9
},
-/obj/item/defibrillator/loaded,
/turf/open/floor/plasteel/white,
/area/ship/medical)
"tb" = (
@@ -1865,20 +2488,20 @@
/obj/structure/cable{
icon_state = "4-10"
},
-/turf/open/floor/plasteel/white,
+/turf/open/floor/plasteel/dark,
/area/ship/hallway/central)
"tg" = (
-/obj/machinery/power/shuttle/engine/electric{
- dir = 4
- },
/obj/structure/cable/yellow{
icon_state = "0-4"
},
+/obj/machinery/power/shuttle/engine/electric/premium,
/turf/open/floor/plating,
/area/ship/maintenance/port)
"tj" = (
/obj/machinery/door/airlock/command{
- dir = 4
+ dir = 4;
+ name = "Bridge";
+ req_one_access_txt = list(50, 10, 5, 1, 20)
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{
dir = 4
@@ -1898,8 +2521,10 @@
/turf/open/floor/plasteel/dark,
/area/ship/bridge)
"tk" = (
-/obj/effect/turf_decal/corner/opaque/orange/full,
-/obj/effect/turf_decal/siding/yellow,
+/obj/machinery/light/dim/directional/east,
+/obj/effect/turf_decal/spline/fancy/opaque/orange{
+ dir = 6
+ },
/turf/open/floor/plasteel/tech,
/area/ship/engineering)
"tq" = (
@@ -1921,7 +2546,10 @@
dir = 8;
icon_state = "computer-left"
},
-/turf/open/floor/plasteel/dark,
+/obj/effect/turf_decal/techfloor{
+ dir = 5
+ },
+/turf/open/floor/plasteel/telecomms_floor,
/area/ship/bridge)
"tQ" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2,
@@ -1931,49 +2559,63 @@
/obj/effect/turf_decal/siding/red{
dir = 1
},
-/obj/structure/cable{
- icon_state = "1-6"
+/obj/structure/cable,
+/obj/machinery/power/apc/auto_name/directional/east,
+/obj/effect/turf_decal/siding/red{
+ dir = 5
},
-/turf/open/floor/mineral/plastitanium/red/brig,
+/obj/machinery/light_switch{
+ pixel_x = 20;
+ pixel_y = 11;
+ dir = 8
+ },
+/turf/open/floor/plasteel/tech,
/area/ship/security)
"tR" = (
/obj/structure/cable{
icon_state = "4-9"
},
/obj/machinery/light/dim/directional/south,
-/obj/effect/turf_decal/corner/opaque/ntblue/half,
/obj/structure/cable{
icon_state = "4-8"
},
-/turf/open/floor/plasteel/white,
+/obj/effect/turf_decal/corner/opaque/vired/half,
+/turf/open/floor/plasteel/dark,
/area/ship/hallway/port)
"tT" = (
-/turf/open/floor/plasteel/tech/airless,
+/obj/effect/turf_decal/trimline/opaque/yellow/filled/warning,
+/obj/effect/turf_decal/spline/fancy/opaque/black,
+/turf/open/floor/plasteel/telecomms_floor,
/area/ship/engineering/communications)
"tZ" = (
/obj/machinery/button/door{
dir = 4;
pixel_x = -21;
name = "Shutters";
- id = "Ranger_SB_maint_shut"
+ id = "Ranger_SB_maint_shut";
+ req_ship_access = 1;
+ pixel_y = 5
},
/turf/open/floor/plating,
/area/ship/maintenance/starboard)
"uk" = (
-/obj/item/clothing/suit/space/eva,
-/obj/item/clothing/head/helmet/space/eva,
/obj/item/clothing/mask/breath,
-/obj/structure/closet/emcloset/empty{
- name = "emergency EVA gear"
- },
/obj/item/tank/internals/emergency_oxygen,
/obj/effect/turf_decal/siding/yellow{
dir = 5
},
-/turf/open/floor/plasteel/dark,
+/obj/structure/railing{
+ dir = 4;
+ layer = 4.1
+ },
+/obj/machinery/suit_storage_unit/inherit{
+ name = "Emergency EVA Suit"
+ },
+/obj/item/clothing/suit/space/fragile,
+/obj/item/clothing/head/helmet/space/fragile,
+/turf/open/floor/plasteel/tech,
/area/ship/hallway/starboard)
"up" = (
-/obj/effect/turf_decal/corner/opaque/orange/full,
/obj/machinery/airalarm/directional/north,
/obj/structure/cable{
icon_state = "2-4"
@@ -1981,10 +2623,11 @@
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{
dir = 4
},
-/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{
- dir = 4
+/obj/machinery/holopad,
+/obj/effect/turf_decal/spline/fancy/opaque/orange{
+ dir = 1
},
-/obj/effect/turf_decal/siding/yellow{
+/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{
dir = 1
},
/turf/open/floor/plasteel/tech,
@@ -1993,7 +2636,20 @@
/obj/machinery/atmospherics/components/binary/dp_vent_pump/high_volume/layer2{
dir = 4
},
-/turf/open/floor/plasteel/dark,
+/obj/machinery/camera/autoname{
+ dir = 10
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{
+ dir = 4
+ },
+/obj/effect/turf_decal/siding/thinplating{
+ dir = 1;
+ color = "#a8b2b6"
+ },
+/obj/effect/turf_decal/trimline/opaque/vired/arrow_ccw,
+/turf/open/floor/plasteel/tech/techmaint{
+ color = "#a8b2b6"
+ },
/area/ship/hallway/central)
"ux" = (
/obj/machinery/light/dim/directional/south,
@@ -2003,9 +2659,13 @@
name = "Nanotrasen relay";
network = "nt_commnet"
},
-/turf/open/floor/circuit/telecomms{
- initial_gas_mix = "TEMP=2.7"
+/obj/effect/turf_decal/techfloor{
+ dir = 1
+ },
+/obj/machinery/camera/autoname{
+ dir = 10
},
+/turf/open/floor/circuit,
/area/ship/engineering/communications)
"uE" = (
/obj/structure/cable{
@@ -2014,22 +2674,25 @@
/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{
dir = 1
},
-/obj/effect/turf_decal/corner/opaque/ntblue/half,
/obj/item/radio/intercom/directional/south,
-/turf/open/floor/plasteel/white,
+/obj/effect/turf_decal/corner/opaque/vired/half,
+/turf/open/floor/plasteel/dark,
/area/ship/hallway/port)
"uH" = (
-/obj/machinery/door/airlock/public/glass,
/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/corner/opaque/ntblue/half{
+/obj/machinery/door/poddoor/shutters/preopen{
+ name = "Corridor Lockdown Port";
+ id = "RangerPortShutters"
+ },
+/obj/effect/turf_decal/corner/opaque/vired/half{
dir = 8
},
-/turf/open/floor/plasteel/white,
+/turf/open/floor/plasteel/dark,
/area/ship/hallway/port)
"uW" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{
@@ -2039,27 +2702,30 @@
dir = 4
},
/obj/effect/turf_decal/siding/blue,
-/obj/machinery/iv_drip,
+/obj/machinery/holopad,
/turf/open/floor/plasteel/white,
/area/ship/medical)
"vh" = (
/obj/effect/turf_decal/corner/opaque/blue/diagonal,
-/obj/machinery/door/window,
+/obj/machinery/door/window{
+ req_ship_access = 1;
+ name = "Surgical Compartment"
+ },
+/obj/effect/turf_decal/borderfloorwhite{
+ dir = 1
+ },
/turf/open/floor/plasteel/white,
/area/ship/medical)
"vj" = (
-/obj/effect/turf_decal/corner/opaque/ntblue/half{
- 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/machinery/camera/autoname{
- dir = 4
+/obj/structure/cable{
+ icon_state = "2-9"
},
-/turf/open/floor/plasteel/white,
+/obj/effect/turf_decal/corner/opaque/vired/half{
+ dir = 8
+ },
+/turf/open/floor/plasteel/dark,
/area/ship/hallway/central)
"vk" = (
/obj/structure/sink{
@@ -2074,11 +2740,36 @@
pixel_x = -7;
pixel_y = 21
},
-/turf/open/floor/plastic,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{
+ dir = 10
+ },
+/obj/item/towel{
+ pixel_x = 10;
+ pixel_y = 14
+ },
+/obj/item/towel{
+ pixel_x = -7;
+ pixel_y = 14
+ },
+/obj/structure/railing{
+ dir = 1;
+ name = "towel holder"
+ },
+/turf/open/floor/plasteel/showroomfloor,
/area/ship/crew/toilet)
"vm" = (
-/turf/closed/wall/r_wall,
+/turf/closed/wall/mineral/titanium/nodiagonal,
/area/ship/medical)
+"vo" = (
+/obj/structure/crate_shelf,
+/obj/structure/sign/nanotrasen/ns{
+ pixel_x = 32
+ },
+/obj/machinery/camera/autoname{
+ dir = 10
+ },
+/turf/open/floor/plasteel/tech,
+/area/ship/cargo)
"vp" = (
/obj/effect/turf_decal/steeldecal/steel_decals10{
dir = 5
@@ -2086,47 +2777,76 @@
/obj/effect/turf_decal/steeldecal/steel_decals10{
dir = 6
},
-/turf/open/floor/plasteel/dark,
+/obj/structure/cable{
+ icon_state = "4-10"
+ },
+/turf/open/floor/plasteel/telecomms_floor,
/area/ship/bridge)
"vr" = (
/obj/structure/window/reinforced{
dir = 8
},
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{
- dir = 4
- },
+/obj/machinery/atmospherics/pipe/manifold/cyan/visible,
/turf/open/floor/engine/air,
/area/ship/hallway/central)
"vv" = (
/obj/machinery/power/apc/auto_name/directional/east,
/obj/structure/cable,
/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2,
+/obj/structure/reagent_dispensers/fueltank,
+/obj/structure/railing{
+ dir = 1
+ },
+/obj/effect/decal/cleanable/oil,
/turf/open/floor/plating,
/area/ship/maintenance/starboard)
"vz" = (
-/obj/effect/turf_decal/industrial/outline/yellow,
-/obj/machinery/light/dim/directional/south,
+/obj/structure/closet/crate/hydroponics{
+ name = "Sustenance 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/item/reagent_containers/food/drinks/waterbottle/large,
+/obj/item/reagent_containers/food/drinks/waterbottle/large,
+/obj/item/storage/ration/assorted_salted_offal,
+/obj/item/storage/ration/battered_fish_sticks,
+/obj/item/storage/ration/beef_goulash,
+/obj/item/storage/ration/beef_strips,
+/obj/item/storage/ration/fried_fish,
+/obj/machinery/airalarm/directional/south,
/turf/open/floor/plasteel/tech,
/area/ship/cargo)
"vB" = (
-/obj/machinery/cryopod,
/obj/machinery/camera/autoname,
+/obj/machinery/cryopod,
/turf/open/floor/plasteel/telecomms_floor,
/area/ship/crew/cryo)
"vF" = (
-/obj/effect/turf_decal/siding/blue,
-/obj/structure/closet/crate/freezer/blood,
-/obj/structure/railing{
- dir = 8;
- layer = 4.1
+/obj/structure/window/reinforced/tinted{
+ dir = 1
+ },
+/obj/machinery/door/window/survival_pod{
+ dir = 4;
+ opacity = 1;
+ name = "Medical Specialist's Quarters";
+ req_access_txt = "5";
+ req_ship_access = 1
+ },
+/turf/open/floor/plasteel/stairs/wood{
+ dir = 8
},
-/turf/open/floor/plasteel/white,
/area/ship/medical)
"vO" = (
-/turf/open/floor/circuit/green/airless,
+/obj/effect/turf_decal/spline/fancy/opaque/black{
+ dir = 4
+ },
+/obj/effect/turf_decal/trimline/opaque/yellow/filled/warning{
+ dir = 4
+ },
+/turf/open/floor/plasteel/telecomms_floor,
/area/ship/engineering/communications)
"vR" = (
-/obj/machinery/light/dim/directional/south,
/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{
dir = 5
},
@@ -2136,15 +2856,16 @@
/obj/effect/turf_decal/industrial/warning/corner{
dir = 1
},
-/turf/open/floor/plasteel/white,
+/obj/machinery/light/dim/directional/west,
+/turf/open/floor/plasteel/dark,
/area/ship/hallway/starboard)
"vS" = (
-/obj/structure/table/optable,
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{
dir = 5
},
-/obj/effect/turf_decal/siding/blue,
-/obj/item/storage/backpack/duffelbag/med/surgery,
+/obj/effect/turf_decal/siding/blue{
+ dir = 10
+ },
/turf/open/floor/plasteel/white,
/area/ship/medical)
"vT" = (
@@ -2166,20 +2887,23 @@
/obj/machinery/door/firedoor/border_only{
dir = 4
},
+/obj/effect/turf_decal/techfloor{
+ dir = 8
+ },
+/obj/effect/turf_decal/techfloor{
+ dir = 4
+ },
/turf/open/floor/plating,
/area/ship/maintenance/port)
"vV" = (
+/obj/effect/turf_decal/corner/opaque/blue/diagonal,
/obj/structure/window/reinforced/spawner{
- dir = 4
+ dir = 8
},
-/obj/machinery/suit_storage_unit/inherit,
-/obj/item/clothing/suit/space/hardsuit/ert/lp/med,
-/obj/item/clothing/mask/breath,
-/obj/machinery/camera/autoname,
-/obj/effect/turf_decal/siding/blue{
- dir = 5
+/obj/effect/turf_decal/borderfloorwhite{
+ dir = 4
},
-/obj/item/tank/internals/emergency_oxygen,
+/obj/machinery/computer/operating,
/turf/open/floor/plasteel/white,
/area/ship/medical)
"wc" = (
@@ -2189,25 +2913,27 @@
/obj/machinery/door/window/northright{
dir = 4
},
-/obj/machinery/door/poddoor/shutters{
- dir = 4;
- id = "Ranger_Port_maint_shut"
- },
/obj/structure/cable/yellow{
icon_state = "0-8"
},
-/turf/open/floor/plating,
+/obj/machinery/door/poddoor/shutters{
+ dir = 4;
+ id = "Ranger_Port_maint_shut";
+ name = "Engine Shutters"
+ },
+/turf/open/floor/plating,
/area/ship/maintenance/port)
"wf" = (
-/obj/machinery/telecomms/receiver/preset_right{
- autolinkers = list("receiverB","hub");
- freq_listening = list(1353,1447,1459);
- network = "nt_commnet"
- },
-/turf/open/floor/circuit/telecomms{
- initial_gas_mix = "TEMP=2.7"
+/obj/machinery/power/apc/auto_name/directional/west,
+/obj/structure/cable,
+/obj/machinery/light_switch{
+ dir = 4;
+ pixel_x = -20;
+ pixel_y = 12
},
-/area/ship/engineering/communications)
+/obj/machinery/photocopier,
+/turf/open/floor/plasteel/patterned/brushed,
+/area/ship/bridge)
"wh" = (
/obj/machinery/power/shieldwallgen/atmos/roundstart{
dir = 4;
@@ -2224,57 +2950,66 @@
/turf/open/floor/plasteel,
/area/ship/hallway/starboard)
"wp" = (
-/obj/item/clothing/suit/space/eva,
-/obj/item/clothing/head/helmet/space/eva,
/obj/item/clothing/mask/breath,
/obj/item/tank/internals/emergency_oxygen,
-/obj/structure/closet/emcloset/empty{
- name = "emergency EVA gear"
- },
/obj/effect/turf_decal/siding/yellow{
dir = 6
},
-/turf/open/floor/plasteel/dark,
+/obj/structure/railing{
+ dir = 4;
+ layer = 4.1
+ },
+/obj/machinery/suit_storage_unit/inherit{
+ name = "Emergency EVA Suit"
+ },
+/obj/item/clothing/suit/space/fragile,
+/obj/item/clothing/head/helmet/space/fragile,
+/turf/open/floor/plasteel/tech,
/area/ship/hallway/port)
"wq" = (
/turf/open/floor/engine/hull,
-/area/ship/external)
+/area/ship/external/dark)
"wu" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{
dir = 9
},
-/obj/effect/turf_decal/corner/opaque/brown/mono,
-/obj/effect/turf_decal/industrial/warning,
-/turf/open/floor/plasteel/dark,
-/area/ship/storage)
-"ww" = (
-/obj/effect/turf_decal/industrial/warning{
- dir = 1
- },
-/obj/effect/turf_decal/industrial/stand_clear{
- dir = 1
- },
+/obj/effect/turf_decal/corner/opaque/vired/half,
+/obj/effect/turf_decal/siding/thinplating/dark,
/turf/open/floor/plasteel/tech,
-/area/ship/cargo)
+/area/ship/storage/equip)
+"ww" = (
+/obj/machinery/light/dim/directional/west,
+/obj/structure/chair/handrail,
+/turf/open/floor/engine/hull,
+/area/ship/external/dark)
"wC" = (
/obj/effect/turf_decal/steeldecal/steel_decals6,
-/obj/effect/turf_decal/borderfloorblack{
- dir = 6
+/obj/machinery/telecomms/receiver/preset_right{
+ autolinkers = list("receiverB","hub");
+ freq_listening = list(1353,1447,1459);
+ network = "nt_commnet"
+ },
+/obj/effect/turf_decal/techfloor{
+ dir = 8
},
-/turf/open/floor/plasteel/tech/airless,
+/turf/open/floor/circuit,
/area/ship/engineering/communications)
"wE" = (
/obj/machinery/button/door{
pixel_y = 21;
name = "Blast Doors";
- id = "Ranger_Port_Blasts"
+ id = "Ranger_Port_Blasts";
+ req_ship_access = 1
},
/obj/machinery/button/shieldwallgen{
pixel_y = 20;
pixel_x = 8;
id = "Ranger_Port_holofields"
},
-/turf/open/floor/plasteel/white,
+/obj/effect/turf_decal/trimline/transparent/white/filled/corner{
+ dir = 4
+ },
+/turf/open/floor/plasteel/dark,
/area/ship/hallway/port)
"wT" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{
@@ -2284,26 +3019,10 @@
dir = 4
},
/obj/effect/turf_decal/trimline/opaque/red/filled/corner,
-/turf/open/floor/plasteel/white,
+/turf/open/floor/plasteel/dark,
/area/ship/hallway/starboard)
"wU" = (
-/obj/machinery/light_switch{
- dir = 8;
- pixel_x = 19;
- pixel_y = 8
- },
-/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{
- dir = 1
- },
-/obj/effect/turf_decal/corner/opaque/orange/full,
-/obj/effect/turf_decal/siding/yellow{
- dir = 6
- },
-/obj/structure/railing{
- dir = 2;
- layer = 4.1
- },
-/turf/open/floor/plasteel/tech,
+/turf/closed/wall/mineral/titanium/nodiagonal,
/area/ship/engineering)
"xj" = (
/obj/structure/cable{
@@ -2315,27 +3034,48 @@
/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2,
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4,
/obj/effect/turf_decal/trimline/opaque/ntblue/filled/line,
-/turf/open/floor/plasteel/white,
+/turf/open/floor/plasteel/dark,
/area/ship/hallway/starboard)
"xp" = (
-/obj/machinery/airalarm/directional/west,
-/obj/machinery/firealarm/directional/north,
-/turf/open/floor/wood,
-/area/ship/medical)
+/obj/structure/table/reinforced{
+ color = "#c1b6a5"
+ },
+/obj/item/lighter/greyscale{
+ pixel_x = 8;
+ pixel_y = -8
+ },
+/obj/machinery/computer/helm/viewscreen/directional/south,
+/obj/item/paper_bin{
+ pixel_x = -4;
+ pixel_y = 2
+ },
+/obj/item/pen/fourcolor{
+ pixel_x = -6;
+ pixel_y = 3
+ },
+/turf/open/floor/plasteel/patterned/brushed,
+/area/ship/bridge)
"xq" = (
/obj/effect/turf_decal/industrial/warning,
/turf/open/floor/plating,
/area/ship/engineering)
"xv" = (
-/obj/machinery/recharge_station,
-/obj/machinery/light/dim/directional/east,
-/turf/open/floor/plasteel/white,
-/area/ship/crew/toilet)
+/obj/structure/curtain/bounty,
+/obj/machinery/shower{
+ dir = 1
+ },
+/turf/open/floor/plating/catwalk_floor,
+/area/ship/security)
"xw" = (
-/obj/structure/table/wood,
/obj/machinery/microwave,
/obj/machinery/light/dim/directional/east,
-/turf/open/floor/plasteel/dark,
+/obj/structure/table/reinforced{
+ color = "#8A9397"
+ },
+/obj/effect/turf_decal/siding/thinplating/dark{
+ dir = 1
+ },
+/turf/open/floor/plasteel/lightgrey,
/area/ship/hallway/central)
"xA" = (
/obj/structure/tank_dispenser/oxygen,
@@ -2343,7 +3083,11 @@
/obj/effect/turf_decal/siding/yellow{
dir = 4
},
-/turf/open/floor/plasteel/dark,
+/obj/structure/railing{
+ dir = 4;
+ layer = 4.1
+ },
+/turf/open/floor/plasteel/tech,
/area/ship/hallway/starboard)
"xB" = (
/obj/structure/cable{
@@ -2361,38 +3105,40 @@
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{
dir = 4
},
-/turf/open/floor/plating,
+/obj/effect/turf_decal/steeldecal/steel_decals10{
+ dir = 8
+ },
+/obj/effect/turf_decal/steeldecal/steel_decals10{
+ dir = 1
+ },
+/obj/effect/decal/cleanable/plasma,
+/turf/open/floor/plasteel/tech,
/area/ship/maintenance/port)
"xK" = (
/obj/structure/table/reinforced{
color = "#c1b6a5"
},
-/obj/item/folder/blue{
- pixel_x = -6
- },
-/obj/item/folder/red{
- pixel_y = 2
- },
-/obj/item/folder{
- pixel_y = 5;
- pixel_x = 7
+/obj/effect/turf_decal/techfloor{
+ dir = 4
},
-/turf/open/floor/plasteel/dark,
+/obj/item/binoculars,
+/turf/open/floor/plasteel/telecomms_floor,
/area/ship/bridge)
"yi" = (
/obj/effect/turf_decal/industrial/warning,
/obj/machinery/button/shieldwallgen{
dir = 8;
pixel_x = 20;
- pixel_y = -7;
+ pixel_y = 9;
id = "AI_Core_Field_Engi"
},
/obj/machinery/button/door{
dir = 8;
pixel_x = 22;
- name = "Blast Doors";
+ name = "Access Blast Doors";
id = "Ranger_AI_Core_Blasts";
- pixel_y = 1
+ pixel_y = 1;
+ req_access_txt = "10"
},
/obj/structure/cable{
icon_state = "1-2"
@@ -2402,17 +3148,34 @@
},
/turf/open/floor/plating,
/area/ship/engineering)
+"yk" = (
+/obj/machinery/computer/helm/viewscreen/directional/south,
+/obj/machinery/computer/secure_data{
+ dir = 8
+ },
+/turf/open/floor/mineral/plastitanium/red/brig,
+/area/ship/security)
"ym" = (
/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4,
+/obj/effect/turf_decal/techfloor{
+ dir = 1
+ },
+/obj/effect/turf_decal/corner/opaque/lightgrey{
+ dir = 10
+ },
/turf/open/floor/plasteel/dark,
/area/ship/crew/cryo)
"yo" = (
/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4,
-/obj/effect/turf_decal/corner/opaque/ntblue/half{
+/obj/item/radio/intercom/directional/north,
+/obj/effect/turf_decal/corner/opaque/vired/half{
dir = 1
},
-/obj/item/radio/intercom/directional/north,
-/turf/open/floor/plasteel/white,
+/obj/structure/chair/plastic{
+ dir = 4
+ },
+/obj/effect/decal/cleanable/confetti,
+/turf/open/floor/plasteel/dark,
/area/ship/hallway/starboard)
"yA" = (
/obj/machinery/telecomms/hub{
@@ -2420,50 +3183,64 @@
id = "Nanotrasen Communications Hub";
autolinkers = list("hub","bus","relay","messaging","nanotrasen","broadcasterB","receiverB")
},
-/turf/open/floor/circuit/telecomms{
- initial_gas_mix = "TEMP=2.7"
+/obj/effect/turf_decal/techfloor{
+ dir = 1
},
+/turf/open/floor/circuit,
/area/ship/engineering/communications)
"yC" = (
-/obj/structure/toilet{
- dir = 1
+/obj/effect/turf_decal/siding/thinplating{
+ dir = 1;
+ color = "#a8b2b6"
},
-/turf/open/floor/plastic,
+/obj/item/bikehorn/rubberducky,
+/turf/open/floor/noslip,
/area/ship/crew/toilet)
-"yK" = (
-/obj/item/soap/nanotrasen,
-/obj/structure/window/reinforced/tinted/frosted{
+"yG" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4,
+/obj/structure/chair/handrail{
dir = 4
},
-/turf/open/floor/plasteel/white,
-/area/ship/crew/toilet)
+/obj/effect/turf_decal/corner/opaque/vired/half{
+ dir = 8
+ },
+/turf/open/floor/plasteel/dark,
+/area/ship/hallway/central)
+"yK" = (
+/obj/machinery/camera/autoname{
+ dir = 9
+ },
+/obj/machinery/light/floor,
+/turf/open/floor/engine/hull,
+/area/ship/external/dark)
"yU" = (
/obj/structure/table/reinforced,
-/obj/item/storage/belt/utility,
-/obj/item/t_scanner{
- pixel_x = 7;
- pixel_y = 4
- },
-/obj/item/weldingtool{
- pixel_x = -6
+/obj/machinery/computer/helm/viewscreen/directional/south,
+/obj/machinery/cell_charger,
+/obj/effect/turf_decal/techfloor{
+ dir = 4
},
-/obj/item/stack/cable_coil/random,
-/obj/item/multitool,
/turf/open/floor/plasteel/mono/dark,
/area/ship/engineering)
"yZ" = (
-/obj/structure/reagent_dispensers/watertank,
/obj/machinery/power/apc/auto_name/directional/south,
/obj/structure/cable{
icon_state = "0-9"
},
-/turf/open/floor/plasteel/tech,
-/area/ship/storage)
+/obj/machinery/suit_storage_unit/inherit{
+ name = "Medical Specialist's Storage Unit"
+ },
+/obj/item/clothing/suit/space/hardsuit/ert/lp/med,
+/obj/item/clothing/mask/breath,
+/obj/item/tank/internals/oxygen,
+/obj/effect/turf_decal/industrial/outline/blue,
+/turf/open/floor/plasteel/lightgrey,
+/area/ship/storage/equip)
"zc" = (
/obj/structure/cable{
icon_state = "4-8"
},
-/obj/effect/turf_decal/corner/opaque/ntblue/half,
/obj/effect/turf_decal/industrial/warning{
dir = 8
},
@@ -2473,7 +3250,9 @@
/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{
dir = 4
},
-/turf/open/floor/plasteel/white,
+/obj/effect/turf_decal/corner/opaque/vired/half,
+/obj/effect/decal/cleanable/plasma,
+/turf/open/floor/plasteel/dark,
/area/ship/hallway/port)
"zi" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2,
@@ -2483,23 +3262,24 @@
dir = 1
},
/obj/machinery/door/airlock/public/glass,
-/obj/effect/turf_decal/corner/opaque/ntblue/half{
+/obj/effect/turf_decal/corner/opaque/vired/half{
dir = 8
},
-/turf/open/floor/plasteel/white,
+/turf/open/floor/plasteel/dark,
/area/ship/hallway/central)
"zB" = (
-/obj/machinery/camera/autoname{
- dir = 1
+/obj/effect/turf_decal/trimline/opaque/nsorange/line,
+/obj/structure/railing/corner{
+ dir = 8
},
-/obj/machinery/door/window{
- dir = 4
+/obj/effect/turf_decal/siding/thinplating/dark/corner{
+ dir = 8
},
-/obj/machinery/door/firedoor/border_only{
- dir = 4
+/obj/structure/chair/office{
+ dir = 8
},
-/turf/open/floor/circuit/green/airless,
-/area/ship/engineering/communications)
+/turf/open/floor/plasteel/lightgrey,
+/area/ship/cargo)
"zC" = (
/obj/structure/cable{
icon_state = "4-8"
@@ -2510,60 +3290,111 @@
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{
dir = 4
},
-/obj/machinery/door/poddoor/shutters{
- dir = 8;
- name = "Cargo Bay";
- id = "Ranger_Cargo_Door"
- },
/obj/machinery/door/firedoor/border_only{
dir = 8
},
/obj/machinery/door/firedoor/border_only{
dir = 4
},
-/turf/open/floor/plasteel/tech,
+/obj/effect/turf_decal/trimline/opaque/nsorange/line{
+ dir = 9
+ },
+/obj/machinery/door/poddoor/shutters{
+ dir = 8;
+ name = "Cargo Bay";
+ id = "Ranger_Cargo_Door"
+ },
+/obj/machinery/button/door{
+ name = "Cargo Bay Shutters";
+ id = "Ranger_Cargo_Door";
+ pixel_y = 23;
+ req_ship_access = 1
+ },
+/turf/open/floor/plasteel/lightgrey,
/area/ship/cargo)
"zF" = (
/obj/structure/cable{
icon_state = "4-8"
},
-/turf/open/floor/plasteel/white,
+/turf/open/floor/plasteel/dark,
/area/ship/hallway/starboard)
"zW" = (
/turf/template_noop,
/area/template_noop)
+"Ab" = (
+/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{
+ dir = 1
+ },
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4,
+/turf/open/floor/plasteel/tech,
+/area/ship/security)
"Ao" = (
/obj/structure/cable{
icon_state = "2-4"
},
+/obj/effect/turf_decal/siding/wood{
+ dir = 10
+ },
/turf/open/floor/wood,
-/area/ship/crew/dorm)
+/area/ship/crew/dorm/captain)
"Av" = (
-/obj/structure/table/wood,
/obj/item/toy/cards/deck{
pixel_x = -1;
pixel_y = 10
},
-/turf/open/floor/plasteel/dark,
+/obj/structure/table/reinforced{
+ color = "#8A9397"
+ },
+/obj/effect/turf_decal/siding/thinplating/dark{
+ dir = 10
+ },
+/turf/open/floor/plasteel/lightgrey,
/area/ship/hallway/central)
"Aw" = (
/turf/open/floor/wood,
/area/ship/medical)
"AF" = (
/obj/structure/chair/comfy/shuttle{
- dir = 4
+ dir = 4;
+ name = "Operations Monitoring"
},
/obj/machinery/light/dim/directional/north,
-/turf/open/floor/plasteel/dark,
+/obj/effect/turf_decal/techfloor{
+ dir = 1
+ },
+/obj/machinery/button/door{
+ pixel_y = 20;
+ pixel_x = -5;
+ name = "Starboard Corridor Shutters";
+ id = "RangerStarboardShutters"
+ },
+/obj/machinery/button/door{
+ pixel_y = 20;
+ pixel_x = 5;
+ name = "Port Corridor Shutters";
+ id = "RangerPortShutters"
+ },
+/turf/open/floor/plasteel/telecomms_floor,
/area/ship/bridge)
"AH" = (
-/obj/effect/turf_decal/borderfloorblack/corner{
- dir = 8
- },
/obj/effect/turf_decal/steeldecal/steel_decals7{
dir = 1
},
-/turf/open/floor/plasteel/tech/airless,
+/obj/effect/turf_decal/techfloor,
+/obj/effect/turf_decal/techfloor{
+ dir = 1
+ },
+/obj/machinery/camera/autoname{
+ dir = 5
+ },
+/obj/machinery/button/door{
+ dir = 4;
+ pixel_x = -26;
+ id = "AiCore";
+ name = "Core Access";
+ req_access_txt = "20"
+ },
+/turf/open/floor/plasteel/tech,
/area/ship/engineering/communications)
"AP" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{
@@ -2575,29 +3406,44 @@
/obj/structure/cable{
icon_state = "4-8"
},
-/turf/open/floor/plasteel/white,
+/turf/open/floor/plasteel/dark,
/area/ship/hallway/central)
"AT" = (
/obj/effect/turf_decal/industrial/outline/blue,
/obj/structure/reagent_dispensers/fueltank,
-/turf/open/floor/plating,
+/obj/structure/railing{
+ dir = 8
+ },
+/obj/machinery/camera/autoname{
+ dir = 1
+ },
+/turf/open/floor/plasteel/tech,
/area/ship/maintenance/port)
"AZ" = (
/obj/machinery/airalarm/directional/west,
/turf/open/floor/wood,
/area/ship/security)
"Be" = (
-/obj/structure/reagent_dispensers/fueltank,
/obj/machinery/light/dim/directional/south,
/obj/machinery/button/door{
dir = 4;
id = "Ranger_FireFighting_Shut";
- name = "Shutters";
+ name = "Ready Room";
pixel_x = -22;
- pixel_y = 6
+ pixel_y = 6;
+ req_one_access_txt = "50,10,5,1,20";
+ req_ship_access = 1;
+ req_one_access = list(50, 10, 5, 1, 20)
},
-/turf/open/floor/plasteel/tech,
-/area/ship/storage)
+/obj/item/clothing/suit/space/hardsuit/ert/lp/sec,
+/obj/machinery/suit_storage_unit/inherit{
+ name = "Security Specialist's Storage Unit"
+ },
+/obj/item/clothing/mask/breath,
+/obj/item/tank/internals/oxygen/red,
+/obj/effect/turf_decal/industrial/outline/red,
+/turf/open/floor/plasteel/lightgrey,
+/area/ship/storage/equip)
"Bg" = (
/obj/machinery/power/shieldwallgen/atmos/roundstart{
dir = 8;
@@ -2616,22 +3462,28 @@
/turf/open/floor/plasteel,
/area/ship/hallway/starboard)
"Bh" = (
-/turf/open/floor/plasteel/stairs/wood,
+/obj/effect/turf_decal/siding/wood{
+ dir = 5
+ },
+/obj/structure/window/reinforced/tinted{
+ dir = 1
+ },
+/turf/open/floor/wood,
/area/ship/engineering)
"Bl" = (
-/obj/effect/turf_decal/corner/opaque/orange/border{
- dir = 4
+/obj/structure/chair/handrail{
+ dir = 8
},
-/obj/effect/turf_decal/trimline/opaque/orange/arrow_ccw{
+/obj/effect/turf_decal/trimline/opaque/vired/arrow_ccw{
dir = 8
},
-/turf/open/floor/plasteel/white,
+/obj/effect/turf_decal/trimline/opaque/vired/filled/line{
+ dir = 4
+ },
+/turf/open/floor/plasteel/tech/techmaint,
/area/ship/hallway/starboard)
"Bo" = (
/obj/effect/turf_decal/steeldecal/steel_decals4,
-/obj/effect/turf_decal/borderfloorblack{
- dir = 4
- },
/obj/effect/turf_decal/steeldecal/steel_decals7{
dir = 1
},
@@ -2641,19 +3493,30 @@
/obj/effect/turf_decal/steeldecal/steel_decals6{
dir = 8
},
-/turf/open/floor/plasteel/tech/airless,
+/obj/effect/turf_decal/trimline/opaque/yellow/filled/warning,
+/obj/effect/turf_decal/spline/fancy/opaque/black{
+ dir = 6
+ },
+/turf/open/floor/plasteel/telecomms_floor,
/area/ship/engineering/communications)
"BA" = (
-/obj/machinery/shower{
+/obj/machinery/light/small/directional/east,
+/obj/structure/toilet{
dir = 1
},
-/obj/structure/curtain,
-/obj/item/bikehorn/rubberducky,
-/turf/open/floor/plasteel/white,
+/obj/effect/turf_decal/siding/thinplating{
+ dir = 1;
+ color = "#a8b2b6"
+ },
+/obj/effect/decal/cleanable/cobweb,
+/turf/open/floor/plasteel/showroomfloor,
/area/ship/crew/toilet)
"BI" = (
-/obj/machinery/door/airlock/wood,
-/turf/open/floor/plasteel/white,
+/obj/machinery/door/airlock/wood{
+ name = "Toilets";
+ req_ship_access = 0
+ },
+/turf/open/floor/plasteel/showroomfloor,
/area/ship/crew/toilet)
"BO" = (
/obj/machinery/power/smes/shuttle/precharged{
@@ -2662,38 +3525,37 @@
/obj/machinery/door/window/northleft{
dir = 4
},
-/obj/machinery/door/poddoor/shutters{
- dir = 4;
- id = "Ranger_SB_maint_shut"
- },
/obj/structure/cable/yellow{
icon_state = "0-8"
},
+/obj/machinery/door/poddoor/shutters{
+ dir = 4;
+ id = "Ranger_SB_maint_shut";
+ name = "Engine Shutters"
+ },
/turf/open/floor/plating,
/area/ship/maintenance/starboard)
"BX" = (
-/obj/effect/turf_decal/corner/opaque/ntblue/half{
- dir = 8
- },
/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2,
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4,
-/obj/structure/closet/firecloset/wall/directional/west,
-/turf/open/floor/plasteel/white,
+/obj/effect/turf_decal/corner/opaque/vired/half{
+ dir = 8
+ },
+/turf/open/floor/plasteel/dark,
/area/ship/hallway/central)
"BY" = (
-/obj/effect/turf_decal/corner/opaque/ntblue/half{
- dir = 4
- },
/obj/structure/cable{
icon_state = "2-9"
},
/obj/structure/cable{
icon_state = "1-2"
},
-/turf/open/floor/plasteel/white,
+/obj/effect/turf_decal/corner/opaque/vired/half{
+ dir = 4
+ },
+/turf/open/floor/plasteel/dark,
/area/ship/hallway/central)
"Ca" = (
-/obj/effect/turf_decal/corner/opaque/orange/full,
/obj/machinery/power/apc/auto_name/directional/north,
/obj/structure/cable{
icon_state = "0-8"
@@ -2704,7 +3566,10 @@
/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{
dir = 4
},
-/obj/effect/turf_decal/siding/yellow{
+/obj/effect/turf_decal/spline/fancy/opaque/orange/corner{
+ dir = 8
+ },
+/obj/effect/turf_decal/spline/fancy/opaque/orange{
dir = 1
},
/turf/open/floor/plasteel/tech,
@@ -2717,7 +3582,9 @@
dir = 6
},
/obj/machinery/light/dim/directional/west,
-/turf/open/floor/plasteel/white,
+/obj/effect/turf_decal/industrial/hatch/blue,
+/obj/structure/bed/roller,
+/turf/open/floor/plasteel/dark,
/area/ship/hallway/port)
"Cg" = (
/obj/structure/cable{
@@ -2727,47 +3594,50 @@
dir = 4
},
/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4,
-/turf/open/floor/plasteel/white,
+/turf/open/floor/plasteel/dark,
/area/ship/hallway/starboard)
"Cq" = (
/obj/machinery/power/apc/auto_name/directional/south,
/obj/structure/cable,
-/turf/open/floor/circuit/green/airless,
+/obj/machinery/blackbox_recorder,
+/obj/effect/turf_decal/techfloor{
+ dir = 1
+ },
+/turf/open/floor/circuit,
/area/ship/engineering/communications)
"Ct" = (
-/obj/structure/table/greyscale,
/obj/machinery/light/dim/directional/east,
-/obj/effect/turf_decal/siding/blue{
- dir = 6
+/obj/effect/turf_decal/industrial/warning{
+ dir = 10
},
-/obj/item/roller{
- pixel_x = 5;
- pixel_y = 12
+/obj/effect/turf_decal/siding/thinplating/light{
+ dir = 10
},
-/obj/item/roller{
- pixel_x = -3;
- pixel_y = 7
+/obj/effect/turf_decal/borderfloorwhite/corner{
+ dir = 4
+ },
+/obj/machinery/shower{
+ dir = 8;
+ pixel_y = 2
},
/turf/open/floor/plasteel/white,
/area/ship/medical)
"CB" = (
-/obj/effect/turf_decal/borderfloorblack{
- dir = 8
+/obj/effect/turf_decal/trimline/opaque/yellow/filled/warning,
+/obj/effect/turf_decal/spline/fancy/opaque/black{
+ dir = 10
},
-/obj/effect/turf_decal/techfloor/hole/right,
-/turf/open/floor/plasteel/tech/airless,
+/turf/open/floor/plasteel/telecomms_floor,
/area/ship/engineering/communications)
"CD" = (
-/obj/effect/turf_decal/corner/opaque/orange/border{
- dir = 4
- },
-/obj/effect/turf_decal/trimline/opaque/orange/arrow_ccw{
+/obj/machinery/computer/helm/viewscreen/directional/east,
+/obj/effect/turf_decal/trimline/opaque/vired/arrow_ccw{
dir = 8
},
-/obj/effect/turf_decal/industrial/warning{
- dir = 1
+/obj/effect/turf_decal/trimline/opaque/vired/filled/line{
+ dir = 4
},
-/turf/open/floor/plasteel/white,
+/turf/open/floor/plasteel/tech/techmaint,
/area/ship/hallway/starboard)
"CG" = (
/obj/machinery/door/airlock/public/glass,
@@ -2777,23 +3647,25 @@
/obj/machinery/door/firedoor/border_only{
dir = 1
},
-/obj/effect/turf_decal/corner/opaque/ntblue/half{
+/obj/effect/turf_decal/corner/opaque/vired/half{
dir = 8
},
-/turf/open/floor/plasteel/white,
+/turf/open/floor/plasteel/dark,
/area/ship/hallway/central)
"CI" = (
/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2,
/turf/open/floor/plasteel/dark,
/area/ship/bridge)
"CJ" = (
-/obj/machinery/atmospherics/components/binary/pump/layer2{
- dir = 8;
- name = "Air Supply Pump"
- },
/obj/machinery/door/firedoor/border_only{
dir = 4
},
+/obj/machinery/atmospherics/pipe/simple/cyan/visible{
+ dir = 4
+ },
+/obj/machinery/atmospherics/components/binary/pump/on/layer2{
+ dir = 8
+ },
/turf/open/floor/plating,
/area/ship/hallway/central)
"CN" = (
@@ -2805,65 +3677,192 @@
/obj/structure/window/reinforced{
dir = 8
},
+/obj/machinery/atmospherics/pipe/simple/cyan/visible{
+ dir = 10
+ },
/turf/open/floor/engine/air,
/area/ship/hallway/central)
"CP" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{
+ dir = 4
+ },
+/obj/machinery/door/poddoor{
+ dir = 4;
+ id = "Ranger_Cycler_Shutters";
+ name = "Air Cycler Lockdown"
+ },
+/obj/machinery/door/airlock/external{
+ dir = 4
+ },
+/obj/effect/turf_decal/techfloor{
+ dir = 4
+ },
+/obj/effect/turf_decal/techfloor{
+ dir = 8
+ },
+/turf/open/floor/plasteel/tech/techmaint{
+ color = "#a8b2b6"
+ },
+/area/ship/hallway/central)
+"CW" = (
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4,
+/obj/machinery/button/door{
+ pixel_x = 21;
+ dir = 8;
+ pixel_y = 3;
+ name = "Cryogenics Access";
+ id = "RangerCryoShutters"
+ },
+/obj/machinery/door/poddoor/shutters/preopen{
+ id = "RangerCryoShutters";
+ name = "Cryogenic Storage"
+ },
+/turf/open/floor/plasteel/stairs{
+ color = "#8A9397"
+ },
+/area/ship/crew/cryo)
+"Dd" = (
+/obj/effect/turf_decal/industrial/outline/orange,
+/obj/machinery/portable_atmospherics/canister/nitrogen,
+/turf/open/floor/plasteel/tech,
+/area/ship/maintenance/starboard)
+"Dr" = (
+/obj/machinery/power/shieldwallgen/atmos/roundstart{
+ id = "AI_Core_Field_Engi";
+ dir = 8
+ },
+/obj/machinery/door/poddoor{
+ dir = 2;
+ id = "Ranger_AI_Core_Blasts";
+ name = "Communications Access"
+ },
+/obj/structure/cable,
+/obj/machinery/door/firedoor/border_only,
+/obj/machinery/door/firedoor/border_only{
+ dir = 1
+ },
+/turf/open/floor/noslip,
+/area/ship/engineering)
+"Ds" = (
/obj/machinery/camera/autoname{
- dir = 10
+ dir = 6
+ },
+/obj/effect/turf_decal/steeldecal/steel_decals7{
+ dir = 1
+ },
+/obj/effect/turf_decal/steeldecal/steel_decals7{
+ dir = 4
+ },
+/obj/effect/turf_decal/steeldecal/steel_decals6{
+ dir = 8
+ },
+/obj/effect/turf_decal/trimline/opaque/yellow/filled/warning{
+ dir = 1
+ },
+/obj/effect/turf_decal/spline/fancy/opaque/black{
+ dir = 5
+ },
+/turf/open/floor/plasteel/telecomms_floor,
+/area/ship/engineering/communications)
+"Dx" = (
+/obj/machinery/recharger{
+ pixel_x = 6;
+ pixel_y = -3
+ },
+/obj/machinery/button/door{
+ id = "SecureCell";
+ normaldoorcontrol = 1;
+ pixel_x = 7;
+ pixel_y = 10;
+ specialfunctions = 4;
+ req_access_txt = "1";
+ req_ship_access = 1;
+ name = "Cell Bolt Controls"
+ },
+/obj/structure/table/reinforced{
+ color = "#8A9397"
+ },
+/obj/machinery/button/door{
+ id = "SecShutters";
+ name = "Privacy Shutters";
+ layer = 2.92;
+ req_ship_access = 1;
+ req_access_txt = "1";
+ pixel_x = -5;
+ pixel_y = 10
+ },
+/obj/machinery/button/door{
+ id = "CellHallShutters";
+ name = "Cell Hall Shutters";
+ req_access_txt = "1";
+ req_ship_access = 1;
+ pixel_x = -5;
+ pixel_y = 2;
+ layer = 2.91
+ },
+/obj/machinery/button/door{
+ pixel_y = -6;
+ pixel_x = -5;
+ id = "SecCellWindowShutters";
+ name = "Cell Window Shutters";
+ req_access_txt = "1";
+ req_ship_access = 1
+ },
+/turf/open/floor/mineral/plastitanium/red/brig,
+/area/ship/security)
+"DE" = (
+/obj/machinery/firealarm/directional/east,
+/obj/machinery/recharger{
+ dir = 4;
+ pixel_x = -8
+ },
+/obj/machinery/cell_charger{
+ dir = 4;
+ pixel_x = 5
},
-/turf/open/floor/engine/hull,
-/area/ship/external)
-"Dd" = (
-/obj/machinery/portable_atmospherics/canister/air,
-/obj/effect/turf_decal/industrial/outline/orange,
-/turf/open/floor/plasteel/tech,
-/area/ship/maintenance/starboard)
-"Dr" = (
-/obj/machinery/power/shieldwallgen/atmos/roundstart{
- id = "AI_Core_Field_Engi";
- dir = 8
+/obj/structure/table/reinforced,
+/obj/item/stack/marker_beacon/thirty{
+ icon_state = "markerrandom";
+ pixel_x = -9;
+ pixel_y = 13;
+ amount = 100
},
-/obj/machinery/door/poddoor{
- dir = 2;
- id = "Ranger_AI_Core_Blasts"
+/obj/item/stack/marker_beacon/thirty{
+ icon_state = "markerrandom";
+ pixel_x = 11;
+ pixel_y = 13;
+ amount = 100
},
-/obj/structure/cable,
-/obj/machinery/door/firedoor/border_only,
-/obj/machinery/door/firedoor/border_only{
- dir = 1
+/obj/item/stack/marker_beacon/thirty{
+ icon_state = "markerrandom";
+ pixel_x = 5;
+ pixel_y = 13;
+ amount = 100
},
-/turf/open/floor/plating,
-/area/ship/engineering)
-"Ds" = (
-/obj/machinery/camera/autoname{
- dir = 6
+/obj/item/stack/marker_beacon/thirty{
+ icon_state = "markerrandom";
+ pixel_x = -2;
+ pixel_y = 13;
+ amount = 100
},
-/obj/effect/turf_decal/borderfloorblack/corner,
-/obj/effect/turf_decal/steeldecal/steel_decals7{
- dir = 1
+/obj/effect/turf_decal/corner/opaque/vired/three_quarters{
+ dir = 8
},
-/obj/effect/turf_decal/steeldecal/steel_decals7{
- dir = 4
+/obj/item/stock_parts/cell/gun,
+/turf/open/floor/plasteel/tech,
+/area/ship/storage/equip)
+"DQ" = (
+/obj/structure/cable{
+ icon_state = "1-2"
},
-/obj/effect/turf_decal/steeldecal/steel_decals6{
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{
dir = 8
},
-/turf/open/floor/plasteel/tech/airless,
-/area/ship/engineering/communications)
-"Dx" = (
-/turf/open/floor/plasteel/dark,
-/area/ship/security)
-"DE" = (
-/obj/item/storage/box/metalfoam,
-/obj/item/watertank/atmos,
-/obj/structure/rack,
-/obj/effect/turf_decal/corner/opaque/brown/mono,
-/obj/machinery/firealarm/directional/east,
-/obj/effect/turf_decal/industrial/warning{
- dir = 1
+/obj/effect/turf_decal/corner/opaque/vired/half{
+ dir = 4
},
/turf/open/floor/plasteel/dark,
-/area/ship/storage)
+/area/ship/hallway/central)
"DW" = (
/obj/structure/cable/cyan{
icon_state = "0-4"
@@ -2876,23 +3875,41 @@
/area/ship/maintenance/starboard)
"DZ" = (
/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2,
-/obj/machinery/button/door{
- dir = 4;
- pixel_x = -20;
- name = "Cargo Bay Shutters";
- id = "Ranger_Cargo_Door";
- pixel_y = 1
- },
+/obj/structure/filingcabinet/double,
/turf/open/floor/plasteel/tech,
/area/ship/cargo)
"Ek" = (
/obj/machinery/computer/telecomms/server,
-/turf/open/floor/plasteel/dark,
+/obj/structure/window/reinforced/survival_pod{
+ dir = 8
+ },
+/obj/effect/turf_decal/techfloor{
+ dir = 9
+ },
+/turf/open/floor/plasteel/telecomms_floor,
/area/ship/bridge)
+"Ep" = (
+/obj/effect/turf_decal/spline/fancy/opaque/black{
+ dir = 10
+ },
+/obj/effect/turf_decal/trimline/opaque/yellow/filled/warning{
+ dir = 8
+ },
+/turf/open/floor/plasteel/telecomms_floor,
+/area/ship/engineering/communications)
"Eq" = (
/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{
dir = 1
},
+/obj/effect/turf_decal/trimline/opaque/nsorange/warning,
+/obj/effect/turf_decal/siding{
+ color = "#474747"
+ },
+/turf/open/floor/plasteel/lightgrey,
+/area/ship/cargo)
+"EA" = (
+/obj/structure/crate_shelf,
+/obj/machinery/light/dim/directional/west,
/turf/open/floor/plasteel/tech,
/area/ship/cargo)
"EL" = (
@@ -2903,45 +3920,52 @@
/obj/effect/turf_decal/trimline/opaque/ntblue/filled/line{
dir = 1
},
-/turf/open/floor/plasteel/white,
+/turf/open/floor/plasteel/dark,
/area/ship/hallway/port)
"EP" = (
/obj/machinery/vending/snack/random,
-/turf/open/floor/plasteel/dark,
+/turf/open/floor/plasteel/lightgrey,
/area/ship/hallway/central)
"Ff" = (
/obj/structure/cable{
icon_state = "4-8"
},
-/obj/effect/turf_decal/corner/opaque/ntblue/half{
+/obj/effect/turf_decal/corner/opaque/vired/half{
dir = 1
},
-/turf/open/floor/plasteel/white,
+/turf/open/floor/plasteel/dark,
/area/ship/hallway/starboard)
"Fg" = (
-/obj/machinery/suit_storage_unit/inherit,
-/obj/item/clothing/suit/space/hardsuit/ert/lp,
-/obj/item/clothing/mask/breath,
-/obj/item/tank/internals/emergency_oxygen,
-/obj/effect/turf_decal/siding/wood/end{
+/obj/effect/turf_decal/trimline/opaque/nsorange/corner{
dir = 4
},
-/turf/open/floor/wood,
-/area/ship/crew/dorm)
-"Fh" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer2{
- dir = 9
+/obj/item/paper/crumpled,
+/obj/item/paper/crumpled{
+ pixel_x = 6;
+ pixel_y = -1
},
-/obj/machinery/door/airlock/external{
- dir = 4
+/obj/item/paper/crumpled{
+ pixel_x = -10;
+ pixel_y = 6
},
-/obj/machinery/door/firedoor/border_only{
+/obj/item/paper/crumpled{
+ pixel_y = -6;
+ pixel_x = -4
+ },
+/turf/open/floor/plasteel/lightgrey,
+/area/ship/cargo)
+"Fh" = (
+/obj/machinery/atmospherics/pipe/layer_manifold/visible{
dir = 4
},
-/obj/machinery/door/firedoor/border_only{
- dir = 8
+/obj/effect/turf_decal/siding/thinplating{
+ dir = 1;
+ color = "#a8b2b6"
+ },
+/obj/effect/turf_decal/trimline/opaque/vired/arrow_ccw,
+/turf/open/floor/plasteel/tech/techmaint{
+ color = "#a8b2b6"
},
-/turf/open/floor/plasteel/dark,
/area/ship/hallway/central)
"Fw" = (
/obj/structure/cable{
@@ -2953,11 +3977,13 @@
/obj/machinery/door/firedoor/border_only{
dir = 1
},
-/obj/machinery/door/airlock/wood,
+/obj/machinery/door/airlock/wood{
+ name = "Restroom";
+ req_ship_access = 0
+ },
/turf/open/floor/plasteel/white,
/area/ship/crew/toilet)
"Fx" = (
-/obj/structure/table/wood,
/obj/item/storage/box/matches{
pixel_y = 4
},
@@ -2969,7 +3995,13 @@
pixel_y = 2;
pixel_x = -5
},
-/turf/open/floor/plasteel/dark,
+/obj/structure/table/reinforced{
+ color = "#8A9397"
+ },
+/obj/effect/turf_decal/siding/thinplating/dark{
+ dir = 8
+ },
+/turf/open/floor/plasteel/lightgrey,
/area/ship/hallway/central)
"FB" = (
/obj/structure/cable{
@@ -2978,15 +4010,24 @@
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{
dir = 4
},
-/obj/effect/turf_decal/corner/opaque/orange/full,
-/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{
- dir = 1
+/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{
+ dir = 4
},
-/obj/effect/turf_decal/siding/yellow{
- dir = 5
+/obj/machinery/door/firedoor/border_only{
+ dir = 8
},
-/obj/structure/cable{
- icon_state = "1-4"
+/obj/machinery/door/airlock/engineering{
+ dir = 4;
+ name = "Engineering Sector"
+ },
+/obj/machinery/door/firedoor/border_only{
+ dir = 4
+ },
+/obj/effect/turf_decal/techfloor{
+ dir = 4
+ },
+/obj/effect/turf_decal/techfloor{
+ dir = 8
},
/turf/open/floor/plasteel/tech,
/area/ship/engineering)
@@ -3001,32 +4042,33 @@
dir = 4
},
/obj/machinery/airalarm/directional/south,
-/turf/open/floor/plating,
+/obj/effect/decal/cleanable/oil/streak,
+/turf/open/floor/plasteel/tech,
/area/ship/maintenance/starboard)
"Gc" = (
-/obj/structure/closet/cabinet,
-/obj/item/clothing/under/rank/security/head_of_security/alt/skirt/lp,
-/obj/item/clothing/under/rank/security/head_of_security/alt/lp,
-/obj/item/clothing/shoes/jackboots,
-/obj/item/clothing/suit/jacket/miljacket,
-/obj/item/clothing/suit/jacket/leather/duster/command,
-/obj/item/storage/backpack/messenger/com,
-/obj/item/storage/backpack/satchel/cap,
-/obj/item/storage/backpack/captain,
-/obj/item/storage/backpack/duffelbag/captain,
-/obj/effect/turf_decal/siding/wood{
- dir = 9
- },
/obj/machinery/light/dim/directional/north,
-/turf/open/floor/wood,
-/area/ship/crew/dorm)
+/obj/machinery/camera/autoname{
+ dir = 5
+ },
+/obj/effect/turf_decal/techfloor{
+ dir = 4
+ },
+/obj/effect/turf_decal/techfloor{
+ dir = 8
+ },
+/obj/machinery/suit_storage_unit/inherit,
+/obj/item/clothing/suit/space/hardsuit/ert/lp,
+/obj/item/clothing/mask/breath,
+/obj/item/tank/internals/emergency_oxygen/double,
+/turf/open/floor/plasteel/tech,
+/area/ship/crew/dorm/captain)
"Ge" = (
/obj/structure/cable{
icon_state = "0-8"
},
/obj/machinery/power/port_gen/pacman,
-/obj/item/stack/sheet/mineral/plasma/twenty,
/obj/effect/turf_decal/industrial/outline/orange,
+/obj/item/stack/sheet/mineral/plasma/twenty,
/turf/open/floor/plating,
/area/ship/engineering)
"Gh" = (
@@ -3036,24 +4078,20 @@
/obj/effect/turf_decal/industrial/warning{
dir = 4
},
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{
- dir = 4
- },
/obj/machinery/light/floor,
-/turf/open/floor/plasteel/white,
+/turf/open/floor/plasteel/dark,
/area/ship/hallway/central)
"Gk" = (
-/obj/effect/turf_decal/corner/opaque/ntblue/half{
- dir = 8
- },
/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{
dir = 8
},
/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{
dir = 8
},
-/obj/structure/closet/emcloset/wall/directional/west,
-/turf/open/floor/plasteel/white,
+/obj/effect/turf_decal/corner/opaque/vired/half{
+ dir = 8
+ },
+/turf/open/floor/plasteel/dark,
/area/ship/hallway/central)
"Gn" = (
/obj/structure/table/wood,
@@ -3064,8 +4102,22 @@
/obj/item/toy/plush/moth/snow{
pixel_x = -3
},
+/obj/item/folder/blue{
+ pixel_x = -3;
+ pixel_y = -10
+ },
+/obj/item/flashlight/pen{
+ pixel_x = -5;
+ pixel_y = -9
+ },
/turf/open/floor/wood,
/area/ship/medical)
+"Gs" = (
+/obj/machinery/atmospherics/pipe/simple/cyan/hidden{
+ dir = 10
+ },
+/turf/open/floor/engine/hull,
+/area/ship/external/dark)
"Gz" = (
/obj/effect/turf_decal/steeldecal/steel_decals7{
dir = 1
@@ -3076,22 +4128,29 @@
/obj/effect/turf_decal/steeldecal/steel_decals7{
dir = 4
},
-/turf/open/floor/plasteel/tech/airless,
+/turf/open/floor/plasteel/tech,
/area/ship/engineering/communications)
"GC" = (
+/obj/effect/turf_decal/corner/opaque/blue/diagonal,
+/obj/structure/window/reinforced/spawner,
/obj/structure/window/reinforced/spawner{
- dir = 4
+ dir = 8
},
-/obj/effect/turf_decal/siding/blue{
+/obj/structure/cable{
+ icon_state = "6-8"
+ },
+/obj/effect/turf_decal/borderfloorwhite/corner{
dir = 4
},
/turf/open/floor/plasteel/white,
/area/ship/medical)
"GE" = (
-/obj/effect/turf_decal/corner/opaque/blue/diagonal,
-/obj/structure/bed,
-/obj/item/bedsheet/medical,
-/turf/open/floor/plasteel/white,
+/obj/structure/table/optable,
+/obj/effect/turf_decal/borderfloorwhite/full,
+/obj/machinery/defibrillator_mount/loaded{
+ pixel_y = 24
+ },
+/turf/open/floor/noslip,
/area/ship/medical)
"GG" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{
@@ -3103,50 +4162,54 @@
/obj/structure/cable{
icon_state = "1-2"
},
-/turf/open/floor/plasteel/white,
+/turf/open/floor/plasteel/dark,
/area/ship/hallway/central)
"GY" = (
-/obj/effect/turf_decal/siding/wood{
- dir = 1
- },
/obj/effect/turf_decal/siding/wood,
/obj/item/radio/intercom/directional/south,
+/obj/item/bedsheet/orange,
+/obj/structure/bed,
+/obj/machinery/camera/autoname{
+ dir = 8
+ },
+/obj/effect/turf_decal/siding/wood{
+ dir = 6
+ },
/turf/open/floor/wood,
/area/ship/engineering)
"Ha" = (
-/obj/structure/closet/secure_closet/lp/lieutenant,
-/obj/item/stock_parts/cell/gun,
/obj/item/melee/classic_baton/telescopic,
/obj/item/melee/knife/survival,
/obj/item/gps,
/obj/item/screwdriver,
-/obj/effect/turf_decal/siding/wood{
- dir = 10
- },
/obj/machinery/light_switch{
dir = 1;
pixel_x = 7;
pixel_y = -20
},
-/obj/item/ammo_box/c9mm,
-/obj/item/ammo_box/c9mm,
-/obj/item/ammo_box/c9mm/rubbershot,
-/obj/item/ammo_box/magazine/co9mm,
-/obj/item/storage/pistolcase/commander,
/obj/item/storage/pistolcase/egun,
-/turf/open/floor/wood,
-/area/ship/crew/dorm)
-"Hd" = (
-/obj/structure/grille,
-/obj/structure/window/reinforced/fulltile,
-/obj/machinery/door/poddoor/shutters{
- id = "Engineering_Specialist_Shutters";
+/obj/item/megaphone/command,
+/obj/structure/closet/secure_closet/lp/lieutenant,
+/obj/effect/turf_decal/techfloor{
dir = 4
},
+/obj/effect/turf_decal/techfloor{
+ dir = 8
+ },
+/turf/open/floor/plasteel/tech,
+/area/ship/crew/dorm/captain)
+"Hd" = (
+/obj/structure/grille,
/obj/structure/cable{
icon_state = "5-8"
},
/obj/machinery/door/firedoor/window,
+/obj/machinery/door/poddoor/shutters{
+ id = "Engineering_Specialist_Shutters";
+ dir = 4;
+ name = "Communications Shutters"
+ },
+/obj/structure/window/reinforced/fulltile/shuttle,
/turf/open/floor/plating,
/area/ship/engineering)
"Hs" = (
@@ -3156,27 +4219,25 @@
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{
dir = 4
},
-/obj/effect/turf_decal/corner/opaque/orange/full,
+/obj/effect/turf_decal/spline/fancy/opaque/orange{
+ dir = 5
+ },
/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{
dir = 4
},
-/obj/effect/turf_decal/siding/yellow{
- dir = 1
- },
/turf/open/floor/plasteel/tech,
/area/ship/engineering)
"Hy" = (
/obj/structure/cable{
icon_state = "1-2"
},
-/obj/effect/turf_decal/trimline/opaque/orange/arrow_cw{
+/obj/effect/turf_decal/trimline/opaque/vired/arrow_cw{
dir = 8
},
-/obj/effect/turf_decal/trimline/opaque/orange/filled/line{
+/obj/effect/turf_decal/trimline/opaque/vired/filled/line{
dir = 4
},
-/obj/effect/turf_decal/industrial/warning,
-/turf/open/floor/plasteel/white,
+/turf/open/floor/plasteel/tech/techmaint,
/area/ship/hallway/port)
"HA" = (
/obj/machinery/power/shieldwallgen/atmos/roundstart{
@@ -3193,6 +4254,7 @@
/obj/machinery/door/firedoor/border_only{
dir = 1
},
+/obj/machinery/atmospherics/pipe/simple/cyan/hidden,
/turf/open/floor/plasteel,
/area/ship/hallway/port)
"HZ" = (
@@ -3207,10 +4269,30 @@
dir = 4;
pixel_x = -21;
name = "Shutters";
- id = "Ranger_Port_maint_shut"
+ id = "Ranger_Port_maint_shut";
+ req_ship_access = 1
},
+/obj/effect/spawner/lootdrop/waste/trash,
/turf/open/floor/plating,
/area/ship/maintenance/port)
+"Ih" = (
+/obj/effect/turf_decal/siding/thinplating/dark{
+ dir = 1
+ },
+/obj/effect/decal/cleanable/blood/drip,
+/obj/effect/decal/cleanable/blood/drip{
+ pixel_x = 14;
+ pixel_y = 4
+ },
+/obj/item/stack/medical/suture{
+ amount = 1;
+ name = "bloody suture"
+ },
+/obj/item/melee/knife/kitchen{
+ pixel_y = -12
+ },
+/turf/open/floor/plasteel/lightgrey,
+/area/ship/hallway/central)
"Iy" = (
/obj/structure/table/wood,
/obj/machinery/light/dim/directional/north,
@@ -3229,6 +4311,10 @@
/obj/item/radio{
pixel_x = -2
},
+/obj/item/reagent_containers/food/drinks/soda_cans/sol_dry{
+ pixel_x = 8;
+ pixel_y = 9
+ },
/turf/open/floor/plasteel/dark,
/area/ship/crew/cryo)
"Iz" = (
@@ -3236,11 +4322,45 @@
/obj/structure/cable{
icon_state = "0-10"
},
+/obj/structure/closet/secure_closet{
+ icon_state = "qm";
+ name = "Logistics Specialist's Locker";
+ req_ship_access = 1;
+ req_one_access = list(50)
+ },
+/obj/item/clothing/suit/hooded/wintercoat/cargo{
+ pixel_x = 14
+ },
+/obj/item/clothing/shoes/sneakers/brown{
+ pixel_x = -10;
+ pixel_y = -12
+ },
+/obj/item/storage/backpack/satchel/leather{
+ pixel_y = -6
+ },
+/obj/item/clothing/under/nanotrasen/supply/qm,
+/obj/item/gps{
+ pixel_x = 11;
+ pixel_y = 9
+ },
+/obj/item/stack/packageWrap{
+ pixel_x = -10;
+ pixel_y = 12
+ },
+/obj/item/stack/packageWrap{
+ pixel_x = -10
+ },
+/obj/item/stack/packageWrap{
+ pixel_x = -10;
+ pixel_y = 6
+ },
/turf/open/floor/plasteel/tech,
/area/ship/cargo)
"IC" = (
/obj/effect/turf_decal/corner/opaque/orange/full,
-/obj/machinery/door/airlock/engineering/glass,
+/obj/machinery/door/airlock/engineering/glass{
+ name = "Electrical Bay"
+ },
/obj/structure/cable{
icon_state = "1-2"
},
@@ -3250,18 +4370,28 @@
/obj/machinery/door/firedoor/border_only{
dir = 1
},
+/obj/effect/turf_decal/techfloor{
+ dir = 1
+ },
+/obj/effect/turf_decal/techfloor,
/turf/open/floor/plasteel/tech,
/area/ship/engineering)
"IE" = (
/obj/machinery/light/floor,
-/turf/open/floor/circuit/green/airless,
+/obj/effect/turf_decal/spline/fancy/opaque/black{
+ dir = 8
+ },
+/obj/effect/turf_decal/trimline/opaque/yellow/filled/warning{
+ dir = 8
+ },
+/turf/open/floor/plasteel/telecomms_floor,
/area/ship/engineering/communications)
"IM" = (
/obj/structure/chair/sofa/brown/directional/west,
/obj/item/toy/plush/blahaj{
layer = 3.1
},
-/turf/open/floor/plasteel/dark,
+/turf/open/floor/plasteel/lightgrey,
/area/ship/hallway/central)
"IQ" = (
/obj/machinery/cryopod,
@@ -3273,19 +4403,19 @@
/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{
dir = 1
},
-/obj/effect/turf_decal/corner/opaque/ntblue/half,
-/turf/open/floor/plasteel/white,
+/obj/effect/turf_decal/corner/opaque/vired/half,
+/turf/open/floor/plasteel/dark,
/area/ship/hallway/port)
"Ji" = (
-/obj/machinery/suit_storage_unit/inherit,
-/obj/item/clothing/suit/space/hardsuit/ert/lp/sec,
-/obj/item/clothing/mask/breath,
-/obj/machinery/light/dim/directional/east,
-/obj/effect/turf_decal/siding/red{
- dir = 5
+/obj/effect/turf_decal/borderfloorblack,
+/obj/structure/chair/handrail{
+ dir = 4
},
-/obj/item/tank/internals/emergency_oxygen,
-/turf/open/floor/mineral/plastitanium/red/brig,
+/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{
+ dir = 1
+ },
+/obj/effect/decal/cleanable/confetti,
+/turf/open/floor/plasteel/tech,
/area/ship/security)
"Js" = (
/obj/machinery/holopad,
@@ -3293,7 +4423,7 @@
dir = 8
},
/obj/effect/turf_decal/siding/red/corner,
-/turf/open/floor/mineral/plastitanium/red/brig,
+/turf/open/floor/plasteel/tech,
/area/ship/security)
"Jw" = (
/obj/structure/cable/cyan{
@@ -3305,20 +4435,14 @@
/turf/open/floor/plating,
/area/ship/maintenance/port)
"JK" = (
-/obj/effect/turf_decal/siding/wood{
- dir = 10
- },
-/obj/effect/turf_decal/siding/wood/corner{
- dir = 4
- },
-/obj/structure/mirror{
- pixel_x = -25
- },
-/obj/machinery/firealarm/directional/south,
+/obj/effect/turf_decal/siding/wood,
/turf/open/floor/wood,
/area/ship/engineering)
"JO" = (
-/obj/machinery/door/airlock/command,
+/obj/machinery/door/airlock/command{
+ req_access_txt = "20";
+ name = "Lieutenant's Quarters"
+ },
/obj/structure/cable{
icon_state = "1-2"
},
@@ -3327,7 +4451,7 @@
},
/obj/machinery/door/firedoor/border_only,
/turf/open/floor/wood,
-/area/ship/crew/dorm)
+/area/ship/crew/dorm/captain)
"JP" = (
/obj/structure/cable{
icon_state = "4-8"
@@ -3341,38 +4465,40 @@
/turf/open/floor/plating,
/area/ship/engineering)
"JR" = (
-/turf/closed/wall/r_wall,
+/turf/closed/wall/mineral/titanium/nodiagonal,
/area/ship/crew/cryo)
"Kf" = (
/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{
dir = 1
},
-/obj/effect/turf_decal/corner/opaque/ntblue/three_quarters,
-/turf/open/floor/plasteel/white,
+/obj/effect/turf_decal/corner/opaque/vired/three_quarters,
+/turf/open/floor/plasteel/dark,
/area/ship/hallway/port)
"Kg" = (
-/turf/closed/wall/r_wall,
+/turf/closed/wall/mineral/titanium/nodiagonal,
/area/ship/engineering/communications)
"Kj" = (
/obj/machinery/atmospherics/components/unary/portables_connector/visible/layer3{
dir = 8
},
/obj/effect/decal/cleanable/plasma,
+/obj/effect/decal/cleanable/plasma,
/turf/open/floor/plating,
/area/ship/maintenance/port)
"Kl" = (
-/obj/effect/turf_decal/corner/opaque/ntblue/half{
- dir = 8
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2,
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4,
-/obj/machinery/camera/autoname{
- dir = 5
+/obj/effect/turf_decal/siding/thinplating/dark{
+ dir = 4
},
-/turf/open/floor/plasteel/white,
+/obj/machinery/computer/helm/viewscreen/directional/west,
+/turf/open/floor/plasteel/lightgrey,
/area/ship/hallway/central)
"Kt" = (
-/obj/machinery/holopad,
+/obj/effect/turf_decal/siding/blue{
+ dir = 4
+ },
+/obj/structure/cable{
+ icon_state = "1-4"
+ },
/turf/open/floor/plasteel/white,
/area/ship/medical)
"Kw" = (
@@ -3381,18 +4507,17 @@
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2,
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{
- dir = 9
+ dir = 5
},
-/turf/open/floor/plastic,
+/turf/open/floor/plasteel/showroomfloor,
/area/ship/crew/toilet)
"KC" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4,
-/obj/effect/turf_decal/corner/opaque/brown/mono,
-/obj/effect/turf_decal/industrial/warning{
- dir = 1
+/obj/effect/turf_decal/corner/opaque/vired/three_quarters{
+ dir = 4
},
-/turf/open/floor/plasteel/dark,
-/area/ship/storage)
+/turf/open/floor/plasteel/tech,
+/area/ship/storage/equip)
"KQ" = (
/obj/structure/closet,
/obj/item/pickaxe,
@@ -3405,7 +4530,11 @@
/obj/effect/turf_decal/siding/yellow{
dir = 4
},
-/turf/open/floor/plasteel/dark,
+/obj/structure/railing{
+ dir = 4;
+ layer = 4.1
+ },
+/turf/open/floor/plasteel/tech,
/area/ship/hallway/port)
"KX" = (
/obj/structure/cable{
@@ -3424,24 +4553,29 @@
/obj/effect/turf_decal/trimline/opaque/red/filled/corner{
dir = 8
},
-/turf/open/floor/plasteel/white,
+/obj/effect/turf_decal/trimline/transparent/white/filled/corner,
+/turf/open/floor/plasteel/dark,
/area/ship/hallway/starboard)
"Lg" = (
-/obj/structure/window/reinforced,
/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{
dir = 1
},
/obj/effect/turf_decal/siding/red,
-/turf/open/floor/mineral/plastitanium/red/brig,
+/turf/open/floor/plasteel/tech,
/area/ship/security)
"Lk" = (
-/turf/closed/wall/r_wall,
+/turf/closed/wall/mineral/titanium/nodiagonal,
/area/ship/bridge)
"Lt" = (
/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{
dir = 1
},
-/turf/open/floor/plastic,
+/obj/machinery/airalarm/directional/west,
+/obj/machinery/door/window{
+ opacity = 1;
+ name = "Toilet"
+ },
+/turf/open/floor/plasteel/showroomfloor,
/area/ship/crew/toilet)
"Lu" = (
/obj/structure/cable{
@@ -3453,31 +4587,27 @@
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{
dir = 4
},
-/obj/effect/turf_decal/trimline/opaque/yellow/filled/line{
+/obj/effect/turf_decal/trimline/opaque/vired/filled/line{
dir = 4
},
-/turf/open/floor/plasteel/white,
+/turf/open/floor/plasteel/dark,
/area/ship/hallway/port)
"Lw" = (
-/obj/structure/bed,
-/obj/item/bedsheet/orange,
-/obj/effect/turf_decal/siding/wood{
- dir = 6
- },
-/obj/effect/turf_decal/siding/wood/corner{
- dir = 1
- },
-/turf/open/floor/wood,
-/area/ship/engineering)
+/obj/effect/turf_decal/industrial/outline/orange,
+/obj/effect/decal/cleanable/plasma,
+/obj/machinery/portable_atmospherics/canister/oxygen,
+/turf/open/floor/plasteel/tech,
+/area/ship/maintenance/starboard)
"LM" = (
/obj/machinery/telecomms/processor/preset_four{
autolinkers = list("processor4","bus");
network = "nt_commnet";
id = "Nanotrasen Communications Processor"
},
-/turf/open/floor/circuit/telecomms{
- initial_gas_mix = "TEMP=2.7"
+/obj/effect/turf_decal/techfloor{
+ dir = 4
},
+/turf/open/floor/circuit,
/area/ship/engineering/communications)
"LQ" = (
/obj/structure/cable{
@@ -3486,6 +4616,7 @@
/obj/effect/turf_decal/industrial/outline/orange,
/obj/machinery/power/port_gen/pacman/super,
/obj/item/stack/sheet/mineral/uranium/five,
+/obj/effect/decal/cleanable/greenglow,
/turf/open/floor/plating,
/area/ship/engineering)
"LU" = (
@@ -3494,39 +4625,46 @@
id = "Ranger_Bridge_Shutters"
},
/obj/structure/grille,
-/obj/structure/window/reinforced/fulltile,
/obj/machinery/door/firedoor/window,
+/obj/structure/window/reinforced/fulltile/shuttle,
/turf/open/floor/plating,
/area/ship/bridge)
"LV" = (
-/turf/closed/wall/r_wall,
+/turf/closed/wall/mineral/titanium/nodiagonal,
/area/ship/maintenance/port)
"Ma" = (
-/obj/structure/chair/wood,
/obj/effect/turf_decal/siding/red{
dir = 4
},
/obj/effect/turf_decal/siding/red{
dir = 8
},
-/turf/open/floor/mineral/plastitanium/red/brig,
+/turf/open/floor/plasteel/tech,
/area/ship/security)
"Mc" = (
-/obj/structure/toilet{
+/obj/machinery/light/dim/directional/east,
+/obj/effect/turf_decal/siding/thinplating{
+ dir = 1;
+ color = "#a8b2b6"
+ },
+/obj/machinery/shower{
dir = 1
},
-/obj/machinery/light/dim/directional/east,
-/turf/open/floor/plastic,
+/obj/item/soap/nanotrasen,
+/turf/open/floor/noslip,
/area/ship/crew/toilet)
"Md" = (
/obj/structure/AIcore,
/obj/item/mmi/posibrain,
/obj/item/circuitboard/aicore,
-/turf/open/floor/circuit/green/airless,
+/obj/effect/turf_decal/techfloor{
+ dir = 4
+ },
+/turf/open/floor/circuit,
/area/ship/engineering/communications)
"Mf" = (
-/turf/closed/wall/r_wall,
-/area/ship/crew/dorm)
+/turf/closed/wall/mineral/titanium/nodiagonal,
+/area/ship/crew/dorm/captain)
"Mg" = (
/obj/structure/cable{
icon_state = "1-2"
@@ -3534,17 +4672,21 @@
/obj/structure/cable{
icon_state = "1-6"
},
-/obj/effect/turf_decal/corner/opaque/orange/border{
+/obj/effect/turf_decal/trimline/opaque/vired/arrow_cw{
+ dir = 4
+ },
+/obj/effect/turf_decal/trimline/opaque/vired/filled/line{
dir = 8
},
-/obj/effect/turf_decal/trimline/opaque/orange/arrow_cw{
+/obj/structure/chair/handrail{
dir = 4
},
-/turf/open/floor/plasteel/white,
+/turf/open/floor/plasteel/tech/techmaint,
/area/ship/hallway/starboard)
"Mh" = (
/obj/machinery/computer/apc_control{
- dir = 4
+ dir = 4;
+ icon_state = "computer-left"
},
/obj/effect/turf_decal/techfloor,
/turf/open/floor/plasteel/mono/dark,
@@ -3553,12 +4695,16 @@
/obj/structure/cable{
icon_state = "5-8"
},
-/turf/open/floor/plasteel/white,
+/obj/effect/turf_decal/trimline/transparent/white/filled/warning,
+/turf/open/floor/plasteel/dark,
/area/ship/hallway/starboard)
"Mn" = (
-/obj/machinery/holopad,
+/obj/machinery/holopad{
+ pixel_x = 1;
+ pixel_y = 1
+ },
/obj/effect/turf_decal/trimline/opaque/ntblue,
-/turf/open/floor/plasteel/dark,
+/turf/open/floor/plasteel/lightgrey,
/area/ship/hallway/central)
"Ms" = (
/obj/machinery/button/door{
@@ -3568,24 +4714,31 @@
dir = 1;
pixel_x = 6
},
+/obj/effect/turf_decal/steeldecal/steel_decals4,
/obj/effect/turf_decal/techfloor{
- dir = 8
+ dir = 10
},
-/obj/effect/turf_decal/steeldecal/steel_decals4,
-/turf/open/floor/plasteel/dark,
+/obj/machinery/door/window/survival_pod{
+ dir = 8;
+ name = "Captain's Nest";
+ req_one_access_txt = list(50, 10, 5, 1, 20)
+ },
+/turf/open/floor/plasteel/telecomms_floor,
/area/ship/bridge)
"Mt" = (
/obj/structure/cable{
icon_state = "4-8"
},
-/obj/effect/turf_decal/corner/opaque/orange/full,
/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{
dir = 1
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{
dir = 4
},
-/obj/effect/turf_decal/siding/yellow{
+/obj/structure/cable{
+ icon_state = "1-4"
+ },
+/obj/effect/turf_decal/spline/fancy/opaque/orange{
dir = 1
},
/turf/open/floor/plasteel/tech,
@@ -3608,32 +4761,32 @@
dir = 5
},
/turf/open/floor/wood,
-/area/ship/crew/dorm)
+/area/ship/crew/dorm/captain)
"Mx" = (
/obj/machinery/light_switch{
dir = 8;
pixel_x = 19;
pixel_y = 8
},
-/turf/open/floor/plasteel/tech/airless,
+/obj/effect/turf_decal/techfloor,
+/obj/effect/turf_decal/techfloor{
+ dir = 1
+ },
+/turf/open/floor/plasteel/tech,
/area/ship/engineering/communications)
"Mz" = (
-/obj/effect/turf_decal/corner/opaque/orange/full,
/obj/structure/cable{
icon_state = "1-2"
},
/obj/structure/cable{
icon_state = "1-4"
},
-/obj/effect/turf_decal/siding/yellow{
- dir = 9
- },
/obj/machinery/button/door{
dir = 4;
pixel_y = 6;
pixel_x = -22;
id = "Engineering_Specialist_Shutters";
- name = "Privacy Shutters"
+ name = "Comms Shutters"
},
/obj/machinery/camera/autoname{
dir = 5
@@ -3644,12 +4797,24 @@
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{
dir = 5
},
+/obj/effect/decal/cleanable/oil,
+/obj/effect/turf_decal/spline/fancy/opaque/orange{
+ dir = 10
+ },
+/obj/effect/turf_decal/spline/fancy/opaque/orange{
+ dir = 9
+ },
/turf/open/floor/plasteel/tech,
/area/ship/engineering)
"MD" = (
-/obj/item/disk/design_disk/ammo_c9mm,
-/turf/open/floor/plating,
-/area/ship/engineering)
+/obj/effect/turf_decal/trimline/opaque/yellow/filled/warning{
+ dir = 1
+ },
+/obj/effect/turf_decal/spline/fancy/opaque/black{
+ dir = 1
+ },
+/turf/open/floor/plasteel/telecomms_floor,
+/area/ship/engineering/communications)
"MI" = (
/obj/machinery/airalarm/directional/north,
/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{
@@ -3658,33 +4823,55 @@
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{
dir = 4
},
-/obj/effect/turf_decal/corner/opaque/ntblue/half{
+/obj/effect/turf_decal/corner/opaque/vired/half{
dir = 1
},
-/turf/open/floor/plasteel/white,
+/turf/open/floor/plasteel/dark,
/area/ship/hallway/starboard)
"MK" = (
-/obj/structure/table/reinforced,
-/obj/item/aicard,
-/obj/item/stack/sheet/rglass{
- amount = 25
+/obj/structure/sign/nanotrasen{
+ pixel_x = 32
},
-/obj/item/wrench,
-/obj/item/stack/cable_coil/cyan,
-/turf/open/floor/circuit/green/airless,
+/obj/effect/turf_decal/techfloor,
+/obj/structure/table/reinforced{
+ color = "#8A9397"
+ },
+/turf/open/floor/circuit,
/area/ship/engineering/communications)
"ML" = (
/obj/machinery/light/dim/directional/north,
/obj/effect/turf_decal/industrial/outline/blue,
/obj/structure/closet/crate/trashcart/laundry,
-/turf/open/floor/plating,
+/obj/item/clothing/under/nanotrasen,
+/obj/item/clothing/under/nanotrasen,
+/obj/item/clothing/shoes/sneakers/black{
+ pixel_y = -10
+ },
+/obj/item/clothing/shoes/sneakers/black{
+ pixel_y = -10
+ },
+/obj/item/clothing/suit/hooded/wintercoat,
+/turf/open/floor/plasteel/tech,
/area/ship/maintenance/starboard)
+"MR" = (
+/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2,
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{
+ dir = 8
+ },
+/obj/effect/turf_decal/corner/opaque/vired/half{
+ dir = 8
+ },
+/turf/open/floor/plasteel/dark,
+/area/ship/hallway/central)
"MW" = (
/obj/item/radio/intercom/directional/south,
/obj/machinery/computer/helm{
dir = 8
},
-/turf/open/floor/plasteel/dark,
+/obj/effect/turf_decal/techfloor{
+ dir = 6
+ },
+/turf/open/floor/plasteel/telecomms_floor,
/area/ship/bridge)
"MY" = (
/obj/effect/turf_decal/corner/opaque/ntblue/border{
@@ -3699,7 +4886,7 @@
/obj/structure/cable{
icon_state = "4-8"
},
-/turf/open/floor/plasteel/white,
+/turf/open/floor/plasteel/dark,
/area/ship/hallway/central)
"Nd" = (
/obj/structure/cable{
@@ -3709,6 +4896,9 @@
dir = 10
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2,
+/obj/structure/cable{
+ icon_state = "2-4"
+ },
/turf/open/floor/plating,
/area/ship/engineering)
"Nf" = (
@@ -3719,74 +4909,81 @@
id = "Ranger_AI_Core_Ext_Blasts"
},
/obj/machinery/light/dim/directional/south,
-/turf/open/floor/circuit/green/airless,
+/obj/machinery/telecomms/message_server/preset{
+ autolinkers = list("messaging","hub");
+ network = "nt_commnet";
+ layer = 3.1
+ },
+/obj/effect/turf_decal/techfloor{
+ dir = 1
+ },
+/turf/open/floor/circuit,
/area/ship/engineering/communications)
"Nn" = (
/obj/structure/cable{
icon_state = "2-4"
},
-/turf/open/floor/circuit/green/airless,
+/obj/effect/turf_decal/spline/fancy/opaque/black{
+ dir = 6
+ },
+/obj/effect/turf_decal/trimline/opaque/yellow/filled/warning{
+ dir = 4
+ },
+/turf/open/floor/plasteel/telecomms_floor,
/area/ship/engineering/communications)
"Nu" = (
/obj/machinery/vending/cigarette,
-/turf/open/floor/plasteel/dark,
+/obj/effect/turf_decal/siding/thinplating/dark,
+/turf/open/floor/plasteel/lightgrey,
/area/ship/hallway/central)
"Ny" = (
-/obj/structure/closet/cabinet,
-/obj/item/clothing/suit/hooded/wintercoat/engineering,
-/obj/item/clothing/head/beret/eng/hazard,
-/obj/item/storage/backpack/satchel/eng,
-/obj/item/storage/backpack/messenger/engi,
-/obj/item/storage/backpack/industrial,
-/obj/item/storage/backpack/duffelbag/engineering,
-/obj/effect/turf_decal/siding/wood/end{
+/obj/effect/turf_decal/siding/wood{
dir = 1
},
-/obj/item/clothing/under/rank/engineering/engineer/nt/lp,
-/obj/item/clothing/under/rank/engineering/engineer/nt/skirt/lp,
+/obj/machinery/door/window/survival_pod{
+ dir = 1;
+ opacity = 1;
+ req_one_access_txt = "10";
+ name = "Engineering Specialist's Quarters"
+ },
/turf/open/floor/wood,
/area/ship/engineering)
"NC" = (
/obj/machinery/camera/autoname{
dir = 6
},
-/obj/machinery/light/floor,
+/obj/machinery/light/floor{
+ pixel_y = -9
+ },
/turf/open/floor/engine/hull,
-/area/ship/external)
+/area/ship/external/dark)
"NM" = (
/turf/open/floor/plasteel/stairs{
- dir = 4
+ dir = 4;
+ color = "#a8b2b6"
},
/area/ship/bridge)
"NR" = (
/obj/structure/cable{
icon_state = "4-8"
},
-/obj/effect/turf_decal/corner/opaque/ntblue/half,
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{
dir = 9
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{
dir = 9
},
-/turf/open/floor/plasteel/white,
+/obj/effect/turf_decal/corner/opaque/vired/half,
+/obj/effect/decal/cleanable/plasma,
+/turf/open/floor/plasteel/dark,
/area/ship/hallway/port)
"NS" = (
-/obj/structure/railing{
- dir = 8;
- layer = 4.1
- },
-/obj/structure/closet/crate/medical{
- name = "anesthetics crate"
- },
-/obj/item/tank/internals/anesthetic,
-/obj/item/tank/internals/anesthetic{
- pixel_x = 3
- },
-/obj/item/clothing/mask/breath/medical,
-/obj/item/clothing/mask/breath/medical{
- pixel_x = 3
+/obj/structure/crate_shelf,
+/obj/structure/closet/crate/freezer/blood,
+/obj/effect/turf_decal/siding/blue{
+ dir = 10
},
+/obj/machinery/iv_drip,
/turf/open/floor/plasteel/white,
/area/ship/medical)
"NZ" = (
@@ -3796,24 +4993,61 @@
/obj/machinery/power/apc/auto_name/directional/south,
/obj/effect/turf_decal/siding/wood,
/turf/open/floor/wood,
-/area/ship/crew/dorm)
+/area/ship/crew/dorm/captain)
+"Og" = (
+/obj/machinery/camera/autoname{
+ dir = 1
+ },
+/obj/machinery/air_sensor/external,
+/obj/machinery/light/dim/directional/south,
+/turf/open/floor/engine/hull,
+/area/ship/external/dark)
"Om" = (
-/obj/structure/closet/cabinet,
-/obj/item/clothing/under/rank/medical/paramedic/skirt/lp,
-/obj/item/clothing/under/rank/medical/paramedic/lp,
-/obj/item/clothing/suit/hooded/wintercoat/medical,
-/obj/item/clothing/head/beret/med,
-/obj/item/storage/backpack/satchel/med,
-/obj/item/storage/backpack/messenger/med,
-/obj/item/storage/backpack/medic,
-/obj/item/storage/backpack/duffelbag/med,
-/turf/open/floor/wood,
-/area/ship/medical)
+/obj/effect/turf_decal/trimline/opaque/nsorange/corner{
+ dir = 1
+ },
+/obj/effect/turf_decal/siding/white/corner{
+ dir = 1;
+ color = "#474747"
+ },
+/turf/open/floor/plasteel/lightgrey,
+/area/ship/cargo)
"On" = (
-/obj/structure/closet/crate,
-/obj/effect/decal/cleanable/sprayweb,
/obj/machinery/light/dim/directional/east,
-/turf/open/floor/plasteel/tech,
+/obj/effect/turf_decal/trimline/opaque/nsorange/line{
+ dir = 6
+ },
+/obj/item/reagent_containers/food/drinks/coffee{
+ pixel_y = 16
+ },
+/obj/item/paper_bin{
+ pixel_x = 7;
+ pixel_y = -4
+ },
+/obj/item/pen/fountain{
+ pixel_x = 6;
+ pixel_y = -5
+ },
+/obj/structure/table/reinforced{
+ color = "#c1b6a5"
+ },
+/obj/item/toy/plush/moth/atlas{
+ pixel_x = 9;
+ pixel_y = 16
+ },
+/obj/machinery/camera/autoname{
+ dir = 1
+ },
+/obj/item/paper/crumpled{
+ pixel_y = -6;
+ pixel_x = -4
+ },
+/obj/item/paper/crumpled/muddy{
+ name = "coffee-stained paper scrap";
+ pixel_x = -9;
+ pixel_y = 6
+ },
+/turf/open/floor/plasteel/lightgrey,
/area/ship/cargo)
"Ou" = (
/obj/structure/cable{
@@ -3823,10 +5057,10 @@
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{
dir = 4
},
-/obj/effect/turf_decal/trimline/opaque/yellow/filled/line{
+/obj/effect/turf_decal/trimline/opaque/nsorange/filled/line{
dir = 4
},
-/turf/open/floor/plasteel/white,
+/turf/open/floor/plasteel/dark,
/area/ship/hallway/starboard)
"Ov" = (
/obj/machinery/light/dim/directional/east,
@@ -3834,19 +5068,25 @@
autolinkers = list("broadcasterB","hub");
network = "nt_commnet"
},
-/turf/open/floor/circuit/telecomms{
- initial_gas_mix = "TEMP=2.7"
+/obj/effect/turf_decal/techfloor{
+ dir = 8
},
+/turf/open/floor/circuit,
/area/ship/engineering/communications)
"Ox" = (
-/obj/effect/turf_decal/corner/opaque/ntblue/half{
+/obj/effect/turf_decal/spline/fancy/opaque/black{
+ dir = 9
+ },
+/obj/effect/turf_decal/trimline/opaque/yellow/filled/warning{
dir = 8
},
-/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2,
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4,
-/obj/machinery/airalarm/directional/west,
-/turf/open/floor/plasteel/white,
-/area/ship/hallway/central)
+/obj/item/gps/computer{
+ pixel_x = 32;
+ pixel_y = 0;
+ density = 0
+ },
+/turf/open/floor/plasteel/telecomms_floor,
+/area/ship/engineering/communications)
"OC" = (
/obj/machinery/power/apc/auto_name/directional/north,
/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{
@@ -3855,44 +5095,39 @@
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{
dir = 4
},
-/obj/effect/turf_decal/corner/opaque/ntblue/half{
- dir = 1
- },
/obj/structure/cable{
icon_state = "0-6"
},
-/turf/open/floor/plasteel/white,
+/obj/effect/turf_decal/corner/opaque/vired/half{
+ dir = 1
+ },
+/turf/open/floor/plasteel/dark,
/area/ship/hallway/starboard)
"OK" = (
-/obj/machinery/light_switch{
- pixel_x = -7;
- pixel_y = 21
- },
/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2,
-/obj/effect/turf_decal/corner/opaque/ntblue/half{
- dir = 1
+/obj/effect/turf_decal/trimline/opaque/yellow/filled/corner,
+/obj/machinery/autolathe,
+/obj/item/disk/design_disk/ammo_c9mm,
+/obj/item/stack/sheet/metal/ten,
+/obj/item/stack/sheet/glass{
+ amount = 10
},
-/obj/machinery/button/door{
- dir = 8;
- pixel_x = 20;
- name = "Cargo Bay Shutters";
- id = "Ranger_Cargo_Door";
- pixel_y = 1
+/obj/effect/turf_decal/corner/opaque/vired/half{
+ dir = 1
},
-/obj/effect/turf_decal/trimline/opaque/yellow/filled/corner,
-/turf/open/floor/plasteel/white,
+/obj/effect/turf_decal/trimline/opaque/nsorange/filled/corner,
+/turf/open/floor/plasteel/dark,
/area/ship/hallway/starboard)
"OP" = (
-/obj/effect/turf_decal/corner/opaque/ntblue/half{
- dir = 4
- },
/obj/structure/cable{
icon_state = "1-2"
},
-/turf/open/floor/plasteel/white,
+/obj/effect/turf_decal/corner/opaque/vired/half{
+ dir = 4
+ },
+/turf/open/floor/plasteel/dark,
/area/ship/hallway/central)
"Pd" = (
-/obj/structure/table/reinforced,
/obj/item/aiModule/core/freeformcore{
pixel_x = -2;
pixel_y = 1
@@ -3905,12 +5140,12 @@
pixel_x = 4;
pixel_y = -2
},
-/obj/item/aiModule/zeroth{
- pixel_x = -5;
- pixel_y = -6
- },
/obj/machinery/light/dim/directional/north,
-/turf/open/floor/circuit/green/airless,
+/obj/effect/turf_decal/techfloor,
+/obj/structure/table/reinforced{
+ color = "#8A9397"
+ },
+/turf/open/floor/circuit,
/area/ship/engineering/communications)
"Ph" = (
/obj/effect/turf_decal/industrial/warning,
@@ -3925,18 +5160,31 @@
/obj/effect/turf_decal/siding/yellow{
dir = 8
},
-/turf/open/floor/plasteel/dark,
+/obj/structure/railing{
+ dir = 8
+ },
+/turf/open/floor/plasteel/tech,
/area/ship/hallway/port)
"Pr" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{
dir = 4
},
/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4,
-/obj/effect/turf_decal/corner/opaque/ntblue{
+/obj/effect/turf_decal/corner/opaque/vired{
dir = 1
},
-/turf/open/floor/plasteel/white,
+/turf/open/floor/plasteel/dark,
/area/ship/hallway/starboard)
+"Pu" = (
+/obj/effect/decal/cleanable/robot_debris,
+/turf/open/floor/plating,
+/area/ship/engineering)
+"PB" = (
+/obj/effect/turf_decal/siding/thinplating/dark{
+ dir = 8
+ },
+/turf/open/floor/plasteel/lightgrey,
+/area/ship/hallway/central)
"PG" = (
/obj/structure/cable{
icon_state = "1-2"
@@ -3948,72 +5196,93 @@
dir = 4
},
/obj/machinery/light/floor,
-/turf/open/floor/plasteel/white,
+/obj/machinery/atmospherics/pipe/simple/cyan/hidden{
+ dir = 5
+ },
+/turf/open/floor/plasteel/dark,
/area/ship/hallway/central)
"PR" = (
-/obj/effect/turf_decal/corner/opaque/ntblue/half,
/obj/structure/cable{
icon_state = "4-8"
},
-/turf/open/floor/plasteel/white,
+/obj/effect/turf_decal/corner/opaque/vired/half,
+/turf/open/floor/plasteel/dark,
/area/ship/hallway/port)
"PV" = (
/obj/structure/table/reinforced,
-/obj/item/storage/toolbox/mechanical,
-/obj/item/storage/toolbox/electrical{
- pixel_x = 3;
- pixel_y = 7
- },
/obj/effect/turf_decal/techfloor{
dir = 8
},
+/obj/item/stock_parts/micro_laser/high,
+/obj/item/stock_parts/micro_laser/high{
+ pixel_y = 4;
+ pixel_x = -2
+ },
+/obj/item/stack/cable_coil/cut/red,
/turf/open/floor/plasteel/mono/dark,
/area/ship/engineering)
"Qf" = (
-/obj/effect/turf_decal/corner/opaque/brown/mono,
-/obj/effect/turf_decal/industrial/warning,
-/turf/open/floor/plasteel/dark,
-/area/ship/storage)
+/obj/effect/turf_decal/corner/opaque/vired/half,
+/obj/effect/turf_decal/siding/thinplating/dark,
+/turf/open/floor/plasteel/tech,
+/area/ship/storage/equip)
"Qt" = (
-/obj/item/bodypart/leg/right/robot,
-/obj/item/bodypart/r_arm/robot,
-/obj/item/bodypart/leg/left/robot,
-/obj/item/bodypart/l_arm/robot,
-/obj/item/bodypart/chest/robot,
-/obj/item/bodypart/head/robot,
-/obj/item/borg/upgrade/ai,
-/obj/item/robot_suit,
-/obj/structure/closet/crate/engineering,
/obj/effect/turf_decal/industrial/hatch/orange,
-/obj/item/stock_parts/cell/high,
-/obj/item/assembly/flash/handheld,
-/obj/item/assembly/flash/handheld,
+/obj/machinery/power/ship_gravity,
+/obj/structure/cable{
+ icon_state = "0-8"
+ },
/turf/open/floor/plating,
/area/ship/engineering)
"Qu" = (
/obj/machinery/door/firedoor/window,
/obj/structure/grille,
-/obj/structure/window/reinforced/fulltile,
+/obj/machinery/door/poddoor/shutters/preopen{
+ id = "MedShutters";
+ name = "Medical Privacy Shutters"
+ },
+/obj/structure/window/reinforced/fulltile/shuttle,
/turf/open/floor/plating,
/area/ship/medical)
"QT" = (
-/turf/closed/wall/r_wall,
+/turf/closed/wall/mineral/titanium/nodiagonal,
/area/ship/maintenance/starboard)
"QV" = (
/obj/machinery/light/dim/directional/west,
+/obj/structure/chair/handrail{
+ dir = 1
+ },
+/obj/machinery/atmospherics/components/unary/vent_scrubber{
+ dir = 4
+ },
/turf/open/floor/engine/hull,
-/area/ship/external)
+/area/ship/external/dark)
"Rn" = (
-/obj/machinery/portable_atmospherics/pump,
/obj/machinery/light/dim/directional/north,
-/turf/open/floor/plasteel/tech,
-/area/ship/storage)
+/obj/structure/crate_shelf,
+/obj/machinery/door/window/brigdoor/eastleft{
+ dir = 2;
+ req_access_txt = "1";
+ name = "Armory";
+ req_ship_access = 1
+ },
+/obj/effect/turf_decal/steeldecal/steel_decals10{
+ dir = 5
+ },
+/obj/effect/turf_decal/steeldecal/steel_decals10{
+ dir = 6
+ },
+/obj/effect/turf_decal/siding/thinplating/dark{
+ dir = 9
+ },
+/turf/open/floor/plasteel/lightgrey,
+/area/ship/storage/equip)
"Ro" = (
/obj/effect/turf_decal/trimline/opaque/ntblue/filled/line{
dir = 1
},
/obj/item/radio/intercom/directional/north,
-/turf/open/floor/plasteel/white,
+/turf/open/floor/plasteel/dark,
/area/ship/hallway/port)
"RA" = (
/obj/structure/closet/firecloset/wall/directional/south,
@@ -4023,25 +5292,25 @@
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{
dir = 4
},
-/obj/effect/turf_decal/corner/opaque/ntblue/half,
/obj/structure/cable{
icon_state = "4-8"
},
-/turf/open/floor/plasteel/white,
+/obj/effect/turf_decal/corner/opaque/vired/half,
+/turf/open/floor/plasteel/dark,
/area/ship/hallway/port)
"RB" = (
-/obj/effect/turf_decal/trimline/opaque/orange/arrow_ccw{
- dir = 4
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{
+ dir = 9
},
-/obj/effect/turf_decal/trimline/opaque/orange/filled/line{
- dir = 8
+/obj/machinery/camera/autoname{
+ dir = 10
},
-/obj/effect/turf_decal/industrial/warning,
-/turf/open/floor/plasteel/white,
-/area/ship/hallway/port)
+/turf/open/floor/engine/hull,
+/area/ship/external/dark)
"RM" = (
/obj/structure/chair/sofa/brown/left/directional/west,
-/turf/open/floor/plasteel/dark,
+/obj/machinery/light/dim/directional/east,
+/turf/open/floor/plasteel/lightgrey,
/area/ship/hallway/central)
"RS" = (
/obj/machinery/portable_atmospherics/canister/toxins,
@@ -4057,13 +5326,14 @@
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{
dir = 9
},
-/obj/machinery/airalarm/directional/south,
+/obj/effect/turf_decal/spline/fancy/opaque/blue,
/turf/open/floor/plasteel/dark,
/area/ship/bridge)
"Sl" = (
-/obj/machinery/light/dim/directional/east,
-/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2,
-/obj/structure/rack,
+/obj/structure/closet/crate/secure/plasma{
+ name = "Relay Parts Crate"
+ },
+/obj/item/storage/box/stockparts/basic,
/obj/item/circuitboard/machine/telecomms/relay{
pixel_x = -5;
pixel_y = 9
@@ -4076,6 +5346,15 @@
pixel_x = -5;
pixel_y = 9
},
+/obj/item/encryptionkey/nanotrasen{
+ pixel_x = -1
+ },
+/obj/item/encryptionkey/nanotrasen{
+ pixel_x = 3
+ },
+/obj/item/encryptionkey/nanotrasen{
+ pixel_x = 7
+ },
/obj/item/stack/cable_coil/cyan{
pixel_x = 6
},
@@ -4121,6 +5400,9 @@
pixel_x = 7;
pixel_y = 7
},
+/obj/structure/crate_shelf,
+/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2,
+/obj/machinery/light/dim/directional/east,
/turf/open/floor/plating,
/area/ship/engineering)
"So" = (
@@ -4133,10 +5415,24 @@
/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{
dir = 9
},
-/turf/open/floor/plasteel/tech,
+/obj/effect/turf_decal/trimline/opaque/nsorange/warning{
+ dir = 1
+ },
+/obj/effect/turf_decal/siding{
+ color = "#474747";
+ dir = 1
+ },
+/obj/effect/decal/cleanable/wrapping,
+/turf/open/floor/plasteel/lightgrey,
/area/ship/cargo)
+"Sv" = (
+/obj/effect/turf_decal/siding/thinplating/dark{
+ dir = 4
+ },
+/obj/machinery/airalarm/directional/west,
+/turf/open/floor/plasteel/lightgrey,
+/area/ship/hallway/central)
"SC" = (
-/obj/structure/table/wood,
/obj/item/storage/box/donkpockets{
pixel_x = -3
},
@@ -4148,32 +5444,36 @@
pixel_y = 9;
pixel_x = 7
},
-/turf/open/floor/plasteel/dark,
+/obj/structure/table/reinforced{
+ color = "#8A9397"
+ },
+/turf/open/floor/plasteel/lightgrey,
/area/ship/hallway/central)
"SE" = (
-/obj/machinery/portable_atmospherics/canister/nitrogen,
/obj/effect/turf_decal/industrial/outline/orange,
+/obj/machinery/portable_atmospherics/canister/toxins,
/turf/open/floor/plasteel/tech,
/area/ship/maintenance/starboard)
+"SG" = (
+/obj/structure/toilet{
+ dir = 1
+ },
+/turf/open/floor/plating/catwalk_floor,
+/area/ship/security)
"SN" = (
-/obj/effect/turf_decal/trimline/opaque/yellow/filled/line{
+/obj/effect/turf_decal/trimline/opaque/nsorange/filled/line{
dir = 4
},
-/turf/open/floor/plasteel/white,
+/obj/effect/turf_decal/trimline/transparent/white/filled/warning,
+/turf/open/floor/plasteel/dark,
/area/ship/hallway/starboard)
-"SU" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{
- dir = 4
- },
-/turf/closed/wall/r_wall,
-/area/ship/hallway/central)
"Tb" = (
-/turf/closed/wall/r_wall,
-/area/ship/storage)
+/turf/closed/wall/mineral/titanium/nodiagonal,
+/area/ship/storage/equip)
"Te" = (
/obj/machinery/light/floor,
/turf/open/floor/engine/hull,
-/area/ship/external)
+/area/ship/external/dark)
"Tg" = (
/obj/structure/railing/corner{
dir = 4
@@ -4184,60 +5484,89 @@
/turf/open/floor/plating,
/area/ship/maintenance/port)
"Tl" = (
-/obj/machinery/light/dim/directional/north,
-/obj/machinery/light/floor,
-/turf/open/floor/engine/hull,
-/area/ship/external)
+/obj/structure/sign/nanotrasen/vigilitas,
+/turf/closed/wall/mineral/titanium/nodiagonal,
+/area/ship/hallway/central)
"Tz" = (
-/turf/closed/wall/r_wall,
-/area/ship/engineering)
+/obj/effect/turf_decal/corner/opaque/vired/three_quarters,
+/turf/closed/wall/mineral/titanium/nodiagonal,
+/area/ship/hallway/port)
+"TG" = (
+/obj/item/toy/plush/spider,
+/obj/machinery/camera/autoname{
+ dir = 9
+ },
+/obj/structure/table/reinforced{
+ color = "#8A9397"
+ },
+/turf/open/floor/plasteel/tech,
+/area/ship/security)
"TL" = (
-/obj/structure/closet/crate,
/obj/machinery/light/dim/directional/north,
-/turf/open/floor/plasteel/tech,
+/obj/effect/turf_decal/trimline/opaque/nsorange/line{
+ dir = 5
+ },
+/obj/item/bedsheet/qm,
+/obj/structure/bed,
+/obj/structure/curtain/bounty,
+/turf/open/floor/plasteel/lightgrey,
/area/ship/cargo)
"TR" = (
-/obj/structure/table/wood,
/obj/machinery/light/dim/directional/north,
-/obj/effect/turf_decal/corner/opaque/ntblue/half{
+/obj/effect/turf_decal/corner/opaque/vired/half{
dir = 1
},
-/turf/open/floor/plasteel/white,
+/turf/open/floor/plasteel/dark,
/area/ship/hallway/starboard)
"TZ" = (
-/obj/effect/turf_decal/trimline/opaque/orange/arrow_ccw{
+/obj/structure/chair/handrail{
dir = 4
},
-/obj/effect/turf_decal/trimline/opaque/orange/filled/line{
+/obj/effect/turf_decal/trimline/opaque/vired/arrow_ccw{
+ dir = 4
+ },
+/obj/effect/turf_decal/trimline/opaque/vired/filled/line{
dir = 8
},
-/turf/open/floor/plasteel/white,
+/obj/machinery/atmospherics/pipe/simple/cyan/hidden,
+/turf/open/floor/plasteel/tech/techmaint,
/area/ship/hallway/port)
"Ua" = (
/obj/machinery/camera/autoname{
dir = 9
},
-/turf/open/floor/circuit/green/airless,
+/obj/machinery/button/door{
+ dir = 8;
+ pixel_x = 26;
+ id = "AiCore";
+ name = "Core Access";
+ req_access_txt = "20";
+ pixel_y = 8
+ },
+/obj/effect/turf_decal/spline/fancy/opaque/black{
+ dir = 5
+ },
+/obj/effect/turf_decal/trimline/opaque/yellow/filled/warning{
+ dir = 4
+ },
+/turf/open/floor/plasteel/telecomms_floor,
/area/ship/engineering/communications)
"Uj" = (
/obj/structure/table/reinforced{
color = "#c1b6a5"
},
-/obj/item/paper_bin{
- pixel_y = 8;
- pixel_x = 5
- },
-/obj/item/pen/fountain{
- pixel_x = -4;
- pixel_y = 7
- },
-/obj/machinery/recharger{
- pixel_x = -4
+/obj/effect/turf_decal/techfloor{
+ dir = 5
},
-/obj/item/stamp/captain{
- pixel_x = 7
+/obj/effect/spawner/lootdrop/lpaid{
+ pixel_x = 2;
+ pixel_y = -2
},
-/turf/open/floor/plasteel/dark,
+/obj/effect/spawner/lootdrop/lpretrieval{
+ pixel_x = -10;
+ pixel_y = 10
+ },
+/turf/open/floor/plasteel/telecomms_floor,
/area/ship/bridge)
"Ur" = (
/obj/structure/cable{
@@ -4246,36 +5575,38 @@
/obj/structure/cable{
icon_state = "1-2"
},
-/obj/effect/turf_decal/trimline/opaque/orange/arrow_cw{
+/obj/structure/chair/handrail{
+ dir = 8
+ },
+/obj/effect/turf_decal/trimline/opaque/vired/arrow_cw{
dir = 8
},
-/obj/effect/turf_decal/trimline/opaque/orange/filled/line{
+/obj/effect/turf_decal/trimline/opaque/vired/filled/line{
dir = 4
},
-/turf/open/floor/plasteel/white,
+/turf/open/floor/plasteel/tech/techmaint,
/area/ship/hallway/port)
"Us" = (
/obj/effect/turf_decal/siding/red{
dir = 9
},
-/obj/machinery/door_timer{
- pixel_y = 28;
- id = "ranger_brig"
+/obj/structure/closet/crate/bin,
+/obj/machinery/camera/autoname{
+ dir = 4
},
-/turf/open/floor/mineral/plastitanium/red/brig,
+/turf/open/floor/plasteel/tech,
/area/ship/security)
"Ut" = (
/obj/structure/urinal{
pixel_y = 29
},
/obj/machinery/light/dim/directional/west,
-/turf/open/floor/plastic,
+/turf/open/floor/plasteel/showroomfloor,
/area/ship/crew/toilet)
"UQ" = (
/turf/open/floor/engine/air,
/area/ship/hallway/central)
"UU" = (
-/obj/machinery/door/airlock/public/glass,
/obj/structure/cable{
icon_state = "1-2"
},
@@ -4283,31 +5614,31 @@
/obj/machinery/door/firedoor/border_only{
dir = 1
},
-/obj/effect/turf_decal/corner/opaque/ntblue/half{
+/obj/machinery/door/poddoor/shutters/preopen{
+ name = "Corridor Lockdown Port";
+ id = "RangerPortShutters"
+ },
+/obj/effect/turf_decal/corner/opaque/vired/half{
dir = 4
},
-/turf/open/floor/plasteel/white,
+/obj/machinery/atmospherics/pipe/simple/cyan/hidden,
+/turf/open/floor/plasteel/dark,
/area/ship/hallway/port)
"UW" = (
/obj/structure/cable/cyan{
icon_state = "6-9"
},
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4,
+/obj/effect/decal/cleanable/plasma,
/turf/open/floor/plating,
/area/ship/maintenance/port)
"Vg" = (
-/obj/structure/grille,
-/obj/structure/window/reinforced/fulltile,
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{
- dir = 4
- },
-/obj/machinery/door/firedoor/window,
-/obj/machinery/door/poddoor/shutters{
- dir = 4;
- id = "Ranger_Cycler_Shutters"
+/obj/machinery/camera/autoname{
+ dir = 10
},
-/turf/open/floor/plating,
-/area/ship/hallway/central)
+/obj/machinery/light/floor,
+/turf/open/floor/engine/hull,
+/area/ship/external/dark)
"Vh" = (
/obj/structure/cable{
icon_state = "2-4"
@@ -4319,21 +5650,14 @@
dir = 1
},
/obj/effect/turf_decal/trimline/opaque/red/filled/line,
-/turf/open/floor/plasteel/white,
+/turf/open/floor/plasteel/dark,
/area/ship/hallway/starboard)
"Vk" = (
-/obj/structure/bed,
-/obj/item/bedsheet/nanotrasen,
-/obj/machinery/firealarm/directional/north,
-/obj/item/toy/plush/moth/royal{
- pixel_x = 5;
- pixel_y = 1
- },
-/obj/effect/turf_decal/siding/wood{
- dir = 1
+/obj/effect/turf_decal/siding/wood/corner{
+ dir = 4
},
/turf/open/floor/wood,
-/area/ship/crew/dorm)
+/area/ship/crew/dorm/captain)
"Vm" = (
/obj/machinery/atmospherics/components/binary/pump{
dir = 8
@@ -4341,12 +5665,13 @@
/turf/open/floor/plating,
/area/ship/maintenance/starboard)
"Vp" = (
-/turf/closed/wall/r_wall,
+/turf/closed/wall/mineral/titanium/nodiagonal,
/area/ship/hallway/starboard)
"Vq" = (
-/obj/machinery/portable_atmospherics/canister/toxins,
/obj/effect/turf_decal/industrial/outline/orange,
/obj/effect/decal/cleanable/plasma,
+/obj/machinery/portable_atmospherics/canister/toxins,
+/obj/effect/decal/cleanable/plasma,
/turf/open/floor/plasteel/tech,
/area/ship/maintenance/port)
"Vt" = (
@@ -4355,16 +5680,27 @@
icon_state = "0-2"
},
/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2,
+/obj/machinery/space_heater,
+/obj/structure/railing,
/turf/open/floor/plating,
/area/ship/maintenance/port)
"VC" = (
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4,
-/turf/open/floor/plasteel/stairs,
+/turf/open/floor/plasteel/stairs{
+ color = "#8A9397"
+ },
/area/ship/crew/cryo)
-"VJ" = (
-/obj/machinery/door/airlock/engineering{
- dir = 4
+"VE" = (
+/obj/structure/grille,
+/obj/machinery/door/poddoor/shutters/preopen{
+ dir = 4;
+ name = "Bridge-Atrium Shutters";
+ id = "BridgeAtrium"
},
+/obj/structure/window/reinforced/fulltile/shuttle,
+/turf/open/floor/plating,
+/area/ship/bridge)
+"VJ" = (
/obj/structure/cable{
icon_state = "4-8"
},
@@ -4374,39 +5710,52 @@
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{
dir = 4
},
-/obj/machinery/door/firedoor/border_only{
- dir = 4
- },
-/obj/machinery/door/firedoor/border_only{
+/obj/effect/turf_decal/corner/opaque/solgovgold/border{
dir = 8
},
/turf/open/floor/plasteel/dark,
/area/ship/hallway/central)
"VM" = (
/obj/effect/turf_decal/industrial/outline/blue,
-/obj/item/storage/box/lights/mixed{
- pixel_x = -4;
- pixel_y = 6
+/obj/machinery/washing_machine,
+/obj/structure/railing{
+ dir = 8
},
-/obj/item/storage/box/mousetraps{
- pixel_y = -1;
- pixel_x = 3
+/obj/item/toy/plush/tali{
+ pixel_y = 14
},
-/turf/open/floor/plating,
+/turf/open/floor/plasteel/tech,
/area/ship/maintenance/starboard)
"VP" = (
-/obj/structure/window/reinforced{
- dir = 8
+/obj/machinery/newscaster/security_unit/directional/south,
+/obj/structure/chair/office{
+ dir = 4;
+ name = "tactical swivel chair"
},
-/obj/structure/closet,
-/turf/open/floor/plasteel/dark,
+/obj/item/radio/intercom/directional/south,
+/turf/open/floor/mineral/plastitanium/red/brig,
/area/ship/security)
"VQ" = (
/obj/machinery/camera/autoname{
dir = 5
},
/turf/open/floor/engine/hull,
-/area/ship/external)
+/area/ship/external/dark)
+"We" = (
+/obj/machinery/power/apc/auto_name/directional/west,
+/obj/structure/cable{
+ icon_state = "0-6"
+ },
+/obj/structure/railing{
+ dir = 4;
+ layer = 4.1
+ },
+/obj/effect/turf_decal/siding/thinplating/dark{
+ dir = 5
+ },
+/obj/structure/closet/crate/bin,
+/turf/open/floor/plasteel/lightgrey,
+/area/ship/hallway/central)
"Wj" = (
/obj/structure/bed,
/obj/item/radio/intercom/directional/south,
@@ -4416,7 +5765,8 @@
"Wp" = (
/obj/machinery/door/poddoor{
dir = 2;
- id = "Ranger_AI_Core_Blasts"
+ id = "Ranger_AI_Core_Blasts";
+ name = "Communications Access"
},
/obj/machinery/power/shieldwallgen/atmos/roundstart{
id = "AI_Core_Field_Engi";
@@ -4429,7 +5779,7 @@
/obj/machinery/door/firedoor/border_only{
dir = 1
},
-/turf/open/floor/plating,
+/turf/open/floor/noslip,
/area/ship/engineering)
"Wr" = (
/obj/structure/cable{
@@ -4438,10 +5788,10 @@
/obj/structure/cable{
icon_state = "1-2"
},
-/obj/effect/turf_decal/corner/opaque/ntblue{
+/obj/effect/turf_decal/corner/opaque/vired{
dir = 4
},
-/turf/open/floor/plasteel/white,
+/turf/open/floor/plasteel/dark,
/area/ship/hallway/starboard)
"Wv" = (
/obj/structure/chair/sofa/brown/right/directional/south,
@@ -4452,12 +5802,28 @@
pixel_x = -7;
pixel_y = 21
},
-/turf/open/floor/plasteel/dark,
+/obj/effect/turf_decal/siding/thinplating/dark{
+ dir = 8
+ },
+/turf/open/floor/plasteel/lightgrey,
/area/ship/hallway/central)
+"Wz" = (
+/obj/machinery/atmospherics/components/unary/outlet_injector/on/layer4,
+/turf/open/floor/engine/hull,
+/area/ship/external/dark)
"WF" = (
-/obj/item/radio/intercom/wideband,
-/turf/closed/wall/r_wall,
-/area/ship/bridge)
+/obj/structure/cable{
+ icon_state = "4-8"
+ },
+/obj/effect/turf_decal/techfloor{
+ dir = 8
+ },
+/obj/effect/turf_decal/techfloor{
+ dir = 4
+ },
+/obj/machinery/light/dim/directional/south,
+/turf/open/floor/plasteel/tech,
+/area/ship/engineering/communications)
"WG" = (
/obj/machinery/telecomms/server/presets/nanotrasen{
autolinkers = list("nanotrasen","hub");
@@ -4465,20 +5831,23 @@
freq_listening = list(1353,1447,1459)
},
/obj/item/disk/holodisk/lp/stations,
-/turf/open/floor/circuit/telecomms{
- initial_gas_mix = "TEMP=2.7"
+/obj/effect/turf_decal/techfloor{
+ dir = 1
},
+/turf/open/floor/circuit,
/area/ship/engineering/communications)
"WR" = (
-/obj/effect/turf_decal/corner/opaque/brown/mono,
-/obj/effect/turf_decal/industrial/warning{
+/obj/effect/turf_decal/corner/opaque/vired/half{
dir = 1
},
-/turf/open/floor/plasteel/dark,
-/area/ship/storage)
+/obj/effect/decal/cleanable/shreds,
+/obj/effect/decal/cleanable/wrapping,
+/turf/open/floor/plasteel/tech,
+/area/ship/storage/equip)
"WZ" = (
/obj/machinery/computer/telecomms/server{
- dir = 4
+ dir = 4;
+ icon_state = "computer-middle"
},
/obj/machinery/light/dim/directional/west,
/turf/open/floor/plasteel/mono/dark,
@@ -4486,44 +5855,84 @@
"Xb" = (
/obj/effect/turf_decal/corner/opaque/blue/diagonal,
/obj/structure/window/reinforced/spawner,
-/obj/structure/closet,
+/obj/structure/closet/wall/med/directional/east{
+ name = "Anesthetics Closet"
+ },
+/obj/item/tank/internals/anesthetic{
+ pixel_x = -2
+ },
+/obj/item/tank/internals/anesthetic{
+ pixel_x = 3
+ },
+/obj/item/clothing/mask/breath/medical{
+ pixel_x = 3
+ },
+/obj/item/clothing/mask/breath/medical{
+ pixel_x = 6;
+ pixel_y = -3
+ },
+/obj/effect/turf_decal/borderfloorwhite/corner{
+ dir = 1
+ },
+/obj/structure/table/chem,
+/obj/structure/sink/chem{
+ pixel_x = 2;
+ pixel_y = 3
+ },
/turf/open/floor/plasteel/white,
/area/ship/medical)
"Xt" = (
-/obj/machinery/space_heater,
/obj/machinery/light/dim/directional/south,
/obj/machinery/airalarm/directional/east,
-/turf/open/floor/plasteel/tech,
-/area/ship/storage)
+/obj/machinery/suit_storage_unit/inherit{
+ name = "Engineering Specialist's Storage Unit"
+ },
+/obj/item/clothing/mask/breath,
+/obj/item/clothing/suit/space/hardsuit/ert/lp/engi,
+/obj/item/tank/internals/oxygen/yellow,
+/obj/effect/turf_decal/industrial/outline/yellow,
+/turf/open/floor/plasteel/lightgrey,
+/area/ship/storage/equip)
"XA" = (
/obj/structure/cable{
icon_state = "1-10"
},
/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4,
+/obj/structure/cable{
+ icon_state = "5-10"
+ },
/turf/open/floor/plasteel/dark,
/area/ship/bridge)
"XE" = (
-/obj/effect/turf_decal/corner/opaque/ntblue/half{
- dir = 4
- },
/obj/structure/cable{
icon_state = "2-5"
},
/obj/structure/cable{
icon_state = "1-2"
},
-/turf/open/floor/plasteel/white,
+/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{
+ dir = 8
+ },
+/obj/effect/turf_decal/corner/opaque/vired/half{
+ dir = 4
+ },
+/turf/open/floor/plasteel/dark,
/area/ship/hallway/central)
"XH" = (
/obj/machinery/power/apc/auto_name/directional/east,
/obj/structure/cable{
icon_state = "0-8"
},
-/obj/machinery/firealarm/directional/south,
+/obj/effect/turf_decal/techfloor{
+ dir = 1
+ },
+/obj/structure/closet/wall/directional/south,
+/obj/effect/turf_decal/corner/opaque/lightgrey{
+ dir = 10
+ },
/turf/open/floor/plasteel/dark,
/area/ship/crew/cryo)
"XL" = (
-/obj/machinery/door/airlock/public/glass,
/obj/structure/cable{
icon_state = "1-2"
},
@@ -4531,10 +5940,18 @@
/obj/machinery/door/firedoor/border_only{
dir = 1
},
-/obj/effect/turf_decal/corner/opaque/ntblue/half{
+/obj/machinery/door/poddoor/shutters/preopen{
+ name = "Corridor Lockdown Starboard";
+ id = "RangerStarboardShutters"
+ },
+/obj/effect/turf_decal/corner/opaque/vired/half{
dir = 4
},
-/turf/open/floor/plasteel/white,
+/obj/machinery/light_switch{
+ dir = 8;
+ pixel_x = 24
+ },
+/turf/open/floor/plasteel/dark,
/area/ship/hallway/starboard)
"XQ" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{
@@ -4546,7 +5963,7 @@
/obj/effect/turf_decal/trimline/opaque/blue/filled/corner{
dir = 4
},
-/turf/open/floor/plasteel/white,
+/turf/open/floor/plasteel/dark,
/area/ship/hallway/port)
"XR" = (
/obj/machinery/door/airlock/public/glass,
@@ -4557,20 +5974,27 @@
/obj/machinery/door/firedoor/border_only{
dir = 1
},
-/obj/effect/turf_decal/corner/opaque/ntblue/half{
+/obj/effect/turf_decal/corner/opaque/vired/half{
dir = 4
},
-/turf/open/floor/plasteel/white,
+/turf/open/floor/plasteel/dark,
/area/ship/hallway/central)
"XS" = (
/obj/effect/turf_decal/corner/opaque/blue/diagonal,
-/obj/structure/table/greyscale,
/obj/machinery/light/dim/directional/east,
-/obj/item/toy/plush/moth/ragged,
+/obj/item/storage/backpack/duffelbag/med/surgery,
+/obj/item/toy/plush/moth/ragged{
+ pixel_y = 11
+ },
+/obj/effect/turf_decal/borderfloorwhite{
+ dir = 8
+ },
+/obj/structure/table/chem,
+/obj/structure/extinguisher_cabinet/directional/north,
/turf/open/floor/plasteel/white,
/area/ship/medical)
"XT" = (
-/turf/closed/wall/r_wall,
+/turf/closed/wall/mineral/titanium/nodiagonal,
/area/ship/cargo)
"XV" = (
/obj/machinery/camera/autoname{
@@ -4582,24 +6006,30 @@
/obj/structure/cable{
icon_state = "4-8"
},
-/turf/open/floor/plasteel/white,
+/turf/open/floor/plasteel/dark,
/area/ship/hallway/starboard)
"Yk" = (
-/obj/effect/decal/cleanable/glass,
-/turf/open/floor/plasteel/tech,
+/obj/effect/turf_decal/trimline/opaque/nsorange/warning,
+/obj/effect/turf_decal/siding{
+ color = "#474747"
+ },
+/turf/open/floor/plasteel/lightgrey,
/area/ship/cargo)
"Yw" = (
-/obj/machinery/door/airlock/public/glass,
/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/corner/opaque/ntblue/half{
+/obj/machinery/door/poddoor/shutters/preopen{
+ name = "Corridor Lockdown Starboard";
+ id = "RangerStarboardShutters"
+ },
+/obj/effect/turf_decal/corner/opaque/vired/half{
dir = 8
},
-/turf/open/floor/plasteel/white,
+/turf/open/floor/plasteel/dark,
/area/ship/hallway/starboard)
"Yy" = (
/obj/machinery/power/shieldwallgen/atmos/roundstart{
@@ -4619,33 +6049,47 @@
/turf/open/floor/plasteel,
/area/ship/hallway/port)
"Yz" = (
-/obj/structure/window/reinforced,
-/obj/effect/turf_decal/siding/red{
- dir = 6
+/obj/effect/turf_decal/techfloor{
+ dir = 4
},
-/obj/machinery/power/apc/auto_name/directional/east,
-/obj/structure/cable{
- icon_state = "0-9"
+/obj/effect/turf_decal/techfloor{
+ dir = 8
},
-/turf/open/floor/mineral/plastitanium/red/brig,
+/obj/machinery/door/airlock/security/brig{
+ dir = 8;
+ id_tag = "SecureCell";
+ name = "Holding Cell";
+ req_access_txt = "1"
+ },
+/turf/open/floor/plating,
/area/ship/security)
"YJ" = (
-/obj/machinery/suit_storage_unit/inherit,
-/obj/item/clothing/suit/space/hardsuit/ancient/lp,
-/obj/item/clothing/mask/breath,
-/obj/effect/turf_decal/corner/opaque/brown/mono,
-/obj/item/tank/internals/emergency_oxygen,
-/obj/effect/turf_decal/industrial/warning,
-/turf/open/floor/plasteel/dark,
-/area/ship/storage)
-"YK" = (
-/obj/machinery/light_switch{
+/obj/effect/turf_decal/corner/opaque/vired/three_quarters,
+/obj/structure/table/reinforced,
+/obj/item/screwdriver{
+ pixel_x = -7;
+ pixel_y = 7
+ },
+/obj/item/screwdriver{
+ pixel_x = -7
+ },
+/obj/item/hand_labeler{
pixel_x = 8;
- pixel_y = 22
+ pixel_y = 13
},
-/turf/open/floor/plasteel/stairs/wood{
+/obj/effect/turf_decal/siding/thinplating/dark/corner{
dir = 8
},
+/obj/item/radio/intercom/directional/east,
+/turf/open/floor/plasteel/tech,
+/area/ship/storage/equip)
+"YK" = (
+/obj/machinery/firealarm/directional/north{
+ pixel_x = -4
+ },
+/obj/structure/table/reinforced,
+/obj/machinery/computer/helm/viewscreen/directional/west,
+/turf/open/floor/plasteel/white,
/area/ship/medical)
"YP" = (
/obj/structure/cable{
@@ -4663,21 +6107,29 @@
/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{
dir = 6
},
-/turf/open/floor/plating,
+/obj/effect/turf_decal/steeldecal/steel_decals10{
+ dir = 1
+ },
+/obj/effect/turf_decal/steeldecal/steel_decals10{
+ dir = 8
+ },
+/turf/open/floor/plasteel/tech,
/area/ship/maintenance/starboard)
"YW" = (
/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{
dir = 8
},
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4,
/obj/machinery/camera/autoname{
dir = 4
},
/obj/item/radio/intercom/directional/west,
-/obj/effect/turf_decal/corner/opaque/ntblue/half{
+/obj/effect/turf_decal/corner/opaque/vired/half{
dir = 8
},
-/turf/open/floor/plasteel/white,
+/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{
+ dir = 8
+ },
+/turf/open/floor/plasteel/dark,
/area/ship/hallway/central)
"Zj" = (
/obj/machinery/atmospherics/components/unary/shuttle/heater{
@@ -4688,22 +6140,33 @@
},
/obj/machinery/door/poddoor/shutters{
dir = 4;
- id = "Ranger_Port_maint_shut"
+ id = "Ranger_Port_maint_shut";
+ name = "Engine Shutters"
},
/turf/open/floor/plating,
/area/ship/maintenance/port)
"Zk" = (
-/obj/machinery/atmospherics/pipe/layer_manifold/visible{
- dir = 4
- },
/obj/machinery/advanced_airlock_controller{
pixel_y = 24
},
-/turf/open/floor/plasteel/dark,
+/obj/effect/turf_decal/techfloor{
+ dir = 8
+ },
+/obj/item/tank/internals/emergency_oxygen,
+/obj/item/clothing/mask/breath,
+/obj/machinery/suit_storage_unit/inherit{
+ name = "Emergency EVA Suit"
+ },
+/obj/item/clothing/head/helmet/space/fragile,
+/obj/item/clothing/suit/space/fragile,
+/turf/open/floor/plasteel/tech/techmaint{
+ color = "#a8b2b6"
+ },
/area/ship/hallway/central)
"Zl" = (
-/obj/machinery/portable_atmospherics/canister,
/obj/effect/turf_decal/industrial/outline/orange,
+/obj/machinery/portable_atmospherics/canister/toxins,
+/obj/effect/decal/cleanable/plasma,
/turf/open/floor/plasteel/tech,
/area/ship/maintenance/port)
"Zs" = (
@@ -4717,70 +6180,113 @@
/obj/structure/cable{
icon_state = "1-6"
},
-/turf/open/floor/plasteel/white,
+/turf/open/floor/plasteel/dark,
+/area/ship/hallway/port)
+"Zu" = (
+/obj/effect/turf_decal/trimline/opaque/vired/arrow_ccw{
+ dir = 4
+ },
+/obj/effect/turf_decal/trimline/opaque/vired/filled/line{
+ dir = 8
+ },
+/obj/machinery/atmospherics/pipe/simple/cyan/hidden,
+/turf/open/floor/plasteel/tech/techmaint,
/area/ship/hallway/port)
"Zv" = (
/obj/machinery/firealarm/directional/west,
+/obj/machinery/camera/autoname{
+ dir = 4
+ },
/turf/open/floor/wood,
/area/ship/security)
"Zw" = (
/obj/structure/cable{
icon_state = "1-2"
},
-/turf/open/floor/plasteel/white,
+/obj/effect/turf_decal/trimline/transparent/white/filled/warning,
+/turf/open/floor/plasteel/dark,
/area/ship/hallway/starboard)
"Zx" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2,
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4,
-/obj/effect/turf_decal/corner/opaque/ntblue{
+/obj/effect/turf_decal/corner/opaque/vired{
dir = 1
},
-/turf/open/floor/plasteel/white,
+/turf/open/floor/plasteel/dark,
/area/ship/hallway/starboard)
"ZF" = (
/obj/machinery/light/dim/directional/south,
/obj/effect/turf_decal/industrial/outline/blue,
/obj/structure/reagent_dispensers/watertank,
-/turf/open/floor/plating,
+/turf/open/floor/plasteel/tech,
/area/ship/maintenance/port)
"ZI" = (
/obj/structure/cable{
icon_state = "4-8"
},
/obj/effect/turf_decal/trimline/opaque/ntblue/filled/corner,
-/turf/open/floor/plasteel/white,
+/obj/structure/chair/handrail{
+ dir = 1
+ },
+/turf/open/floor/plasteel/dark,
/area/ship/hallway/starboard)
"ZJ" = (
/obj/effect/turf_decal/industrial/warning{
dir = 1
},
-/turf/open/floor/plasteel/tech/airless,
+/turf/open/floor/plasteel/tech,
/area/ship/engineering/communications)
"ZL" = (
/obj/machinery/vending/coffee,
-/obj/machinery/light/dim/directional/east,
-/turf/open/floor/plasteel/dark,
+/turf/open/floor/plasteel/lightgrey,
/area/ship/hallway/central)
"ZS" = (
-/obj/machinery/portable_atmospherics/scrubber,
-/turf/open/floor/plasteel/tech,
-/area/ship/storage)
+/obj/structure/closet/syndicate{
+ desc = "It's the armory closet. A closet with shelving, in an armory!"
+ },
+/obj/machinery/door/window/brigdoor/eastright{
+ dir = 2;
+ req_access_txt = "1";
+ name = "Armory";
+ req_ship_access = 1
+ },
+/obj/item/storage/pistolcase/commander,
+/obj/item/ammo_box/magazine/co9mm,
+/obj/item/clothing/suit/armor/nanotrasen/slim,
+/obj/item/clothing/suit/armor/nanotrasen/slim,
+/obj/item/ammo_box/magazine/smgm9mm,
+/obj/item/ammo_box/magazine/smgm9mm,
+/obj/item/ammo_box/magazine/smgm9mm,
+/obj/item/storage/pistolcase,
+/obj/effect/turf_decal/steeldecal/steel_decals10{
+ dir = 5
+ },
+/obj/effect/turf_decal/steeldecal/steel_decals10{
+ dir = 6
+ },
+/obj/effect/turf_decal/siding/thinplating/dark{
+ dir = 5
+ },
+/obj/item/gun/ballistic/automatic/smg/skm_carbine/inteq/proto,
+/turf/open/floor/plasteel/lightgrey,
+/area/ship/storage/equip)
"ZW" = (
/obj/machinery/light/dim/directional/north,
/obj/effect/turf_decal/trimline/opaque/ntblue/filled/corner{
dir = 1
},
-/turf/open/floor/plasteel/white,
+/turf/open/floor/plasteel/dark,
/area/ship/hallway/port)
"ZY" = (
/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2,
-/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{
- dir = 8
+/obj/structure/chair/handrail{
+ dir = 4
},
-/obj/effect/turf_decal/corner/opaque/ntblue/half{
+/obj/effect/turf_decal/corner/opaque/vired/half{
dir = 8
},
-/turf/open/floor/plasteel/white,
+/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4,
+/turf/open/floor/plasteel/dark,
/area/ship/hallway/central)
(1,1,1) = {"
@@ -4795,6 +6301,7 @@ tg
tg
LV
zW
+yK
zW
zW
zW
@@ -4808,8 +6315,7 @@ zW
zW
zW
zW
-zW
-zW
+yK
zW
QT
qs
@@ -4937,8 +6443,8 @@ zW
zW
zW
LV
-Zl
-Vq
+ci
+hp
aW
UW
hl
@@ -4962,7 +6468,7 @@ qQ
gD
ib
eN
-RS
+Lw
Dd
QT
zW
@@ -5045,10 +6551,10 @@ zW
(8,1,1) = {"
zW
zW
-zW
+hN
vm
-xp
-Aw
+vm
+cj
oQ
tq
LV
@@ -5060,9 +6566,9 @@ zW
zW
Kg
Pd
-vO
+Ox
IE
-vO
+Ep
Nf
Kg
zW
@@ -5077,7 +6583,7 @@ Zv
AZ
Wj
fV
-zW
+sp
"}
(9,1,1) = {"
zW
@@ -5086,7 +6592,7 @@ vm
vm
YK
aO
-Om
+Aw
Gn
LV
vT
@@ -5094,7 +6600,7 @@ LV
LV
zW
zW
-wq
+yK
Kg
MK
Ua
@@ -5102,7 +6608,7 @@ vO
Nn
Cq
Kg
-wq
+yK
zW
zW
QT
@@ -5130,14 +6636,14 @@ zc
jA
zW
zW
-Tz
-Tz
+wU
+wU
Kg
Kg
Kg
kw
gk
-zB
+Kg
Kg
Kg
Kg
@@ -5146,7 +6652,7 @@ zW
Vp
cN
vR
-fV
+nq
Us
Js
Ma
@@ -5165,25 +6671,25 @@ Qu
Cb
NR
jA
-zW
-Tz
-Tz
+qe
+wU
+wU
jt
WZ
Mh
-Tz
+wU
nE
-fU
-kt
+WF
+Kg
LM
bX
Kg
Kg
-zW
+fo
Vp
Ff
wT
-fV
+nq
gi
Lg
bN
@@ -5203,10 +6709,10 @@ XQ
PR
jA
zW
-Tz
+wU
LQ
-MD
aP
+Pu
xq
Wp
Gz
@@ -5224,7 +6730,7 @@ qR
tQ
nh
Dx
-Dx
+yk
fV
"}
(13,1,1) = {"
@@ -5240,7 +6746,7 @@ cR
pU
jA
zW
-Tz
+wU
gN
dr
rC
@@ -5249,7 +6755,7 @@ Dr
ZJ
fU
Mx
-tT
+MD
tT
ux
Kg
@@ -5258,9 +6764,9 @@ Vp
TR
KX
fV
-Ji
+fV
Yz
-hf
+iH
iH
fV
"}
@@ -5277,15 +6783,15 @@ bf
tR
jA
zW
-Tz
+wU
Ge
or
JP
-Tz
-Tz
+wU
+wU
hK
Hd
-Tz
+wU
Ds
Bo
WG
@@ -5294,11 +6800,11 @@ zW
Vp
bD
iD
-fV
-fV
-fV
-fV
-fV
+dm
+hf
+Ab
+Ji
+SG
fV
"}
(15,1,1) = {"
@@ -5314,8 +6820,8 @@ jH
uE
jA
zW
-Tz
-Tz
+wU
+wU
Sl
Nd
IC
@@ -5332,11 +6838,11 @@ Vp
yo
Cg
of
-gg
-Ut
-BI
+jd
+TG
+my
xv
-gg
+fV
"}
(16,1,1) = {"
zW
@@ -5352,15 +6858,15 @@ Kf
jA
zW
zW
-Tz
-Tz
+wU
+wU
Qt
-Tz
+wU
Ca
rA
yU
-dP
-wf
+wU
+Kg
Kg
Kg
zW
@@ -5370,7 +6876,7 @@ pi
iZ
ji
gg
-am
+gg
gg
gg
gg
@@ -5382,24 +6888,24 @@ JR
Iy
ym
VC
-VC
+CW
EL
ml
-jA
+Tz
jA
zW
zW
-zW
-Tz
-Tz
-Tz
+Vg
+wU
+wU
+wU
up
hn
aG
-Tz
+df
Kg
Kg
-zW
+sp
zW
zW
Vp
@@ -5407,8 +6913,8 @@ Vp
MI
zF
gg
-my
-fo
+Ut
+BI
BA
gg
"}
@@ -5428,13 +6934,13 @@ zW
zW
zW
zW
-Tz
+wU
jr
Mt
lX
Ny
JK
-Tz
+wU
zW
zW
zW
@@ -5444,9 +6950,9 @@ Vp
dK
ZI
gg
-qe
-oM
-yK
+am
+gg
+gg
gg
"}
(19,1,1) = {"
@@ -5456,7 +6962,7 @@ JR
tb
mQ
rq
-rq
+gr
Zs
pf
jA
@@ -5465,13 +6971,13 @@ zW
zW
zW
zW
-Tz
+wU
ps
Hs
tk
Bh
GY
-Tz
+wU
zW
zW
zW
@@ -5501,15 +7007,15 @@ jA
zW
zW
zW
-Tz
-Tz
-eo
+wU
+wU
+wU
FB
wU
-hZ
-Lw
-Tz
-Tz
+wU
+wU
+wU
+wU
zW
zW
zW
@@ -5539,13 +7045,13 @@ sJ
sJ
sJ
sJ
-sJ
-sJ
+We
+hZ
VJ
-sJ
-sJ
-sJ
-sJ
+rX
+Sv
+Kl
+eo
sJ
sJ
sJ
@@ -5565,7 +7071,7 @@ zW
zW
zW
QV
-jA
+gd
KQ
wp
oz
@@ -5576,13 +7082,13 @@ gW
ZY
CG
mw
-rX
+MR
vj
fd
-Ox
+yG
BX
Gk
-Kl
+bK
mw
zi
lj
@@ -5593,19 +7099,19 @@ nA
Mm
uk
xA
-Vp
-QV
+jQ
+ww
zW
"}
(23,1,1) = {"
zW
zW
zW
-wq
+Gs
HA
TZ
-RB
-oz
+Zu
+dN
pa
kO
UU
@@ -5613,7 +7119,7 @@ PG
Gh
XR
OP
-OP
+DQ
OP
OP
BY
@@ -5652,14 +7158,14 @@ sJ
Wv
Fx
fy
-bu
+PB
pn
Av
tf
-bu
+iS
rT
sJ
-Vg
+sJ
ok
sJ
OK
@@ -5674,8 +7180,8 @@ zW
(25,1,1) = {"
zW
zW
-zW
-hN
+ef
+Og
jA
Po
iX
@@ -5690,10 +7196,10 @@ ox
IM
RM
Mn
-bu
+iv
bu
AP
-bu
+Ih
kK
sJ
Zk
@@ -5709,7 +7215,7 @@ hz
zW
"}
(26,1,1) = {"
-ef
+zW
zW
zW
zW
@@ -5740,7 +7246,7 @@ DZ
So
Eq
lU
-cj
+EA
XT
zW
zW
@@ -5758,14 +7264,14 @@ jZ
Be
Tb
sJ
-SU
+sJ
Mf
Gc
Ha
Lk
-Lk
-Lk
-Lk
+VE
+VE
+VE
tj
Lk
sJ
@@ -5775,8 +7281,8 @@ CP
XT
Iz
lv
+Yk
pD
-ww
vz
XT
zW
@@ -5795,8 +7301,8 @@ wu
yZ
Tb
NC
-jC
Mf
+jC
mv
Ao
JO
@@ -5804,17 +7310,17 @@ pA
lD
hF
ec
+wf
Lk
-Te
-wq
-zW
-zW
+Wz
+dx
+RB
XT
lw
-pD
+Om
Yk
-hp
gL
+vo
XT
zW
zW
@@ -5832,8 +7338,8 @@ Qf
Xt
Tb
zW
-zW
Mf
+Mu
Vk
NZ
Lk
@@ -5841,15 +7347,15 @@ sf
iF
XA
Sa
+xp
Lk
wq
zW
zW
-zW
XT
TL
-pD
-pD
+Fg
+zB
eE
XT
XT
@@ -5869,18 +7375,18 @@ YJ
Tb
Tb
zW
-zW
Mf
-Mu
+Mf
+qn
hx
Lk
AF
vp
CI
dC
+kt
Lk
-zW
-zW
+wq
zW
zW
XT
@@ -5909,14 +7415,14 @@ zW
zW
Mf
Mf
-Fg
+Mf
Lk
tK
og
NM
ff
Lk
-zW
+Lk
zW
zW
zW
@@ -5982,14 +7488,14 @@ zW
zW
zW
zW
-wq
+VQ
wq
Lk
mn
cv
lW
-WF
-VQ
+Lk
+rw
zW
zW
zW
diff --git a/_maps/shuttles/nanotrasen/nanotrasen_skipper.dmm b/_maps/shuttles/nanotrasen/nanotrasen_skipper.dmm
deleted file mode 100644
index e69aa1de47ca..000000000000
--- a/_maps/shuttles/nanotrasen/nanotrasen_skipper.dmm
+++ /dev/null
@@ -1,7391 +0,0 @@
-//MAP CONVERTED BY dmm2tgm.py THIS HEADER COMMENT PREVENTS RECONVERSION, DO NOT REMOVE
-"ai" = (
-/obj/effect/turf_decal/industrial/warning{
- dir = 9
- },
-/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/machinery/atmospherics/pipe/simple/yellow/hidden{
- dir = 4
- },
-/turf/open/floor/plasteel,
-/area/ship/engineering/atmospherics)
-"al" = (
-/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{
- dir = 8
- },
-/turf/open/floor/wood,
-/area/ship/hallway/central)
-"ao" = (
-/obj/machinery/airalarm/directional/south,
-/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{
- dir = 1
- },
-/obj/effect/turf_decal/siding/wood{
- dir = 1
- },
-/turf/open/floor/carpet/royalblue,
-/area/ship/crew/crewtwo)
-"aA" = (
-/obj/structure/railing/corner{
- 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,
-/obj/machinery/atmospherics/pipe/simple/yellow/hidden{
- dir = 1
- },
-/turf/open/floor/carpet/nanoweave/beige,
-/area/ship/bridge)
-"aF" = (
-/obj/effect/turf_decal/siding/wood{
- dir = 4
- },
-/obj/structure/sign/poster/official/random{
- pixel_y = -32
- },
-/obj/structure/chair{
- dir = 8
- },
-/turf/open/floor/plasteel/tech/grid,
-/area/ship/hallway/central)
-"aL" = (
-/obj/machinery/atmospherics/pipe/manifold/yellow/visible{
- dir = 4
- },
-/obj/item/radio/intercom/directional/east,
-/turf/open/floor/engine,
-/area/ship/engineering/engine)
-"aN" = (
-/obj/structure/catwalk/over,
-/obj/effect/decal/cleanable/dirt/dust,
-/turf/open/floor/plating/rust,
-/area/ship/crew/toilet)
-"aQ" = (
-/obj/machinery/atmospherics/pipe/simple/brown/hidden/layer4,
-/turf/open/floor/plasteel,
-/area/ship/cargo)
-"aR" = (
-/obj/structure/cable{
- icon_state = "1-2"
- },
-/obj/machinery/atmospherics/pipe/layer_manifold,
-/obj/structure/catwalk/over/plated_catwalk/dark,
-/turf/open/floor/plating,
-/area/ship/engineering/engine)
-"aZ" = (
-/turf/open/floor/carpet/blue,
-/area/ship/crew/dorm)
-"bd" = (
-/obj/item/kirbyplants/random,
-/turf/open/floor/carpet/nanoweave/blue,
-/area/ship/medical)
-"bf" = (
-/obj/machinery/atmospherics/pipe/simple/cyan/visible{
- dir = 10
- },
-/obj/machinery/light/directional/east,
-/turf/open/floor/plasteel/tech,
-/area/ship/engineering/atmospherics)
-"bh" = (
-/obj/machinery/atmospherics/pipe/simple/yellow/hidden{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/brown/hidden/layer4{
- dir = 4
- },
-/turf/open/floor/carpet/nanoweave,
-/area/ship/hallway/central)
-"bk" = (
-/obj/machinery/atmospherics/components/unary/outlet_injector/atmos/incinerator_input{
- dir = 4
- },
-/turf/open/floor/engine/airless,
-/area/ship/engineering/engine)
-"bo" = (
-/obj/structure/dresser,
-/obj/item/flashlight/lamp{
- pixel_x = -5;
- pixel_y = 9
- },
-/obj/effect/decal/cleanable/dirt,
-/turf/open/floor/wood,
-/area/ship/crew/dorm)
-"bq" = (
-/obj/structure/dresser,
-/obj/item/storage/lockbox/medal{
- pixel_y = 13
- },
-/obj/machinery/light/small/directional/north,
-/turf/open/floor/wood,
-/area/ship/crew/crewtwo)
-"bs" = (
-/obj/structure/holosign/barrier/engineering/infinite{
- name = "maintenance barrier"
- },
-/obj/structure/catwalk/over,
-/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{
- dir = 8
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{
- dir = 4
- },
-/obj/effect/decal/cleanable/dirt/dust,
-/turf/open/floor/plating/rust,
-/area/ship/crew/toilet)
-"bw" = (
-/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/atmospherics/pipe/simple/yellow/hidden{
- dir = 4
- },
-/obj/structure/sign/poster/retro/nanotrasen_logo_80s{
- pixel_y = 32
- },
-/turf/open/floor/carpet/nanoweave,
-/area/ship/hallway/central)
-"bz" = (
-/obj/machinery/atmospherics/pipe/simple/yellow/hidden{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/brown/hidden/layer4{
- dir = 10
- },
-/turf/open/floor/carpet/nanoweave,
-/area/ship/hallway/central)
-"bA" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2,
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4,
-/obj/machinery/atmospherics/pipe/simple/yellow/hidden{
- dir = 6
- },
-/obj/structure/cable{
- icon_state = "1-2"
- },
-/turf/open/floor/engine,
-/area/ship/engineering/atmospherics)
-"bG" = (
-/obj/structure/window/reinforced/spawner/west,
-/obj/machinery/door/poddoor{
- dir = 4;
- id = "enginelockdown"
- },
-/obj/machinery/door/window/eastleft{
- name = "Engine Access"
- },
-/obj/machinery/atmospherics/components/unary/shuttle/fire_heater{
- dir = 4
- },
-/turf/open/floor/plating,
-/area/ship/engineering/atmospherics)
-"bI" = (
-/obj/machinery/atmospherics/pipe/simple/orange/visible,
-/obj/machinery/atmospherics/pipe/simple/cyan/visible/layer4,
-/turf/open/floor/plasteel/tech,
-/area/ship/engineering/atmospherics)
-"bO" = (
-/obj/structure/table/reinforced,
-/obj/item/flashlight/lamp{
- pixel_x = -9;
- pixel_y = 13
- },
-/obj/machinery/recharger,
-/turf/open/floor/carpet/nanoweave/red,
-/area/ship/crew/crewthree)
-"bR" = (
-/obj/structure/catwalk/over,
-/obj/machinery/firealarm/directional/west,
-/obj/effect/decal/cleanable/cobweb,
-/obj/effect/decal/cleanable/glass,
-/obj/effect/decal/cleanable/garbage,
-/turf/open/floor/plating,
-/area/ship/crew/toilet)
-"bW" = (
-/obj/structure/displaycase/captain{
- req_access = null;
- req_access_txt = "20"
- },
-/turf/open/floor/wood,
-/area/ship/crew/crewtwo)
-"bY" = (
-/obj/machinery/vending/cola/space_up,
-/turf/open/floor/wood,
-/area/ship/hallway/central)
-"bZ" = (
-/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,
-/area/ship/cargo)
-"cd" = (
-/obj/machinery/light/dim/directional/south,
-/obj/structure/chair{
- dir = 1
- },
-/turf/open/floor/carpet/nanoweave,
-/area/ship/hallway/central)
-"cp" = (
-/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/atmospherics/pipe/simple/yellow/hidden{
- dir = 1
- },
-/turf/open/floor/wood,
-/area/ship/hallway/central)
-"cq" = (
-/obj/effect/turf_decal/siding/wood/corner{
- dir = 4
- },
-/turf/open/floor/carpet/nanoweave,
-/area/ship/hallway/central)
-"cF" = (
-/obj/structure/chair/comfy/grey/directional/east,
-/turf/open/floor/wood,
-/area/ship/hallway/central)
-"cJ" = (
-/obj/structure/sign/nanotrasen{
- pixel_y = -30
- },
-/turf/open/floor/carpet/nanoweave,
-/area/ship/hallway/central)
-"cL" = (
-/obj/machinery/atmospherics/pipe/layer_manifold{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4,
-/obj/machinery/door/firedoor/border_only{
- dir = 1
- },
-/obj/machinery/door/firedoor/border_only,
-/obj/structure/catwalk/over/plated_catwalk/dark,
-/obj/effect/turf_decal/techfloor/corner,
-/turf/open/floor/plating,
-/area/ship/engineering/atmospherics)
-"cQ" = (
-/obj/structure/cable{
- icon_state = "1-2"
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/visible/layer2{
- dir = 1
- },
-/obj/machinery/door/firedoor/border_only{
- dir = 1
- },
-/obj/machinery/door/firedoor/border_only,
-/turf/open/floor/plasteel/tech/grid,
-/area/ship/engineering/atmospherics)
-"cS" = (
-/obj/structure/chair{
- dir = 1
- },
-/obj/machinery/firealarm/directional/west,
-/turf/open/floor/carpet/nanoweave,
-/area/ship/hallway/central)
-"de" = (
-/obj/machinery/light/dim/directional/north,
-/turf/open/floor/carpet/nanoweave,
-/area/ship/hallway/central)
-"dj" = (
-/obj/structure/grille,
-/obj/structure/window/plasma/reinforced/fulltile,
-/turf/open/floor/plating,
-/area/ship/engineering/engine)
-"dl" = (
-/obj/structure/sign/poster/official/obey{
- pixel_x = -30
- },
-/obj/effect/turf_decal/siding/wood{
- dir = 1
- },
-/obj/structure/table/reinforced,
-/obj/item/paper_bin{
- pixel_x = 6;
- pixel_y = 2
- },
-/obj/item/pen{
- pixel_y = 4;
- pixel_x = 5
- },
-/obj/item/folder/blue{
- pixel_x = -8;
- pixel_y = 7
- },
-/obj/item/stamp/head_of_personnel{
- pixel_x = -7;
- pixel_y = -3
- },
-/obj/item/folder/red{
- pixel_x = -8;
- pixel_y = 11
- },
-/turf/open/floor/wood,
-/area/ship/crew/crewthree)
-"dp" = (
-/obj/structure/table,
-/obj/machinery/chem_dispenser/drinks/beer,
-/obj/machinery/light/directional/west,
-/obj/effect/turf_decal/corner/opaque/green/mono,
-/turf/open/floor/plasteel,
-/area/ship/crew/canteen/kitchen)
-"dq" = (
-/obj/structure/table/wood,
-/obj/item/paper_bin,
-/obj/item/pen,
-/obj/structure/sign/poster/official/random{
- pixel_y = 32
- },
-/turf/open/floor/wood,
-/area/ship/crew/dorm)
-"du" = (
-/obj/machinery/atmospherics/pipe/simple/yellow/hidden{
- dir = 4
- },
-/obj/machinery/holopad/emergency/command,
-/turf/open/floor/plasteel/mono/dark,
-/area/ship/bridge)
-"dy" = (
-/turf/open/floor/carpet/nanoweave/blue,
-/area/ship/medical)
-"dB" = (
-/obj/machinery/airalarm/directional/west,
-/obj/effect/turf_decal/corner/opaque/ntblue/diagonal,
-/obj/effect/turf_decal/corner/opaque/neutral/diagonal{
- dir = 4
- },
-/turf/open/floor/plasteel,
-/area/ship/hallway/central)
-"dG" = (
-/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{
- dir = 1
- },
-/obj/machinery/light/small/directional/east,
-/obj/machinery/firealarm/directional/south,
-/obj/item/gun/energy/laser{
- pixel_y = -6
- },
-/obj/item/gun/energy/e_gun/mini{
- pixel_y = -2;
- pixel_x = 6
- },
-/obj/item/gun/energy/e_gun/mini{
- pixel_x = -8;
- pixel_y = -2
- },
-/obj/structure/closet/secure_closet{
- anchored = 1;
- can_be_unanchored = 1;
- icon_state = "sec";
- name = "firearm locker";
- req_access_txt = "1"
- },
-/obj/item/gun/ballistic/automatic/pistol/commander,
-/obj/item/gun/ballistic/automatic/pistol/commander,
-/turf/open/floor/wood,
-/area/ship/crew/crewthree)
-"dJ" = (
-/obj/machinery/button/door{
- dir = 4;
- pixel_x = -24;
- id = "enginelockdown";
- name = "Lockdown Engines"
- },
-/obj/machinery/atmospherics/components/binary/volume_pump{
- dir = 8;
- name = "Activate Exhaust"
- },
-/obj/machinery/atmospherics/pipe/simple/green/visible,
-/obj/structure/catwalk/over/plated_catwalk/dark,
-/turf/open/floor/plating,
-/area/ship/engineering/atmospherics)
-"dM" = (
-/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,
-/obj/machinery/atmospherics/pipe/simple/yellow/hidden{
- dir = 4
- },
-/obj/machinery/firealarm/directional/south,
-/turf/open/floor/carpet/nanoweave,
-/area/ship/hallway/central)
-"dO" = (
-/obj/machinery/atmospherics/components/trinary/mixer/flipped/layer4,
-/obj/item/paper/guides/jobs/engi/combustion_thruster,
-/turf/open/floor/plasteel/tech,
-/area/ship/engineering/atmospherics)
-"dS" = (
-/obj/machinery/atmospherics/pipe/simple/cyan/visible/layer4{
- dir = 9
- },
-/obj/machinery/atmospherics/pipe/simple/cyan/visible{
- dir = 5
- },
-/turf/open/floor/plasteel/tech,
-/area/ship/engineering/atmospherics)
-"dW" = (
-/obj/structure/filingcabinet/employment,
-/turf/open/floor/carpet/nanoweave/blue,
-/area/ship/crew/office)
-"dX" = (
-/obj/structure/table/chem,
-/obj/item/clothing/glasses/hud/health,
-/obj/machinery/light/directional/east,
-/obj/effect/turf_decal/corner/opaque/blue/mono,
-/obj/item/reagent_containers/glass/beaker{
- pixel_y = 12;
- pixel_x = -9
- },
-/obj/structure/sink/chem{
- pixel_x = 2;
- pixel_y = 3
- },
-/turf/open/floor/plasteel/white,
-/area/ship/medical)
-"dZ" = (
-/obj/structure/fireaxecabinet{
- pixel_y = -29
- },
-/obj/structure/catwalk/over/plated_catwalk/dark,
-/turf/open/floor/plating,
-/area/ship/engineering/atmospherics)
-"ed" = (
-/obj/structure/table,
-/obj/machinery/fax/nanotrasen,
-/obj/structure/sign/poster/official/random{
- pixel_y = 32
- },
-/turf/open/floor/carpet/nanoweave/blue,
-/area/ship/crew/office)
-"eg" = (
-/obj/machinery/vending/cigarette,
-/obj/machinery/door/firedoor/border_only{
- dir = 4
- },
-/turf/open/floor/carpet/nanoweave,
-/area/ship/hallway/central)
-"ek" = (
-/obj/effect/turf_decal/techfloor{
- dir = 8
- },
-/obj/machinery/power/apc/auto_name/directional/north,
-/obj/structure/cable{
- icon_state = "0-2"
- },
-/obj/machinery/light_switch{
- pixel_x = -14;
- pixel_y = 24
- },
-/turf/open/floor/plasteel/dark,
-/area/ship/crew/cryo)
-"er" = (
-/obj/machinery/door/airlock/engineering{
- dir = 4;
- name = "Engineering"
- },
-/obj/effect/mapping_helpers/airlock/cyclelink_helper{
- dir = 8
- },
-/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/machinery/atmospherics/pipe/simple/yellow/hidden{
- 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/engineering/atmospherics)
-"eu" = (
-/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/machinery/atmospherics/pipe/simple/yellow/hidden{
- dir = 6
- },
-/turf/open/floor/carpet/nanoweave,
-/area/ship/hallway/central)
-"eB" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{
- dir = 5
- },
-/obj/machinery/light_switch{
- dir = 1;
- pixel_x = 6;
- pixel_y = -24
- },
-/obj/effect/decal/cleanable/dirt,
-/turf/open/floor/wood,
-/area/ship/crew/dorm)
-"eC" = (
-/obj/structure/window/reinforced/fulltile,
-/obj/structure/grille,
-/turf/open/floor/plating,
-/area/ship/crew/crewthree)
-"eD" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{
- dir = 9
- },
-/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{
- dir = 8
- },
-/obj/structure/extinguisher_cabinet/directional/south,
-/obj/structure/sign/poster/contraband/syndicate_recruitment{
- pixel_x = 30
- },
-/obj/effect/decal/cleanable/glass,
-/turf/open/floor/plating/rust,
-/area/ship/crew/toilet)
-"eL" = (
-/obj/machinery/door/airlock/command{
- name = "Internal Affairs Office"
- },
-/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
- },
-/turf/open/floor/carpet/nanoweave/blue,
-/area/ship/crew/office)
-"eP" = (
-/obj/structure/chair/comfy/grey/directional/east,
-/obj/effect/decal/cleanable/dirt,
-/turf/open/floor/wood,
-/area/ship/crew/dorm)
-"eQ" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4,
-/turf/open/floor/wood,
-/area/ship/crew/dorm)
-"eY" = (
-/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/atmospherics/pipe/simple/yellow/hidden{
- dir = 4
- },
-/obj/structure/extinguisher_cabinet/directional/south,
-/turf/open/floor/carpet/nanoweave,
-/area/ship/hallway/central)
-"fa" = (
-/obj/structure/table,
-/obj/item/storage/pill_bottle/dice{
- pixel_x = 5;
- pixel_y = 6
- },
-/obj/item/spacecash/bundle/c5,
-/turf/open/floor/carpet/red,
-/area/ship/hallway/central)
-"fc" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2,
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4,
-/obj/structure/cable{
- icon_state = "1-2"
- },
-/obj/machinery/atmospherics/pipe/simple/yellow/hidden{
- dir = 1
- },
-/turf/open/floor/engine,
-/area/ship/engineering/atmospherics)
-"fg" = (
-/obj/machinery/atmospherics/pipe/heat_exchanging/simple{
- dir = 10
- },
-/obj/effect/turf_decal/industrial/warning{
- dir = 4
- },
-/obj/machinery/door/poddoor/preopen{
- dir = 4;
- id = "coolingshutdown"
- },
-/turf/open/floor/engine/airless,
-/area/ship/external)
-"fi" = (
-/obj/machinery/door/airlock/command{
- dir = 4;
- name = "Personal Quarters";
- req_one_access_txt = "57"
- },
-/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 = 4
- },
-/obj/machinery/door/firedoor/border_only{
- dir = 8
- },
-/turf/open/floor/carpet/blue,
-/area/ship/crew/crewthree)
-"fl" = (
-/obj/machinery/atmospherics/pipe/simple/green/visible{
- dir = 9
- },
-/obj/machinery/firealarm/directional/east,
-/turf/open/floor/plasteel/tech,
-/area/ship/engineering/atmospherics)
-"fn" = (
-/obj/machinery/door/firedoor/border_only,
-/turf/open/floor/wood,
-/area/ship/hallway/central)
-"fo" = (
-/obj/structure/cable{
- icon_state = "4-8"
- },
-/obj/structure/cable{
- icon_state = "1-8"
- },
-/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2,
-/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4,
-/obj/machinery/atmospherics/pipe/simple/yellow/hidden{
- dir = 4
- },
-/turf/open/floor/carpet/nanoweave,
-/area/ship/hallway/central)
-"fs" = (
-/obj/effect/turf_decal/industrial/warning{
- dir = 1
- },
-/obj/machinery/button/door{
- dir = 8;
- id = "amogusdoors";
- name = "Cargo Blast Door Control";
- pixel_x = 25;
- pixel_y = -4
- },
-/obj/structure/cable{
- icon_state = "1-2"
- },
-/obj/machinery/button/shieldwallgen{
- dir = 8;
- id = "skippyshieldywalle";
- pixel_x = 24;
- pixel_y = 5
- },
-/turf/open/floor/plasteel/mono/dark,
-/area/ship/cargo)
-"ft" = (
-/obj/structure/cable{
- icon_state = "4-8"
- },
-/obj/machinery/atmospherics/components/binary/pump{
- dir = 8;
- name = "TEG to Exhaust"
- },
-/turf/open/floor/engine,
-/area/ship/engineering/engine)
-"fu" = (
-/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{
- dir = 8
- },
-/obj/structure/sign/poster/official/random{
- pixel_x = 30
- },
-/turf/open/floor/plasteel/tech,
-/area/ship/engineering/atmospherics)
-"fw" = (
-/obj/machinery/atmospherics/pipe/simple/yellow/hidden{
- dir = 1
- },
-/obj/machinery/disposal/bin,
-/obj/structure/disposalpipe/trunk{
- dir = 8
- },
-/obj/item/paper{
- default_raw_text = "The igniter in the chamber does not work very well. I suggest throwing lit welders down the disposal chute over there to ignite the chamber."
- },
-/obj/item/weldingtool,
-/obj/machinery/door/firedoor/border_only,
-/obj/machinery/door/firedoor/border_only{
- dir = 1
- },
-/obj/effect/turf_decal/techfloor{
- dir = 1
- },
-/turf/open/floor/plasteel/tech/grid,
-/area/ship/engineering/atmospherics)
-"fx" = (
-/obj/effect/turf_decal/siding/wood/corner{
- dir = 1
- },
-/turf/closed/wall,
-/area/ship/hallway/central)
-"fz" = (
-/obj/machinery/shower{
- pixel_y = 18
- },
-/obj/machinery/firealarm/directional/west,
-/obj/effect/turf_decal/corner_techfloor_grid{
- dir = 1
- },
-/turf/open/floor/noslip,
-/area/ship/engineering/atmospherics)
-"fD" = (
-/obj/structure/cable/yellow{
- icon_state = "1-8"
- },
-/turf/open/floor/engine,
-/area/ship/engineering/engine)
-"fG" = (
-/obj/structure/cable{
- icon_state = "2-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/showroomfloor,
-/area/ship/crew/toilet)
-"fI" = (
-/obj/structure/chair/sofa/brown/left/directional/west,
-/obj/machinery/newscaster/directional/east,
-/turf/open/floor/carpet/red,
-/area/ship/hallway/central)
-"fQ" = (
-/obj/effect/turf_decal/industrial/warning{
- dir = 1
- },
-/obj/machinery/atmospherics/components/binary/pump/layer4{
- dir = 1;
- name = "Fuel Pump"
- },
-/turf/open/floor/plasteel/mono/dark,
-/area/ship/cargo)
-"fT" = (
-/obj/machinery/atmospherics/pipe/simple/dark/visible{
- dir = 9
- },
-/turf/open/floor/engine,
-/area/ship/engineering/engine)
-"fU" = (
-/obj/machinery/cryopod{
- dir = 4
- },
-/obj/item/radio/intercom/directional/south,
-/turf/open/floor/plasteel/telecomms_floor,
-/area/ship/crew/cryo)
-"fW" = (
-/turf/template_noop,
-/area/template_noop)
-"fY" = (
-/obj/structure/table,
-/obj/item/trash/raisins,
-/obj/item/radio/intercom/directional/east,
-/turf/open/floor/wood,
-/area/ship/hallway/central)
-"ga" = (
-/obj/structure/grille,
-/obj/structure/window/fulltile,
-/turf/open/floor/plating,
-/area/ship/medical)
-"gc" = (
-/obj/machinery/atmospherics/pipe/simple/yellow/hidden{
- dir = 4
- },
-/turf/open/floor/carpet/nanoweave,
-/area/ship/hallway/central)
-"gh" = (
-/obj/machinery/power/smes/shuttle/precharged{
- dir = 4
- },
-/obj/structure/cable{
- icon_state = "0-8"
- },
-/obj/structure/window/reinforced/spawner/west,
-/obj/machinery/door/poddoor{
- dir = 4;
- id = "enginelockdown"
- },
-/obj/machinery/door/window/eastleft{
- name = "Engine Access"
- },
-/turf/open/floor/plating,
-/area/ship/engineering/atmospherics)
-"gi" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{
- dir = 5
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{
- dir = 5
- },
-/obj/effect/turf_decal/corner/opaque/ntblue/diagonal,
-/obj/effect/turf_decal/corner/opaque/neutral/diagonal{
- dir = 4
- },
-/turf/open/floor/plasteel,
-/area/ship/hallway/central)
-"gk" = (
-/obj/structure/sign/poster/official/safety_internals{
- pixel_x = -32
- },
-/obj/structure/tank_dispenser,
-/obj/machinery/airalarm/directional/south,
-/turf/open/floor/plasteel/tech,
-/area/ship/engineering/atmospherics)
-"gm" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{
- dir = 8
- },
-/obj/structure/railing/corner{
- dir = 4
- },
-/obj/effect/turf_decal/arrows{
- dir = 4
- },
-/turf/open/floor/plasteel/dark,
-/area/ship/cargo/office)
-"gr" = (
-/obj/structure/cable{
- 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/atmospherics/pipe/simple/yellow/hidden{
- dir = 6
- },
-/turf/open/floor/plasteel/dark,
-/area/ship/hallway/central)
-"gu" = (
-/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/wood,
-/turf/open/floor/wood,
-/area/ship/crew/dorm)
-"gx" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2,
-/obj/machinery/atmospherics/components/unary/vent_pump/siphon/layer4,
-/turf/open/floor/plating,
-/area/ship/hallway/central)
-"gB" = (
-/obj/machinery/atmospherics/components/binary/pump{
- dir = 8;
- name = "Cooling to TEG"
- },
-/turf/open/floor/engine,
-/area/ship/engineering/engine)
-"gM" = (
-/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4,
-/obj/item/radio/intercom/directional/north,
-/turf/open/floor/carpet/nanoweave,
-/area/ship/hallway/central)
-"gN" = (
-/obj/machinery/atmospherics/pipe/simple/cyan/visible{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/green/visible,
-/turf/open/floor/plasteel/tech,
-/area/ship/engineering/atmospherics)
-"gO" = (
-/obj/machinery/atmospherics/components/binary/pump{
- dir = 8;
- name = "thruster fuel pump"
- },
-/obj/machinery/atmospherics/pipe/simple/green/visible,
-/obj/structure/catwalk/over/plated_catwalk/dark,
-/turf/open/floor/plating,
-/area/ship/engineering/atmospherics)
-"gP" = (
-/obj/effect/landmark/observer_start,
-/obj/machinery/holopad,
-/turf/open/floor/wood,
-/area/ship/hallway/central)
-"gQ" = (
-/obj/effect/turf_decal/siding/wood,
-/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/atmospherics/pipe/simple/yellow/hidden{
- dir = 1
- },
-/turf/open/floor/plasteel/tech/grid,
-/area/ship/hallway/central)
-"hb" = (
-/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/machinery/atmospherics/pipe/simple/yellow/hidden{
- dir = 1
- },
-/turf/open/floor/wood,
-/area/ship/hallway/central)
-"hc" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2,
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4,
-/obj/structure/cable{
- icon_state = "1-2"
- },
-/obj/machinery/atmospherics/pipe/simple/yellow/hidden{
- dir = 1
- },
-/obj/effect/turf_decal/techfloor{
- dir = 5
- },
-/turf/open/floor/plasteel/tech/grid,
-/area/ship/engineering/atmospherics)
-"hi" = (
-/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/wood{
- dir = 9
- },
-/turf/open/floor/carpet/royalblue,
-/area/ship/crew/crewtwo)
-"hr" = (
-/turf/closed/wall/r_wall,
-/area/ship/hallway/central)
-"hz" = (
-/obj/effect/decal/cleanable/glass,
-/turf/open/floor/plasteel,
-/area/ship/cargo)
-"hA" = (
-/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/atmospherics/pipe/simple/yellow/hidden{
- dir = 4
- },
-/turf/open/floor/carpet/nanoweave,
-/area/ship/hallway/central)
-"hC" = (
-/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/atmospherics/pipe/simple/yellow/hidden{
- dir = 9
- },
-/turf/open/floor/carpet/nanoweave,
-/area/ship/hallway/central)
-"hG" = (
-/obj/effect/turf_decal/industrial/warning{
- dir = 8
- },
-/turf/open/floor/plasteel/dark,
-/area/ship/cargo/office)
-"hJ" = (
-/obj/structure/grille,
-/obj/machinery/door/poddoor{
- id = "windowlockdown"
- },
-/obj/structure/window/reinforced/fulltile,
-/obj/machinery/door/firedoor/window,
-/turf/open/floor/plating,
-/area/ship/medical)
-"hM" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{
- dir = 10
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{
- dir = 4
- },
-/obj/effect/turf_decal/siding/wood,
-/obj/item/radio/intercom/directional/north,
-/turf/open/floor/wood,
-/area/ship/crew/dorm)
-"hP" = (
-/obj/machinery/computer/helm{
- dir = 8
- },
-/obj/effect/turf_decal/corner/opaque/ntblue/half{
- dir = 4
- },
-/turf/open/floor/plasteel/dark,
-/area/ship/bridge)
-"hT" = (
-/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/atmospherics/pipe/simple/yellow/hidden{
- dir = 4
- },
-/obj/item/radio/intercom/directional/north,
-/turf/open/floor/carpet/nanoweave,
-/area/ship/hallway/central)
-"hZ" = (
-/obj/item/extinguisher/advanced,
-/obj/item/clothing/glasses/meson/engine,
-/obj/item/clothing/suit/hooded/wintercoat/engineering,
-/obj/item/clothing/under/rank/engineering/engineer/hazard,
-/obj/item/clothing/under/rank/engineering/engineer/nt,
-/obj/item/clothing/under/rank/engineering/engineer/nt/skirt,
-/obj/item/clothing/under/rank/engineering/atmospheric_technician,
-/obj/item/clothing/under/rank/engineering/atmospheric_technician/skirt,
-/obj/item/clothing/head/beret/atmos,
-/obj/item/clothing/head/beret/eng,
-/obj/item/analyzer,
-/obj/item/storage/belt/utility,
-/obj/item/storage/belt/utility,
-/obj/structure/closet/secure_closet{
- icon_state = "eng_secure";
- name = "engineer's locker";
- req_access = list(11);
- anchored = 1
- },
-/obj/item/pipe_dispenser,
-/obj/item/clothing/suit/hooded/wintercoat/engineering/atmos,
-/turf/open/floor/engine,
-/area/ship/engineering/engine)
-"ib" = (
-/obj/effect/turf_decal/siding/wood{
- dir = 4
- },
-/obj/item/kirbyplants/random,
-/turf/open/floor/carpet/nanoweave,
-/area/ship/hallway/central)
-"ic" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4,
-/turf/open/floor/plasteel/dark,
-/area/ship/cargo/office)
-"id" = (
-/obj/machinery/shower{
- dir = 4;
- pixel_y = 8
- },
-/obj/structure/curtain,
-/obj/item/bikehorn/rubberducky/plasticducky,
-/obj/effect/turf_decal/techfloor/hole{
- dir = 8
- },
-/turf/open/floor/plasteel/showroomfloor,
-/area/ship/crew/crewtwo)
-"ie" = (
-/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/atmospherics/pipe/simple/yellow/hidden{
- dir = 1
- },
-/obj/machinery/door/firedoor/border_only{
- dir = 1
- },
-/turf/open/floor/wood,
-/area/ship/hallway/central)
-"if" = (
-/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/atmospherics/pipe/simple/yellow/hidden{
- dir = 4
- },
-/turf/open/floor/plasteel/dark,
-/area/ship/hallway/central)
-"ih" = (
-/obj/machinery/atmospherics/pipe/heat_exchanging/junction{
- dir = 4
- },
-/obj/machinery/door/poddoor/preopen{
- dir = 4;
- id = "bridgelockdown"
- },
-/obj/structure/grille,
-/obj/structure/window/reinforced/fulltile,
-/obj/machinery/door/firedoor/window,
-/turf/open/floor/plating,
-/area/ship/bridge)
-"ik" = (
-/obj/machinery/atmospherics/pipe/simple/yellow/visible{
- dir = 9
- },
-/obj/machinery/light/broken/directional/south,
-/turf/open/floor/engine,
-/area/ship/engineering/engine)
-"il" = (
-/obj/structure/closet/crate/bin,
-/obj/machinery/newscaster/directional/north,
-/turf/open/floor/carpet/nanoweave,
-/area/ship/hallway/central)
-"im" = (
-/obj/structure/lattice,
-/turf/template_noop,
-/area/ship/external)
-"ir" = (
-/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/atmospherics/pipe/simple/yellow/hidden{
- dir = 4
- },
-/turf/open/floor/carpet/nanoweave,
-/area/ship/hallway/central)
-"is" = (
-/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/airlock/mining/glass,
-/obj/machinery/door/firedoor/border_only,
-/obj/machinery/door/firedoor/border_only{
- dir = 1
- },
-/turf/open/floor/plasteel,
-/area/ship/cargo)
-"iv" = (
-/obj/structure/cable{
- icon_state = "1-2"
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2,
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4,
-/obj/structure/extinguisher_cabinet/directional/west,
-/turf/open/floor/plasteel/stairs{
- dir = 1
- },
-/area/ship/bridge)
-"ix" = (
-/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2,
-/turf/open/floor/carpet/nanoweave/blue,
-/area/ship/medical)
-"iB" = (
-/obj/machinery/door/airlock/command{
- dir = 4;
- name = "Personal Quarters";
- req_one_access_txt = "20"
- },
-/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 = 4
- },
-/obj/machinery/door/firedoor/border_only{
- dir = 8
- },
-/turf/open/floor/carpet/royalblue,
-/area/ship/crew/crewtwo)
-"iI" = (
-/obj/effect/turf_decal/industrial/outline/yellow,
-/obj/machinery/autolathe,
-/obj/machinery/firealarm/directional/north,
-/turf/open/floor/plasteel/mono/dark,
-/area/ship/cargo/office)
-"iP" = (
-/obj/structure/chair/comfy/grey/directional/north,
-/obj/structure/cable{
- icon_state = "2-4"
- },
-/turf/open/floor/wood,
-/area/ship/crew/crewtwo)
-"iY" = (
-/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/carpet/nanoweave/blue,
-/area/ship/medical)
-"ja" = (
-/obj/machinery/shower{
- dir = 4
- },
-/obj/item/soap/nanotrasen,
-/obj/machinery/light/small/directional/south,
-/turf/open/floor/plasteel/showroomfloor,
-/area/ship/crew/toilet)
-"jf" = (
-/obj/machinery/airalarm/directional/north,
-/obj/effect/turf_decal/industrial/outline/yellow,
-/obj/effect/decal/cleanable/wrapping,
-/obj/item/storage/fancy/donut_box,
-/turf/open/floor/plasteel/mono/dark,
-/area/ship/cargo/office)
-"ji" = (
-/turf/closed/wall/r_wall,
-/area/ship/crew/crewthree)
-"jq" = (
-/obj/structure/grille,
-/obj/machinery/door/poddoor{
- id = "windowlockdown"
- },
-/obj/structure/window/reinforced/fulltile,
-/obj/machinery/door/firedoor/window,
-/turf/open/floor/plating,
-/area/ship/crew/dorm)
-"jr" = (
-/obj/structure/cable{
- icon_state = "1-2"
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2,
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{
- dir = 10
- },
-/obj/machinery/light_switch{
- dir = 8;
- pixel_x = 24;
- pixel_y = -5
- },
-/obj/effect/turf_decal/corner/opaque/green/mono,
-/turf/open/floor/plasteel,
-/area/ship/crew/canteen/kitchen)
-"js" = (
-/obj/effect/turf_decal/industrial/hatch/yellow,
-/obj/structure/closet/cardboard{
- name = "janitorial supplies"
- },
-/obj/item/mop,
-/obj/item/reagent_containers/glass/bucket,
-/obj/item/soap,
-/obj/item/storage/bag/trash,
-/obj/effect/decal/cleanable/cobweb/cobweb2,
-/turf/open/floor/plasteel/mono/dark,
-/area/ship/cargo/office)
-"jv" = (
-/obj/effect/turf_decal/industrial/warning{
- dir = 1
- },
-/obj/effect/turf_decal/industrial/stand_clear{
- dir = 1
- },
-/turf/open/floor/plasteel/mono/dark,
-/area/ship/cargo)
-"jK" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{
- dir = 4
- },
-/obj/machinery/light/small/directional/south,
-/turf/open/floor/wood,
-/area/ship/crew/dorm)
-"jM" = (
-/obj/structure/chair/comfy/shuttle{
- dir = 4;
- name = "Helm"
- },
-/obj/effect/turf_decal/techfloor{
- dir = 4
- },
-/turf/open/floor/carpet/nanoweave/beige,
-/area/ship/bridge)
-"jS" = (
-/turf/closed/wall,
-/area/ship/crew/dorm)
-"jX" = (
-/obj/machinery/power/shieldwallgen/atmos/roundstart{
- dir = 8;
- id = "skippyshieldywalle";
- locked = 1
- },
-/obj/structure/cable,
-/obj/effect/turf_decal/industrial/warning,
-/obj/machinery/door/firedoor,
-/obj/machinery/door/poddoor{
- id = "amogusdoors";
- name = "Cargo Bay Blast Door"
- },
-/turf/open/floor/plating,
-/area/ship/cargo)
-"jZ" = (
-/obj/structure/closet/radiation,
-/obj/machinery/light_switch{
- dir = 8;
- pixel_x = 24;
- pixel_y = 5
- },
-/obj/structure/sign/warning/incident{
- pixel_y = 32
- },
-/turf/open/floor/noslip,
-/area/ship/engineering/atmospherics)
-"kn" = (
-/obj/machinery/button/door/incinerator_vent_atmos_aux{
- dir = 4;
- pixel_x = -23;
- pixel_y = 8
- },
-/obj/machinery/button/ignition/incinerator/atmos{
- dir = 4;
- pixel_x = -23;
- pixel_y = -3
- },
-/obj/structure/cable{
- icon_state = "2-4"
- },
-/obj/structure/cable{
- icon_state = "1-4"
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{
- dir = 5
- },
-/turf/open/floor/plasteel/tech/grid,
-/area/ship/engineering/engine)
-"kp" = (
-/obj/structure/cable{
- icon_state = "1-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/siding/wood,
-/turf/open/floor/wood,
-/area/ship/crew/crewthree)
-"ky" = (
-/obj/machinery/atmospherics/components/unary/vent_pump/layer2,
-/turf/open/floor/plating,
-/area/ship/hallway/central)
-"kz" = (
-/turf/closed/wall/r_wall,
-/area/ship/engineering/atmospherics)
-"kB" = (
-/obj/machinery/atmospherics/pipe/simple/green/visible{
- dir = 10
- },
-/obj/machinery/light/directional/east,
-/turf/open/floor/plasteel/tech,
-/area/ship/engineering/atmospherics)
-"kE" = (
-/obj/machinery/newscaster/directional/west,
-/turf/open/floor/carpet/nanoweave/blue,
-/area/ship/medical)
-"kL" = (
-/obj/structure/table/reinforced,
-/obj/effect/turf_decal/corner/opaque/green/mono,
-/obj/machinery/reagentgrinder{
- pixel_y = 11
- },
-/turf/open/floor/plasteel,
-/area/ship/crew/canteen/kitchen)
-"kM" = (
-/obj/structure/table,
-/obj/item/storage/pill_bottle/charcoal/less{
- pixel_x = -9
- },
-/obj/item/reagent_containers/glass/bottle{
- list_reagents = list(/datum/reagent/medicine/thializid=30);
- name = "thializid bottle"
- },
-/obj/item/reagent_containers/glass/bottle/formaldehyde{
- pixel_x = 6;
- pixel_y = 8
- },
-/obj/item/reagent_containers/syringe{
- pixel_x = 7
- },
-/obj/effect/turf_decal/borderfloorwhite{
- dir = 4
- },
-/turf/open/floor/carpet/nanoweave/blue,
-/area/ship/medical)
-"kO" = (
-/obj/item/radio/intercom/directional/north,
-/turf/open/floor/plasteel/dark,
-/area/ship/hallway/central)
-"kU" = (
-/turf/closed/wall,
-/area/ship/crew/toilet)
-"kW" = (
-/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{
- dir = 1
- },
-/turf/open/floor/carpet/blue,
-/area/ship/crew/dorm)
-"lf" = (
-/obj/structure/closet/secure_closet{
- icon_state = "hop";
- name = "\proper first officer's locker";
- req_access_txt = "57"
- },
-/obj/item/storage/backpack/satchel/leather,
-/obj/item/clothing/shoes/laceup,
-/obj/item/clothing/suit/armor/vest/hop,
-/obj/item/clothing/head/hopcap/nt,
-/obj/item/storage/box/ids,
-/obj/item/storage/box/PDAs,
-/obj/item/assembly/flash/handheld,
-/obj/item/clothing/head/beret/command,
-/obj/item/door_remote/captain,
-/obj/structure/sign/poster/official/ian{
- pixel_y = 32
- },
-/obj/effect/turf_decal/siding/wood,
-/obj/item/clothing/under/nanotrasen/officer,
-/obj/item/clothing/under/nanotrasen/officer/skirt,
-/turf/open/floor/wood,
-/area/ship/crew/crewthree)
-"lg" = (
-/obj/structure/disposalpipe/segment{
- dir = 10
- },
-/obj/effect/turf_decal/techfloor{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/orange/visible,
-/obj/machinery/atmospherics/pipe/simple/cyan/visible/layer4,
-/turf/open/floor/plasteel/tech/grid,
-/area/ship/engineering/atmospherics)
-"lh" = (
-/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
- },
-/obj/machinery/atmospherics/pipe/simple/yellow/hidden{
- dir = 1
- },
-/turf/open/floor/wood,
-/area/ship/hallway/central)
-"lk" = (
-/obj/structure/table/wood/reinforced,
-/obj/item/flashlight/lamp/green{
- pixel_y = 10;
- pixel_x = -6
- },
-/obj/item/pen/fountain/captain{
- pixel_x = -10
- },
-/obj/item/paper{
- pixel_x = 10;
- pixel_y = -2
- },
-/obj/machinery/firealarm/directional/north,
-/turf/open/floor/wood,
-/area/ship/crew/crewtwo)
-"ls" = (
-/turf/closed/wall/r_wall,
-/area/ship/medical)
-"lw" = (
-/turf/closed/wall/r_wall,
-/area/ship/crew/canteen/kitchen)
-"lA" = (
-/obj/structure/closet/crate/bin,
-/obj/machinery/light/broken/directional/east,
-/turf/open/floor/carpet/nanoweave,
-/area/ship/hallway/central)
-"lE" = (
-/obj/machinery/suit_storage_unit/industrial/atmos_firesuit,
-/obj/structure/sign/warning/hottemp{
- pixel_x = -29
- },
-/obj/machinery/light/small/directional/north,
-/turf/open/floor/plasteel/tech/grid,
-/area/ship/engineering/engine)
-"lR" = (
-/obj/machinery/atmospherics/pipe/simple/cyan/visible{
- dir = 5
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{
- dir = 8
- },
-/turf/open/floor/plasteel/tech,
-/area/ship/engineering/atmospherics)
-"lU" = (
-/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4,
-/turf/open/floor/plasteel/dark,
-/area/ship/cargo/office)
-"lV" = (
-/obj/structure/disposalpipe/segment{
- dir = 8
- },
-/obj/structure/grille,
-/obj/structure/window/plasma/reinforced/fulltile,
-/turf/open/floor/plating,
-/area/ship/engineering/engine)
-"lW" = (
-/obj/structure/cable{
- icon_state = "1-4"
- },
-/obj/machinery/atmospherics/pipe/simple/yellow/hidden{
- dir = 1
- },
-/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2,
-/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4,
-/turf/open/floor/plasteel/tech,
-/area/ship/engineering/atmospherics)
-"lY" = (
-/obj/machinery/atmospherics/pipe/simple/dark/visible{
- dir = 4
- },
-/obj/structure/grille,
-/obj/structure/window/plasma/reinforced/fulltile,
-/turf/open/floor/plating,
-/area/ship/engineering/engine)
-"mc" = (
-/obj/machinery/atmospherics/pipe/manifold/yellow/visible,
-/obj/machinery/firealarm/directional/south,
-/turf/open/floor/engine,
-/area/ship/engineering/engine)
-"mf" = (
-/obj/effect/turf_decal/siding/wood{
- dir = 1
- },
-/turf/closed/wall,
-/area/ship/hallway/central)
-"mg" = (
-/obj/machinery/atmospherics/pipe/heat_exchanging/simple{
- dir = 6
- },
-/turf/open/floor/engine/airless,
-/area/ship/external)
-"mi" = (
-/obj/structure/window/reinforced/tinted,
-/obj/machinery/power/apc/auto_name/directional/west,
-/obj/structure/cable,
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{
- dir = 5
- },
-/obj/effect/turf_decal/steeldecal/steel_decals_central7{
- dir = 1
- },
-/turf/open/floor/plasteel/showroomfloor,
-/area/ship/crew/toilet)
-"mw" = (
-/obj/machinery/door/window/southright,
-/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{
- dir = 5
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{
- dir = 4
- },
-/obj/effect/decal/cleanable/dirt/dust,
-/obj/effect/decal/cleanable/dirt,
-/turf/open/floor/plasteel/showroomfloor,
-/area/ship/crew/toilet)
-"mF" = (
-/obj/machinery/power/shuttle/engine/fire{
- dir = 4
- },
-/turf/open/floor/plating/airless,
-/area/ship/external)
-"mI" = (
-/obj/structure/bed,
-/obj/item/bedsheet/random,
-/obj/structure/curtain/cloth/grey,
-/obj/structure/sign/poster/official/random{
- pixel_x = -30
- },
-/turf/open/floor/carpet/blue,
-/area/ship/crew/dorm)
-"mL" = (
-/obj/structure/table,
-/obj/item/storage/toolbox/electrical{
- pixel_y = 8
- },
-/obj/item/storage/toolbox/mechanical,
-/obj/structure/sign/warning/nosmoking/burnt{
- pixel_y = -30
- },
-/turf/open/floor/plasteel/tech,
-/area/ship/engineering/atmospherics)
-"mM" = (
-/turf/open/floor/wood,
-/area/ship/crew/office)
-"mN" = (
-/obj/structure/catwalk/over,
-/obj/machinery/light/small/directional/west,
-/obj/effect/decal/cleanable/dirt/dust,
-/obj/effect/decal/cleanable/blood/old,
-/turf/open/floor/plating/rust,
-/area/ship/crew/toilet)
-"mQ" = (
-/obj/machinery/firealarm/directional/north,
-/obj/effect/decal/cleanable/dirt,
-/turf/open/floor/wood,
-/area/ship/crew/dorm)
-"mS" = (
-/obj/machinery/atmospherics/pipe/manifold4w/scrubbers/hidden/layer4,
-/obj/machinery/atmospherics/pipe/simple/scrubbers/visible/layer2{
- dir = 8
- },
-/obj/structure/catwalk/over/plated_catwalk/dark,
-/turf/open/floor/plating,
-/area/ship/engineering/atmospherics)
-"mT" = (
-/obj/structure/table,
-/obj/item/paper_bin{
- pixel_x = 4;
- pixel_y = 5
- },
-/obj/item/pen{
- pixel_x = 4;
- pixel_y = 5
- },
-/obj/item/pen/fourcolor{
- pixel_x = 7;
- pixel_y = 5
- },
-/obj/item/pen/fountain{
- pixel_x = 1;
- pixel_y = 5
- },
-/obj/item/melee/knife/letter_opener{
- desc = "A military combat utility survival knife, imported from Earth. An expensive paperweight indeed.";
- pixel_x = 4;
- pixel_y = 5
- },
-/obj/item/stamp/centcom{
- pixel_x = -10;
- pixel_y = 13
- },
-/obj/item/stamp/law{
- pixel_x = -10;
- pixel_y = 7
- },
-/obj/machinery/newscaster/directional/west,
-/turf/open/floor/wood,
-/area/ship/crew/office)
-"mU" = (
-/obj/structure/urinal{
- pixel_y = 28
- },
-/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2,
-/obj/machinery/light/small/directional/east,
-/obj/machinery/light_switch{
- dir = 8;
- pixel_x = 24;
- pixel_y = -11
- },
-/obj/effect/decal/cleanable/chem_pile,
-/turf/open/floor/plasteel/showroomfloor,
-/area/ship/crew/toilet)
-"mX" = (
-/obj/machinery/door/poddoor/incinerator_atmos_aux{
- dir = 4
- },
-/obj/structure/sign/warning{
- pixel_y = 28
- },
-/turf/open/floor/engine/airless,
-/area/ship/engineering/engine)
-"nd" = (
-/obj/structure/cable{
- icon_state = "4-8"
- },
-/obj/machinery/light_switch{
- pixel_x = -5;
- pixel_y = 24
- },
-/obj/structure/railing{
- dir = 4
- },
-/turf/open/floor/plasteel/dark,
-/area/ship/cargo/office)
-"ne" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/visible/layer2{
- dir = 9
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{
- dir = 9
- },
-/turf/open/floor/plasteel/tech,
-/area/ship/engineering/atmospherics)
-"ng" = (
-/obj/structure/table/reinforced,
-/obj/item/radio/intercom/wideband/table{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/layer_manifold{
- dir = 4
- },
-/turf/open/floor/plasteel/mono/dark,
-/area/ship/bridge)
-"nj" = (
-/obj/machinery/atmospherics/pipe/layer_manifold{
- dir = 4
- },
-/obj/structure/cable{
- icon_state = "1-2"
- },
-/obj/structure/catwalk/over/plated_catwalk/dark,
-/obj/machinery/atmospherics/pipe/simple/orange/visible,
-/obj/machinery/atmospherics/pipe/simple/cyan/visible/layer4,
-/turf/open/floor/plating,
-/area/ship/engineering/atmospherics)
-"np" = (
-/obj/machinery/atmospherics/pipe/heat_exchanging/simple{
- dir = 10
- },
-/turf/open/floor/engine/airless,
-/area/ship/external)
-"nq" = (
-/turf/closed/wall/r_wall,
-/area/ship/crew/office)
-"nu" = (
-/obj/machinery/computer/atmos_control/incinerator{
- dir = 4;
- sensors = list("nemo_incinerator_sensor"="Incinerator Chamber")
- },
-/obj/structure/cable/yellow{
- icon_state = "4-8"
- },
-/turf/open/floor/engine,
-/area/ship/engineering/engine)
-"nv" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{
- dir = 4
- },
-/obj/structure/railing{
- dir = 4
- },
-/turf/open/floor/plasteel/dark,
-/area/ship/cargo/office)
-"nB" = (
-/obj/effect/turf_decal/industrial/hatch/yellow,
-/obj/structure/bed/roller,
-/turf/open/floor/plasteel/mono/dark,
-/area/ship/cargo/office)
-"nF" = (
-/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer3{
- dir = 4
- },
-/turf/open/floor/engine/airless,
-/area/ship/engineering/engine)
-"nX" = (
-/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4,
-/obj/effect/turf_decal/techfloor{
- dir = 4
- },
-/obj/machinery/firealarm/directional/north,
-/turf/open/floor/plasteel/tech/grid,
-/area/ship/hallway/central)
-"og" = (
-/obj/machinery/door/airlock/engineering{
- dir = 4;
- name = "Engineering"
- },
-/obj/effect/mapping_helpers/airlock/cyclelink_helper{
- dir = 8
- },
-/obj/machinery/atmospherics/pipe/simple/yellow/hidden{
- dir = 4
- },
-/obj/machinery/door/firedoor/border_only{
- dir = 8
- },
-/obj/machinery/door/firedoor/border_only{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/brown/hidden/layer4{
- dir = 4
- },
-/turf/open/floor/plasteel/dark,
-/area/ship/engineering/atmospherics)
-"ok" = (
-/obj/structure/cable{
- icon_state = "4-8"
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{
- dir = 6
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{
- dir = 5
- },
-/turf/open/floor/wood,
-/area/ship/crew/crewtwo)
-"om" = (
-/obj/item/kirbyplants/random,
-/turf/open/floor/carpet/nanoweave,
-/area/ship/hallway/central)
-"oq" = (
-/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{
- dir = 1
- },
-/turf/open/floor/carpet/nanoweave/blue,
-/area/ship/medical)
-"oD" = (
-/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{
- dir = 8
- },
-/obj/effect/turf_decal/corner/opaque/blue/mono,
-/turf/open/floor/plasteel/white,
-/area/ship/medical)
-"oE" = (
-/obj/machinery/atmospherics/pipe/simple/cyan/visible{
- dir = 8
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{
- dir = 9
- },
-/turf/open/floor/plasteel/tech,
-/area/ship/engineering/atmospherics)
-"oN" = (
-/obj/structure/bed/dogbed/ian,
-/mob/living/simple_animal/pet/dog/corgi/Lisa,
-/obj/machinery/light_switch{
- dir = 4;
- pixel_x = -24;
- pixel_y = 8
- },
-/obj/machinery/firealarm/directional/south,
-/turf/open/floor/carpet/blue,
-/area/ship/crew/crewthree)
-"oT" = (
-/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/carpet/nanoweave,
-/area/ship/hallway/central)
-"oU" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{
- dir = 5
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{
- dir = 4
- },
-/obj/effect/turf_decal/siding/wood{
- dir = 4
- },
-/turf/open/floor/wood,
-/area/ship/crew/office)
-"pf" = (
-/obj/effect/turf_decal/industrial/hatch/yellow,
-/obj/machinery/portable_atmospherics/scrubber,
-/obj/machinery/light/directional/east,
-/turf/open/floor/plasteel/mono/dark,
-/area/ship/cargo/office)
-"ph" = (
-/obj/effect/turf_decal/techfloor{
- dir = 4
- },
-/obj/machinery/button/door{
- id = "bridgelockdown";
- name = "Bridge Lockdown";
- pixel_x = 8;
- pixel_y = 25
- },
-/obj/machinery/button/door{
- id = "coolingshutdown";
- name = "Shutdown Cooling";
- pixel_x = -5;
- pixel_y = 25
- },
-/obj/machinery/button/door{
- pixel_y = 25;
- pixel_x = 21;
- id = "windowlockdown";
- name = "Window Lockdown"
- },
-/obj/item/cigbutt/cigarbutt,
-/turf/open/floor/carpet/nanoweave/beige,
-/area/ship/bridge)
-"pn" = (
-/obj/structure/sign/nanotrasen{
- pixel_y = 30
- },
-/obj/item/kirbyplants/random,
-/turf/open/floor/carpet/nanoweave,
-/area/ship/hallway/central)
-"pq" = (
-/turf/open/floor/plasteel/dark,
-/area/ship/cargo/office)
-"pr" = (
-/obj/effect/turf_decal/industrial/warning{
- dir = 1
- },
-/obj/structure/cable{
- icon_state = "1-2"
- },
-/obj/structure/extinguisher_cabinet/directional/west,
-/turf/open/floor/plasteel/mono/dark,
-/area/ship/cargo)
-"ps" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{
- dir = 6
- },
-/obj/effect/turf_decal/siding/wood{
- dir = 1
- },
-/turf/open/floor/wood,
-/area/ship/crew/crewthree)
-"pt" = (
-/obj/structure/table/reinforced,
-/obj/machinery/door/window/westleft,
-/obj/machinery/door/window/eastright,
-/obj/item/paper_bin,
-/obj/item/pen,
-/turf/open/floor/plasteel/dark,
-/area/ship/cargo/office)
-"pz" = (
-/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/atmospherics/pipe/simple/yellow/hidden{
- dir = 4
- },
-/turf/open/floor/carpet/nanoweave,
-/area/ship/hallway/central)
-"pB" = (
-/obj/machinery/atmospherics/components/unary/portables_connector/visible{
- dir = 1
- },
-/obj/machinery/portable_atmospherics/canister/toxins,
-/turf/open/floor/engine,
-/area/ship/engineering/engine)
-"pD" = (
-/turf/open/floor/carpet/nanoweave,
-/area/ship/hallway/central)
-"pI" = (
-/obj/structure/table,
-/obj/item/trash/candle{
- pixel_y = 12
- },
-/obj/machinery/light/directional/south,
-/obj/item/trash/plate,
-/turf/open/floor/plasteel/tech/grid,
-/area/ship/hallway/central)
-"pM" = (
-/obj/machinery/door/airlock/engineering{
- dir = 4;
- name = "Engineering"
- },
-/obj/effect/mapping_helpers/airlock/cyclelink_helper{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/yellow/hidden{
- dir = 4
- },
-/obj/machinery/door/firedoor/border_only{
- dir = 8
- },
-/obj/machinery/door/firedoor/border_only{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/brown/visible/layer4{
- dir = 4
- },
-/turf/open/floor/plasteel/dark,
-/area/ship/engineering/atmospherics)
-"pT" = (
-/obj/machinery/atmospherics/components/unary/vent_pump/siphon/atmos/oxygen_output,
-/turf/open/floor/engine/o2,
-/area/ship/engineering/atmospherics)
-"pZ" = (
-/obj/machinery/atmospherics/pipe/simple/green/visible,
-/obj/structure/grille,
-/obj/structure/window/plasma/reinforced/fulltile,
-/turf/open/floor/plating,
-/area/ship/engineering/atmospherics)
-"qa" = (
-/turf/closed/wall/r_wall,
-/area/ship/crew/crewtwo)
-"qb" = (
-/obj/machinery/atmospherics/pipe/heat_exchanging/simple{
- dir = 5
- },
-/turf/open/floor/engine/airless,
-/area/ship/external)
-"qg" = (
-/obj/structure/toilet{
- pixel_y = 10
- },
-/obj/machinery/airalarm/directional/west,
-/obj/effect/decal/cleanable/dirt,
-/turf/open/floor/plasteel/showroomfloor,
-/area/ship/crew/toilet)
-"qp" = (
-/obj/effect/turf_decal/techfloor/corner{
- dir = 8
- },
-/obj/effect/decal/cleanable/vomit/old,
-/obj/effect/turf_decal/techfloor/corner{
- dir = 1
- },
-/obj/structure/cable{
- icon_state = "1-4"
- },
-/turf/open/floor/wood,
-/area/ship/crew/cryo)
-"qq" = (
-/obj/structure/table,
-/obj/item/newspaper,
-/turf/open/floor/wood,
-/area/ship/hallway/central)
-"qr" = (
-/obj/structure/sign/poster/official/random{
- pixel_y = 32
- },
-/turf/open/floor/carpet/nanoweave,
-/area/ship/hallway/central)
-"qy" = (
-/obj/machinery/light/directional/west,
-/obj/machinery/mineral/ore_redemption,
-/turf/open/floor/plasteel,
-/area/ship/cargo)
-"qF" = (
-/obj/machinery/power/shuttle/engine/fire{
- dir = 4
- },
-/turf/open/floor/plating,
-/area/ship/external)
-"qK" = (
-/obj/machinery/atmospherics/pipe/layer_manifold,
-/obj/structure/catwalk/over/plated_catwalk/dark,
-/turf/open/floor/plating,
-/area/ship/engineering/atmospherics)
-"qR" = (
-/obj/machinery/door/airlock/mining{
- name = "Cargo Office"
- },
-/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
- },
-/turf/open/floor/plasteel/dark,
-/area/ship/cargo/office)
-"qS" = (
-/obj/structure/closet/secure_closet/wall/directional/west{
- name = "The Captain's Personal Medicine Cabinet And Soap Holder";
- req_access_txt = "20"
- },
-/obj/item/soap/nanotrasen,
-/obj/item/razor,
-/obj/item/storage/pill_bottle/psicodine,
-/obj/item/storage/pill_bottle/charcoal/less,
-/obj/item/lipstick/random,
-/obj/item/stack/medical/bruise_pack{
- amount = 3
- },
-/obj/item/stack/medical/ointment{
- amount = 5;
- desc = "Used to treat...... well, it's topical, and it's clearly been used....."
- },
-/turf/open/floor/plasteel/showroomfloor,
-/area/ship/crew/crewtwo)
-"qY" = (
-/obj/effect/turf_decal/siding/wood/corner,
-/turf/open/floor/plasteel/tech/grid,
-/area/ship/hallway/central)
-"ra" = (
-/obj/machinery/atmospherics/components/binary/pump/on{
- name = "Air to Distro";
- target_pressure = 1000;
- dir = 8
- },
-/obj/machinery/door/firedoor/border_only{
- dir = 1
- },
-/obj/machinery/door/firedoor/border_only,
-/obj/effect/turf_decal/techfloor,
-/turf/open/floor/plasteel/tech/grid,
-/area/ship/engineering/atmospherics)
-"rc" = (
-/obj/machinery/firealarm/directional/south,
-/obj/machinery/vending/cigarette,
-/turf/open/floor/carpet/nanoweave,
-/area/ship/hallway/central)
-"re" = (
-/obj/effect/turf_decal/siding/wood{
- dir = 4
- },
-/turf/open/floor/wood,
-/area/ship/hallway/central)
-"rq" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2,
-/turf/open/floor/carpet/blue,
-/area/ship/crew/dorm)
-"rw" = (
-/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{
- dir = 1
- },
-/turf/open/floor/carpet/blue,
-/area/ship/crew/crewthree)
-"rx" = (
-/obj/structure/catwalk/over/plated_catwalk/dark,
-/obj/structure/cable{
- icon_state = "4-8"
- },
-/obj/machinery/atmospherics/pipe/simple/dark/visible{
- dir = 10
- },
-/obj/machinery/power/apc/auto_name/directional/north,
-/obj/machinery/light_switch{
- pixel_x = 13;
- pixel_y = 24
- },
-/obj/structure/cable{
- icon_state = "0-4"
- },
-/turf/open/floor/plating,
-/area/ship/engineering/engine)
-"rz" = (
-/obj/structure/catwalk/over/plated_catwalk/dark,
-/obj/machinery/power/terminal{
- dir = 1
- },
-/obj/structure/cable/yellow{
- icon_state = "0-8"
- },
-/obj/structure/sign/warning/electricshock{
- pixel_x = 24
- },
-/turf/open/floor/plating,
-/area/ship/engineering/engine)
-"rF" = (
-/obj/effect/turf_decal/corner/opaque/white/mono,
-/obj/machinery/firealarm/directional/west,
-/turf/open/floor/plasteel,
-/area/ship/crew/canteen/kitchen)
-"rK" = (
-/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{
- dir = 4
- },
-/obj/effect/turf_decal/corner/opaque/ntblue/diagonal,
-/obj/effect/turf_decal/corner/opaque/neutral/diagonal{
- dir = 4
- },
-/obj/machinery/firealarm/directional/west,
-/turf/open/floor/plasteel,
-/area/ship/hallway/central)
-"rM" = (
-/obj/machinery/atmospherics/components/unary/vent_pump/siphon/atmos/nitrogen_output,
-/turf/open/floor/engine/n2,
-/area/ship/engineering/atmospherics)
-"rW" = (
-/obj/structure/table,
-/obj/item/cigbutt,
-/obj/item/cigbutt{
- pixel_x = -10;
- pixel_y = 12
- },
-/turf/open/floor/carpet/nanoweave,
-/area/ship/hallway/central)
-"sc" = (
-/obj/structure/chair/comfy/shuttle{
- dir = 4;
- name = "Operations"
- },
-/obj/effect/turf_decal/techfloor{
- dir = 4
- },
-/turf/open/floor/carpet/nanoweave/beige,
-/area/ship/bridge)
-"sd" = (
-/obj/effect/turf_decal/siding/wood/corner,
-/obj/machinery/door/firedoor/border_only,
-/turf/open/floor/wood,
-/area/ship/hallway/central)
-"sh" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{
- dir = 6
- },
-/obj/effect/decal/cleanable/ash,
-/turf/open/floor/plasteel,
-/area/ship/cargo)
-"si" = (
-/obj/machinery/atmospherics/pipe/simple/yellow/hidden{
- dir = 4
- },
-/obj/structure/extinguisher_cabinet/directional/south,
-/turf/open/floor/carpet/nanoweave,
-/area/ship/hallway/central)
-"sk" = (
-/obj/machinery/atmospherics/components/unary/outlet_injector/atmos/air_input{
- dir = 1
- },
-/turf/open/floor/engine/air,
-/area/ship/engineering/atmospherics)
-"sn" = (
-/obj/structure/curtain,
-/turf/open/floor/plasteel/showroomfloor,
-/area/ship/crew/toilet)
-"sz" = (
-/obj/structure/cable{
- icon_state = "2-8"
- },
-/obj/structure/cable{
- icon_state = "1-2"
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{
- dir = 5
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/visible/layer2{
- dir = 6
- },
-/obj/structure/catwalk/over/plated_catwalk/dark,
-/turf/open/floor/plating,
-/area/ship/engineering/atmospherics)
-"sA" = (
-/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/machinery/atmospherics/pipe/simple/yellow/hidden{
- dir = 4
- },
-/turf/open/floor/carpet/nanoweave,
-/area/ship/hallway/central)
-"sC" = (
-/obj/effect/turf_decal/industrial/warning{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/yellow/hidden{
- dir = 4
- },
-/obj/structure/extinguisher_cabinet/directional/south,
-/obj/machinery/atmospherics/pipe/simple/brown/hidden/layer4{
- dir = 4
- },
-/turf/open/floor/plasteel,
-/area/ship/engineering/atmospherics)
-"sD" = (
-/obj/structure/cable{
- icon_state = "1-8"
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{
- dir = 6
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{
- dir = 5
- },
-/turf/open/floor/plasteel/tech,
-/area/ship/engineering/atmospherics)
-"sJ" = (
-/obj/machinery/atmospherics/pipe/simple/yellow/hidden{
- dir = 5
- },
-/obj/machinery/atmospherics/pipe/simple/orange/visible{
- dir = 10
- },
-/turf/open/floor/plasteel/tech,
-/area/ship/engineering/atmospherics)
-"sK" = (
-/obj/structure/cable{
- icon_state = "1-2"
- },
-/obj/structure/disposalpipe/segment{
- dir = 8
- },
-/obj/machinery/power/ship_gravity,
-/obj/structure/cable{
- icon_state = "0-1"
- },
-/turf/open/floor/plasteel/tech/grid,
-/area/ship/engineering/engine)
-"sU" = (
-/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/machinery/atmospherics/pipe/simple/yellow/hidden{
- dir = 4
- },
-/turf/open/floor/carpet/nanoweave,
-/area/ship/hallway/central)
-"sY" = (
-/obj/structure/grille,
-/obj/machinery/door/poddoor{
- id = "windowlockdown"
- },
-/obj/structure/window/reinforced/fulltile,
-/obj/machinery/door/firedoor/window,
-/turf/open/floor/plating,
-/area/ship/crew/office)
-"ta" = (
-/obj/structure/cable{
- icon_state = "4-8"
- },
-/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2,
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{
- dir = 8
- },
-/obj/machinery/atmospherics/pipe/simple/yellow/hidden{
- dir = 4
- },
-/obj/machinery/door/firedoor/border_only{
- dir = 4
- },
-/turf/open/floor/carpet/nanoweave,
-/area/ship/hallway/central)
-"tf" = (
-/obj/machinery/atmospherics/pipe/simple/green/visible{
- dir = 4
- },
-/turf/closed/wall/r_wall,
-/area/ship/engineering/atmospherics)
-"tk" = (
-/obj/machinery/atmospherics/components/unary/thermomachine/freezer{
- target_temperature = 73
- },
-/turf/open/floor/engine,
-/area/ship/engineering/engine)
-"tm" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4,
-/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{
- dir = 8
- },
-/obj/effect/turf_decal/corner/opaque/ntblue/diagonal,
-/obj/effect/turf_decal/corner/opaque/neutral/diagonal{
- dir = 4
- },
-/turf/open/floor/plasteel,
-/area/ship/hallway/central)
-"tp" = (
-/obj/machinery/atmospherics/components/binary/circulator/cold{
- dir = 1
- },
-/turf/open/floor/engine,
-/area/ship/engineering/engine)
-"tr" = (
-/obj/machinery/door/window/westright,
-/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4,
-/obj/effect/turf_decal/corner/opaque/blue/mono,
-/turf/open/floor/plasteel/white,
-/area/ship/medical)
-"ts" = (
-/obj/effect/turf_decal/siding/wood/corner{
- dir = 1
- },
-/obj/item/radio/intercom/directional/north,
-/turf/open/floor/carpet/nanoweave,
-/area/ship/hallway/central)
-"tx" = (
-/turf/closed/wall/r_wall,
-/area/ship/cargo)
-"tz" = (
-/obj/structure/cable{
- icon_state = "2-4"
- },
-/obj/effect/turf_decal/industrial/loading{
- dir = 1
- },
-/obj/structure/ore_box,
-/obj/structure/sign/warning/fire{
- pixel_x = -23
- },
-/turf/open/floor/plasteel,
-/area/ship/cargo)
-"tB" = (
-/turf/closed/wall,
-/area/ship/crew/office)
-"tF" = (
-/obj/machinery/atmospherics/components/binary/pump/layer4{
- dir = 1;
- name = "Emergency Recycling Override"
- },
-/obj/structure/catwalk/over/plated_catwalk/dark,
-/turf/open/floor/plating,
-/area/ship/engineering/atmospherics)
-"tI" = (
-/obj/structure/table,
-/obj/machinery/light/dim/directional/north,
-/obj/item/reagent_containers/food/drinks/mug/tea,
-/turf/open/floor/carpet/nanoweave,
-/area/ship/hallway/central)
-"tR" = (
-/obj/machinery/door/airlock/external,
-/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2,
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4,
-/turf/open/floor/plating,
-/area/ship/hallway/central)
-"tX" = (
-/obj/machinery/door/airlock{
- name = "Kitchen"
- },
-/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/turf_decal/corner/opaque/white/mono,
-/obj/machinery/door/firedoor/border_only,
-/obj/machinery/door/firedoor/border_only{
- dir = 1
- },
-/turf/open/floor/plasteel,
-/area/ship/crew/canteen/kitchen)
-"tZ" = (
-/obj/effect/turf_decal/borderfloorwhite/full,
-/turf/open/floor/plasteel/white,
-/area/ship/medical)
-"ub" = (
-/obj/structure/disposalpipe/segment{
- dir = 2
- },
-/obj/effect/turf_decal/techfloor/corner{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/orange/visible,
-/obj/machinery/atmospherics/pipe/simple/cyan/visible/layer4,
-/turf/open/floor/plasteel/tech/grid,
-/area/ship/engineering/atmospherics)
-"ug" = (
-/obj/structure/cable{
- icon_state = "4-8"
- },
-/obj/machinery/atmospherics/pipe/simple/brown/hidden/layer4{
- dir = 9
- },
-/turf/open/floor/plasteel,
-/area/ship/cargo)
-"uh" = (
-/obj/structure/cable{
- icon_state = "2-8"
- },
-/obj/structure/chair/comfy/grey/directional/north,
-/turf/open/floor/wood,
-/area/ship/crew/dorm)
-"ul" = (
-/turf/closed/wall/r_wall,
-/area/ship/engineering/engine)
-"um" = (
-/obj/effect/turf_decal/corner/opaque/ntblue/diagonal,
-/obj/effect/turf_decal/corner/opaque/neutral/diagonal{
- dir = 4
- },
-/turf/open/floor/plasteel,
-/area/ship/hallway/central)
-"uq" = (
-/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4,
-/turf/open/floor/wood,
-/area/ship/crew/dorm)
-"us" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{
- dir = 6
- },
-/obj/effect/turf_decal/siding/wood{
- dir = 9
- },
-/turf/open/floor/wood,
-/area/ship/crew/crewthree)
-"ut" = (
-/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2,
-/obj/effect/decal/cleanable/dirt/dust,
-/turf/open/floor/plating,
-/area/ship/crew/toilet)
-"uv" = (
-/obj/structure/fluff/hedge,
-/obj/machinery/light/small/directional/east,
-/obj/effect/turf_decal/siding/wood/corner{
- dir = 4
- },
-/turf/open/floor/wood,
-/area/ship/crew/office)
-"uw" = (
-/obj/machinery/power/apc/auto_name/directional/east,
-/obj/structure/cable{
- icon_state = "0-2"
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{
- dir = 10
- },
-/obj/structure/table/reinforced,
-/obj/item/melee/knife/kitchen,
-/obj/item/cutting_board,
-/obj/effect/turf_decal/corner/opaque/green/mono,
-/turf/open/floor/plasteel,
-/area/ship/crew/canteen/kitchen)
-"uD" = (
-/obj/machinery/airalarm/directional/east,
-/obj/structure/cable{
- icon_state = "1-2"
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2,
-/obj/effect/turf_decal/corner/opaque/white/mono,
-/obj/structure/table/reinforced,
-/obj/item/kitchen/rollingpin,
-/obj/item/reagent_containers/food/condiment/peppermill{
- pixel_x = -2;
- pixel_y = 11
- },
-/obj/item/reagent_containers/food/condiment/saltshaker{
- pixel_y = 6;
- pixel_x = -8
- },
-/turf/open/floor/plasteel,
-/area/ship/crew/canteen/kitchen)
-"uG" = (
-/obj/machinery/power/shieldwallgen/atmos/roundstart{
- dir = 4;
- id = "skippyshieldywalle";
- locked = 1
- },
-/obj/structure/cable,
-/obj/effect/turf_decal/industrial/warning,
-/obj/machinery/door/firedoor,
-/obj/machinery/door/poddoor{
- id = "amogusdoors";
- name = "Cargo Bay Blast Door"
- },
-/turf/open/floor/plating,
-/area/ship/cargo)
-"uL" = (
-/obj/structure/table/wood,
-/obj/machinery/newscaster/directional/north,
-/turf/open/floor/wood,
-/area/ship/crew/dorm)
-"uM" = (
-/obj/structure/cable{
- icon_state = "1-2"
- },
-/turf/open/floor/plasteel/tech/grid,
-/area/ship/engineering/engine)
-"uQ" = (
-/obj/machinery/door/poddoor/shutters{
- id = "hallwindows";
- name = "Cargo Shutters";
- dir = 4
- },
-/obj/machinery/door/firedoor/border_only{
- dir = 8
- },
-/obj/machinery/door/firedoor/border_only{
- dir = 4
- },
-/turf/open/floor/plasteel,
-/area/ship/cargo/office)
-"uS" = (
-/obj/structure/table/wood,
-/obj/machinery/light/small/directional/west,
-/obj/item/reagent_containers/food/snacks/grown/harebell,
-/turf/open/floor/carpet/blue,
-/area/ship/crew/dorm)
-"uT" = (
-/obj/machinery/light/directional/west,
-/obj/structure/reagent_dispensers/watertank,
-/obj/machinery/door/firedoor/border_only,
-/obj/machinery/door/firedoor/border_only{
- dir = 1
- },
-/turf/open/floor/plasteel/tech/grid,
-/area/ship/engineering/atmospherics)
-"uX" = (
-/obj/item/reagent_containers/food/snacks/chips{
- pixel_x = 10;
- pixel_y = 15
- },
-/obj/machinery/light/directional/south,
-/obj/structure/chair/plastic{
- dir = 4
- },
-/turf/open/floor/wood,
-/area/ship/hallway/central)
-"uY" = (
-/obj/structure/frame/computer{
- dir = 8
- },
-/obj/effect/turf_decal/corner/opaque/ntblue/half{
- dir = 4
- },
-/obj/machinery/airalarm/directional/south,
-/turf/open/floor/plasteel/dark,
-/area/ship/bridge)
-"va" = (
-/obj/structure/grille,
-/obj/structure/window/plasma/reinforced/fulltile,
-/turf/open/floor/plating,
-/area/ship/engineering/atmospherics)
-"vc" = (
-/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/wood,
-/area/ship/crew/cryo)
-"ve" = (
-/obj/machinery/door/airlock/medical/glass{
- name = "Infirmary"
- },
-/obj/machinery/door/firedoor/border_only,
-/obj/machinery/door/firedoor/border_only{
- dir = 1
- },
-/turf/open/floor/carpet/nanoweave/blue,
-/area/ship/medical)
-"vf" = (
-/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/machinery/atmospherics/pipe/simple/yellow/hidden{
- dir = 4
- },
-/obj/structure/extinguisher_cabinet/directional/north,
-/turf/open/floor/carpet/nanoweave,
-/area/ship/hallway/central)
-"vo" = (
-/obj/structure/table/reinforced,
-/obj/item/paper_bin,
-/obj/item/pen,
-/obj/item/megaphone/command,
-/obj/machinery/atmospherics/pipe/layer_manifold{
- dir = 4
- },
-/turf/open/floor/plasteel/mono/dark,
-/area/ship/bridge)
-"vp" = (
-/obj/machinery/power/apc/auto_name/directional/south,
-/obj/structure/cable,
-/obj/effect/turf_decal/siding/wood{
- dir = 9
- },
-/turf/open/floor/carpet/royalblue,
-/area/ship/crew/crewtwo)
-"vB" = (
-/obj/machinery/atmospherics/pipe/simple/yellow/visible{
- dir = 6
- },
-/turf/open/floor/engine,
-/area/ship/engineering/engine)
-"vI" = (
-/obj/structure/table/reinforced,
-/obj/effect/turf_decal/corner/opaque/neutral{
- dir = 8
- },
-/obj/effect/turf_decal/corner/opaque/ntblue,
-/obj/item/trash/plate,
-/obj/effect/turf_decal/corner/opaque/green/half{
- dir = 1
- },
-/turf/open/floor/plasteel,
-/area/ship/crew/canteen/kitchen)
-"vO" = (
-/obj/effect/turf_decal/corner/opaque/ntblue/diagonal,
-/obj/effect/turf_decal/corner/opaque/neutral/diagonal{
- dir = 4
- },
-/obj/structure/sign/poster/official/random{
- pixel_x = -30
- },
-/obj/structure/table,
-/obj/item/trash/cheesie,
-/turf/open/floor/plasteel,
-/area/ship/hallway/central)
-"vP" = (
-/obj/item/kirbyplants/random,
-/obj/effect/turf_decal/borderfloorwhite{
- dir = 4
- },
-/turf/open/floor/carpet/nanoweave/blue,
-/area/ship/medical)
-"vR" = (
-/obj/structure/chair/office,
-/turf/open/floor/wood,
-/area/ship/crew/office)
-"vW" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/visible/layer2{
- dir = 1
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4,
-/turf/open/floor/plasteel/tech,
-/area/ship/engineering/atmospherics)
-"vY" = (
-/obj/effect/turf_decal/corner/opaque/white/mono,
-/obj/structure/table,
-/obj/machinery/chem_dispenser/drinks,
-/turf/open/floor/plasteel,
-/area/ship/crew/canteen/kitchen)
-"vZ" = (
-/obj/structure/bed,
-/obj/item/bedsheet/captain,
-/obj/machinery/light/small/directional/east,
-/obj/effect/turf_decal/siding/wood/corner{
- dir = 1
- },
-/turf/open/floor/carpet/royalblue,
-/area/ship/crew/crewtwo)
-"wb" = (
-/obj/effect/turf_decal/techfloor{
- dir = 4
- },
-/obj/item/radio/intercom/directional/south,
-/turf/open/floor/carpet/nanoweave/beige,
-/area/ship/bridge)
-"wd" = (
-/obj/structure/table,
-/obj/item/stack/medical/gauze,
-/obj/item/storage/firstaid/regular,
-/turf/open/floor/carpet/nanoweave/blue,
-/area/ship/medical)
-"we" = (
-/obj/structure/cable{
- icon_state = "1-8"
- },
-/obj/structure/cable{
- icon_state = "1-2"
- },
-/obj/effect/decal/cleanable/oil/slippery,
-/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4,
-/turf/open/floor/plasteel/tech,
-/area/ship/engineering/atmospherics)
-"wg" = (
-/obj/machinery/door/airlock/external,
-/obj/docking_port/mobile{
- dir = 2;
- launch_status = 0;
- port_direction = 8;
- preferred_direction = 4
- },
-/turf/open/floor/plating,
-/area/ship/hallway/central)
-"wp" = (
-/obj/structure/table/wood/reinforced,
-/obj/item/hand_tele{
- pixel_x = 4;
- pixel_y = 8
- },
-/obj/item/coin/hellstone{
- pixel_x = -12;
- pixel_y = -3
- },
-/obj/item/stamp/captain{
- pixel_y = 13;
- pixel_x = -8
- },
-/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4,
-/turf/open/floor/wood,
-/area/ship/crew/crewtwo)
-"wt" = (
-/obj/machinery/atmospherics/pipe/simple/green/visible,
-/obj/structure/catwalk/over/plated_catwalk/dark,
-/obj/machinery/atmospherics/components/binary/pump{
- dir = 8;
- name = "thruster fuel pump"
- },
-/turf/open/floor/plating,
-/area/ship/engineering/atmospherics)
-"ww" = (
-/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/atmospherics/pipe/simple/yellow/hidden{
- dir = 5
- },
-/turf/open/floor/plasteel/tech,
-/area/ship/engineering/atmospherics)
-"wA" = (
-/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{
- dir = 8
- },
-/obj/effect/turf_decal/industrial/outline/yellow,
-/obj/structure/closet/crate/engineering,
-/obj/item/stack/sheet/metal/twenty,
-/obj/item/stack/sheet/glass/twenty,
-/obj/item/tank/internals/oxygen,
-/obj/item/tank/internals/oxygen,
-/turf/open/floor/plasteel/mono/dark,
-/area/ship/cargo/office)
-"wB" = (
-/obj/effect/turf_decal/industrial/warning{
- dir = 5
- },
-/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/machinery/atmospherics/pipe/simple/yellow/hidden{
- dir = 4
- },
-/turf/open/floor/plasteel,
-/area/ship/engineering/atmospherics)
-"wC" = (
-/obj/machinery/atmospherics/components/unary/outlet_injector/atmos/toxin_input{
- dir = 1
- },
-/turf/open/floor/engine/airless,
-/area/ship/engineering/atmospherics)
-"wG" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{
- dir = 5
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4,
-/turf/open/floor/plasteel/dark,
-/area/ship/cargo/office)
-"wH" = (
-/turf/closed/wall/r_wall,
-/area/ship/crew/toilet)
-"wO" = (
-/obj/structure/table/wood,
-/obj/item/instrument/piano_synth,
-/obj/machinery/light/small/directional/north,
-/turf/open/floor/wood,
-/area/ship/crew/dorm)
-"wT" = (
-/obj/effect/turf_decal/corner/opaque/white/mono,
-/obj/structure/closet/secure_closet/freezer{
- anchored = 1
- },
-/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/box/ingredients/vegetarian,
-/obj/item/storage/fancy/egg_box,
-/turf/open/floor/plasteel,
-/area/ship/crew/canteen/kitchen)
-"wX" = (
-/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{
- dir = 4
- },
-/obj/effect/turf_decal/corner/opaque/green/mono,
-/turf/open/floor/plasteel,
-/area/ship/crew/canteen/kitchen)
-"wZ" = (
-/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{
- dir = 1
- },
-/obj/machinery/atmospherics/pipe/simple/yellow/hidden{
- dir = 4
- },
-/turf/open/floor/carpet/nanoweave,
-/area/ship/hallway/central)
-"xb" = (
-/obj/structure/chair{
- dir = 1
- },
-/turf/open/floor/carpet/nanoweave,
-/area/ship/hallway/central)
-"xf" = (
-/turf/closed/wall,
-/area/ship/crew/canteen/kitchen)
-"xi" = (
-/obj/structure/bed,
-/obj/item/bedsheet/head_of_personnel,
-/obj/machinery/light/small/directional/east,
-/turf/open/floor/carpet/blue,
-/area/ship/crew/crewthree)
-"xo" = (
-/obj/structure/cable{
- icon_state = "4-8"
- },
-/obj/structure/cable{
- icon_state = "1-8"
- },
-/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2,
-/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4,
-/obj/machinery/atmospherics/pipe/simple/yellow/hidden{
- dir = 4
- },
-/turf/open/floor/plasteel/dark,
-/area/ship/hallway/central)
-"xs" = (
-/obj/structure/chair/sofa/brown/directional/south,
-/obj/machinery/light/directional/north,
-/turf/open/floor/carpet/red,
-/area/ship/hallway/central)
-"xu" = (
-/obj/structure/grille,
-/obj/machinery/door/poddoor{
- id = "windowlockdown"
- },
-/obj/structure/window/reinforced/fulltile,
-/obj/machinery/door/firedoor/window,
-/turf/open/floor/plating,
-/area/ship/crew/toilet)
-"xA" = (
-/obj/machinery/computer/secure_data{
- dir = 4
- },
-/obj/machinery/light/small/directional/west,
-/turf/open/floor/carpet/nanoweave/red,
-/area/ship/crew/crewthree)
-"xE" = (
-/obj/machinery/photocopier,
-/obj/machinery/light_switch{
- pixel_x = 11;
- pixel_y = 23
- },
-/turf/open/floor/carpet/nanoweave/blue,
-/area/ship/crew/office)
-"xK" = (
-/obj/structure/cable{
- icon_state = "4-8"
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{
- dir = 5
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{
- dir = 6
- },
-/turf/open/floor/wood,
-/area/ship/crew/cryo)
-"xO" = (
-/obj/structure/cable{
- icon_state = "2-8"
- },
-/obj/machinery/atmospherics/pipe/layer_manifold,
-/obj/structure/catwalk/over/plated_catwalk/dark,
-/turf/open/floor/plating,
-/area/ship/engineering/atmospherics)
-"xW" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4,
-/obj/structure/chair/comfy/grey/directional/east,
-/turf/open/floor/wood,
-/area/ship/crew/cryo)
-"yf" = (
-/obj/effect/turf_decal/corner/opaque/white/mono,
-/obj/structure/table/reinforced,
-/obj/machinery/microwave{
- pixel_x = -1;
- pixel_y = 8
- },
-/turf/open/floor/plasteel,
-/area/ship/crew/canteen/kitchen)
-"yh" = (
-/obj/item/radio/intercom/directional/east,
-/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{
- dir = 8
- },
-/turf/open/floor/plasteel,
-/area/ship/cargo)
-"yj" = (
-/obj/machinery/atmospherics/components/trinary/filter/atmos/flipped/o2{
- dir = 8
- },
-/obj/structure/catwalk/over/plated_catwalk/dark,
-/turf/open/floor/plating,
-/area/ship/engineering/atmospherics)
-"yo" = (
-/obj/machinery/atmospherics/components/unary/passive_vent{
- dir = 4
- },
-/turf/open/floor/plating,
-/area/ship/external)
-"ys" = (
-/turf/closed/wall,
-/area/ship/cargo/office)
-"yB" = (
-/obj/structure/closet/cabinet,
-/obj/item/clothing/suit/hooded/wintercoat,
-/obj/item/clothing/under/suit/dresssuit/skirt,
-/obj/item/clothing/under/color/grey,
-/obj/item/clothing/under/suit/charcoal,
-/obj/item/clothing/shoes/laceup,
-/obj/item/clothing/shoes/sneakers/black,
-/obj/item/clothing/shoes/workboots/mining,
-/obj/item/clothing/suit/hooded/hoodie/black,
-/turf/open/floor/wood,
-/area/ship/crew/dorm)
-"yF" = (
-/obj/machinery/atmospherics/pipe/simple/cyan/visible/layer4,
-/obj/machinery/atmospherics/pipe/manifold/orange/visible{
- dir = 8
- },
-/turf/open/floor/plasteel/tech,
-/area/ship/engineering/atmospherics)
-"yG" = (
-/obj/structure/cable{
- icon_state = "1-2"
- },
-/obj/machinery/door/firedoor/border_only,
-/obj/machinery/door/firedoor/border_only{
- dir = 1
- },
-/turf/open/floor/plasteel/tech/grid,
-/area/ship/engineering/atmospherics)
-"yM" = (
-/obj/structure/table/wood/reinforced,
-/obj/item/storage/fancy/cigarettes/cigars{
- pixel_y = 12
- },
-/obj/item/lighter{
- pixel_x = -6;
- pixel_y = -3
- },
-/obj/item/coin/titanium{
- pixel_x = 7;
- pixel_y = -3
- },
-/obj/machinery/airalarm/directional/north,
-/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4,
-/obj/effect/turf_decal/siding/wood/corner,
-/turf/open/floor/wood,
-/area/ship/crew/crewthree)
-"yU" = (
-/obj/machinery/door/airlock{
- name = "Crew Quarters"
- },
-/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
- },
-/turf/open/floor/plasteel/dark,
-/area/ship/crew/dorm)
-"ze" = (
-/obj/structure/sink{
- pixel_y = 22
- },
-/obj/structure/mirror{
- pixel_y = 32
- },
-/obj/structure/toilet{
- dir = 8;
- name = "The Throne";
- desc = "Man, its good to be king."
- },
-/obj/machinery/light/small/directional/east,
-/turf/open/floor/plasteel/showroomfloor,
-/area/ship/crew/crewtwo)
-"zi" = (
-/obj/machinery/power/apc/auto_name/directional/west,
-/obj/structure/cable{
- icon_state = "2-4"
- },
-/obj/structure/cable{
- icon_state = "1-4"
- },
-/obj/structure/cable{
- icon_state = "0-4"
- },
-/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{
- dir = 8
- },
-/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{
- dir = 8
- },
-/obj/machinery/light_switch{
- dir = 4;
- pixel_x = -24;
- pixel_y = -14
- },
-/obj/effect/turf_decal/steeldecal/steel_decals_central6{
- dir = 4
- },
-/turf/open/floor/plasteel/mono/dark,
-/area/ship/bridge)
-"zu" = (
-/obj/effect/turf_decal/industrial/loading{
- dir = 4
- },
-/turf/open/floor/plasteel,
-/area/ship/cargo)
-"zy" = (
-/obj/structure/catwalk/over/plated_catwalk/dark,
-/obj/machinery/atmospherics/components/binary/pump{
- dir = 8;
- name = "thruster fuel pump"
- },
-/turf/open/floor/plating,
-/area/ship/engineering/atmospherics)
-"zC" = (
-/obj/machinery/suit_storage_unit/cmo,
-/obj/effect/turf_decal/borderfloorwhite/full,
-/turf/open/floor/plasteel/white,
-/area/ship/medical)
-"zG" = (
-/obj/structure/bookcase/manuals/engineering,
-/turf/open/floor/wood,
-/area/ship/hallway/central)
-"zJ" = (
-/obj/structure/sink{
- dir = 8;
- pixel_x = 12
- },
-/obj/structure/mirror{
- pixel_x = 25
- },
-/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{
- dir = 4
- },
-/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{
- dir = 8
- },
-/turf/open/floor/plasteel/showroomfloor,
-/area/ship/crew/toilet)
-"zK" = (
-/obj/machinery/light/directional/east,
-/obj/machinery/atmospherics/pipe/simple/brown/visible/layer4,
-/obj/machinery/atmospherics/components/unary/portables_connector,
-/obj/effect/turf_decal/industrial/outline/orange,
-/turf/open/floor/plasteel/tech,
-/area/ship/engineering/atmospherics)
-"zM" = (
-/obj/structure/chair{
- dir = 1
- },
-/turf/open/floor/wood,
-/area/ship/crew/office)
-"zO" = (
-/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/atmospherics/pipe/simple/yellow/hidden{
- dir = 4
- },
-/obj/machinery/door/firedoor/border_only{
- dir = 8
- },
-/turf/open/floor/carpet/nanoweave,
-/area/ship/hallway/central)
-"zP" = (
-/obj/machinery/atmospherics/pipe/heat_exchanging/simple{
- dir = 9
- },
-/obj/effect/turf_decal/industrial/warning{
- dir = 4
- },
-/obj/machinery/door/poddoor/preopen{
- dir = 4;
- id = "coolingshutdown"
- },
-/turf/open/floor/engine/airless,
-/area/ship/external)
-"zS" = (
-/obj/structure/table/optable,
-/obj/effect/turf_decal/corner/opaque/blue/mono,
-/obj/effect/decal/cleanable/blood/old,
-/turf/open/floor/plasteel/white,
-/area/ship/medical)
-"Aa" = (
-/obj/structure/chair/comfy/orange/directional/east,
-/obj/machinery/power/apc/auto_name/directional/north,
-/obj/structure/cable{
- icon_state = "0-2"
- },
-/obj/machinery/light/small/directional/west,
-/turf/open/floor/wood,
-/area/ship/crew/crewthree)
-"Ao" = (
-/turf/open/floor/plasteel/dark,
-/area/ship/hallway/central)
-"As" = (
-/obj/structure/closet/cabinet,
-/obj/item/clothing/suit/toggle/lawyer/burgundy,
-/obj/item/clothing/suit/toggle/lawyer/charcoal,
-/obj/item/clothing/suit/toggle/lawyer/navy,
-/obj/item/clothing/under/rank/security/detective,
-/obj/item/clothing/under/rank/security/detective/skirt,
-/obj/item/clothing/under/suit/black,
-/obj/item/clothing/under/suit/black/skirt,
-/obj/item/clothing/under/suit/black_really,
-/obj/item/clothing/under/suit/black_really/skirt,
-/obj/item/clothing/glasses/sunglasses,
-/obj/item/clothing/neck/tie,
-/obj/item/clothing/glasses/regular,
-/obj/machinery/light/small/directional/west,
-/turf/open/floor/wood,
-/area/ship/crew/office)
-"At" = (
-/obj/machinery/atmospherics/pipe/simple/cyan/visible,
-/obj/structure/grille,
-/obj/structure/window/plasma/reinforced/fulltile,
-/turf/open/floor/plating,
-/area/ship/engineering/atmospherics)
-"Au" = (
-/obj/structure/cable{
- icon_state = "1-4"
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2,
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4,
-/turf/open/floor/plasteel/dark,
-/area/ship/cargo/office)
-"Az" = (
-/obj/structure/railing/corner{
- dir = 8
- },
-/obj/machinery/atmospherics/pipe/simple/yellow/hidden{
- dir = 1
- },
-/turf/open/floor/carpet/nanoweave/beige,
-/area/ship/bridge)
-"AB" = (
-/obj/effect/decal/cleanable/wrapping,
-/turf/open/floor/plasteel/dark,
-/area/ship/cargo/office)
-"AE" = (
-/obj/structure/cable{
- 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/plasteel/mono/dark,
-/area/ship/bridge)
-"AG" = (
-/obj/structure/cable{
- icon_state = "1-2"
- },
-/obj/machinery/atmospherics/components/binary/pump{
- dir = 8;
- name = "engine fuel pump"
- },
-/turf/open/floor/plasteel/tech/grid,
-/area/ship/engineering/engine)
-"AP" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{
- dir = 8
- },
-/obj/machinery/computer/helm/viewscreen/directional/south,
-/obj/effect/turf_decal/number/right_eight,
-/obj/effect/turf_decal/number/left_nine,
-/turf/open/floor/plasteel/dark,
-/area/ship/cargo/office)
-"AT" = (
-/turf/closed/wall,
-/area/ship/medical)
-"Bc" = (
-/obj/machinery/cryopod{
- dir = 4
- },
-/turf/open/floor/plasteel/telecomms_floor,
-/area/ship/crew/cryo)
-"Bd" = (
-/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2,
-/obj/machinery/door/firedoor/border_only{
- dir = 4
- },
-/turf/open/floor/carpet/nanoweave,
-/area/ship/hallway/central)
-"Bg" = (
-/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/hallway/central)
-"Bh" = (
-/obj/structure/table,
-/obj/item/flashlight/lamp/green{
- pixel_x = -6;
- pixel_y = 13
- },
-/obj/structure/sign/poster/official/nanotrasen_logo{
- pixel_x = -30
- },
-/obj/item/spacecash/bundle/c50,
-/turf/open/floor/wood,
-/area/ship/crew/office)
-"Bq" = (
-/obj/machinery/airalarm/directional/north,
-/turf/open/floor/carpet/nanoweave,
-/area/ship/hallway/central)
-"Br" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{
- dir = 4
- },
-/obj/effect/turf_decal/corner/opaque/white/mono,
-/turf/open/floor/plasteel,
-/area/ship/crew/canteen/kitchen)
-"Bw" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2,
-/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{
- dir = 4
- },
-/obj/effect/turf_decal/corner/opaque/ntblue/diagonal,
-/obj/effect/turf_decal/corner/opaque/neutral/diagonal{
- dir = 4
- },
-/obj/effect/decal/cleanable/food/tomato_smudge,
-/turf/open/floor/plasteel,
-/area/ship/hallway/central)
-"BE" = (
-/obj/machinery/door/firedoor/border_only{
- dir = 8
- },
-/turf/open/floor/carpet/nanoweave,
-/area/ship/hallway/central)
-"BH" = (
-/obj/structure/table/wood,
-/obj/machinery/light/small/directional/east,
-/obj/machinery/light_switch{
- pixel_x = -5;
- pixel_y = 24
- },
-/obj/item/paicard,
-/turf/open/floor/carpet/blue,
-/area/ship/crew/dorm)
-"BI" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{
- dir = 9
- },
-/obj/structure/sign/poster/official/random{
- pixel_y = -32
- },
-/obj/effect/turf_decal/ntspaceworks_small,
-/turf/open/floor/plasteel/dark,
-/area/ship/cargo/office)
-"BJ" = (
-/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/firealarm/directional/west,
-/turf/open/floor/plasteel/stairs,
-/area/ship/bridge)
-"BK" = (
-/obj/structure/catwalk/over,
-/obj/effect/decal/cleanable/glass,
-/obj/effect/decal/cleanable/dirt/dust,
-/obj/effect/decal/cleanable/robot_debris/gib,
-/turf/open/floor/plating,
-/area/ship/crew/toilet)
-"BS" = (
-/obj/effect/turf_decal/techfloor{
- dir = 8
- },
-/obj/machinery/airalarm/directional/south,
-/turf/open/floor/plasteel/dark,
-/area/ship/crew/cryo)
-"BW" = (
-/obj/machinery/airalarm/directional/west,
-/turf/open/floor/wood,
-/area/ship/crew/dorm)
-"Ca" = (
-/obj/machinery/suit_storage_unit/mining/eva,
-/turf/open/floor/plasteel,
-/area/ship/cargo)
-"Cl" = (
-/obj/machinery/door/airlock{
- dir = 4;
- name = "Bathroom"
- },
-/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
- },
-/turf/open/floor/plasteel/dark,
-/area/ship/crew/toilet)
-"Co" = (
-/obj/structure/spirit_board,
-/obj/structure/catwalk/over,
-/obj/item/toy/plush/moth/firewatch{
- pixel_y = 14;
- name = "soot-covered moth plushie"
- },
-/obj/structure/sign/poster/contraband/stechkin{
- pixel_x = 32
- },
-/obj/effect/decal/cleanable/cobweb/cobweb2,
-/turf/open/floor/plating/rust,
-/area/ship/crew/toilet)
-"Cr" = (
-/obj/structure/chair/office/light{
- dir = 4
- },
-/obj/effect/turf_decal/corner/opaque/blue/mono,
-/turf/open/floor/plasteel/white,
-/area/ship/medical)
-"Cs" = (
-/obj/structure/chair{
- dir = 8
- },
-/obj/effect/turf_decal/techfloor{
- dir = 4
- },
-/turf/open/floor/plasteel/tech/grid,
-/area/ship/hallway/central)
-"Cu" = (
-/obj/machinery/atmospherics/pipe/simple/cyan/visible{
- dir = 6
- },
-/obj/structure/grille,
-/obj/structure/window/plasma/reinforced/fulltile,
-/turf/open/floor/plating,
-/area/ship/engineering/atmospherics)
-"Cy" = (
-/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/carpet/nanoweave/blue,
-/area/ship/crew/office)
-"Cz" = (
-/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/machinery/atmospherics/pipe/simple/yellow/hidden{
- dir = 4
- },
-/turf/open/floor/carpet/nanoweave,
-/area/ship/hallway/central)
-"CA" = (
-/obj/effect/turf_decal/industrial/warning{
- dir = 8
- },
-/obj/machinery/atmospherics/pipe/simple/yellow/hidden{
- dir = 4
- },
-/obj/machinery/light/directional/south,
-/obj/machinery/atmospherics/pipe/simple/brown/hidden/layer4{
- dir = 4
- },
-/turf/open/floor/plasteel,
-/area/ship/engineering/atmospherics)
-"CB" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{
- dir = 5
- },
-/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{
- dir = 8
- },
-/turf/open/floor/carpet/nanoweave/blue,
-/area/ship/medical)
-"CE" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2,
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4,
-/obj/structure/cable{
- icon_state = "2-4"
- },
-/obj/structure/cable{
- icon_state = "4-8"
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{
- dir = 8
- },
-/turf/open/floor/engine,
-/area/ship/engineering/atmospherics)
-"CH" = (
-/obj/structure/chair/sofa/brown/right/directional/east,
-/obj/machinery/airalarm/directional/west,
-/turf/open/floor/carpet/nanoweave/blue,
-/area/ship/medical)
-"CM" = (
-/obj/effect/turf_decal/techfloor{
- dir = 8
- },
-/obj/effect/turf_decal/techfloor/corner{
- dir = 4
- },
-/turf/open/floor/plasteel/dark,
-/area/ship/crew/cryo)
-"CR" = (
-/obj/machinery/atmospherics/pipe/manifold/orange/visible{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/cyan/visible/layer4,
-/turf/open/floor/plasteel/tech,
-/area/ship/engineering/atmospherics)
-"CV" = (
-/obj/effect/turf_decal/ntspaceworks_small/right,
-/obj/item/radio/intercom/directional/south,
-/turf/open/floor/plasteel/dark,
-/area/ship/cargo/office)
-"Da" = (
-/obj/effect/turf_decal/techfloor,
-/obj/machinery/computer/cryopod/directional/west,
-/obj/effect/turf_decal/techfloor{
- dir = 1
- },
-/turf/open/floor/plasteel/dark,
-/area/ship/crew/cryo)
-"Dc" = (
-/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,
-/obj/machinery/atmospherics/pipe/simple/yellow/hidden{
- dir = 4
- },
-/obj/effect/turf_decal/techfloor{
- dir = 4
- },
-/turf/open/floor/plasteel/tech/grid,
-/area/ship/hallway/central)
-"Dd" = (
-/obj/machinery/atmospherics/components/binary/pump/on{
- name = "Nitrogen to Air";
- dir = 8;
- target_pressure = 1000
- },
-/obj/machinery/atmospherics/pipe/simple/green/visible,
-/turf/open/floor/plasteel/tech,
-/area/ship/engineering/atmospherics)
-"Dp" = (
-/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/closet/emcloset/wall/directional/south,
-/turf/open/floor/carpet/nanoweave,
-/area/ship/hallway/central)
-"Dy" = (
-/obj/structure/closet/cardboard{
- name = "pranking materials"
- },
-/obj/item/toy/katana,
-/obj/item/bikehorn,
-/obj/item/grown/bananapeel,
-/obj/item/gun/ballistic/automatic/toy/pistol,
-/obj/item/restraints/legcuffs/beartrap,
-/obj/item/poster/random_contraband,
-/obj/item/poster/random_contraband,
-/obj/item/poster/random_contraband,
-/turf/open/floor/plating/rust,
-/area/ship/crew/toilet)
-"Dz" = (
-/obj/machinery/modular_computer/console/preset/command{
- dir = 8
- },
-/obj/machinery/light_switch{
- dir = 8;
- pixel_x = 24;
- pixel_y = -5
- },
-/turf/open/floor/carpet/nanoweave/red,
-/area/ship/crew/crewthree)
-"DF" = (
-/obj/machinery/atmospherics/components/unary/vent_pump/siphon/atmos/toxin_output{
- dir = 1
- },
-/turf/open/floor/engine/hydrogen,
-/area/ship/engineering/atmospherics)
-"DL" = (
-/obj/effect/decal/cleanable/food/flour,
-/obj/effect/turf_decal/corner/opaque/green/mono,
-/turf/open/floor/plasteel,
-/area/ship/crew/canteen/kitchen)
-"DN" = (
-/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/atmospherics/pipe/simple/yellow/hidden{
- dir = 1
- },
-/turf/open/floor/carpet/nanoweave,
-/area/ship/hallway/central)
-"DV" = (
-/obj/structure/chair/sofa/brown/corner/directional/south,
-/obj/structure/sign/poster/official/random{
- pixel_y = 32
- },
-/obj/machinery/computer/helm/viewscreen/directional/east,
-/turf/open/floor/carpet/red,
-/area/ship/hallway/central)
-"DZ" = (
-/obj/effect/turf_decal/corner/opaque/white/mono,
-/obj/structure/extinguisher_cabinet/directional/north,
-/obj/effect/decal/cleanable/food/flour,
-/obj/structure/sink/kitchen{
- dir = 4;
- pixel_x = -11
- },
-/turf/open/floor/plasteel,
-/area/ship/crew/canteen/kitchen)
-"Eb" = (
-/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
- },
-/turf/open/floor/plasteel/mono/dark,
-/area/ship/bridge)
-"Ek" = (
-/obj/machinery/advanced_airlock_controller{
- pixel_x = 25
- },
-/turf/open/floor/plating,
-/area/ship/hallway/central)
-"Eu" = (
-/obj/docking_port/stationary{
- dwidth = 15;
- width = 30;
- height = 15;
- dir = 2
- },
-/turf/template_noop,
-/area/template_noop)
-"Ev" = (
-/obj/structure/table/wood,
-/obj/item/paper_bin{
- pixel_x = 6
- },
-/obj/item/pen{
- pixel_x = 5;
- pixel_y = 2
- },
-/obj/item/reagent_containers/food/snacks/fortunecookie{
- pixel_y = 7;
- pixel_x = -7
- },
-/obj/machinery/newscaster/directional/east,
-/obj/machinery/firealarm/directional/south,
-/turf/open/floor/wood,
-/area/ship/crew/cryo)
-"Ew" = (
-/obj/machinery/atmospherics/pipe/layer_manifold,
-/obj/structure/extinguisher_cabinet/directional/east,
-/obj/structure/catwalk/over/plated_catwalk/dark,
-/turf/open/floor/plating,
-/area/ship/engineering/atmospherics)
-"Ex" = (
-/obj/structure/railing{
- dir = 1
- },
-/obj/item/kirbyplants/random,
-/obj/machinery/light/dim/directional/west,
-/turf/open/floor/carpet/nanoweave/beige,
-/area/ship/bridge)
-"EE" = (
-/obj/structure/window/reinforced/spawner/west,
-/obj/machinery/door/poddoor{
- dir = 4;
- id = "enginelockdown"
- },
-/obj/machinery/door/window/eastright{
- name = "Engine Access"
- },
-/obj/machinery/atmospherics/components/unary/shuttle/fire_heater{
- dir = 4
- },
-/turf/open/floor/plating,
-/area/ship/engineering/atmospherics)
-"EF" = (
-/obj/machinery/modular_computer/console/preset/command{
- dir = 8
- },
-/obj/effect/turf_decal/corner/opaque/bar/half{
- dir = 4
- },
-/turf/open/floor/plasteel/dark,
-/area/ship/bridge)
-"EG" = (
-/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/atmospherics/pipe/simple/yellow/hidden{
- dir = 1
- },
-/obj/machinery/firealarm/directional/west,
-/turf/open/floor/wood,
-/area/ship/hallway/central)
-"EJ" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4,
-/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{
- dir = 10
- },
-/obj/effect/turf_decal/techfloor{
- dir = 6
- },
-/turf/open/floor/plasteel/tech/grid,
-/area/ship/engineering/atmospherics)
-"EP" = (
-/turf/open/floor/plasteel/tech,
-/area/ship/engineering/atmospherics)
-"ES" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4,
-/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2,
-/obj/machinery/light/broken/directional/east,
-/obj/effect/turf_decal/corner/opaque/ntblue/diagonal,
-/obj/effect/turf_decal/corner/opaque/neutral/diagonal{
- dir = 4
- },
-/turf/open/floor/plasteel,
-/area/ship/hallway/central)
-"Fc" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2,
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4,
-/obj/structure/cable{
- icon_state = "1-2"
- },
-/obj/machinery/atmospherics/pipe/simple/yellow/hidden{
- dir = 1
- },
-/turf/open/floor/plasteel/tech,
-/area/ship/engineering/atmospherics)
-"Fj" = (
-/obj/machinery/door/airlock/command{
- name = "Bridge";
- req_access_txt = "19"
- },
-/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/atmospherics/pipe/simple/yellow/hidden{
- dir = 1
- },
-/obj/machinery/door/firedoor/border_only,
-/obj/machinery/door/firedoor/border_only{
- dir = 1
- },
-/turf/open/floor/carpet/nanoweave/beige,
-/area/ship/bridge)
-"Fn" = (
-/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{
- dir = 1
- },
-/turf/open/floor/carpet/blue,
-/area/ship/crew/dorm)
-"Fq" = (
-/obj/machinery/airalarm/directional/west,
-/obj/effect/turf_decal/industrial/outline/yellow,
-/obj/effect/decal/cleanable/generic,
-/turf/open/floor/plasteel,
-/area/ship/cargo)
-"Fu" = (
-/turf/closed/wall,
-/area/ship/cargo)
-"Fv" = (
-/obj/machinery/fax/nanotrasen,
-/obj/structure/table/reinforced,
-/turf/open/floor/plasteel/mono/dark,
-/area/ship/bridge)
-"Fx" = (
-/obj/machinery/light/dim/directional/south,
-/obj/structure/chair{
- dir = 4
- },
-/obj/effect/decal/cleanable/food/egg_smudge,
-/turf/open/floor/plasteel/dark,
-/area/ship/hallway/central)
-"FB" = (
-/obj/structure/flora/bigplant,
-/turf/open/floor/wood,
-/area/ship/hallway/central)
-"FC" = (
-/obj/structure/rack,
-/obj/item/pickaxe,
-/obj/item/pickaxe,
-/obj/item/shovel,
-/obj/item/kinetic_crusher,
-/turf/open/floor/plasteel,
-/area/ship/cargo)
-"FO" = (
-/obj/structure/cable{
- icon_state = "4-8"
- },
-/obj/effect/decal/cleanable/glass,
-/turf/open/floor/plasteel,
-/area/ship/cargo)
-"FW" = (
-/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{
- dir = 8
- },
-/obj/effect/turf_decal/techfloor{
- dir = 6
- },
-/turf/open/floor/carpet/nanoweave/beige,
-/area/ship/bridge)
-"Gb" = (
-/obj/effect/turf_decal/siding/wood/corner{
- dir = 4
- },
-/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{
- dir = 8
- },
-/turf/open/floor/wood,
-/area/ship/hallway/central)
-"Gc" = (
-/obj/structure/bed,
-/obj/item/bedsheet/medical,
-/obj/machinery/iv_drip,
-/obj/effect/turf_decal/borderfloorwhite/full,
-/obj/item/radio/intercom/directional/north,
-/turf/open/floor/plasteel/white,
-/area/ship/medical)
-"Gh" = (
-/obj/machinery/atmospherics/components/binary/pump{
- dir = 8;
- name = "Activate Cooling"
- },
-/obj/machinery/atmospherics/pipe/simple/yellow/visible{
- dir = 1
- },
-/turf/open/floor/engine,
-/area/ship/engineering/engine)
-"Gi" = (
-/turf/open/floor/engine,
-/area/ship/engineering/engine)
-"Gm" = (
-/obj/machinery/power/apc/auto_name/directional/east,
-/obj/structure/cable{
- icon_state = "0-8"
- },
-/turf/open/floor/carpet/nanoweave/blue,
-/area/ship/crew/office)
-"Gp" = (
-/obj/structure/cable{
- icon_state = "1-4"
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2,
-/obj/structure/cable{
- icon_state = "1-2"
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4,
-/turf/open/floor/plasteel,
-/area/ship/cargo)
-"Gq" = (
-/obj/structure/table,
-/obj/item/folder/blue,
-/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{
- dir = 4
- },
-/obj/item/clipboard,
-/turf/open/floor/wood,
-/area/ship/crew/office)
-"Gs" = (
-/obj/machinery/door/window/westleft,
-/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{
- dir = 9
- },
-/obj/structure/sign/poster/official/cleanliness{
- pixel_y = -33
- },
-/turf/open/floor/plasteel/white,
-/area/ship/medical)
-"GL" = (
-/turf/open/floor/wood,
-/area/ship/crew/crewtwo)
-"GQ" = (
-/obj/structure/fluff/hedge,
-/turf/open/floor/wood,
-/area/ship/crew/office)
-"GW" = (
-/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/hallway/central)
-"Hb" = (
-/obj/machinery/vending/cola/random,
-/turf/open/floor/carpet/nanoweave,
-/area/ship/hallway/central)
-"Hd" = (
-/obj/structure/table/reinforced,
-/obj/effect/turf_decal/corner/opaque/neutral{
- dir = 8
- },
-/obj/effect/turf_decal/corner/opaque/ntblue,
-/obj/effect/turf_decal/corner/opaque/neutral/half{
- dir = 1
- },
-/turf/open/floor/plasteel,
-/area/ship/crew/canteen/kitchen)
-"Hm" = (
-/obj/structure/cable{
- icon_state = "1-2"
- },
-/obj/machinery/atmospherics/pipe/simple/orange/visible,
-/obj/machinery/atmospherics/components/binary/pump/layer4{
- name = "Oxygen to Mix"
- },
-/turf/open/floor/plasteel/tech,
-/area/ship/engineering/atmospherics)
-"Hq" = (
-/obj/structure/cable{
- icon_state = "4-8"
- },
-/obj/structure/cable{
- icon_state = "1-8"
- },
-/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2,
-/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4,
-/obj/machinery/atmospherics/pipe/simple/yellow/hidden{
- dir = 9
- },
-/turf/open/floor/carpet/nanoweave,
-/area/ship/hallway/central)
-"Hu" = (
-/obj/machinery/atmospherics/pipe/simple/orange/visible{
- dir = 9
- },
-/obj/machinery/atmospherics/pipe/simple/cyan/visible/layer4{
- dir = 5
- },
-/obj/effect/turf_decal/atmos/mix,
-/turf/open/floor/plasteel/tech,
-/area/ship/engineering/atmospherics)
-"HA" = (
-/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{
- dir = 8
- },
-/obj/effect/turf_decal/techfloor{
- dir = 5
- },
-/obj/machinery/atmospherics/pipe/simple/yellow/hidden{
- dir = 4
- },
-/turf/open/floor/carpet/nanoweave/beige,
-/area/ship/bridge)
-"HE" = (
-/obj/structure/catwalk/over,
-/obj/structure/closet/emcloset,
-/turf/open/floor/plating,
-/area/ship/crew/toilet)
-"HL" = (
-/obj/machinery/igniter/incinerator_atmos,
-/obj/machinery/air_sensor/atmos/incinerator_tank{
- id_tag = "nemo_incinerator_sensor"
- },
-/obj/structure/disposalpipe/trunk{
- dir = 4
- },
-/turf/open/floor/engine/airless,
-/area/ship/engineering/engine)
-"HO" = (
-/obj/structure/window/reinforced{
- dir = 8
- },
-/obj/structure/table/glass,
-/obj/item/storage/backpack/duffelbag/med/surgery{
- pixel_y = 11
- },
-/obj/machinery/light_switch{
- pixel_x = -5;
- pixel_y = 24
- },
-/turf/open/floor/plasteel/white,
-/area/ship/medical)
-"HR" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2,
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4,
-/obj/machinery/atmospherics/pipe/simple/dark/visible{
- dir = 4
- },
-/obj/structure/cable{
- icon_state = "1-2"
- },
-/turf/open/floor/engine,
-/area/ship/engineering/atmospherics)
-"HW" = (
-/obj/machinery/door/firedoor/border_only{
- dir = 1
- },
-/turf/open/floor/wood,
-/area/ship/hallway/central)
-"HZ" = (
-/obj/machinery/vending/coffee,
-/turf/open/floor/carpet/nanoweave,
-/area/ship/hallway/central)
-"Ir" = (
-/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{
- dir = 1
- },
-/obj/machinery/airalarm/directional/south,
-/turf/open/floor/carpet/nanoweave,
-/area/ship/hallway/central)
-"IA" = (
-/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)
-"IB" = (
-/obj/structure/bookcase/random/fiction,
-/turf/open/floor/wood,
-/area/ship/crew/dorm)
-"IV" = (
-/obj/structure/cable{
- icon_state = "4-8"
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/visible{
- dir = 8
- },
-/obj/structure/cable{
- icon_state = "1-4"
- },
-/obj/effect/turf_decal/techfloor{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/orange/visible,
-/obj/machinery/atmospherics/pipe/simple/cyan/visible/layer4,
-/turf/open/floor/plasteel/tech/grid,
-/area/ship/engineering/atmospherics)
-"Jj" = (
-/obj/structure/closet/crate/bin,
-/turf/open/floor/carpet/nanoweave,
-/area/ship/hallway/central)
-"Jk" = (
-/obj/structure/cable{
- icon_state = "1-2"
- },
-/obj/machinery/atmospherics/pipe/manifold/orange/visible{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/cyan/visible/layer4{
- dir = 6
- },
-/turf/open/floor/plasteel/tech,
-/area/ship/engineering/atmospherics)
-"Jm" = (
-/obj/structure/cable{
- icon_state = "1-2"
- },
-/obj/machinery/airalarm/directional/west,
-/turf/open/floor/plasteel/tech/grid,
-/area/ship/engineering/engine)
-"Jn" = (
-/obj/machinery/door/airlock/medical/glass{
- name = "Infirmary"
- },
-/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
- },
-/turf/open/floor/carpet/nanoweave/blue,
-/area/ship/medical)
-"JA" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2,
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4,
-/obj/machinery/computer/cargo{
- dir = 1
- },
-/turf/open/floor/plasteel/dark,
-/area/ship/cargo/office)
-"JE" = (
-/obj/effect/turf_decal/industrial/warning{
- dir = 1
- },
-/turf/open/floor/plasteel/mono/dark,
-/area/ship/cargo)
-"JJ" = (
-/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/atmospherics/pipe/simple/yellow/hidden{
- dir = 1
- },
-/obj/machinery/door/firedoor/border_only,
-/turf/open/floor/wood,
-/area/ship/hallway/central)
-"JM" = (
-/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/atmospherics/pipe/simple/yellow/hidden{
- dir = 4
- },
-/obj/machinery/door/firedoor/border_only{
- dir = 4
- },
-/turf/open/floor/carpet/nanoweave,
-/area/ship/hallway/central)
-"JQ" = (
-/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2,
-/turf/open/floor/plasteel,
-/area/ship/cargo)
-"JS" = (
-/obj/machinery/cryopod{
- dir = 4
- },
-/obj/structure/sign/poster/official/nanotrasen_logo{
- pixel_x = -30
- },
-/turf/open/floor/plasteel/telecomms_floor,
-/area/ship/crew/cryo)
-"JT" = (
-/obj/machinery/atmospherics/pipe/simple/green/visible{
- dir = 6
- },
-/obj/machinery/airalarm/directional/north,
-/turf/open/floor/plasteel/tech,
-/area/ship/engineering/atmospherics)
-"JX" = (
-/obj/effect/turf_decal/radiation/white,
-/turf/open/floor/plasteel/tech/grid,
-/area/ship/engineering/engine)
-"JY" = (
-/obj/structure/closet/emcloset/anchored,
-/obj/machinery/light/small/directional/north,
-/turf/open/floor/plating,
-/area/ship/hallway/central)
-"Ka" = (
-/obj/effect/turf_decal/siding/wood{
- dir = 1
- },
-/obj/machinery/airalarm/directional/east,
-/turf/open/floor/wood,
-/area/ship/hallway/central)
-"Kb" = (
-/obj/machinery/firealarm/directional/south,
-/turf/open/floor/carpet/nanoweave,
-/area/ship/hallway/central)
-"Kd" = (
-/obj/structure/cable{
- icon_state = "1-2"
- },
-/obj/machinery/atmospherics/pipe/simple/orange/visible{
- dir = 10
- },
-/turf/open/floor/plasteel/tech,
-/area/ship/engineering/atmospherics)
-"Kf" = (
-/obj/structure/cable{
- icon_state = "1-2"
- },
-/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{
- dir = 1
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{
- dir = 6
- },
-/turf/open/floor/wood,
-/area/ship/crew/dorm)
-"Kh" = (
-/obj/machinery/button/door{
- dir = 1;
- pixel_y = -24;
- id = "privacyshutters"
- },
-/obj/item/kirbyplants/random,
-/turf/open/floor/carpet/nanoweave/blue,
-/area/ship/crew/office)
-"Ki" = (
-/obj/structure/cable{
- icon_state = "1-2"
- },
-/obj/structure/cable{
- icon_state = "2-8"
- },
-/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/yellow/hidden{
- dir = 1
- },
-/turf/open/floor/wood,
-/area/ship/hallway/central)
-"Kn" = (
-/obj/machinery/atmospherics/pipe/heat_exchanging/simple{
- dir = 8
- },
-/turf/open/floor/engine/airless,
-/area/ship/external)
-"Kv" = (
-/obj/structure/cable{
- icon_state = "4-8"
- },
-/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{
- dir = 1
- },
-/turf/open/floor/plasteel,
-/area/ship/cargo)
-"Kz" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2,
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4,
-/obj/structure/cable{
- icon_state = "1-2"
- },
-/obj/machinery/atmospherics/pipe/simple/yellow/hidden{
- dir = 1
- },
-/obj/structure/disposalpipe/segment{
- dir = 8
- },
-/obj/machinery/door/firedoor/border_only,
-/obj/machinery/door/firedoor/border_only{
- dir = 1
- },
-/obj/effect/turf_decal/techfloor/corner{
- dir = 4
- },
-/turf/open/floor/plasteel/tech/grid,
-/area/ship/engineering/atmospherics)
-"KH" = (
-/obj/structure/punching_bag,
-/obj/machinery/light_switch{
- dir = 1;
- pixel_x = 6;
- pixel_y = -24
- },
-/turf/open/floor/wood,
-/area/ship/hallway/central)
-"KI" = (
-/obj/machinery/door/airlock/maintenance_hatch{
- dir = 4
- },
-/obj/effect/mapping_helpers/airlock/locked,
-/obj/structure/barricade/wooden,
-/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 = 8
- },
-/obj/machinery/door/firedoor/border_only{
- dir = 4
- },
-/turf/open/floor/plating,
-/area/ship/crew/toilet)
-"KL" = (
-/obj/effect/turf_decal/corner/opaque/green/mono,
-/turf/open/floor/plasteel,
-/area/ship/crew/canteen/kitchen)
-"KU" = (
-/obj/machinery/computer/arcade/orion_trail{
- dir = 8;
- pixel_x = 5
- },
-/obj/item/reagent_containers/food/drinks/waterbottle{
- pixel_x = -15;
- pixel_y = 10
- },
-/turf/open/floor/wood,
-/area/ship/hallway/central)
-"La" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{
- dir = 10
- },
-/obj/effect/turf_decal/siding/wood,
-/obj/structure/table/wood,
-/obj/structure/bedsheetbin,
-/turf/open/floor/wood,
-/area/ship/crew/dorm)
-"Lm" = (
-/obj/machinery/atmospherics/components/unary/outlet_injector/atmos/oxygen_input,
-/turf/open/floor/engine/o2,
-/area/ship/engineering/atmospherics)
-"Lq" = (
-/obj/machinery/atmospherics/pipe/heat_exchanging/simple{
- dir = 1
- },
-/obj/effect/turf_decal/industrial/warning{
- dir = 4
- },
-/obj/machinery/door/poddoor/preopen{
- dir = 4;
- id = "coolingshutdown"
- },
-/turf/open/floor/engine/airless,
-/area/ship/external)
-"Ls" = (
-/obj/machinery/door/airlock/mining/glass,
-/obj/machinery/door/firedoor/border_only,
-/obj/machinery/door/firedoor/border_only{
- dir = 1
- },
-/obj/machinery/atmospherics/pipe/simple/brown/hidden/layer4,
-/turf/open/floor/plasteel,
-/area/ship/cargo)
-"Lv" = (
-/obj/machinery/power/smes/engineering,
-/obj/structure/catwalk/over/plated_catwalk/dark,
-/obj/structure/cable{
- icon_state = "0-8"
- },
-/obj/structure/cable{
- icon_state = "4-8"
- },
-/obj/machinery/light/directional/north,
-/turf/open/floor/plating,
-/area/ship/engineering/engine)
-"Lz" = (
-/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{
- dir = 1
- },
-/obj/structure/cable{
- icon_state = "1-2"
- },
-/obj/machinery/door/firedoor/border_only{
- dir = 1
- },
-/obj/machinery/door/firedoor/border_only,
-/obj/machinery/atmospherics/pipe/simple/orange/visible,
-/obj/machinery/atmospherics/pipe/simple/cyan/visible/layer4,
-/turf/open/floor/plasteel/tech/grid,
-/area/ship/engineering/atmospherics)
-"LA" = (
-/obj/structure/frame/computer{
- dir = 8
- },
-/turf/open/floor/plasteel/white,
-/area/ship/medical)
-"LD" = (
-/obj/structure/chair{
- dir = 1
- },
-/obj/machinery/airalarm/directional/west,
-/turf/open/floor/wood,
-/area/ship/crew/office)
-"LX" = (
-/obj/structure/chair/office{
- dir = 8
- },
-/obj/machinery/button/door{
- id = "hallwindows";
- name = "Shutters Control";
- pixel_y = 24
- },
-/turf/open/floor/plasteel/dark,
-/area/ship/cargo/office)
-"Mi" = (
-/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/machinery/atmospherics/pipe/simple/yellow/hidden{
- dir = 4
- },
-/turf/open/floor/carpet/nanoweave,
-/area/ship/hallway/central)
-"Mk" = (
-/obj/machinery/door/airlock{
- dir = 4;
- name = "Dormitory"
- },
-/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 = 4
- },
-/obj/machinery/door/firedoor/border_only{
- dir = 8
- },
-/turf/open/floor/wood,
-/area/ship/crew/cryo)
-"Mn" = (
-/obj/structure/closet/cabinet,
-/obj/item/clothing/under/color/grey,
-/obj/item/clothing/under/color/grey,
-/obj/item/clothing/under/color/grey,
-/obj/item/clothing/shoes/sneakers/black,
-/obj/item/clothing/shoes/sneakers/black,
-/obj/item/clothing/shoes/sneakers/black,
-/obj/item/storage/backpack,
-/obj/item/radio,
-/obj/item/radio,
-/obj/item/radio,
-/obj/item/radio,
-/obj/item/radio,
-/obj/item/storage/backpack/satchel,
-/obj/item/radio,
-/obj/machinery/atmospherics/components/unary/vent_scrubber/on/layer4{
- dir = 1
- },
-/obj/machinery/light/small/directional/south,
-/turf/open/floor/wood,
-/area/ship/crew/cryo)
-"Mq" = (
-/obj/machinery/atmospherics/pipe/simple/yellow/hidden{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/brown/visible/layer4{
- dir = 6
- },
-/turf/open/floor/plasteel/tech,
-/area/ship/engineering/atmospherics)
-"Mr" = (
-/obj/structure/railing{
- dir = 8
- },
-/obj/machinery/atmospherics/pipe/simple/yellow/hidden{
- dir = 1
- },
-/turf/open/floor/carpet/nanoweave/beige,
-/area/ship/bridge)
-"ME" = (
-/obj/machinery/atmospherics/pipe/heat_exchanging/simple{
- dir = 1
- },
-/turf/open/floor/engine/airless,
-/area/ship/external)
-"MG" = (
-/obj/effect/turf_decal/borderfloorwhite/full,
-/obj/structure/table,
-/obj/item/paper_bin{
- pixel_x = 6;
- pixel_y = 2
- },
-/obj/item/pen{
- pixel_y = 4;
- pixel_x = 5
- },
-/obj/item/folder/blue{
- pixel_y = 11;
- pixel_x = -8
- },
-/obj/item/stamp/cmo{
- pixel_x = -7
- },
-/turf/open/floor/plasteel/white,
-/area/ship/medical)
-"MH" = (
-/obj/machinery/power/apc/auto_name/directional/north,
-/obj/structure/cable{
- icon_state = "0-8"
- },
-/obj/effect/turf_decal/steeldecal/steel_decals_central7{
- dir = 8
- },
-/turf/open/floor/plasteel,
-/area/ship/cargo)
-"MI" = (
-/obj/structure/table/reinforced,
-/obj/machinery/door/window/northright,
-/obj/machinery/door/window/southright{
- req_one_access_txt = "57"
- },
-/turf/open/floor/plasteel/dark,
-/area/ship/crew/crewthree)
-"MJ" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{
- dir = 5
- },
-/obj/structure/cable{
- icon_state = "1-2"
- },
-/obj/effect/turf_decal/techfloor/corner,
-/obj/machinery/atmospherics/pipe/simple/orange/visible,
-/obj/machinery/atmospherics/pipe/simple/cyan/visible/layer4,
-/turf/open/floor/plasteel/tech/grid,
-/area/ship/engineering/atmospherics)
-"MP" = (
-/obj/machinery/atmospherics/pipe/simple/yellow/visible{
- dir = 10
- },
-/turf/open/floor/engine,
-/area/ship/engineering/engine)
-"MS" = (
-/obj/machinery/atmospherics/components/binary/circulator,
-/turf/open/floor/engine,
-/area/ship/engineering/engine)
-"MT" = (
-/obj/structure/railing{
- dir = 8
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{
- dir = 6
- },
-/obj/effect/turf_decal/techfloor,
-/obj/machinery/atmospherics/pipe/simple/yellow/hidden{
- dir = 1
- },
-/turf/open/floor/carpet/nanoweave/beige,
-/area/ship/bridge)
-"MV" = (
-/obj/structure/cable{
- icon_state = "1-2"
- },
-/obj/machinery/atmospherics/components/binary/pump{
- dir = 4;
- name = "Mix Extract to TEG"
- },
-/turf/open/floor/plasteel/tech/grid,
-/area/ship/engineering/engine)
-"MZ" = (
-/obj/effect/turf_decal/siding/wood{
- dir = 4
- },
-/turf/open/floor/wood,
-/area/ship/crew/office)
-"Nh" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2,
-/turf/open/floor/wood,
-/area/ship/crew/cryo)
-"Ni" = (
-/obj/machinery/atmospherics/pipe/simple/green/visible{
- dir = 9
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/visible/layer2{
- dir = 10
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{
- dir = 6
- },
-/turf/open/floor/plasteel/tech,
-/area/ship/engineering/atmospherics)
-"Nm" = (
-/obj/machinery/light/directional/west,
-/obj/effect/turf_decal/industrial/warning/corner{
- dir = 8
- },
-/obj/structure/table,
-/obj/item/clipboard{
- pixel_x = 6;
- pixel_y = 6
- },
-/obj/item/stamp{
- pixel_x = 10
- },
-/obj/item/stamp/denied{
- pixel_x = 2
- },
-/obj/item/flashlight/lamp{
- pixel_x = -8;
- pixel_y = 10
- },
-/obj/item/folder{
- pixel_x = -10
- },
-/turf/open/floor/plasteel/dark,
-/area/ship/cargo/office)
-"Np" = (
-/obj/machinery/atmospherics/pipe/simple/green/visible{
- dir = 4
- },
-/obj/machinery/power/apc/auto_name/directional/north,
-/obj/structure/cable{
- icon_state = "0-2"
- },
-/obj/machinery/light_switch{
- pixel_x = -14;
- pixel_y = 24
- },
-/obj/effect/turf_decal/steeldecal/steel_decals_central6,
-/turf/open/floor/plasteel/tech,
-/area/ship/engineering/atmospherics)
-"Ny" = (
-/obj/structure/chair{
- dir = 1
- },
-/obj/machinery/newscaster/directional/south,
-/turf/open/floor/carpet/nanoweave,
-/area/ship/hallway/central)
-"NB" = (
-/obj/machinery/atmospherics/pipe/heat_exchanging/simple{
- dir = 9
- },
-/turf/open/floor/engine/airless,
-/area/ship/external)
-"NC" = (
-/obj/structure/cable{
- icon_state = "2-8"
- },
-/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{
- dir = 1
- },
-/turf/open/floor/plasteel,
-/area/ship/cargo)
-"NH" = (
-/obj/machinery/atmospherics/pipe/simple/dark/visible{
- dir = 4
- },
-/obj/effect/turf_decal/techfloor{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/orange/visible,
-/obj/machinery/atmospherics/pipe/simple/cyan/visible/layer4,
-/turf/open/floor/plasteel/tech/grid,
-/area/ship/engineering/atmospherics)
-"NK" = (
-/obj/machinery/light_switch{
- pixel_x = -5;
- pixel_y = 24
- },
-/obj/effect/turf_decal/radiation/white,
-/turf/open/floor/plasteel/tech/grid,
-/area/ship/engineering/engine)
-"NL" = (
-/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2,
-/obj/effect/turf_decal/siding/wood{
- dir = 4
- },
-/turf/open/floor/wood,
-/area/ship/crew/office)
-"Oi" = (
-/obj/effect/turf_decal/siding/wood{
- dir = 1
- },
-/turf/open/floor/wood,
-/area/ship/hallway/central)
-"Om" = (
-/obj/machinery/suit_storage_unit/mining/eva,
-/obj/machinery/light/directional/north,
-/turf/open/floor/plasteel,
-/area/ship/cargo)
-"Oo" = (
-/obj/structure/disposalpipe/segment{
- dir = 5
- },
-/obj/machinery/door/firedoor/border_only,
-/obj/machinery/door/firedoor/border_only{
- dir = 1
- },
-/obj/machinery/atmospherics/pipe/simple/orange/visible,
-/obj/machinery/atmospherics/pipe/simple/cyan/visible/layer4,
-/turf/open/floor/plasteel/tech/grid,
-/area/ship/engineering/atmospherics)
-"Op" = (
-/obj/effect/turf_decal/borderfloorwhite{
- 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/carpet/nanoweave/blue,
-/area/ship/medical)
-"OF" = (
-/obj/structure/cable{
- icon_state = "1-8"
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2,
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4,
-/turf/open/floor/carpet/nanoweave/blue,
-/area/ship/medical)
-"OG" = (
-/obj/structure/filingcabinet/chestdrawer,
-/obj/item/storage/fancy/cigarettes/cigpack_robust{
- pixel_y = 9;
- pixel_x = -1
- },
-/obj/item/lighter{
- pixel_y = 7;
- pixel_x = 4
- },
-/obj/machinery/firealarm/directional/south,
-/obj/machinery/light/small/directional/east,
-/turf/open/floor/carpet/nanoweave/blue,
-/area/ship/crew/office)
-"OH" = (
-/obj/machinery/power/apc/auto_name/directional/north,
-/obj/structure/cable{
- icon_state = "0-8"
- },
-/obj/effect/turf_decal/industrial/hatch/yellow,
-/obj/machinery/space_heater,
-/turf/open/floor/plasteel/mono/dark,
-/area/ship/cargo/office)
-"OJ" = (
-/obj/machinery/power/smes/shuttle/precharged{
- dir = 4
- },
-/obj/structure/cable{
- icon_state = "0-8"
- },
-/obj/structure/window/reinforced/spawner/west,
-/obj/machinery/door/poddoor{
- dir = 4;
- id = "enginelockdown"
- },
-/obj/machinery/door/window/eastright{
- name = "Engine Access"
- },
-/turf/open/floor/plating,
-/area/ship/engineering/atmospherics)
-"OQ" = (
-/obj/machinery/door/poddoor{
- id = "amogusdoors";
- name = "Cargo Bay Blast Door"
- },
-/obj/effect/turf_decal/industrial/warning,
-/obj/machinery/door/firedoor,
-/obj/machinery/atmospherics/pipe/layer_manifold,
-/turf/open/floor/plating,
-/area/ship/cargo)
-"OT" = (
-/obj/effect/turf_decal/corner/opaque/white/mono,
-/turf/open/floor/plasteel,
-/area/ship/crew/canteen/kitchen)
-"Pb" = (
-/obj/machinery/power/shuttle/engine/electric{
- dir = 4
- },
-/obj/structure/cable{
- icon_state = "0-4"
- },
-/turf/open/floor/plating,
-/area/ship/external)
-"Pf" = (
-/obj/machinery/atmospherics/components/unary/outlet_injector/atmos/nitrogen_input,
-/turf/open/floor/engine/n2,
-/area/ship/engineering/atmospherics)
-"Pk" = (
-/obj/effect/turf_decal/borderfloorwhite/full,
-/obj/machinery/sleeper,
-/obj/machinery/light/directional/north,
-/turf/open/floor/plasteel/white,
-/area/ship/medical)
-"Pl" = (
-/obj/structure/chair/stool/bar{
- dir = 1;
- pixel_y = 10
- },
-/obj/effect/turf_decal/corner/opaque/ntblue/diagonal,
-/obj/effect/turf_decal/corner/opaque/neutral/diagonal{
- dir = 4
- },
-/turf/open/floor/plasteel,
-/area/ship/hallway/central)
-"Pq" = (
-/obj/structure/cable{
- icon_state = "1-8"
- },
-/obj/structure/cable{
- icon_state = "1-4"
- },
-/obj/machinery/atmospherics/pipe/simple/brown/hidden/layer4{
- dir = 6
- },
-/turf/open/floor/plasteel,
-/area/ship/cargo)
-"Px" = (
-/obj/machinery/atmospherics/pipe/simple/cyan/visible,
-/obj/machinery/atmospherics/pipe/simple/green/visible{
- dir = 4
- },
-/turf/open/floor/plasteel/tech,
-/area/ship/engineering/atmospherics)
-"PI" = (
-/obj/structure/cable{
- icon_state = "2-4"
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{
- dir = 8
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{
- dir = 8
- },
-/turf/open/floor/plasteel,
-/area/ship/cargo)
-"PJ" = (
-/obj/structure/table/reinforced,
-/obj/effect/turf_decal/corner/opaque/neutral{
- dir = 8
- },
-/obj/effect/turf_decal/corner/opaque/ntblue,
-/obj/effect/turf_decal/corner/opaque/neutral/half{
- dir = 1
- },
-/obj/item/reagent_containers/food/condiment/saltshaker{
- pixel_y = 6;
- pixel_x = -8
- },
-/obj/item/reagent_containers/food/condiment/peppermill{
- pixel_x = -2;
- pixel_y = 11
- },
-/turf/open/floor/plasteel,
-/area/ship/crew/canteen/kitchen)
-"Qo" = (
-/obj/structure/cable{
- icon_state = "4-8"
- },
-/obj/structure/cable{
- icon_state = "1-8"
- },
-/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2,
-/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4,
-/obj/machinery/atmospherics/pipe/simple/yellow/hidden{
- dir = 9
- },
-/obj/structure/sign/poster/official/random{
- pixel_y = -32
- },
-/turf/open/floor/carpet/nanoweave,
-/area/ship/hallway/central)
-"Qp" = (
-/turf/closed/wall/r_wall,
-/area/ship/bridge)
-"Qs" = (
-/obj/structure/cable{
- icon_state = "4-8"
- },
-/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{
- dir = 1
- },
-/obj/machinery/atmospherics/pipe/manifold/scrubbers/hidden/layer4,
-/obj/effect/turf_decal/siding/wood{
- dir = 6
- },
-/turf/open/floor/wood,
-/area/ship/crew/crewthree)
-"QK" = (
-/obj/structure/cable{
- icon_state = "4-8"
- },
-/obj/structure/cable{
- icon_state = "1-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/machinery/atmospherics/pipe/simple/yellow/hidden{
- dir = 4
- },
-/turf/open/floor/carpet/nanoweave,
-/area/ship/hallway/central)
-"QM" = (
-/obj/structure/closet/crate/freezer/blood,
-/turf/open/floor/plasteel/white,
-/area/ship/medical)
-"QQ" = (
-/obj/item/cigbutt,
-/obj/item/cigbutt{
- pixel_x = -10;
- pixel_y = 10
- },
-/turf/open/floor/wood,
-/area/ship/crew/office)
-"QU" = (
-/obj/effect/turf_decal/corner/opaque/ntblue/diagonal,
-/obj/effect/turf_decal/corner/opaque/neutral/diagonal{
- dir = 4
- },
-/obj/machinery/newscaster/directional/west,
-/obj/structure/chair,
-/turf/open/floor/plasteel,
-/area/ship/hallway/central)
-"QY" = (
-/obj/effect/turf_decal/corner/opaque/ntblue/diagonal,
-/obj/effect/turf_decal/corner/opaque/neutral/diagonal{
- dir = 4
- },
-/obj/structure/closet/crate/bin,
-/obj/item/trash/plate,
-/turf/open/floor/plasteel,
-/area/ship/hallway/central)
-"Ra" = (
-/obj/machinery/atmospherics/pipe/simple/green/visible{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{
- dir = 10
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/visible/layer2{
- dir = 4
- },
-/obj/structure/catwalk/over/plated_catwalk/dark,
-/turf/open/floor/plating,
-/area/ship/engineering/atmospherics)
-"Re" = (
-/obj/machinery/power/apc/auto_name/directional/west,
-/obj/structure/cable{
- icon_state = "0-4"
- },
-/turf/open/floor/wood,
-/area/ship/crew/dorm)
-"Ri" = (
-/obj/machinery/atmospherics/components/trinary/filter/atmos/flipped/n2{
- dir = 8
- },
-/obj/structure/catwalk/over/plated_catwalk/dark,
-/turf/open/floor/plating,
-/area/ship/engineering/atmospherics)
-"Rv" = (
-/obj/structure/grille,
-/obj/structure/window/plasma/reinforced/fulltile,
-/obj/machinery/atmospherics/pipe/simple/brown/visible,
-/turf/open/floor/plating,
-/area/ship/engineering/atmospherics)
-"Rw" = (
-/obj/structure/railing{
- 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/machinery/atmospherics/pipe/simple/yellow/hidden{
- dir = 1
- },
-/turf/open/floor/carpet/nanoweave/beige,
-/area/ship/bridge)
-"RB" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{
- dir = 8
- },
-/obj/structure/cable{
- icon_state = "1-2"
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/visible/layer2{
- dir = 8
- },
-/obj/structure/catwalk/over/plated_catwalk/dark,
-/obj/machinery/atmospherics/pipe/simple/orange/visible,
-/obj/machinery/atmospherics/pipe/simple/cyan/visible/layer4,
-/turf/open/floor/plating,
-/area/ship/engineering/atmospherics)
-"RK" = (
-/obj/machinery/atmospherics/pipe/simple/green/visible{
- dir = 4
- },
-/obj/machinery/atmospherics/components/binary/pump/on{
- name = "Oxygen to Air and Mix";
- target_pressure = 1000
- },
-/obj/effect/turf_decal/atmos/oxygen,
-/turf/open/floor/plasteel/tech,
-/area/ship/engineering/atmospherics)
-"RL" = (
-/obj/structure/closet/secure_closet/freezer{
- anchored = 1
- },
-/obj/item/reagent_containers/food/condiment/enzyme,
-/obj/item/reagent_containers/food/condiment/sugar,
-/obj/item/reagent_containers/food/condiment/rice,
-/obj/item/reagent_containers/food/condiment/flour,
-/obj/item/reagent_containers/food/condiment/milk,
-/obj/item/reagent_containers/food/condiment/soymilk,
-/obj/effect/turf_decal/corner/opaque/green/mono,
-/turf/open/floor/plasteel,
-/area/ship/crew/canteen/kitchen)
-"RO" = (
-/obj/machinery/atmospherics/components/unary/vent_pump/high_volume/siphon/atmos/air_output{
- dir = 8
- },
-/turf/open/floor/engine/air,
-/area/ship/engineering/atmospherics)
-"RQ" = (
-/obj/machinery/power/generator{
- dir = 4
- },
-/obj/structure/cable/yellow{
- icon_state = "0-4"
- },
-/turf/open/floor/engine,
-/area/ship/engineering/engine)
-"RR" = (
-/obj/effect/turf_decal/borderfloorwhite{
- dir = 4
- },
-/turf/open/floor/carpet/nanoweave/blue,
-/area/ship/medical)
-"Sc" = (
-/obj/structure/chair/office{
- dir = 1;
- name = "Requests"
- },
-/turf/open/floor/carpet/nanoweave/red,
-/area/ship/crew/crewthree)
-"Ss" = (
-/obj/machinery/vending/boozeomat,
-/obj/effect/turf_decal/corner/opaque/green/mono,
-/turf/open/floor/plasteel,
-/area/ship/crew/canteen/kitchen)
-"Sv" = (
-/obj/machinery/vending/cola/shamblers,
-/turf/open/floor/carpet/nanoweave,
-/area/ship/hallway/central)
-"SA" = (
-/obj/machinery/door/airlock/command{
- name = "Requests Office";
- req_one_access_txt = "57";
- dir = 4
- },
-/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 = 4
- },
-/obj/machinery/door/firedoor/border_only{
- dir = 8
- },
-/turf/open/floor/wood,
-/area/ship/crew/crewthree)
-"SE" = (
-/obj/machinery/atmospherics/pipe/simple/cyan/visible,
-/obj/structure/extinguisher_cabinet/directional/east,
-/obj/effect/turf_decal/atmos/air{
- dir = 1
- },
-/turf/open/floor/plasteel/tech,
-/area/ship/engineering/atmospherics)
-"SG" = (
-/obj/effect/decal/cleanable/food/egg_smudge,
-/obj/effect/turf_decal/corner/opaque/green/mono,
-/turf/open/floor/plasteel,
-/area/ship/crew/canteen/kitchen)
-"SK" = (
-/obj/machinery/suit_storage_unit/standard_unit,
-/obj/machinery/light/small/directional/south,
-/turf/open/floor/plating,
-/area/ship/hallway/central)
-"SO" = (
-/turf/open/floor/plasteel/showroomfloor,
-/area/ship/crew/crewtwo)
-"SY" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{
- dir = 4
- },
-/turf/open/floor/carpet/nanoweave/blue,
-/area/ship/crew/office)
-"Ta" = (
-/obj/structure/cable{
- icon_state = "2-4"
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{
- dir = 10
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{
- dir = 10
- },
-/turf/open/floor/carpet/nanoweave/blue,
-/area/ship/crew/office)
-"Tc" = (
-/obj/structure/table,
-/obj/item/reagent_containers/food/drinks/beer{
- pixel_y = 10;
- pixel_x = 9
- },
-/obj/item/trash/popcorn,
-/obj/item/radio/intercom/directional/south,
-/turf/open/floor/plasteel/tech/grid,
-/area/ship/hallway/central)
-"Tf" = (
-/obj/machinery/light_switch{
- dir = 8;
- pixel_x = 24;
- pixel_y = 5
- },
-/obj/machinery/atmospherics/pipe/simple/yellow/hidden,
-/obj/effect/turf_decal/techfloor/corner{
- dir = 4
- },
-/obj/structure/table,
-/obj/machinery/cell_charger,
-/obj/item/stock_parts/cell/high/empty,
-/obj/item/stock_parts/cell/high/empty,
-/obj/item/stock_parts/cell/high/empty,
-/turf/open/floor/plasteel/tech,
-/area/ship/engineering/atmospherics)
-"Th" = (
-/obj/machinery/power/apc/auto_name/directional/west,
-/obj/structure/chair/sofa/brown/left/directional/east,
-/obj/structure/cable{
- icon_state = "0-4"
- },
-/obj/machinery/light_switch{
- dir = 4;
- pixel_x = -24;
- pixel_y = 14
- },
-/turf/open/floor/carpet/nanoweave/blue,
-/area/ship/medical)
-"Tm" = (
-/obj/effect/turf_decal/siding/wood{
- 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,
-/obj/machinery/atmospherics/pipe/simple/yellow/hidden{
- dir = 1
- },
-/turf/open/floor/carpet/nanoweave,
-/area/ship/hallway/central)
-"Tz" = (
-/obj/machinery/vending/snack/random,
-/obj/machinery/door/firedoor/border_only{
- dir = 4
- },
-/turf/open/floor/carpet/nanoweave,
-/area/ship/hallway/central)
-"TF" = (
-/obj/machinery/atmospherics/pipe/simple/green/visible{
- dir = 6
- },
-/turf/open/floor/plasteel/tech,
-/area/ship/engineering/atmospherics)
-"TG" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{
- dir = 6
- },
-/turf/open/floor/plasteel/tech,
-/area/ship/engineering/atmospherics)
-"TH" = (
-/obj/machinery/button/door{
- dir = 4;
- pixel_x = -24;
- id = "enginelockdown";
- name = "Lockdown Engines"
- },
-/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{
- dir = 1
- },
-/turf/open/floor/plasteel/tech,
-/area/ship/engineering/atmospherics)
-"TI" = (
-/obj/effect/decal/cleanable/ash,
-/turf/open/floor/plasteel,
-/area/ship/cargo)
-"TJ" = (
-/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/wood/corner,
-/obj/effect/decal/cleanable/dirt,
-/turf/open/floor/wood,
-/area/ship/crew/dorm)
-"TL" = (
-/obj/machinery/door/firedoor/border_only{
- dir = 8
- },
-/obj/item/radio/intercom/directional/south,
-/turf/open/floor/carpet/nanoweave,
-/area/ship/hallway/central)
-"TN" = (
-/obj/machinery/atmospherics/pipe/simple/cyan/visible{
- dir = 9
- },
-/obj/effect/turf_decal/atmos/nitrogen,
-/obj/structure/sign/warning/gasmask{
- pixel_x = 31
- },
-/turf/open/floor/plasteel/tech,
-/area/ship/engineering/atmospherics)
-"TO" = (
-/obj/machinery/atmospherics/pipe/simple/cyan/visible{
- dir = 8
- },
-/obj/structure/grille,
-/obj/structure/window/plasma/reinforced/fulltile,
-/turf/open/floor/plating,
-/area/ship/engineering/atmospherics)
-"TS" = (
-/obj/machinery/atmospherics/components/trinary/mixer/airmix,
-/obj/structure/catwalk/over/plated_catwalk/dark,
-/turf/open/floor/plating,
-/area/ship/engineering/atmospherics)
-"Ug" = (
-/obj/structure/cable{
- icon_state = "1-2"
- },
-/obj/effect/turf_decal/techfloor{
- dir = 8
- },
-/obj/effect/turf_decal/techfloor/corner,
-/turf/open/floor/plasteel/dark,
-/area/ship/crew/cryo)
-"Uh" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{
- dir = 5
- },
-/obj/structure/extinguisher_cabinet/directional/south,
-/turf/open/floor/plasteel/dark,
-/area/ship/cargo/office)
-"Uk" = (
-/obj/structure/disposalpipe/segment{
- dir = 2
- },
-/obj/effect/turf_decal/techfloor{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/cyan/visible/layer4,
-/obj/machinery/atmospherics/pipe/simple/orange/visible,
-/turf/open/floor/plasteel/tech/grid,
-/area/ship/engineering/atmospherics)
-"Uo" = (
-/obj/machinery/newscaster/directional/north,
-/turf/open/floor/carpet/nanoweave,
-/area/ship/hallway/central)
-"Ut" = (
-/obj/machinery/door/poddoor/shutters/preopen{
- name = "Privacy Shutters";
- id = "privacyshutters"
- },
-/obj/structure/window/fulltile,
-/obj/structure/grille,
-/turf/open/floor/plasteel/dark,
-/area/ship/crew/office)
-"Uu" = (
-/obj/structure/cable{
- icon_state = "1-8"
- },
-/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{
- dir = 9
- },
-/turf/open/floor/plasteel,
-/area/ship/cargo)
-"Uv" = (
-/obj/structure/table,
-/turf/open/floor/wood,
-/area/ship/crew/office)
-"UA" = (
-/obj/structure/bed,
-/obj/structure/curtain/cloth/grey,
-/obj/item/bedsheet/random,
-/turf/open/floor/carpet/blue,
-/area/ship/crew/dorm)
-"UD" = (
-/obj/structure/closet/firecloset,
-/obj/effect/turf_decal/corner/opaque/ntblue/diagonal,
-/obj/effect/turf_decal/corner/opaque/neutral/diagonal{
- dir = 4
- },
-/turf/open/floor/plasteel,
-/area/ship/hallway/central)
-"UI" = (
-/obj/effect/turf_decal/siding/wood,
-/turf/open/floor/plasteel/tech/grid,
-/area/ship/hallway/central)
-"UJ" = (
-/obj/machinery/power/smes/engineering,
-/obj/structure/catwalk/over/plated_catwalk/dark,
-/obj/structure/cable{
- icon_state = "0-8"
- },
-/obj/structure/sign/warning/enginesafety{
- pixel_y = 32
- },
-/turf/open/floor/plating,
-/area/ship/engineering/engine)
-"UM" = (
-/obj/structure/closet/secure_closet{
- icon_state = "cap";
- name = "\proper captain's locker";
- req_access_txt = "20"
- },
-/obj/machinery/light_switch{
- dir = 8;
- pixel_x = 24;
- pixel_y = -5
- },
-/obj/item/storage/backpack/satchel/cap,
-/obj/item/storage/backpack/captain,
-/obj/item/storage/belt/sabre,
-/obj/item/clothing/glasses/sunglasses,
-/obj/item/clothing/suit/armor/vest/capcarapace,
-/obj/item/clothing/shoes/laceup,
-/obj/item/door_remote/captain,
-/obj/item/clothing/gloves/color/captain/nt,
-/obj/item/clothing/suit/armor/nanotrasen/captain,
-/obj/item/clothing/suit/armor/nanotrasen/captain/parade,
-/obj/item/clothing/gloves/color/captain/nt,
-/obj/item/clothing/under/nanotrasen/captain/skirt,
-/obj/item/clothing/under/nanotrasen/captain,
-/obj/item/clothing/head/nanotrasen/captain/peaked,
-/obj/item/clothing/head/nanotrasen/captain,
-/turf/open/floor/wood,
-/area/ship/crew/crewtwo)
-"UN" = (
-/turf/open/floor/wood,
-/area/ship/hallway/central)
-"UR" = (
-/obj/structure/railing{
- dir = 8
- },
-/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
- },
-/obj/effect/turf_decal/techfloor{
- dir = 1
- },
-/obj/machinery/atmospherics/pipe/simple/yellow/hidden{
- dir = 6
- },
-/turf/open/floor/carpet/nanoweave/beige,
-/area/ship/bridge)
-"Vd" = (
-/obj/machinery/door/airlock/engineering{
- dir = 4;
- name = "Engineering"
- },
-/obj/effect/mapping_helpers/airlock/cyclelink_helper{
- dir = 4
- },
-/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/machinery/atmospherics/pipe/simple/yellow/hidden{
- 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/engineering/atmospherics)
-"Ve" = (
-/obj/structure/railing,
-/obj/item/kirbyplants/random,
-/obj/machinery/light/dim/directional/west,
-/turf/open/floor/carpet/nanoweave/beige,
-/area/ship/bridge)
-"Vj" = (
-/turf/closed/wall,
-/area/ship/hallway/central)
-"Vp" = (
-/obj/structure/table/reinforced,
-/obj/item/reagent_containers/food/drinks/beer,
-/obj/effect/turf_decal/corner/opaque/neutral{
- dir = 8
- },
-/obj/effect/turf_decal/corner/opaque/ntblue,
-/obj/effect/turf_decal/corner/opaque/green/half{
- dir = 1
- },
-/turf/open/floor/plasteel,
-/area/ship/crew/canteen/kitchen)
-"Vq" = (
-/obj/structure/closet/secure_closet{
- anchored = 1;
- can_be_unanchored = 1;
- icon_state = "sec";
- name = "equipment locker";
- req_access_txt = "1"
- },
-/obj/item/melee/baton/loaded,
-/obj/item/restraints/handcuffs,
-/obj/item/restraints/handcuffs,
-/obj/item/stock_parts/cell/gun,
-/obj/item/stock_parts/cell/gun/mini,
-/obj/item/stock_parts/cell/gun/mini,
-/obj/item/ammo_box/magazine/co9mm,
-/obj/item/ammo_box/magazine/co9mm,
-/obj/effect/turf_decal/siding/wood/corner{
- dir = 1
- },
-/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{
- dir = 1
- },
-/turf/open/floor/wood,
-/area/ship/crew/crewthree)
-"VP" = (
-/obj/structure/chair{
- dir = 1
- },
-/obj/machinery/door/firedoor/border_only{
- dir = 4
- },
-/turf/open/floor/carpet/nanoweave,
-/area/ship/hallway/central)
-"VQ" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2,
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4,
-/obj/effect/turf_decal/corner/opaque/ntblue/diagonal,
-/obj/effect/turf_decal/corner/opaque/neutral/diagonal{
- dir = 4
- },
-/obj/item/radio/intercom/directional/east,
-/turf/open/floor/plasteel,
-/area/ship/hallway/central)
-"Wa" = (
-/obj/effect/turf_decal/borderfloorwhite/full,
-/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{
- dir = 4
- },
-/turf/open/floor/plasteel/white,
-/area/ship/medical)
-"Wg" = (
-/obj/structure/table,
-/obj/item/toy/cards/deck{
- pixel_y = 7
- },
-/turf/open/floor/carpet/red,
-/area/ship/hallway/central)
-"Wr" = (
-/obj/machinery/vending/clothing{
- pixel_y = 10
- },
-/obj/machinery/light_switch{
- dir = 8;
- pixel_x = 24;
- pixel_y = -5
- },
-/turf/open/floor/wood,
-/area/ship/crew/cryo)
-"Ws" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2,
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4,
-/obj/structure/cable{
- icon_state = "1-2"
- },
-/turf/open/floor/engine,
-/area/ship/engineering/atmospherics)
-"Wy" = (
-/obj/structure/closet/emcloset/wall/directional/north,
-/turf/open/floor/carpet/nanoweave,
-/area/ship/hallway/central)
-"Wz" = (
-/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/atmospherics/pipe/simple/yellow/hidden{
- dir = 1
- },
-/obj/structure/extinguisher_cabinet/directional/west,
-/turf/open/floor/wood,
-/area/ship/hallway/central)
-"WC" = (
-/obj/machinery/light/directional/north,
-/turf/open/floor/carpet/nanoweave,
-/area/ship/hallway/central)
-"WE" = (
-/obj/structure/cable{
- 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/atmospherics/pipe/simple/yellow/hidden{
- dir = 10
- },
-/turf/open/floor/carpet/nanoweave,
-/area/ship/hallway/central)
-"WO" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{
- dir = 8
- },
-/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{
- dir = 5
- },
-/obj/effect/decal/cleanable/oil,
-/turf/open/floor/plasteel,
-/area/ship/cargo)
-"WP" = (
-/obj/effect/turf_decal/siding/wood{
- dir = 1
- },
-/turf/open/floor/carpet/nanoweave,
-/area/ship/hallway/central)
-"WR" = (
-/obj/effect/turf_decal/corner/opaque/white/mono,
-/obj/machinery/vending/dinnerware,
-/obj/machinery/light/directional/north,
-/turf/open/floor/plasteel,
-/area/ship/crew/canteen/kitchen)
-"WU" = (
-/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{
- dir = 4
- },
-/obj/machinery/light/directional/west,
-/obj/structure/reagent_dispensers/fueltank,
-/obj/machinery/door/firedoor/border_only{
- dir = 1
- },
-/obj/machinery/door/firedoor/border_only,
-/turf/open/floor/plasteel/tech/grid,
-/area/ship/engineering/atmospherics)
-"WX" = (
-/obj/structure/cable{
- icon_state = "4-8"
- },
-/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2,
-/turf/open/floor/wood,
-/area/ship/crew/dorm)
-"WZ" = (
-/turf/closed/wall,
-/area/ship/crew/cryo)
-"Xe" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/orange/visible,
-/obj/machinery/atmospherics/pipe/simple/cyan/visible/layer4,
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{
- dir = 8
- },
-/turf/open/floor/plasteel/tech,
-/area/ship/engineering/atmospherics)
-"Xl" = (
-/obj/structure/bed,
-/obj/item/bedsheet/random,
-/obj/structure/curtain/cloth/grey,
-/turf/open/floor/carpet/blue,
-/area/ship/crew/dorm)
-"Xp" = (
-/turf/closed/wall/r_wall,
-/area/ship/cargo/office)
-"Xt" = (
-/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{
- dir = 8
- },
-/obj/effect/turf_decal/corner/opaque/ntblue/diagonal,
-/obj/effect/turf_decal/corner/opaque/neutral/diagonal{
- dir = 4
- },
-/obj/machinery/newscaster/directional/north,
-/turf/open/floor/plasteel,
-/area/ship/hallway/central)
-"Xu" = (
-/obj/machinery/medical_kiosk,
-/obj/machinery/light/directional/south,
-/turf/open/floor/carpet/nanoweave/blue,
-/area/ship/medical)
-"Xy" = (
-/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/carpet/blue,
-/area/ship/crew/crewthree)
-"XA" = (
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{
- dir = 8
- },
-/obj/effect/turf_decal/ntspaceworks_small/left,
-/turf/open/floor/plasteel/dark,
-/area/ship/cargo/office)
-"XJ" = (
-/obj/effect/turf_decal/corner/opaque/white/mono,
-/obj/machinery/door/window/brigdoor/southright{
- name = "The Captain's Personal Lavatory";
- opacity = 1;
- dir = 8
- },
-/turf/open/floor/plasteel,
-/area/ship/crew/crewtwo)
-"XU" = (
-/turf/closed/wall/r_wall,
-/area/ship/crew/dorm)
-"XY" = (
-/obj/machinery/door/poddoor/preopen{
- dir = 4;
- id = "bridgelockdown"
- },
-/obj/structure/grille,
-/obj/structure/window/reinforced/fulltile,
-/obj/machinery/door/firedoor/window,
-/turf/open/floor/plating,
-/area/ship/bridge)
-"Yb" = (
-/obj/machinery/atmospherics/pipe/simple/yellow/hidden{
- dir = 1
- },
-/obj/machinery/door/airlock/command{
- name = "Bridge";
- req_access_txt = "19"
- },
-/obj/machinery/door/firedoor/border_only,
-/obj/machinery/door/firedoor/border_only{
- dir = 1
- },
-/turf/open/floor/carpet/nanoweave/beige,
-/area/ship/bridge)
-"Yj" = (
-/obj/structure/catwalk/over/plated_catwalk/dark,
-/obj/machinery/power/terminal{
- dir = 1
- },
-/obj/structure/cable/yellow{
- icon_state = "2-4"
- },
-/obj/structure/cable/yellow{
- icon_state = "0-2"
- },
-/turf/open/floor/plating,
-/area/ship/engineering/engine)
-"Ym" = (
-/obj/machinery/door/poddoor{
- id = "amogusdoors";
- name = "Cargo Bay Blast Door"
- },
-/obj/effect/turf_decal/industrial/warning,
-/obj/machinery/door/firedoor,
-/turf/open/floor/plating,
-/area/ship/cargo)
-"Yn" = (
-/obj/structure/disposalpipe/segment{
- dir = 2
- },
-/obj/effect/turf_decal/techfloor{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/manifold/orange/visible{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/cyan/visible/layer4,
-/turf/open/floor/plasteel/tech/grid,
-/area/ship/engineering/atmospherics)
-"Yp" = (
-/obj/structure/closet/secure_closet/miningcloset{
- anchored = 1
- },
-/obj/item/storage/bag/ore,
-/obj/item/storage/bag/ore,
-/obj/item/clothing/suit/hooded/explorer,
-/obj/item/clothing/suit/hooded/explorer,
-/obj/item/clothing/glasses/meson,
-/obj/item/clothing/glasses/meson,
-/obj/item/mining_scanner,
-/obj/item/mining_scanner,
-/obj/machinery/light_switch{
- pixel_x = 11;
- pixel_y = 23
- },
-/obj/machinery/firealarm/directional/north,
-/turf/open/floor/plasteel,
-/area/ship/cargo)
-"Yv" = (
-/obj/machinery/atmospherics/pipe/simple/green/visible{
- dir = 4
- },
-/turf/open/floor/plasteel/tech,
-/area/ship/engineering/atmospherics)
-"Yx" = (
-/obj/structure/chair/sofa/brown/right/directional/south,
-/obj/machinery/light_switch{
- pixel_x = 11;
- pixel_y = 23
- },
-/obj/machinery/firealarm/directional/north,
-/turf/open/floor/carpet/red,
-/area/ship/hallway/central)
-"YC" = (
-/obj/machinery/atmospherics/pipe/simple/yellow/hidden{
- dir = 1
- },
-/turf/open/floor/carpet/nanoweave,
-/area/ship/hallway/central)
-"YQ" = (
-/obj/effect/turf_decal/siding/wood/corner{
- dir = 8
- },
-/obj/structure/chair{
- dir = 4
- },
-/turf/open/floor/plasteel/tech/grid,
-/area/ship/hallway/central)
-"YT" = (
-/obj/effect/turf_decal/industrial/outline/yellow,
-/obj/structure/closet/crate/medical,
-/obj/item/defibrillator,
-/obj/item/pinpointer/crew/prox,
-/obj/item/storage/firstaid/fire,
-/obj/item/storage/box/bodybags,
-/obj/machinery/newscaster/directional/east,
-/turf/open/floor/plasteel/mono/dark,
-/area/ship/cargo/office)
-"Za" = (
-/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2,
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{
- dir = 4
- },
-/turf/open/floor/carpet/nanoweave/blue,
-/area/ship/medical)
-"Zd" = (
-/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{
- dir = 4
- },
-/obj/effect/turf_decal/corner/opaque/white/mono,
-/turf/open/floor/plasteel,
-/area/ship/crew/canteen/kitchen)
-"Zf" = (
-/obj/machinery/suit_storage_unit/engine,
-/obj/machinery/light/small/directional/south,
-/turf/open/floor/plasteel/tech/grid,
-/area/ship/engineering/engine)
-"Zo" = (
-/obj/machinery/computer/crew{
- dir = 8
- },
-/obj/effect/turf_decal/corner/opaque/bar/half{
- dir = 4
- },
-/turf/open/floor/plasteel/dark,
-/area/ship/bridge)
-"Zr" = (
-/obj/machinery/firealarm/directional/east,
-/obj/machinery/atmospherics/components/binary/volume_pump{
- name = "Fuel Pump"
- },
-/obj/machinery/atmospherics/components/binary/valve/on/layer4{
- name = "Emergency Stop"
- },
-/turf/open/floor/plasteel/tech,
-/area/ship/engineering/atmospherics)
-"Zu" = (
-/obj/structure/cable{
- icon_state = "2-8"
- },
-/obj/machinery/atmospherics/pipe/manifold/supply/hidden/layer2{
- dir = 4
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{
- dir = 10
- },
-/obj/machinery/atmospherics/pipe/simple/yellow/hidden{
- dir = 5
- },
-/turf/open/floor/plasteel/mono/dark,
-/area/ship/bridge)
-"Zw" = (
-/obj/structure/railing{
- dir = 4
- },
-/turf/open/floor/plasteel/dark,
-/area/ship/cargo/office)
-"ZD" = (
-/obj/machinery/power/terminal{
- dir = 8
- },
-/obj/structure/cable{
- icon_state = "0-4"
- },
-/obj/structure/catwalk/over/plated_catwalk/dark,
-/obj/structure/sign/warning/electricshock{
- pixel_y = 25
- },
-/turf/open/floor/plating,
-/area/ship/engineering/atmospherics)
-"ZE" = (
-/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2{
- dir = 1
- },
-/turf/open/floor/carpet/nanoweave,
-/area/ship/hallway/central)
-"ZI" = (
-/obj/machinery/atmospherics/pipe/simple/supply/hidden/layer2{
- dir = 8
- },
-/obj/structure/cable{
- icon_state = "4-8"
- },
-/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{
- dir = 8
- },
-/obj/machinery/atmospherics/pipe/simple/brown/hidden/layer4,
-/turf/open/floor/plasteel,
-/area/ship/cargo)
-"ZJ" = (
-/obj/machinery/atmospherics/components/unary/vent_pump/on/layer2,
-/obj/structure/dresser,
-/obj/machinery/light/small/directional/north,
-/turf/open/floor/wood,
-/area/ship/crew/cryo)
-"ZR" = (
-/obj/machinery/power/apc/auto_name/directional/north,
-/obj/structure/cable{
- icon_state = "0-2"
- },
-/turf/open/floor/carpet/nanoweave,
-/area/ship/hallway/central)
-
-(1,1,1) = {"
-fW
-fW
-fW
-fW
-fW
-fW
-fW
-yo
-Pb
-Pb
-ul
-ul
-ul
-ul
-mX
-ul
-ul
-ul
-ul
-Pb
-Pb
-fW
-fW
-fW
-fW
-fW
-fW
-fW
-fW
-fW
-"}
-(2,1,1) = {"
-fW
-fW
-fW
-fW
-fW
-qF
-mF
-tf
-gh
-OJ
-ul
-lE
-dj
-nF
-HL
-bk
-dj
-Zf
-ul
-gh
-OJ
-kz
-mF
-mF
-fW
-fW
-fW
-fW
-fW
-fW
-"}
-(3,1,1) = {"
-fW
-fW
-fW
-kz
-kz
-bG
-EE
-tf
-ZD
-IA
-WU
-JX
-ul
-lY
-lV
-lY
-ul
-NK
-uT
-IA
-IA
-kz
-bG
-EE
-kz
-kz
-fW
-fW
-fW
-fW
-"}
-(4,1,1) = {"
-fW
-fW
-kz
-kz
-JT
-wt
-gO
-dJ
-xO
-sz
-cQ
-aR
-kn
-MV
-sK
-AG
-Jm
-uM
-yG
-we
-sD
-TH
-zy
-zy
-gk
-kz
-kz
-fW
-fW
-fW
-"}
-(5,1,1) = {"
-fW
-kz
-kz
-kz
-Np
-Kd
-Jk
-nj
-Hm
-RB
-Lz
-MJ
-IV
-NH
-lg
-Yn
-Uk
-ub
-Oo
-bI
-Xe
-yF
-CR
-Hu
-mL
-kz
-kz
-kz
-fW
-fW
-"}
-(6,1,1) = {"
-fW
-kz
-pT
-At
-RK
-qK
-dS
-Ra
-tF
-mS
-cL
-EJ
-CE
-HR
-Ws
-bA
-fc
-hc
-Kz
-Fc
-lW
-sJ
-qK
-dO
-qK
-Rv
-DF
-kz
-fW
-fW
-"}
-(7,1,1) = {"
-fW
-kz
-Lm
-pZ
-yj
-TF
-gN
-Ni
-vW
-ne
-ra
-hZ
-ft
-MS
-RQ
-tp
-Gi
-vB
-fw
-Tf
-ww
-Mq
-zK
-Zr
-Ew
-Rv
-wC
-kz
-fW
-fW
-"}
-(8,1,1) = {"
-kz
-kz
-kz
-Cu
-Px
-Px
-TS
-lR
-dZ
-kz
-TO
-ul
-rx
-fT
-nu
-gB
-vB
-mc
-kz
-kz
-Vd
-pM
-Fu
-Fu
-Fu
-tx
-tx
-tx
-tx
-fW
-"}
-(9,1,1) = {"
-kz
-Pf
-pZ
-Dd
-Ri
-Yv
-TG
-oE
-EP
-va
-RO
-ul
-Lv
-Yj
-fD
-MP
-Gh
-ik
-kz
-fz
-ai
-CA
-Fu
-FC
-Fq
-qy
-tz
-pr
-uG
-fW
-"}
-(10,1,1) = {"
-kz
-rM
-At
-TN
-kB
-fl
-fu
-bf
-SE
-At
-sk
-ul
-UJ
-rz
-Gi
-tk
-aL
-pB
-kz
-jZ
-wB
-sC
-Fu
-Ca
-hz
-sh
-Kv
-jv
-Ym
-fW
-"}
-(11,1,1) = {"
-kz
-kz
-kz
-kz
-kz
-kz
-kz
-kz
-kz
-kz
-kz
-ul
-ul
-ul
-ul
-ul
-ul
-ul
-kz
-kz
-er
-og
-Fu
-Om
-JQ
-WO
-FO
-JE
-Ym
-fW
-"}
-(12,1,1) = {"
-hr
-JY
-SK
-hr
-UD
-dB
-rK
-um
-QU
-vO
-QY
-WZ
-JS
-Bc
-Da
-Bc
-fU
-WZ
-rW
-cS
-sU
-bh
-Fu
-Yp
-TI
-PI
-Pq
-fQ
-OQ
-fW
-"}
-(13,1,1) = {"
-wg
-ky
-gx
-tR
-VQ
-ES
-Bw
-tm
-gi
-Ao
-Fx
-WZ
-ek
-Ug
-qp
-CM
-BS
-WZ
-tI
-xb
-hA
-bz
-Ls
-aQ
-aQ
-ZI
-ug
-jv
-Ym
-Eu
-"}
-(14,1,1) = {"
-hr
-Ek
-hr
-hr
-hr
-hr
-hr
-Xt
-GW
-Ao
-Tc
-WZ
-ZJ
-Nh
-xK
-xW
-Mn
-WZ
-il
-pD
-Cz
-pz
-is
-Gp
-bZ
-Uu
-NC
-fs
-jX
-fW
-"}
-(15,1,1) = {"
-lw
-lw
-lw
-DZ
-dp
-rF
-Vp
-Pl
-GW
-qY
-aF
-WZ
-WZ
-Wr
-vc
-Ev
-WZ
-WZ
-ib
-cq
-Mi
-wZ
-Fu
-MH
-yh
-zu
-zu
-tx
-tx
-fW
-"}
-(16,1,1) = {"
-fW
-lw
-wT
-KL
-vY
-KL
-Hd
-Pl
-GW
-UI
-fn
-FB
-WZ
-WZ
-Mk
-WZ
-Vj
-bY
-HW
-WP
-hA
-si
-ys
-pt
-ys
-uQ
-uQ
-Xp
-fW
-fW
-"}
-(17,1,1) = {"
-fW
-lw
-RL
-OT
-Ss
-OT
-vI
-Pl
-gr
-gQ
-JJ
-cp
-Wz
-hb
-Ki
-lh
-EG
-cp
-ie
-Tm
-Hq
-gc
-ys
-LX
-Nm
-hG
-hG
-Xp
-fW
-fW
-"}
-(18,1,1) = {"
-fW
-lw
-WR
-SG
-OT
-wX
-PJ
-Pl
-if
-UI
-sd
-re
-re
-Gb
-UN
-al
-UN
-UN
-HW
-WP
-eu
-hC
-qR
-Au
-JA
-wG
-Uh
-Xp
-fW
-fW
-"}
-(19,1,1) = {"
-fW
-lw
-kL
-Zd
-DL
-Br
-xf
-kO
-if
-YQ
-Vj
-Yx
-Wg
-Oi
-gP
-UN
-UN
-KH
-mf
-ts
-hA
-pD
-ys
-nd
-Zw
-nv
-gm
-Xp
-fW
-fW
-"}
-(20,1,1) = {"
-fW
-lw
-yf
-uw
-uD
-jr
-tX
-Bg
-xo
-pI
-Vj
-xs
-fa
-Oi
-cF
-cF
-UN
-uX
-fx
-WC
-hA
-pD
-ys
-OH
-nB
-wA
-AP
-Xp
-fW
-fW
-"}
-(21,1,1) = {"
-fW
-lw
-xf
-xf
-xf
-xf
-xf
-nX
-Dc
-Cs
-Vj
-DV
-fI
-Ka
-qq
-fY
-zG
-KU
-Vj
-qr
-hA
-rc
-ys
-iI
-pq
-AB
-XA
-Xp
-fW
-fW
-"}
-(22,1,1) = {"
-fW
-sY
-As
-mT
-Bh
-LD
-Ut
-BE
-zO
-TL
-ji
-ji
-ji
-ji
-ji
-qa
-qa
-qa
-hr
-pD
-hA
-om
-ys
-jf
-lU
-ic
-BI
-Xp
-fW
-fW
-"}
-(23,1,1) = {"
-fW
-sY
-QQ
-vR
-Uv
-mM
-Ut
-pD
-ir
-pD
-eC
-xA
-bO
-dl
-ji
-id
-qS
-qa
-Hb
-pD
-hA
-Jj
-ys
-js
-pf
-YT
-CV
-Xp
-fW
-fW
-"}
-(24,1,1) = {"
-fW
-sY
-GQ
-mM
-Gq
-zM
-Ut
-pD
-ir
-pD
-MI
-Sc
-us
-Vq
-ji
-ze
-SO
-qa
-Tz
-Bd
-ta
-Vj
-ys
-ys
-ys
-ys
-ys
-Xp
-fW
-fW
-"}
-(25,1,1) = {"
-fW
-sY
-uv
-NL
-oU
-MZ
-Ut
-pD
-sA
-ZE
-ji
-Dz
-ps
-dG
-ji
-qa
-XJ
-qa
-hr
-Bq
-hA
-ga
-bd
-Th
-CH
-kE
-Xu
-ls
-fW
-fW
-"}
-(26,1,1) = {"
-fW
-nq
-nq
-xE
-SY
-Kh
-tB
-om
-ir
-cd
-ji
-ji
-SA
-ji
-ji
-bq
-GL
-bW
-hr
-ZR
-QK
-Jn
-iY
-OF
-CB
-oq
-ls
-ls
-fW
-fW
-"}
-(27,1,1) = {"
-fW
-fW
-nq
-ed
-Ta
-Cy
-eL
-oT
-fo
-Ny
-ji
-Aa
-kp
-oN
-ji
-lk
-iP
-vp
-qa
-pD
-hA
-ve
-dy
-ix
-Za
-wd
-hJ
-fW
-fW
-fW
-"}
-(28,1,1) = {"
-fW
-fW
-nq
-dW
-Gm
-OG
-tB
-eg
-JM
-VP
-ji
-yM
-Qs
-rw
-ji
-wp
-ok
-ao
-qa
-Uo
-hA
-ga
-vP
-RR
-Op
-kM
-hJ
-fW
-fW
-fW
-"}
-(29,1,1) = {"
-fW
-fW
-nq
-tB
-tB
-tB
-tB
-tB
-vf
-Ir
-ji
-lf
-Xy
-xi
-ji
-UM
-hi
-vZ
-qa
-de
-eY
-AT
-Pk
-tZ
-Wa
-MG
-hJ
-fW
-fW
-fW
-"}
-(30,1,1) = {"
-fW
-fW
-XU
-IB
-eP
-Re
-BW
-jS
-bw
-Kb
-ji
-ji
-fi
-ji
-ji
-qa
-iB
-qa
-qa
-gM
-dM
-AT
-Gc
-tZ
-Wa
-zC
-hJ
-fW
-fW
-fW
-"}
-(31,1,1) = {"
-fW
-fW
-XU
-XU
-wO
-WX
-eB
-jS
-hT
-cJ
-Qp
-Ve
-Eb
-BJ
-zi
-iv
-AE
-Ex
-Qp
-pn
-hA
-AT
-HO
-tr
-Gs
-ls
-ls
-fW
-fW
-fW
-"}
-(32,1,1) = {"
-fW
-fW
-fW
-XU
-uL
-uh
-Kf
-yU
-WE
-YC
-Yb
-Az
-Mr
-MT
-Zu
-UR
-Rw
-aA
-Fj
-DN
-Qo
-AT
-zS
-Cr
-oD
-ls
-fW
-fW
-fW
-fW
-"}
-(33,1,1) = {"
-fW
-fW
-fW
-XU
-dq
-uq
-eQ
-jS
-Wy
-om
-Qp
-ph
-sc
-FW
-du
-HA
-jM
-wb
-Qp
-Sv
-Dp
-AT
-LA
-dX
-QM
-ls
-fW
-fW
-fW
-fW
-"}
-(34,1,1) = {"
-fW
-fW
-fW
-XU
-XU
-mQ
-jK
-jS
-lA
-HZ
-Qp
-EF
-Zo
-Fv
-ng
-vo
-hP
-uY
-Qp
-kU
-Cl
-kU
-kU
-kU
-wH
-ls
-fW
-fW
-fW
-fW
-"}
-(35,1,1) = {"
-fW
-fW
-fW
-fW
-XU
-yB
-TJ
-jS
-jS
-jS
-XU
-XY
-XY
-XY
-ih
-ih
-XY
-XY
-wH
-qg
-fG
-mi
-ja
-kU
-wH
-fW
-fW
-fW
-fW
-fW
-"}
-(36,1,1) = {"
-fW
-fW
-fW
-fW
-XU
-bo
-gu
-Xl
-uS
-mI
-XU
-mg
-ME
-ME
-NB
-np
-ME
-qb
-wH
-mU
-zJ
-mw
-sn
-kU
-wH
-fW
-fW
-fW
-fW
-fW
-"}
-(37,1,1) = {"
-fW
-fW
-fW
-fW
-XU
-XU
-hM
-rq
-Fn
-aZ
-XU
-np
-ME
-ME
-ME
-ME
-qb
-Kn
-wH
-kU
-kU
-KI
-kU
-wH
-wH
-fW
-fW
-fW
-fW
-fW
-"}
-(38,1,1) = {"
-fW
-fW
-fW
-fW
-fW
-XU
-La
-kW
-aZ
-aZ
-jq
-mg
-ME
-ME
-ME
-ME
-NB
-Kn
-xu
-bR
-mN
-bs
-HE
-wH
-fW
-fW
-fW
-fW
-fW
-fW
-"}
-(39,1,1) = {"
-fW
-fW
-fW
-fW
-fW
-XU
-XU
-Xl
-aZ
-aZ
-jq
-fg
-Lq
-Lq
-Lq
-Lq
-Lq
-zP
-xu
-aN
-ut
-eD
-wH
-wH
-fW
-fW
-fW
-fW
-fW
-fW
-"}
-(40,1,1) = {"
-fW
-fW
-fW
-fW
-fW
-fW
-XU
-XU
-BH
-UA
-jq
-im
-fW
-fW
-fW
-fW
-fW
-im
-xu
-BK
-Dy
-wH
-wH
-fW
-fW
-fW
-fW
-fW
-fW
-fW
-"}
-(41,1,1) = {"
-fW
-fW
-fW
-fW
-fW
-fW
-fW
-XU
-XU
-XU
-XU
-im
-fW
-fW
-fW
-fW
-fW
-im
-wH
-Co
-wH
-wH
-fW
-fW
-fW
-fW
-fW
-fW
-fW
-fW
-"}
-(42,1,1) = {"
-fW
-fW
-fW
-fW
-fW
-fW
-fW
-fW
-XU
-XU
-XU
-im
-fW
-fW
-fW
-fW
-fW
-im
-wH
-wH
-wH
-fW
-fW
-fW
-fW
-fW
-fW
-fW
-fW
-fW
-"}
-(43,1,1) = {"
-fW
-fW
-fW
-fW
-fW
-fW
-fW
-fW
-fW
-XU
-XU
-im
-fW
-fW
-fW
-fW
-fW
-im
-wH
-wH
-fW
-fW
-fW
-fW
-fW
-fW
-fW
-fW
-fW
-fW
-"}
diff --git a/_maps/shuttles/pgf/pgf_crying_sun.dmm b/_maps/shuttles/pgf/pgf_crying_sun.dmm
index eb5211a95ac9..0c740842e5d9 100644
--- a/_maps/shuttles/pgf/pgf_crying_sun.dmm
+++ b/_maps/shuttles/pgf/pgf_crying_sun.dmm
@@ -2584,11 +2584,11 @@
pixel_x = 9;
pixel_y = -5
},
-/obj/item/reagent_containers/food/condiment/saltshaker{
+/obj/item/reagent_containers/condiment/saltshaker{
pixel_y = 10;
pixel_x = -6
},
-/obj/item/reagent_containers/food/condiment/peppermill{
+/obj/item/reagent_containers/condiment/peppermill{
pixel_y = 10
},
/turf/open/floor/plasteel/dark,
diff --git a/_maps/shuttles/pirate/pirate_libertatia.dmm b/_maps/shuttles/pirate/pirate_libertatia.dmm
index b1bf098571c0..46d00806edd7 100644
--- a/_maps/shuttles/pirate/pirate_libertatia.dmm
+++ b/_maps/shuttles/pirate/pirate_libertatia.dmm
@@ -299,7 +299,7 @@
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4{
dir = 4
},
-/obj/structure/fireaxecabinet{
+/obj/structure/cabinet/fireaxe{
pixel_y = 32
},
/turf/open/floor/pod/light,
diff --git a/_maps/shuttles/solgov/solgov_chronicle.dmm b/_maps/shuttles/solgov/solgov_chronicle.dmm
index e8af1166a200..bacabd6cc23c 100644
--- a/_maps/shuttles/solgov/solgov_chronicle.dmm
+++ b/_maps/shuttles/solgov/solgov_chronicle.dmm
@@ -2476,8 +2476,8 @@
color = "#543C30";
dir = 4
},
-/obj/item/reagent_containers/food/condiment/milk,
-/obj/item/reagent_containers/food/condiment/milk,
+/obj/item/reagent_containers/condiment/milk,
+/obj/item/reagent_containers/condiment/milk,
/turf/open/floor/wood/mahogany,
/area/ship/crew)
"zh" = (
@@ -2528,10 +2528,10 @@
/obj/item/reagent_containers/food/snacks/grown/cabbage,
/obj/item/reagent_containers/food/snacks/grown/cabbage,
/obj/item/reagent_containers/food/snacks/grown/cabbage,
-/obj/item/reagent_containers/food/condiment/saltshaker,
-/obj/item/reagent_containers/food/condiment/saltshaker,
-/obj/item/reagent_containers/food/condiment/saltshaker,
-/obj/item/reagent_containers/food/condiment/saltshaker,
+/obj/item/reagent_containers/condiment/saltshaker,
+/obj/item/reagent_containers/condiment/saltshaker,
+/obj/item/reagent_containers/condiment/saltshaker,
+/obj/item/reagent_containers/condiment/saltshaker,
/obj/structure/closet/crate/secure/gear{
desc = "For emergency use only";
name = "emergency sauerkraut supplies";
diff --git a/_maps/shuttles/solgov/solgov_inkwell.dmm b/_maps/shuttles/solgov/solgov_inkwell.dmm
index 5d2c0fbe0ccc..27427f9bbfa2 100644
--- a/_maps/shuttles/solgov/solgov_inkwell.dmm
+++ b/_maps/shuttles/solgov/solgov_inkwell.dmm
@@ -3343,10 +3343,10 @@
/obj/structure/table/wood,
/obj/item/cutting_board,
/obj/item/melee/knife/kitchen,
-/obj/item/reagent_containers/food/condiment/saltshaker{
+/obj/item/reagent_containers/condiment/saltshaker{
pixel_x = -17
},
-/obj/item/reagent_containers/food/condiment/peppermill{
+/obj/item/reagent_containers/condiment/peppermill{
pixel_x = -10;
pixel_y = 6
},
@@ -3950,17 +3950,17 @@
/area/ship/crew/dorm/dormtwo)
"yE" = (
/obj/structure/closet/secure_closet/freezer/fridge,
-/obj/item/reagent_containers/food/condiment/flour,
-/obj/item/reagent_containers/food/condiment/flour,
-/obj/item/reagent_containers/food/condiment/flour,
-/obj/item/reagent_containers/food/condiment/rice,
-/obj/item/reagent_containers/food/condiment/sugar,
-/obj/item/reagent_containers/food/condiment/milk,
-/obj/item/reagent_containers/food/condiment/milk,
-/obj/item/reagent_containers/food/condiment/soymilk,
-/obj/item/reagent_containers/food/condiment/soymilk,
+/obj/item/reagent_containers/condiment/flour,
+/obj/item/reagent_containers/condiment/flour,
+/obj/item/reagent_containers/condiment/flour,
+/obj/item/reagent_containers/condiment/rice,
+/obj/item/reagent_containers/condiment/sugar,
+/obj/item/reagent_containers/condiment/milk,
+/obj/item/reagent_containers/condiment/milk,
+/obj/item/reagent_containers/condiment/soymilk,
+/obj/item/reagent_containers/condiment/soymilk,
/obj/item/storage/fancy/egg_box,
-/obj/item/reagent_containers/food/condiment/enzyme,
+/obj/item/reagent_containers/condiment/enzyme,
/turf/open/floor/wood/walnut,
/area/ship/crew/canteen/kitchen)
"yG" = (
@@ -7366,10 +7366,10 @@
/obj/item/reagent_containers/food/snacks/grown/cabbage,
/obj/item/reagent_containers/food/snacks/grown/cabbage,
/obj/item/reagent_containers/food/snacks/grown/cabbage,
-/obj/item/reagent_containers/food/condiment/saltshaker,
-/obj/item/reagent_containers/food/condiment/saltshaker,
-/obj/item/reagent_containers/food/condiment/saltshaker,
-/obj/item/reagent_containers/food/condiment/saltshaker,
+/obj/item/reagent_containers/condiment/saltshaker,
+/obj/item/reagent_containers/condiment/saltshaker,
+/obj/item/reagent_containers/condiment/saltshaker,
+/obj/item/reagent_containers/condiment/saltshaker,
/obj/structure/closet/crate/secure/gear{
desc = "For emergency use only";
name = "emergency sauerkraut supplies";
diff --git a/_maps/shuttles/solgov/solgov_paracelsus.dmm b/_maps/shuttles/solgov/solgov_paracelsus.dmm
index ef642488ef50..9cfda7a14c0d 100644
--- a/_maps/shuttles/solgov/solgov_paracelsus.dmm
+++ b/_maps/shuttles/solgov/solgov_paracelsus.dmm
@@ -3538,11 +3538,11 @@
pixel_x = -7;
pixel_y = 8
},
-/obj/item/reagent_containers/food/condiment/saltshaker{
+/obj/item/reagent_containers/condiment/saltshaker{
pixel_x = 4;
pixel_y = 10
},
-/obj/item/reagent_containers/food/condiment/peppermill{
+/obj/item/reagent_containers/condiment/peppermill{
pixel_x = 10;
pixel_y = 10
},
@@ -4004,17 +4004,17 @@
/turf/open/floor/carpet/royalblue,
/area/ship/crew/office)
"ML" = (
-/obj/item/reagent_containers/food/condiment/flour,
-/obj/item/reagent_containers/food/condiment/flour,
-/obj/item/reagent_containers/food/condiment/flour,
-/obj/item/reagent_containers/food/condiment/flour,
-/obj/item/reagent_containers/food/condiment/rice,
-/obj/item/reagent_containers/food/condiment/sugar,
-/obj/item/reagent_containers/food/condiment/milk,
-/obj/item/reagent_containers/food/condiment/milk,
-/obj/item/reagent_containers/food/condiment/soymilk,
-/obj/item/reagent_containers/food/condiment/soymilk,
-/obj/item/reagent_containers/food/condiment/enzyme,
+/obj/item/reagent_containers/condiment/flour,
+/obj/item/reagent_containers/condiment/flour,
+/obj/item/reagent_containers/condiment/flour,
+/obj/item/reagent_containers/condiment/flour,
+/obj/item/reagent_containers/condiment/rice,
+/obj/item/reagent_containers/condiment/sugar,
+/obj/item/reagent_containers/condiment/milk,
+/obj/item/reagent_containers/condiment/milk,
+/obj/item/reagent_containers/condiment/soymilk,
+/obj/item/reagent_containers/condiment/soymilk,
+/obj/item/reagent_containers/condiment/enzyme,
/obj/structure/closet/secure_closet/freezer{
anchored = 1;
name = "refrigerator"
diff --git a/_maps/shuttles/subshuttles/inteq_anvil.dmm b/_maps/shuttles/subshuttles/inteq_anvil.dmm
index 002ddfe6d0d3..61d7946fb794 100644
--- a/_maps/shuttles/subshuttles/inteq_anvil.dmm
+++ b/_maps/shuttles/subshuttles/inteq_anvil.dmm
@@ -191,14 +191,6 @@
"w" = (
/turf/template_noop,
/area/template_noop)
-"x" = (
-/obj/machinery/porta_turret/ship/weak{
- faction = list("playerInteq","turret");
- dir = 9;
- id = "anvil_grid"
- },
-/turf/closed/wall/mineral/plastitanium/nodiagonal,
-/area/ship/bridge)
"y" = (
/obj/machinery/power/terminal,
/obj/structure/cable{
@@ -387,9 +379,8 @@
/turf/open/floor/plasteel/dark,
/area/ship/bridge)
"T" = (
-/obj/machinery/porta_turret/ship/weak{
- faction = list("playerInteq","turret");
- dir = 10;
+/obj/machinery/porta_turret/ship/inteq/light{
+ dir = 8;
id = "anvil_grid"
},
/turf/closed/wall/mineral/plastitanium/nodiagonal,
@@ -436,7 +427,7 @@
(1,1,1) = {"
w
-x
+T
X
u
Q
diff --git a/_maps/shuttles/syndicate/syndicate_gorlex_komodo.dmm b/_maps/shuttles/syndicate/syndicate_gorlex_komodo.dmm
index 2b4cfd484e98..c466f5351f9c 100644
--- a/_maps/shuttles/syndicate/syndicate_gorlex_komodo.dmm
+++ b/_maps/shuttles/syndicate/syndicate_gorlex_komodo.dmm
@@ -2048,7 +2048,7 @@
dir = 4
},
/obj/machinery/atmospherics/pipe/simple/scrubbers/hidden/layer4,
-/obj/structure/fireaxecabinet{
+/obj/structure/cabinet/fireaxe{
dir = 8;
pixel_x = 27
},
diff --git a/_maps/shuttles/syndicate/syndicate_panacea.dmm b/_maps/shuttles/syndicate/syndicate_panacea.dmm
index 71526c69198f..3d26ff6512b5 100644
--- a/_maps/shuttles/syndicate/syndicate_panacea.dmm
+++ b/_maps/shuttles/syndicate/syndicate_panacea.dmm
@@ -6496,15 +6496,15 @@
/area/ship/crew/dorm/dormtwo)
"LY" = (
/obj/structure/table,
-/obj/item/reagent_containers/food/condiment/saltshaker{
+/obj/item/reagent_containers/condiment/saltshaker{
pixel_x = -2;
pixel_y = 11
},
-/obj/item/reagent_containers/food/condiment/peppermill{
+/obj/item/reagent_containers/condiment/peppermill{
pixel_y = 8;
pixel_x = -8
},
-/obj/item/reagent_containers/food/condiment/enzyme{
+/obj/item/reagent_containers/condiment/enzyme{
pixel_y = 14;
pixel_x = 14
},
@@ -6798,15 +6798,15 @@
/area/ship/crew/office)
"Nz" = (
/obj/structure/table,
-/obj/item/reagent_containers/food/condiment/mayonnaise{
+/obj/item/reagent_containers/condiment/mayonnaise{
pixel_x = 2;
pixel_y = 15
},
-/obj/item/reagent_containers/food/condiment/ketchup{
+/obj/item/reagent_containers/condiment/ketchup{
pixel_x = 11;
pixel_y = 10
},
-/obj/item/reagent_containers/food/condiment/hotsauce{
+/obj/item/reagent_containers/condiment/hotsauce{
pixel_y = 16;
pixel_x = -8
},
diff --git a/_maps/shuttles/syndicate/syndicate_twinkleshine.dmm b/_maps/shuttles/syndicate/syndicate_twinkleshine.dmm
index ca7bd7705efd..29f4bc28922b 100644
--- a/_maps/shuttles/syndicate/syndicate_twinkleshine.dmm
+++ b/_maps/shuttles/syndicate/syndicate_twinkleshine.dmm
@@ -2993,18 +2993,18 @@
"qP" = (
/obj/machinery/light/directional/north,
/obj/item/kitchen/rollingpin,
-/obj/item/reagent_containers/food/condiment/sugar,
-/obj/item/reagent_containers/food/condiment/sugar,
+/obj/item/reagent_containers/condiment/sugar,
+/obj/item/reagent_containers/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/reagent_containers/condiment/flour,
+/obj/item/reagent_containers/condiment/flour,
+/obj/item/reagent_containers/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/item/reagent_containers/condiment/milk,
+/obj/item/reagent_containers/condiment/milk,
/obj/effect/spawner/lootdrop/donkpockets,
/obj/effect/spawner/lootdrop/donkpockets,
/turf/open/floor/carpet/red,
@@ -3500,7 +3500,7 @@
pixel_y = 4
},
/obj/item/storage/toolbox/electrical,
-/obj/structure/fireaxecabinet{
+/obj/structure/cabinet/fireaxe{
pixel_y = -32;
dir = 1
},
diff --git a/_maps/templates/shelter_3.dmm b/_maps/templates/shelter_3.dmm
index dd4f6645a518..570483a06a1d 100644
--- a/_maps/templates/shelter_3.dmm
+++ b/_maps/templates/shelter_3.dmm
@@ -187,11 +187,11 @@
/area/survivalpod)
"F" = (
/obj/structure/table/wood/fancy,
-/obj/item/reagent_containers/food/condiment/peppermill{
+/obj/item/reagent_containers/condiment/peppermill{
pixel_x = -4;
pixel_y = 12
},
-/obj/item/reagent_containers/food/condiment/saltshaker{
+/obj/item/reagent_containers/condiment/saltshaker{
pixel_x = 4;
pixel_y = 4
},
diff --git a/check_regex.yaml b/check_regex.yaml
index 02140d09accf..a56bd83644d3 100644
--- a/check_regex.yaml
+++ b/check_regex.yaml
@@ -31,14 +31,14 @@ standards:
- exactly: [4, "/mob text paths", '"/mob']
- exactly: [36, "/obj text paths", '"/obj']
- exactly: [0, "/turf text paths", '"/turf']
- - exactly: [117, "text2path uses", "text2path"]
+ - exactly: [115, "text2path uses", "text2path"]
- exactly: [18, "world<< uses", 'world[ \t]*<<']
- exactly: [0, "world.log<< uses", 'world.log[ \t]*<<']
- exactly:
[
- 265,
+ 261,
"non-bitwise << uses",
'(?[parent] failed to slip anyone. Perhaps I shouldn't have abandoned my legacy...")
diff --git a/code/datums/components/twohanded.dm b/code/datums/components/twohanded.dm
index 51c9268d13ab..4ede9a6fc168 100644
--- a/code/datums/components/twohanded.dm
+++ b/code/datums/components/twohanded.dm
@@ -4,12 +4,13 @@
* When applied to an item it will make it two handed
*
*/
+
/datum/component/two_handed
dupe_mode = COMPONENT_DUPE_UNIQUE_PASSARGS // Only one of the component can exist on an item
var/wielded = FALSE /// Are we holding the two handed item properly
var/force_multiplier = 0 /// The multiplier applied to force when wielded, does not work with force_wielded, and force_unwielded
- var/force_wielded = 0 /// The force of the item when weilded
- var/force_unwielded = 0 /// The force of the item when unweilded
+ var/force_wielded = 0 /// The force of the item when wielded
+ var/force_unwielded = 0 /// The force of the item when unwielded
var/wieldsound = FALSE /// Play sound when wielded
var/unwieldsound = FALSE /// Play sound when unwielded
var/attacksound = FALSE /// Play sound on attack when wielded
@@ -145,6 +146,7 @@
if(SEND_SIGNAL(parent, COMSIG_TWOHANDED_WIELD, user) & COMPONENT_TWOHANDED_BLOCK_WIELD)
return // blocked wield from item
wielded = TRUE
+ ADD_TRAIT(parent, TRAIT_WIELDED, REF(src))
RegisterSignal(user, COMSIG_MOB_SWAP_HANDS, PROC_REF(on_swap_hands))
// update item stats and name
@@ -188,6 +190,7 @@
// wield update status
wielded = FALSE
+ REMOVE_TRAIT(parent, TRAIT_WIELDED, REF(src))
UnregisterSignal(user, COMSIG_MOB_SWAP_HANDS)
SEND_SIGNAL(parent, COMSIG_TWOHANDED_UNWIELD, user)
@@ -303,7 +306,7 @@
sharpened_increase = min(amount, (max_amount - wielded_val))
return COMPONENT_BLOCK_SHARPEN_APPLIED
-/**
+/*
* The offhand dummy item for two handed items
*
*/
diff --git a/code/datums/diseases/gastrolisis.dm b/code/datums/diseases/gastrolisis.dm
index 119ccc0c60e0..e2af13bd6742 100644
--- a/code/datums/diseases/gastrolisis.dm
+++ b/code/datums/diseases/gastrolisis.dm
@@ -38,23 +38,13 @@
"You scream in pain as your eyes are pushed out by your new snail eyes!")
affected_mob.emote("scream")
return
- var/obj/item/shell = affected_mob.get_item_by_slot(ITEM_SLOT_BACK)
- if(!istype(shell, /obj/item/storage/backpack/snail))
- shell = null
- if(!shell && prob(5))
- if(affected_mob.dropItemToGround(affected_mob.get_item_by_slot(ITEM_SLOT_BACK)))
- affected_mob.equip_to_slot_or_del(new /obj/item/storage/backpack/snail(affected_mob), ITEM_SLOT_BACK)
- affected_mob.visible_message("[affected_mob] grows a grotesque shell on their back!", \
- "You scream in pain as a shell pushes itself out from under your skin!")
- affected_mob.emote("scream")
- return
var/obj/item/organ/tongue/tongue = locate(/obj/item/organ/tongue/snail) in affected_mob.internal_organs
if(!tongue && prob(5))
var/obj/item/organ/tongue/snail/new_tongue = new()
new_tongue.Insert(affected_mob)
to_chat(affected_mob, "You feel your speech slow down...")
return
- if(shell && eyes && tongue && prob(5))
+ if(eyes && tongue && prob(5))
affected_mob.set_species(/datum/species/snail)
affected_mob.client?.give_award(/datum/award/achievement/misc/snail, affected_mob)
affected_mob.visible_message("[affected_mob] turns into a snail!", \
@@ -79,8 +69,3 @@
if(eyes)
var/obj/item/organ/eyes/new_eyes = new H.dna.species.mutanteyes ()
new_eyes.Insert(H)
- var/obj/item/storage/backpack/bag = H.get_item_by_slot(ITEM_SLOT_BACK)
- if(istype(bag, /obj/item/storage/backpack/snail))
- bag.emptyStorage()
- H.temporarilyRemoveItemFromInventory(bag, TRUE)
- qdel(bag)
diff --git a/code/datums/elements/bed_tucking.dm b/code/datums/elements/bed_tucking.dm
index c094e5a5b108..e505e6efdb5a 100644
--- a/code/datums/elements/bed_tucking.dm
+++ b/code/datums/elements/bed_tucking.dm
@@ -8,8 +8,13 @@
var/y_offset = 0
/// our rotation degree - how much the item turns when in bed (+degrees turns it more parallel)
var/rotation_degree = 0
+ /// Whether the item changes its dir to match the desired lying direction of the bed that it's tucked into.
+ var/change_dir = FALSE
+ /// Whether the item changes its layer to the layer suggested by the bed for tucked-in item.
+ /// When the item is untucked, it is returned to its initial() layer.
+ var/change_layer = FALSE
-/datum/element/bed_tuckable/Attach(obj/target, x = 0, y = 0, rotation = 0)
+/datum/element/bed_tuckable/Attach(obj/target, x = 0, y = 0, rotation = 0, _change_dir = FALSE, _change_layer = FALSE)
. = ..()
if(!isitem(target))
return ELEMENT_INCOMPATIBLE
@@ -17,6 +22,8 @@
x_offset = x
y_offset = y
rotation_degree = rotation
+ change_dir = _change_dir
+ change_layer = _change_layer
RegisterSignal(target, COMSIG_ITEM_ATTACK_OBJ, PROC_REF(tuck_into_bed))
/datum/element/bed_tuckable/Detach(obj/target)
@@ -40,11 +47,20 @@
return
to_chat(tucker, "You lay [tucked] out on [target_bed].")
- tucked.pixel_x = x_offset
- tucked.pixel_y = y_offset
+ tucked.pixel_x = x_offset + target_bed.tucked_x_shift
+ tucked.pixel_y = y_offset + target_bed.tucked_y_shift
if(rotation_degree)
tucked.transform = turn(tucked.transform, rotation_degree)
RegisterSignal(tucked, COMSIG_ITEM_PICKUP, PROC_REF(untuck))
+ // the buckle_lying value on the bed controls the direction that mobs lay down in when they're buckled into bed.
+ // some items (bedsheets) have different states to reflect those directions.
+ if(change_dir)
+ if(target_bed.buckle_lying == 270)
+ tucked.setDir(NORTH)
+ else
+ tucked.setDir(SOUTH)
+ if(target_bed.suggested_tuck_layer != null)
+ tucked.layer = target_bed.suggested_tuck_layer
return COMPONENT_NO_AFTERATTACK
@@ -57,4 +73,5 @@
SIGNAL_HANDLER
tucked.transform = turn(tucked.transform, -rotation_degree)
+ tucked.layer = initial(tucked.layer)
UnregisterSignal(tucked, COMSIG_ITEM_PICKUP)
diff --git a/code/datums/elements/tool_bang.dm b/code/datums/elements/tool_bang.dm
new file mode 100644
index 000000000000..bc002e936de4
--- /dev/null
+++ b/code/datums/elements/tool_bang.dm
@@ -0,0 +1,40 @@
+/**
+ * Tool bang bespoke element
+ *
+ * Bang the user when using this tool
+ */
+/datum/element/tool_bang
+ element_flags = ELEMENT_BESPOKE
+ id_arg_index = 2
+ /// Strength of the bang
+ var/bang_strength
+
+/datum/element/tool_bang/Attach(datum/target, bang_strength)
+ . = ..()
+ if(!isitem(target))
+ return ELEMENT_INCOMPATIBLE
+
+ src.bang_strength = bang_strength
+
+ RegisterSignal(target, COMSIG_TOOL_IN_USE, PROC_REF(prob_bang))
+ RegisterSignal(target, COMSIG_TOOL_START_USE, PROC_REF(bang))
+
+/datum/element/tool_bang/Detach(datum/source, force)
+ . = ..()
+ UnregisterSignal(source, list(COMSIG_TOOL_IN_USE, COMSIG_TOOL_START_USE))
+
+/datum/element/tool_bang/proc/prob_bang(datum/source, mob/living/user)
+ SIGNAL_HANDLER
+
+ if(prob(90))
+ return
+ bang(source, user)
+
+/datum/element/tool_bang/proc/bang(datum/source, mob/living/user)
+ SIGNAL_HANDLER
+
+ if(user && get_dist(get_turf(source), get_turf(user)) <= 1)
+ if(istype(user, /mob/living/carbon))
+ var/mob/living/carbon/carbon = user
+ carbon.soundbang_act(min(bang_strength,1), 0, 1, 5)
+
diff --git a/code/datums/looping_sounds/item_sounds.dm b/code/datums/looping_sounds/item_sounds.dm
index 96c2ec7533c3..7eeabf513b8e 100644
--- a/code/datums/looping_sounds/item_sounds.dm
+++ b/code/datums/looping_sounds/item_sounds.dm
@@ -36,17 +36,6 @@
#undef RAD_GEIGER_MEDIUM
#undef RAD_GEIGER_HIGH
-/datum/looping_sound/reverse_bear_trap
- mid_sounds = list('sound/effects/clock_tick.ogg')
- mid_length = 3.5
- volume = 25
-
-
-/datum/looping_sound/reverse_bear_trap_beep
- mid_sounds = list('sound/machines/beep.ogg')
- mid_length = 60
- volume = 10
-
/datum/looping_sound/siren
mid_sounds = list('sound/items/weeoo1.ogg' = 1)
mid_length = 15
diff --git a/code/datums/ruins/lavaland.dm b/code/datums/ruins/lavaland.dm
index 4afa13dee07c..f94d75bd71f9 100644
--- a/code/datums/ruins/lavaland.dm
+++ b/code/datums/ruins/lavaland.dm
@@ -12,15 +12,6 @@
suffix = "lavaland_surface_biodome_winter.dmm"
ruin_tags = list(RUIN_TAG_MINOR_COMBAT, RUIN_TAG_MINOR_LOOT, RUIN_TAG_SHELTER)
-/datum/map_template/ruin/lavaland/elephant_graveyard
- name = "Elephant Graveyard"
- id = "Graveyard"
- description = "An abandoned graveyard, calling to those unable to continue."
- suffix = "lavaland_surface_elephant_graveyard.dmm"
- allow_duplicates = FALSE
- cost = 10
- ruin_tags = list(RUIN_TAG_NO_COMBAT, RUIN_TAG_MINOR_LOOT, RUIN_TAG_HAZARDOUS, RUIN_TAG_INHOSPITABLE)
-
/datum/map_template/ruin/lavaland/buried_shrine
name = "Buried Shrine"
id = "buried_shrine"
diff --git a/code/datums/ruins/wasteplanet.dm b/code/datums/ruins/wasteplanet.dm
index 40c6d19cfd5e..a4a054a7f1a2 100644
--- a/code/datums/ruins/wasteplanet.dm
+++ b/code/datums/ruins/wasteplanet.dm
@@ -31,3 +31,10 @@
id = "abandoned_mechbay"
suffix = "wasteplanet_abandoned_mechbay.dmm"
ruin_tags = list(RUIN_TAG_BOSS_COMBAT, RUIN_TAG_MEDIUM_LOOT, RUIN_TAG_SHELTER, RUIN_TAG_HAZARDOUS)
+
+/datum/map_template/ruin/wasteplanet/yard
+ name = "Abandoned Miskilamo salvage yard"
+ description = "An abandonded shipbreaking yard."
+ id = "wasteplanet_yard"
+ suffix = "wasteplanet_yard.dmm"
+ ruin_tags = list(RUIN_TAG_MEDIUM_COMBAT, RUIN_TAG_MEDIUM_LOOT, RUIN_TAG_SHELTER, RUIN_TAG_HAZARDOUS)
diff --git a/code/datums/traits/negative.dm b/code/datums/traits/negative.dm
index 6bb9ca1200c8..e504bfee31d5 100644
--- a/code/datums/traits/negative.dm
+++ b/code/datums/traits/negative.dm
@@ -109,7 +109,7 @@
if("Janitor")
heirloom_type = pick(/obj/item/mop, /obj/item/clothing/suit/caution, /obj/item/reagent_containers/glass/bucket, /obj/item/paper/fluff/stations/soap)
if("Cook")
- heirloom_type = pick(/obj/item/reagent_containers/food/condiment/saltshaker, /obj/item/kitchen/rollingpin, /obj/item/clothing/head/chefhat)
+ heirloom_type = pick(/obj/item/reagent_containers/condiment/saltshaker, /obj/item/kitchen/rollingpin, /obj/item/clothing/head/chefhat)
if("Botanist")
heirloom_type = pick(/obj/item/cultivator, /obj/item/reagent_containers/glass/bucket, /obj/item/toy/plush/beeplushie)
if("Bartender")
diff --git a/code/game/MapData/shuttles/nanotrasen_ranger.dm b/code/game/MapData/shuttles/nanotrasen_ranger.dm
index 40f7816c2eb0..08f1a7c670d2 100644
--- a/code/game/MapData/shuttles/nanotrasen_ranger.dm
+++ b/code/game/MapData/shuttles/nanotrasen_ranger.dm
@@ -158,7 +158,7 @@
icon_state = "hardsuit0-ert_medical"
item_state = "hardsuit0-ert_medical"
hardsuit_type = "ert_medical"
- clothing_flags = SCAN_REAGENTS
+ clothing_flags = SCAN_REAGENTS | STOPSPRESSUREDAMAGE | THICKMATERIAL | SNUG_FIT | BLOCK_GAS_SMOKE_EFFECT | ALLOWINTERNALS
/obj/item/clothing/head/helmet/space/hardsuit/lp
name = "RIG heatsuit helmet"
@@ -170,7 +170,7 @@
/obj/item/clothing/suit/space/hardsuit/ancient/lp
name = "RIG heat suit"
- desc = "A fully heat resistance suit based on an early RIG hardsuit prototype. It sacrifices armor of any kind for intricate heatsinks. It remains rather bulky as a result."
+ desc = "A fully heat-resistant suit based on an early RIG hardsuit prototype. It sacrifices armor of any kind for intricate heatsinks. It remains rather bulky as a result."
armor = list("melee" = 5, "bullet" = 5, "laser" = 1, "energy" = 1, "bomb" = 50, "bio" = 100, "rad" = 100, "fire" = 100, "acid" = 75)
helmettype = /obj/item/clothing/head/helmet/space/hardsuit/lp
heat_protection = CHEST|GROIN|LEGS|FEET|ARMS|HANDS
@@ -179,114 +179,6 @@
//holotapes
-/obj/item/disk/holodisk/lp/combat/syndicate1
- name = "Combat Mission Eliminate Force"
- desc = "A holodisk containing a combat mission for the LP."
- preset_image_type = /datum/preset_holoimage/commissioner
- preset_record_text = {"
- NAME Commissioner Gorre Donn
- SAY This mission, should you choose to accept it, revolves around a combat objective. The LP will have to get their hands dirty for this one.
- DELAY 25
- SAY The LP is to respond to a hostile threat from a Syndicate vessel. In such action they are to kill or otherwise subdue the primary fighting force.
- DELAY 25
- "}
-
-/obj/item/disk/holodisk/lp/combat/syndicate2
- name = "Combat Mission Capture"
- desc = "A holodisk containing a combat mission for the LP."
- preset_image_type = /datum/preset_holoimage/commissioner
- preset_record_text = {"
- NAME Commissioner Gorre Donn
- SAY This mission, should you choose to accept it, revolves around a combat objective. The LP will have to get their hands dirty for this one.
- DELAY 25
- SAY The LP is to respond to a hostile threat from a Syndicate vessel. In such action they are to subdue and capture one of the armed members of the crew. They should be stripped of gear, interrogated, and converted to NT if possible. If not possible, release them to whatever ship they belonged to or will accept them.
- DELAY 25
- "}
-
-/obj/item/disk/holodisk/lp/combat/syndicate3
- name = "Combat Mission Capture Commander"
- desc = "A holodisk containing a combat mission for the LP."
- preset_image_type = /datum/preset_holoimage/commissioner
- preset_record_text = {"
- NAME Commissioner Gorre Donn
- SAY This mission, should you choose to accept it, revolves around a combat objective. The LP will have to get their hands dirty for this one.
- DELAY 25
- SAY The LP is to respond to a hostile threat from a Syndicate vessel. In such action they are to eliminate whatever leader or captain of such vession and bring their body back in a bodybag. The Medical Specialist has been given a box of them for such an occasion.
- DELAY 25
- "}
-
-/obj/item/disk/holodisk/lp/combat/syndicate4
- name = "Combat Mission Secret Documents"
- desc = "A holodisk containing a combat mission for the LP."
- preset_image_type = /datum/preset_holoimage/commissioner
- preset_record_text = {"
- NAME Commissioner Gorre Donn
- SAY This mission, should you choose to accept it, revolves around a combat objective. The LP will have to get their hands dirty for this one.
- DELAY 25
- SAY The LP is to respond to a hostile threat from a Syndicate vessel. In such action they are to retrieve a set of secret documents from the syndicate vessel. This will likely require a boarding operation. Good luck.
- DELAY 25
- "}
-
-/obj/item/disk/holodisk/lp/combat/megafauna
- name = "Combat Mission Megafauna"
- desc = "A holodisk containing a combat mission for the LP."
- preset_image_type = /datum/preset_holoimage/commissioner
- preset_record_text = {"
- NAME Commissioner Gorre Donn
- SAY This mission, should you choose to accept it, revolves around a combat objective. The LP will have to get their hands dirty for this one.
- DELAY 25
- SAY This mission is very simple. The LP is to seek out a megafauna specimen and slay it.
- DELAY 25
- "}
-
-/obj/item/disk/holodisk/lp/combat/bdm
- name = "Combat Mission Blood Drunk"
- desc = "A holodisk containing a combat mission for the LP."
- preset_image_type = /datum/preset_holoimage/commissioner
- preset_record_text = {"
- NAME Commissioner Gorre Donn
- SAY This mission, should you choose to accept it, revolves around a combat objective. The LP will have to get their hands dirty for this one.
- DELAY 25
- SAY This mission is straightforward. The LP team is to seek out two blood drunk mines and termninate them. Bring back whatever weapons they wield and recover the bodies for the vault.
- DELAY 25
- "}
-
-/obj/item/disk/holodisk/lp/combat/tumor
- name = "Combat Mission Tumor"
- desc = "A holodisk containing a combat mission for the LP."
- preset_image_type = /datum/preset_holoimage/commissioner
- preset_record_text = {"
- NAME Commissioner Gorre Donn
- SAY This mission, should you choose to accept it, revolves around a combat objective. The LP will have to get their hands dirty for this one.
- DELAY 25
- SAY This mission is rather straightforward. Seak out 2 pulsing tumors and elimate the threat they produce. Return the body of the threat to the vault.
- DELAY 25
- "}
-
-/obj/item/disk/holodisk/lp/combat/bloodred
- name = "Combat Mission Blood Red"
- desc = "A holodisk containing a combat mission for the LP."
- preset_image_type = /datum/preset_holoimage/commissioner
- preset_record_text = {"
- NAME Commissioner Gorre Donn
- SAY This mission, should you choose to accept it, revolves around a combat objective. The LP will have to get their hands dirty for this one.
- DELAY 25
- SAY This mission overlaps with the retrieval missions. The LP is simply to obtain a Blood Red Hardsuit. This may include responding to a hostile syndicate vessel to take it by force.
- DELAY 25
- "}
-
-/obj/item/disk/holodisk/lp/retrieval/supersuit
- name = "Retrieval Mission Lost Hardsuit"
- desc = "A holodisk containing a retrieval mission for the LP."
- preset_image_type = /datum/preset_holoimage/commissioner
- preset_record_text = {"
- NAME Commissioner Gorre Donn
- SAY This mission, should you choose to accept it, revolves around a retrieval objective. The LP will need to obtain or create something.
- DELAY 25
- SAY This one is a bit difficult but completing it is extremely rewarding. Our sources show that two of our experimental hardsuits have been lost to the necropolis. Retrieve a Champion's Hardsuit or an Inquisitor's Hardsuit. These are often found in necropolis chests or held by certain megafauna.
- DELAY 25
- "}
-
/obj/item/disk/holodisk/lp/retrieval/phazon
name = "Retrieval Mission Secret Exosuit"
desc = "A holodisk containing a retrieval mission for the LP."
@@ -323,18 +215,6 @@
DELAY 25
"}
-/obj/item/disk/holodisk/lp/retrieval/artifact
- name = "Retrieval Mission Artifact"
- desc = "A holodisk containing a retrieval mission for the LP."
- preset_image_type = /datum/preset_holoimage/commissioner
- preset_record_text = {"
- NAME Commissioner Gorre Donn
- SAY This mission, should you choose to accept it, revolves around a retrieval objective. The LP will need to obtain or create something.
- DELAY 25
- SAY For this mission the LP is to find three artifacts. These include but are not limited to, anything stored in a necropolis chest, most megafauna loot, anything befitting someone magical or otherwise special.
- DELAY 25
- "}
-
/obj/item/disk/holodisk/lp/retrieval/materials
name = "Retrieval Mission Materials"
desc = "A holodisk containing a retrieval mission for the LP."
@@ -347,18 +227,6 @@
DELAY 25
"}
-/obj/item/disk/holodisk/lp/aid/recruits
- name = "Aid Mission Recruitment Drive"
- desc = "A holodisk containing an aid mission for the LP."
- preset_image_type = /datum/preset_holoimage/commissioner
- preset_record_text = {"
- NAME Commissioner Gorre Donn
- SAY This mission, should you choose to accept it, revolves around an aid objective. The LP will need to provide aid to local vessels not hostile or syndicate.
- DELAY 25
- SAY Less providing aid and more networking. The LP will need to convince 4 independent vessels to switch to NTSV flight tags.
- DELAY 25
- "}
-
/obj/item/disk/holodisk/lp/aid/repairs
name = "Aid Mission Repair"
desc = "A holodisk containing an aid mission for the LP."
@@ -372,7 +240,7 @@
"}
/obj/item/disk/holodisk/lp/aid/rescue
- name = "Aid Mission Rescure"
+ name = "Aid Mission Rescue"
desc = "A holodisk containing an aid mission for the LP."
preset_image_type = /datum/preset_holoimage/commissioner
preset_record_text = {"
@@ -415,33 +283,14 @@
//lootdrop
-/obj/effect/spawner/lootdrop/lpcombat
- name = "LP Combat Missions"
- lootdoubles = FALSE
-
- loot = list(
- /obj/item/disk/holodisk/lp/combat/syndicate1 = 1,
- /obj/item/disk/holodisk/lp/combat/syndicate2 = 1,
- /obj/item/disk/holodisk/lp/combat/syndicate3 = 1,
- /obj/item/disk/holodisk/lp/combat/syndicate4 = 1,
- /obj/item/disk/holodisk/lp/combat/megafauna = 5,
- /obj/item/disk/holodisk/lp/combat/bdm = 5,
- /obj/item/disk/holodisk/lp/combat/tumor = 5,
- /obj/item/disk/holodisk/lp/combat/bloodred = 5
- )
-
- lootcount = 2
-
/obj/effect/spawner/lootdrop/lpretrieval
name = "LP Retrieval Missions"
lootdoubles = FALSE
loot = list(
- /obj/item/disk/holodisk/lp/retrieval/supersuit = 1,
/obj/item/disk/holodisk/lp/retrieval/phazon = 1,
/obj/item/disk/holodisk/lp/retrieval/durand = 1,
/obj/item/disk/holodisk/lp/retrieval/gunstock = 1,
- /obj/item/disk/holodisk/lp/retrieval/artifact = 1,
/obj/item/disk/holodisk/lp/retrieval/materials = 1
)
@@ -452,11 +301,10 @@
lootdoubles = FALSE
loot = list(
- /obj/item/disk/holodisk/lp/aid/recruits = 1,
/obj/item/disk/holodisk/lp/aid/repairs = 1,
/obj/item/disk/holodisk/lp/aid/rescue = 1,
/obj/item/disk/holodisk/lp/aid/guard = 1,
)
- lootcount = 2
+ lootcount = 4
diff --git a/code/game/area/areas/ruins/lavaland.dm b/code/game/area/areas/ruins/lavaland.dm
index 317fd67a67b8..298f996ea43d 100644
--- a/code/game/area/areas/ruins/lavaland.dm
+++ b/code/game/area/areas/ruins/lavaland.dm
@@ -27,17 +27,6 @@
name = "Hierophant's Arena"
icon_state = "dk_yellow"
-
-//Elephant Graveyard
-
-/area/ruin/unpowered/elephant_graveyard
- name = "Elephant Graveyard"
- icon_state = "dk_yellow"
-
-/area/ruin/powered/graveyard_shuttle
- name = "Elephant Graveyard"
- icon_state = "green"
-
//Lava Canyon
/area/ruin/unpowered/scorched_hut
diff --git a/code/game/area/areas/ruins/wasteplanet.dm b/code/game/area/areas/ruins/wasteplanet.dm
index e80cb364c3ea..5f069d3e055b 100644
--- a/code/game/area/areas/ruins/wasteplanet.dm
+++ b/code/game/area/areas/ruins/wasteplanet.dm
@@ -43,3 +43,25 @@
/area/ruin/wasteplanet/wasteplanet_radiation/containment
name = "Abandoned Waste Containment Vault"
icon_state = "disposal"
+
+//Abandonded shipbreaking yard
+
+/area/ruin/wasteplanet/wasteplanet_shipbreaking
+ name = "Abandoned Shipbreaking Yard"
+ icon_state = "green"
+
+/area/ruin/wasteplanet/wasteplanet_shipbreaking/bay
+ name = "Miskilamo Shipbreaking Yard Bay"
+ icon_state = "engine"
+
+/area/ruin/wasteplanet/wasteplanet_shipbreaking/canteen
+ name = "Miskilamo Shipbreaking Yard Canteen"
+ icon_state = "hallC"
+
+/area/ruin/wasteplanet/wasteplanet_shipbreaking/dorms
+ name = "Miskilamo Shipbreaking Yard Dormatory"
+ icon_state = "bridge"
+
+/area/ruin/wasteplanet/wasteplanet_shipbreaking/ship
+ name = "Abandoned Shipbreaking Yard"
+ icon_state = "red"
diff --git a/code/game/area/ship_areas.dm b/code/game/area/ship_areas.dm
index 35b71c2ed13e..b1d47670aa2d 100644
--- a/code/game/area/ship_areas.dm
+++ b/code/game/area/ship_areas.dm
@@ -488,6 +488,9 @@ NOTE: there are two lists of areas in the end of this file: centcom and station
name = "EVA Storage"
icon_state = "eva"
+/area/ship/storage/equip
+ name = "Equipment Room"
+
/// External Areas ///
/area/ship/external
name = "External"
diff --git a/code/game/atoms.dm b/code/game/atoms.dm
index ce2eef3adcba..e7c9c19325a6 100644
--- a/code/game/atoms.dm
+++ b/code/game/atoms.dm
@@ -1222,6 +1222,8 @@
. = welder_act(user, I)
if(TOOL_ANALYZER)
. = analyzer_act(user, I)
+ if(TOOL_DECONSTRUCT)
+ . |= deconstruct_act(user, I)
if(. || signal_result & COMPONENT_BLOCK_TOOL_ATTACK) //Either the proc or the signal handled the tool's events in some way.
return TRUE
@@ -1302,6 +1304,10 @@
/atom/proc/analyzer_act(mob/living/user, obj/item/I)
return SEND_SIGNAL(src, COMSIG_ATOM_ANALYSER_ACT, user, I)
+///Deconstruct act
+/atom/proc/deconstruct_act(mob/living/user, obj/item/I)
+ return SEND_SIGNAL(src, COMSIG_ATOM_DECONSTRUCT_ACT, user, I)
+
///Generate a tag for this atom
/atom/proc/GenerateTag()
return
diff --git a/code/game/gamemodes/clown_ops/bananium_bomb.dm b/code/game/gamemodes/clown_ops/bananium_bomb.dm
index 01c270895360..74178f248436 100644
--- a/code/game/gamemodes/clown_ops/bananium_bomb.dm
+++ b/code/game/gamemodes/clown_ops/bananium_bomb.dm
@@ -43,11 +43,6 @@
ADD_TRAIT(C, TRAIT_NODROP, CLOWN_NUKE_TRAIT)
H.equip_to_slot_or_del(C, ITEM_SLOT_ICLOTHING)
- if(!H.shoes || H.dropItemToGround(H.shoes))
- C = new /obj/item/clothing/shoes/clown_shoes(H)
- ADD_TRAIT(C, TRAIT_NODROP, CLOWN_NUKE_TRAIT)
- H.equip_to_slot_or_del(C, ITEM_SLOT_FEET)
-
if(!H.wear_mask || H.dropItemToGround(H.wear_mask))
C = new /obj/item/clothing/mask/gas/clown_hat(H)
ADD_TRAIT(C, TRAIT_NODROP, CLOWN_NUKE_TRAIT)
diff --git a/code/game/gamemodes/clown_ops/clown_ops.dm b/code/game/gamemodes/clown_ops/clown_ops.dm
index 1db631f18aa7..e3f7eea12c52 100644
--- a/code/game/gamemodes/clown_ops/clown_ops.dm
+++ b/code/game/gamemodes/clown_ops/clown_ops.dm
@@ -29,10 +29,8 @@
/datum/outfit/syndicate/clownop
name = "Clown Operative - Basic"
uniform = /obj/item/clothing/under/syndicate
- shoes = /obj/item/clothing/shoes/clown_shoes/combat
mask = /obj/item/clothing/mask/gas/clown_hat
gloves = /obj/item/clothing/gloves/combat
- back = /obj/item/storage/backpack/clown
ears = /obj/item/radio/headset/syndicate/alt
l_pocket = /obj/item/pinpointer/nuke/syndicate
r_pocket = /obj/item/bikehorn
diff --git a/code/game/gamemodes/clown_ops/clown_weapons.dm b/code/game/gamemodes/clown_ops/clown_weapons.dm
index 3064a52a48ad..a3226e864aa7 100644
--- a/code/game/gamemodes/clown_ops/clown_weapons.dm
+++ b/code/game/gamemodes/clown_ops/clown_weapons.dm
@@ -10,48 +10,6 @@
volume = 30
list_reagents = list(/datum/reagent/lube = 30)
-//COMBAT CLOWN SHOES
-//Clown shoes with combat stats and noslip. Of course they still squeak.
-/obj/item/clothing/shoes/clown_shoes/combat
- name = "combat clown shoes"
- desc = "advanced clown shoes that protect the wearer and render them nearly immune to slipping on their own peels. They also squeak at 100% capacity."
- clothing_flags = NOSLIP
- slowdown = SHOES_SLOWDOWN
- armor = list("melee" = 25, "bullet" = 25, "laser" = 25, "energy" = 25, "bomb" = 50, "bio" = 10, "rad" = 0, "fire" = 70, "acid" = 50)
- strip_delay = 70
- resistance_flags = NONE
- permeability_coefficient = 0.05
- pocket_storage_component_path = /datum/component/storage/concrete/pockets/shoes
-
-//The super annoying version
-/obj/item/clothing/shoes/clown_shoes/banana_shoes/combat
- name = "mk-honk combat shoes"
- desc = "The culmination of years of clown combat research, these shoes leave a trail of chaos in their wake. They will slowly recharge themselves over time, or can be manually charged with bananium."
- slowdown = SHOES_SLOWDOWN
- armor = list("melee" = 25, "bullet" = 25, "laser" = 25, "energy" = 25, "bomb" = 50, "bio" = 10, "rad" = 0, "fire" = 70, "acid" = 50)
- strip_delay = 70
- resistance_flags = NONE
- permeability_coefficient = 0.05
- pocket_storage_component_path = /datum/component/storage/concrete/pockets/shoes
- always_noslip = TRUE
- var/max_recharge = 3000 //30 peels worth
- var/recharge_rate = 34 //about 1/3 of a peel per tick
-
-/obj/item/clothing/shoes/clown_shoes/banana_shoes/combat/Initialize()
- . = ..()
- var/datum/component/material_container/bananium = GetComponent(/datum/component/material_container)
- bananium.insert_amount_mat(max_recharge, /datum/material/hellstone)
- START_PROCESSING(SSobj, src)
-
-/obj/item/clothing/shoes/clown_shoes/banana_shoes/combat/process()
- var/datum/component/material_container/bananium = GetComponent(/datum/component/material_container)
- var/bananium_amount = bananium.get_material_amount(/datum/material/hellstone)
- if(bananium_amount < max_recharge)
- bananium.insert_amount_mat(min(recharge_rate, max_recharge - bananium_amount), /datum/material/hellstone)
-
-/obj/item/clothing/shoes/clown_shoes/banana_shoes/combat/attack_self(mob/user)
- ui_action_click(user)
-
//BANANIUM SWORD
/obj/item/melee/transforming/energy/sword/bananium
diff --git a/code/game/machinery/computer/arcade.dm b/code/game/machinery/computer/arcade.dm
index 3cbd616b3ff8..96fbbd8254d1 100644
--- a/code/game/machinery/computer/arcade.dm
+++ b/code/game/machinery/computer/arcade.dm
@@ -43,7 +43,6 @@ GLOBAL_LIST_INIT(arcade_prize_pool, list(
/obj/item/extendohand/acme = 1,
/obj/item/hot_potato/harmless/toy = 1,
/obj/item/card/emagfake = 1,
- /obj/item/clothing/shoes/wheelys = 2,
/obj/item/clothing/shoes/kindleKicks = 2,
/obj/item/toy/plush/goatplushie/angry/realgoat = 2,
/obj/item/toy/plush/moth = 2,
@@ -294,7 +293,6 @@ GLOBAL_LIST_INIT(arcade_prize_pool, list(
if(obj_flags & EMAGGED)
new /obj/effect/spawner/newbomb/timer/syndicate(loc)
- new /obj/item/clothing/head/collectable/petehat(loc)
message_admins("[ADMIN_LOOKUPFLW(usr)] has outbombed Cuban Pete and been awarded a bomb.")
log_game("[key_name(usr)] has outbombed Cuban Pete and been awarded a bomb.")
Reset()
diff --git a/code/game/machinery/computer/atmos_control.dm b/code/game/machinery/computer/atmos_control.dm
index 81d2860473c7..6e8b1b447cf2 100644
--- a/code/game/machinery/computer/atmos_control.dm
+++ b/code/game/machinery/computer/atmos_control.dm
@@ -42,6 +42,9 @@
/obj/machinery/air_sensor/atmos/incinerator_tank
name = "incinerator chamber gas sensor"
id_tag = ATMOS_GAS_MONITOR_SENSOR_INCINERATOR
+/obj/machinery/air_sensor/external
+ name = "external atmosphere sensor"
+ id_tag = GAS_MONITOR_SENSOR_EXTERNAL
/obj/machinery/air_sensor/update_icon_state()
icon_state = "gsensor[on]"
@@ -306,7 +309,11 @@ GLOBAL_LIST_EMPTY(atmos_air_controllers)
icon_state = "computer-solgov"
deconpath = /obj/structure/frame/computer/solgov
-// This hacky madness is the evidence of the fact that a lot of machines were never meant to be constructable, im so sorry you had to see this
+/obj/machinery/computer/atmos_control/external
+ sensors = list(GAS_MONITOR_SENSOR_EXTERNAL = "External Atmospherics Monitoring")
+ name = "External Atmospherics Monitoring"
+//tbh I would love it if someone could make this like. Unique like ship camera networks & etc.
+//This hacky madness is the evidence of the fact that a lot of machines were never meant to be constructable, im so sorry you had to see this
/obj/machinery/computer/atmos_control/tank/proc/reconnect(mob/user)
var/list/IO = list()
var/datum/radio_frequency/freq = SSradio.return_frequency(frequency)
diff --git a/code/game/machinery/constructable_frame.dm b/code/game/machinery/constructable_frame.dm
index f196fc6dc770..a62780aad05a 100644
--- a/code/game/machinery/constructable_frame.dm
+++ b/code/game/machinery/constructable_frame.dm
@@ -13,14 +13,22 @@
. += "It has \a [circuit] installed."
-/obj/structure/frame/deconstruct(disassembled = TRUE)
+/obj/structure/frame/deconstruct(disassembled = TRUE, scrapped = FALSE)
if(!(flags_1 & NODECONSTRUCT_1))
new /obj/item/stack/sheet/metal(loc, 5)
- if(circuit)
+ if(circuit && !scrapped)
circuit.forceMove(loc)
circuit = null
qdel(src)
+/obj/structure/frame/deconstruct_act(mob/living/user, obj/item/I)
+ . = ..()
+ if(!I.tool_start_check(user, amount=0))
+ return FALSE
+ if(I.use_tool(src, user, 3 SECONDS, volume=0))
+ to_chat(user, "You cut apart \the [src].", "You cut apart \the [src].")
+ deconstruct()
+ return TRUE
/obj/structure/frame/machine
name = "machine frame"
diff --git a/code/game/machinery/deployable.dm b/code/game/machinery/deployable.dm
index 41760633726e..3dedf5887d0c 100644
--- a/code/game/machinery/deployable.dm
+++ b/code/game/machinery/deployable.dm
@@ -79,6 +79,14 @@
return
return ..()
+/obj/structure/barricade/wooden/deconstruct_act(mob/living/user, obj/item/I)
+ . = ..()
+ if(!I.tool_start_check(user, amount=0))
+ return FALSE
+ if (I.use_tool(src, user, 2 SECONDS, volume=0))
+ to_chat(user, "You cut apart [src].")
+ deconstruct()
+ return TRUE
/obj/structure/barricade/wooden/crude
name = "crude plank barricade"
diff --git a/code/game/machinery/doors/airlock.dm b/code/game/machinery/doors/airlock.dm
index f787889a7f12..2d76d7ecb351 100644
--- a/code/game/machinery/doors/airlock.dm
+++ b/code/game/machinery/doors/airlock.dm
@@ -1218,11 +1218,26 @@
if(!operating)
if(istype(I, /obj/item/melee/axe/fire)) //being fireaxe'd
var/obj/item/melee/axe/fire/axe = I
- if(axe && !axe.wielded)
+ if(axe && !HAS_TRAIT(axe, TRAIT_WIELDED))
to_chat(user, "You need to be wielding \the [axe] to do that!")
return
INVOKE_ASYNC(src, (density ? PROC_REF(open) : PROC_REF(close)), 2)
+/obj/machinery/door/airlock/deconstruct_act(mob/living/user, obj/item/I)
+ . = ..()
+ if(!I.tool_start_check(user, amount=0))
+ return FALSE
+ var/decon_time = 5 SECONDS
+ if(welded)
+ decon_time += 5 SECONDS
+ if(locked)
+ decon_time += 5 SECONDS
+ if(seal)
+ decon_time += 15 SECONDS
+ if (I.use_tool(src, user, decon_time, volume=100))
+ to_chat(user, "You cut open the [src].")
+ deconstruct(FALSE, user)
+ return TRUE
/obj/machinery/door/airlock/open(forced=0)
if(operating || welded || locked || seal || !wires)
diff --git a/code/game/machinery/pipe/pipe_dispenser.dm b/code/game/machinery/pipe/pipe_dispenser.dm
index 0772e483a536..f21b7a59e035 100644
--- a/code/game/machinery/pipe/pipe_dispenser.dm
+++ b/code/game/machinery/pipe/pipe_dispenser.dm
@@ -1,65 +1,120 @@
+#define ATMOS_CATEGORY 0
+#define DISPOSALS_CATEGORY 1
+#define TRANSIT_CATEGORY 2
+
+
/obj/machinery/pipedispenser
name = "pipe dispenser"
icon = 'icons/obj/stationobjs.dmi'
icon_state = "pipe_d"
desc = "Dispenses countless types of pipes. Very useful if you need pipes."
+ layer = GATEWAY_UNDERLAY_LAYER //so it renders underneath dispensed disposals
density = TRUE
circuit = /obj/item/circuitboard/machine/pipedispenser
interaction_flags_machine = INTERACT_MACHINE_ALLOW_SILICON | INTERACT_MACHINE_OPEN_SILICON | INTERACT_MACHINE_OFFLINE
- var/wait = 0
+ var/delay = 0
+ var/busy = FALSE
+ var/p_dir = NORTH
+ var/p_flipped = FALSE
+ var/category = ATMOS_CATEGORY
var/piping_layer = PIPING_LAYER_DEFAULT
+ var/ducting_layer = DUCT_LAYER_DEFAULT
+ var/datum/pipe_info/recipe
+ var/paint_color = "grey"
+ var/static/datum/pipe_info/first_atmos
+ var/static/datum/pipe_info/first_disposal
+ var/static/datum/pipe_info/first_transit
+
+/obj/machinery/pipedispenser/Initialize()
+ . = ..()
+ if(!first_atmos)
+ first_atmos = GLOB.atmos_pipe_recipes[GLOB.atmos_pipe_recipes[1]][1]
+ if(!first_disposal)
+ first_disposal = GLOB.disposal_pipe_recipes[GLOB.disposal_pipe_recipes[1]][1]
+ if(!first_transit)
+ first_transit = GLOB.transit_tube_recipes[GLOB.transit_tube_recipes[1]][1]
+
+ recipe = first_atmos
+
+/obj/machinery/pipedispenser/ui_assets(mob/user)
+ return list(
+ get_asset_datum(/datum/asset/spritesheet/pipes),
+ )
/obj/machinery/pipedispenser/attack_paw(mob/user)
return attack_hand(user)
-/obj/machinery/pipedispenser/ui_interact(mob/user)
+/obj/machinery/pipedispenser/ui_interact(mob/user, datum/tgui/ui)
+ ui = SStgui.try_update_ui(user, src, ui)
+ if(!ui)
+ ui = new(user, src, "PipeDispenser", name)
+ ui.open()
+
+/obj/machinery/pipedispenser/ui_data(mob/user)
+ var/list/data = list(
+ "category" = category,
+ "piping_layer" = piping_layer,
+ "ducting_layer" = ducting_layer,
+ "preview_rows" = recipe.get_preview(p_dir),
+ "categories" = list(),
+ "selected_color" = paint_color,
+ "paint_colors" = GLOB.pipe_paint_colors
+ )
+
+ var/list/recipes
+ switch(category)
+ if(ATMOS_CATEGORY)
+ recipes = GLOB.atmos_pipe_recipes
+ if(DISPOSALS_CATEGORY)
+ recipes = GLOB.disposal_pipe_recipes
+ if(TRANSIT_CATEGORY)
+ recipes = GLOB.transit_tube_recipes
+ for(var/c in recipes)
+ var/list/cat = recipes[c]
+ var/list/r = list()
+ for(var/i in 1 to cat.len)
+ var/datum/pipe_info/info = cat[i]
+ r += list(list("pipe_name" = info.name, "pipe_index" = i, "selected" = (info == recipe), "all_layers" = info.all_layers))
+ data["categories"] += list(list("cat_name" = c, "recipes" = r))
+
+ return data
+
+/obj/machinery/pipedispenser/ui_act(action, params)
. = ..()
- var/dat = "PIPING LAYER: --[piping_layer]++
"
-
- var/recipes = GLOB.atmos_pipe_recipes
-
- for(var/category in recipes)
- var/list/cat_recipes = recipes[category]
- dat += "[category]: